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