Uses of Class
org.apache.velocity.runtime.parser.node.ASTReference
-
Packages that use ASTReference Package Description org.apache.velocity.runtime.parser.node org.apache.velocity.runtime.visitor -
-
Uses of ASTReference in org.apache.velocity.runtime.parser.node
Fields in org.apache.velocity.runtime.parser.node declared as ASTReference Modifier and Type Field Description private ASTReferenceASTSetDirective. leftMethods in org.apache.velocity.runtime.parser.node that return ASTReference Modifier and Type Method Description private ASTReferenceASTSetDirective. getLeftHandSide()returns the ASTReference that is the LHS of the set statememtMethods in org.apache.velocity.runtime.parser.node with parameters of type ASTReference Modifier and Type Method Description java.lang.ObjectParserVisitor. visit(ASTReference node, java.lang.Object data) -
Uses of ASTReference in org.apache.velocity.runtime.visitor
Methods in org.apache.velocity.runtime.visitor with parameters of type ASTReference Modifier and Type Method Description java.lang.ObjectBaseVisitor. visit(ASTReference node, java.lang.Object data)java.lang.ObjectNodeViewMode. visit(ASTReference node, java.lang.Object data)
-