public class RuleExpressionDSLBaseListener extends Object implements RuleExpressionDSLListener
RuleExpressionDSLListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.| 构造器和说明 |
|---|
RuleExpressionDSLBaseListener() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
enterAndEpr(RuleExpressionDSLParser.AndEprContext ctx)
Enter a parse tree produced by the
andEpr
labeled alternative in RuleExpressionDSLParser.expr(). |
void |
enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
|
void |
enterIdentifier(RuleExpressionDSLParser.IdentifierContext ctx)
Enter a parse tree produced by the
identifier
labeled alternative in RuleExpressionDSLParser.expr(). |
void |
enterLine(RuleExpressionDSLParser.LineContext ctx)
Enter a parse tree produced by
RuleExpressionDSLParser.line(). |
void |
enterOrEpr(RuleExpressionDSLParser.OrEprContext ctx)
Enter a parse tree produced by the
orEpr
labeled alternative in RuleExpressionDSLParser.expr(). |
void |
enterParenExpr(RuleExpressionDSLParser.ParenExprContext ctx)
Enter a parse tree produced by the
parenExpr
labeled alternative in RuleExpressionDSLParser.expr(). |
void |
exitAndEpr(RuleExpressionDSLParser.AndEprContext ctx)
Exit a parse tree produced by the
andEpr
labeled alternative in RuleExpressionDSLParser.expr(). |
void |
exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
|
void |
exitIdentifier(RuleExpressionDSLParser.IdentifierContext ctx)
Exit a parse tree produced by the
identifier
labeled alternative in RuleExpressionDSLParser.expr(). |
void |
exitLine(RuleExpressionDSLParser.LineContext ctx)
Exit a parse tree produced by
RuleExpressionDSLParser.line(). |
void |
exitOrEpr(RuleExpressionDSLParser.OrEprContext ctx)
Exit a parse tree produced by the
orEpr
labeled alternative in RuleExpressionDSLParser.expr(). |
void |
exitParenExpr(RuleExpressionDSLParser.ParenExprContext ctx)
Exit a parse tree produced by the
parenExpr
labeled alternative in RuleExpressionDSLParser.expr(). |
void |
visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
|
void |
visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
|
public void enterLine(RuleExpressionDSLParser.LineContext ctx)
RuleExpressionDSLParser.line().
The default implementation does nothing.
enterLine 在接口中 RuleExpressionDSLListenerctx - the parse treepublic void exitLine(RuleExpressionDSLParser.LineContext ctx)
RuleExpressionDSLParser.line().
The default implementation does nothing.
exitLine 在接口中 RuleExpressionDSLListenerctx - the parse treepublic void enterIdentifier(RuleExpressionDSLParser.IdentifierContext ctx)
identifier
labeled alternative in RuleExpressionDSLParser.expr().
The default implementation does nothing.
enterIdentifier 在接口中 RuleExpressionDSLListenerctx - the parse treepublic void exitIdentifier(RuleExpressionDSLParser.IdentifierContext ctx)
identifier
labeled alternative in RuleExpressionDSLParser.expr().
The default implementation does nothing.
exitIdentifier 在接口中 RuleExpressionDSLListenerctx - the parse treepublic void enterAndEpr(RuleExpressionDSLParser.AndEprContext ctx)
andEpr
labeled alternative in RuleExpressionDSLParser.expr().
The default implementation does nothing.
enterAndEpr 在接口中 RuleExpressionDSLListenerctx - the parse treepublic void exitAndEpr(RuleExpressionDSLParser.AndEprContext ctx)
andEpr
labeled alternative in RuleExpressionDSLParser.expr().
The default implementation does nothing.
exitAndEpr 在接口中 RuleExpressionDSLListenerctx - the parse treepublic void enterOrEpr(RuleExpressionDSLParser.OrEprContext ctx)
orEpr
labeled alternative in RuleExpressionDSLParser.expr().
The default implementation does nothing.
enterOrEpr 在接口中 RuleExpressionDSLListenerctx - the parse treepublic void exitOrEpr(RuleExpressionDSLParser.OrEprContext ctx)
orEpr
labeled alternative in RuleExpressionDSLParser.expr().
The default implementation does nothing.
exitOrEpr 在接口中 RuleExpressionDSLListenerctx - the parse treepublic void enterParenExpr(RuleExpressionDSLParser.ParenExprContext ctx)
parenExpr
labeled alternative in RuleExpressionDSLParser.expr().
The default implementation does nothing.
enterParenExpr 在接口中 RuleExpressionDSLListenerctx - the parse treepublic void exitParenExpr(RuleExpressionDSLParser.ParenExprContext ctx)
parenExpr
labeled alternative in RuleExpressionDSLParser.expr().
The default implementation does nothing.
exitParenExpr 在接口中 RuleExpressionDSLListenerctx - the parse treepublic void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
enterEveryRule 在接口中 org.antlr.v4.runtime.tree.ParseTreeListenerpublic void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
exitEveryRule 在接口中 org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
visitTerminal 在接口中 org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
visitErrorNode 在接口中 org.antlr.v4.runtime.tree.ParseTreeListenerCopyright © 2022. All rights reserved.