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