Uses of Class
org.apache.velocity.runtime.parser.node.ASTReference
Packages that use ASTReference
-
Uses of ASTReference in org.apache.velocity.runtime.parser.node
Fields in org.apache.velocity.runtime.parser.node declared as ASTReferenceMethods in org.apache.velocity.runtime.parser.node that return ASTReferenceModifier and TypeMethodDescriptionprivate ASTReference
ASTSetDirective.getLeftHandSide()
returns the ASTReference that is the LHS of the set statememtMethods in org.apache.velocity.runtime.parser.node with parameters of type ASTReference -
Uses of ASTReference in org.apache.velocity.runtime.visitor
Methods in org.apache.velocity.runtime.visitor with parameters of type ASTReferenceModifier and TypeMethodDescriptionBaseVisitor.visit
(ASTReference node, Object data) NodeViewMode.visit
(ASTReference node, Object data)