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