public class BooleanFunctionBaseListener extends Object implements BooleanFunctionListener
BooleanFunctionListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
BooleanFunctionBaseListener() |
public void enterModel(BooleanFunctionParser.ModelContext ctx)
BooleanFunctionParser.model().
The default implementation does nothing.
enterModel in interface BooleanFunctionListenerctx - the parse treepublic void exitModel(BooleanFunctionParser.ModelContext ctx)
BooleanFunctionParser.model().
The default implementation does nothing.
exitModel in interface BooleanFunctionListenerctx - the parse treepublic void enterAssign(BooleanFunctionParser.AssignContext ctx)
BooleanFunctionParser.assign().
The default implementation does nothing.
enterAssign in interface BooleanFunctionListenerctx - the parse treepublic void exitAssign(BooleanFunctionParser.AssignContext ctx)
BooleanFunctionParser.assign().
The default implementation does nothing.
exitAssign in interface BooleanFunctionListenerctx - the parse treepublic void enterSimpleExpr(BooleanFunctionParser.SimpleExprContext ctx)
simpleExpr
labeled alternative in BooleanFunctionParser.expr().
The default implementation does nothing.
enterSimpleExpr in interface BooleanFunctionListenerctx - the parse treepublic void exitSimpleExpr(BooleanFunctionParser.SimpleExprContext ctx)
simpleExpr
labeled alternative in BooleanFunctionParser.expr().
The default implementation does nothing.
exitSimpleExpr in interface BooleanFunctionListenerctx - the parse treepublic void enterOrExpr(BooleanFunctionParser.OrExprContext ctx)
orExpr
labeled alternative in BooleanFunctionParser.expr().
The default implementation does nothing.
enterOrExpr in interface BooleanFunctionListenerctx - the parse treepublic void exitOrExpr(BooleanFunctionParser.OrExprContext ctx)
orExpr
labeled alternative in BooleanFunctionParser.expr().
The default implementation does nothing.
exitOrExpr in interface BooleanFunctionListenerctx - the parse treepublic void enterAndExpr(BooleanFunctionParser.AndExprContext ctx)
andExpr
labeled alternative in BooleanFunctionParser.expr().
The default implementation does nothing.
enterAndExpr in interface BooleanFunctionListenerctx - the parse treepublic void exitAndExpr(BooleanFunctionParser.AndExprContext ctx)
andExpr
labeled alternative in BooleanFunctionParser.expr().
The default implementation does nothing.
exitAndExpr in interface BooleanFunctionListenerctx - the parse treepublic void enterNot(BooleanFunctionParser.NotContext ctx)
BooleanFunctionParser.not().
The default implementation does nothing.
enterNot in interface BooleanFunctionListenerctx - the parse treepublic void exitNot(BooleanFunctionParser.NotContext ctx)
BooleanFunctionParser.not().
The default implementation does nothing.
exitNot in interface BooleanFunctionListenerctx - the parse treepublic void enterVar(BooleanFunctionParser.VarContext ctx)
BooleanFunctionParser.var().
The default implementation does nothing.
enterVar in interface BooleanFunctionListenerctx - the parse treepublic void exitVar(BooleanFunctionParser.VarContext ctx)
BooleanFunctionParser.var().
The default implementation does nothing.
exitVar in interface BooleanFunctionListenerctx - the parse treepublic void enterVal(BooleanFunctionParser.ValContext ctx)
BooleanFunctionParser.val().
The default implementation does nothing.
enterVal in interface BooleanFunctionListenerctx - the parse treepublic void exitVal(BooleanFunctionParser.ValContext ctx)
BooleanFunctionParser.val().
The default implementation does nothing.
exitVal in interface BooleanFunctionListenerctx - 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.