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