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