public class VelocityVariablesBaseListener extends Object implements VelocityVariablesListener
VelocityVariablesListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
VelocityVariablesBaseListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) |
void |
enterVariable(VelocityVariablesParser.VariableContext ctx)
Enter a parse tree produced by
VelocityVariablesParser.variable(). |
void |
enterVariables(VelocityVariablesParser.VariablesContext ctx)
Enter a parse tree produced by
VelocityVariablesParser.variables(). |
void |
exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) |
void |
exitVariable(VelocityVariablesParser.VariableContext ctx)
Exit a parse tree produced by
VelocityVariablesParser.variable(). |
void |
exitVariables(VelocityVariablesParser.VariablesContext ctx)
Exit a parse tree produced by
VelocityVariablesParser.variables(). |
void |
visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) |
void |
visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node) |
public void enterVariables(VelocityVariablesParser.VariablesContext ctx)
VelocityVariablesParser.variables().
The default implementation does nothing.
enterVariables in interface VelocityVariablesListenerctx - the parse treepublic void exitVariables(VelocityVariablesParser.VariablesContext ctx)
VelocityVariablesParser.variables().
The default implementation does nothing.
exitVariables in interface VelocityVariablesListenerctx - the parse treepublic void enterVariable(VelocityVariablesParser.VariableContext ctx)
VelocityVariablesParser.variable().
The default implementation does nothing.
enterVariable in interface VelocityVariablesListenerctx - the parse treepublic void exitVariable(VelocityVariablesParser.VariableContext ctx)
VelocityVariablesParser.variable().
The default implementation does nothing.
exitVariable in interface VelocityVariablesListenerctx - 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 © 2025. All rights reserved.