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 ASTReferenceASTSetDirective.getLeftHandSide()returns the ASTReference that is the LHS of the set statementMethods in org.apache.velocity.runtime.parser.node with parameters of type ASTReferenceModifier and TypeMethodDescriptionIndentationFixer.visit(ASTReference node, Object data) ParserVisitor.visit(ASTReference node, Object data) -
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)