T - The return type of the visit operation. Use Void for
operations with no return type.public interface VelocityVariablesVisitor<T>
extends org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
VelocityVariablesParser.| Modifier and Type | Method and Description |
|---|---|
T |
visitVariable(VelocityVariablesParser.VariableContext ctx)
Visit a parse tree produced by
VelocityVariablesParser.variable(). |
T |
visitVariables(VelocityVariablesParser.VariablesContext ctx)
Visit a parse tree produced by
VelocityVariablesParser.variables(). |
T visitVariables(VelocityVariablesParser.VariablesContext ctx)
VelocityVariablesParser.variables().ctx - the parse treeT visitVariable(VelocityVariablesParser.VariableContext ctx)
VelocityVariablesParser.variable().ctx - the parse treeCopyright © 2025. All rights reserved.