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