Package | Description |
---|---|
jtabwbx.modal.parser |
An ANTLR4 parser for propositional modal formulas.
|
Modifier and Type | Method and Description |
---|---|
void |
ModalWffListener.enterAnd(ModalWffParser.AndContext ctx)
Enter a parse tree produced by the
And
labeled alternative in ModalWffParser.wff() . |
void |
ModalWffBaseListener.enterAnd(ModalWffParser.AndContext ctx)
Enter a parse tree produced by the
And
labeled alternative in ModalWffParser.wff() . |
void |
ModalWffListener.exitAnd(ModalWffParser.AndContext ctx)
Exit a parse tree produced by the
And
labeled alternative in ModalWffParser.wff() . |
void |
ModalWffBaseListener.exitAnd(ModalWffParser.AndContext ctx)
Exit a parse tree produced by the
And
labeled alternative in ModalWffParser.wff() . |