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