public class BoolsimBaseListener extends Object implements BoolsimListener
BoolsimListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
BoolsimBaseListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
enterAndExpr(BoolsimParser.AndExprContext ctx)
Enter a parse tree produced by the
andExpr
labeled alternative in BoolsimParser.expr(). |
void |
enterAssign(BoolsimParser.AssignContext ctx)
Enter a parse tree produced by
BoolsimParser.assign(). |
void |
enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) |
void |
enterModel(BoolsimParser.ModelContext ctx)
Enter a parse tree produced by
BoolsimParser.model(). |
void |
enterNot(BoolsimParser.NotContext ctx)
Enter a parse tree produced by
BoolsimParser.not(). |
void |
enterOp(BoolsimParser.OpContext ctx)
Enter a parse tree produced by
BoolsimParser.op(). |
void |
enterSimpleExpr(BoolsimParser.SimpleExprContext ctx)
Enter a parse tree produced by the
simpleExpr
labeled alternative in BoolsimParser.expr(). |
void |
enterVar(BoolsimParser.VarContext ctx)
Enter a parse tree produced by
BoolsimParser.var(). |
void |
exitAndExpr(BoolsimParser.AndExprContext ctx)
Exit a parse tree produced by the
andExpr
labeled alternative in BoolsimParser.expr(). |
void |
exitAssign(BoolsimParser.AssignContext ctx)
Exit a parse tree produced by
BoolsimParser.assign(). |
void |
exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) |
void |
exitModel(BoolsimParser.ModelContext ctx)
Exit a parse tree produced by
BoolsimParser.model(). |
void |
exitNot(BoolsimParser.NotContext ctx)
Exit a parse tree produced by
BoolsimParser.not(). |
void |
exitOp(BoolsimParser.OpContext ctx)
Exit a parse tree produced by
BoolsimParser.op(). |
void |
exitSimpleExpr(BoolsimParser.SimpleExprContext ctx)
Exit a parse tree produced by the
simpleExpr
labeled alternative in BoolsimParser.expr(). |
void |
exitVar(BoolsimParser.VarContext ctx)
Exit a parse tree produced by
BoolsimParser.var(). |
void |
visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) |
void |
visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node) |
public void enterModel(BoolsimParser.ModelContext ctx)
BoolsimParser.model().
The default implementation does nothing.
enterModel in interface BoolsimListenerctx - the parse treepublic void exitModel(BoolsimParser.ModelContext ctx)
BoolsimParser.model().
The default implementation does nothing.
exitModel in interface BoolsimListenerctx - the parse treepublic void enterAssign(BoolsimParser.AssignContext ctx)
BoolsimParser.assign().
The default implementation does nothing.
enterAssign in interface BoolsimListenerctx - the parse treepublic void exitAssign(BoolsimParser.AssignContext ctx)
BoolsimParser.assign().
The default implementation does nothing.
exitAssign in interface BoolsimListenerctx - the parse treepublic void enterSimpleExpr(BoolsimParser.SimpleExprContext ctx)
simpleExpr
labeled alternative in BoolsimParser.expr().
The default implementation does nothing.
enterSimpleExpr in interface BoolsimListenerctx - the parse treepublic void exitSimpleExpr(BoolsimParser.SimpleExprContext ctx)
simpleExpr
labeled alternative in BoolsimParser.expr().
The default implementation does nothing.
exitSimpleExpr in interface BoolsimListenerctx - the parse treepublic void enterAndExpr(BoolsimParser.AndExprContext ctx)
andExpr
labeled alternative in BoolsimParser.expr().
The default implementation does nothing.
enterAndExpr in interface BoolsimListenerctx - the parse treepublic void exitAndExpr(BoolsimParser.AndExprContext ctx)
andExpr
labeled alternative in BoolsimParser.expr().
The default implementation does nothing.
exitAndExpr in interface BoolsimListenerctx - the parse treepublic void enterOp(BoolsimParser.OpContext ctx)
BoolsimParser.op().
The default implementation does nothing.
enterOp in interface BoolsimListenerctx - the parse treepublic void exitOp(BoolsimParser.OpContext ctx)
BoolsimParser.op().
The default implementation does nothing.
exitOp in interface BoolsimListenerctx - the parse treepublic void enterNot(BoolsimParser.NotContext ctx)
BoolsimParser.not().
The default implementation does nothing.
enterNot in interface BoolsimListenerctx - the parse treepublic void exitNot(BoolsimParser.NotContext ctx)
BoolsimParser.not().
The default implementation does nothing.
exitNot in interface BoolsimListenerctx - the parse treepublic void enterVar(BoolsimParser.VarContext ctx)
BoolsimParser.var().
The default implementation does nothing.
enterVar in interface BoolsimListenerctx - the parse treepublic void exitVar(BoolsimParser.VarContext ctx)
BoolsimParser.var().
The default implementation does nothing.
exitVar in interface BoolsimListenerctx - the parse treepublic void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
enterEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
exitEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
visitTerminal in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
visitErrorNode in interface org.antlr.v4.runtime.tree.ParseTreeListenerCopyright © 2012–2020. All rights reserved.