public interface VelocityVariablesListener
extends org.antlr.v4.runtime.tree.ParseTreeListener
VelocityVariablesParser.| Modifier and Type | Method and Description |
|---|---|
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 |
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 enterVariables(VelocityVariablesParser.VariablesContext ctx)
VelocityVariablesParser.variables().ctx - the parse treevoid exitVariables(VelocityVariablesParser.VariablesContext ctx)
VelocityVariablesParser.variables().ctx - the parse treevoid enterVariable(VelocityVariablesParser.VariableContext ctx)
VelocityVariablesParser.variable().ctx - the parse treevoid exitVariable(VelocityVariablesParser.VariableContext ctx)
VelocityVariablesParser.variable().ctx - the parse treeCopyright © 2025. All rights reserved.