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