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 ASTReference
ASTSetDirective. left
Methods in org.apache.velocity.runtime.parser.node that return ASTReference Modifier and Type Method Description private 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 Modifier and Type Method Description java.lang.Object
ParserVisitor. 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.Object
BaseVisitor. visit(ASTReference node, java.lang.Object data)
java.lang.Object
NodeViewMode. visit(ASTReference node, java.lang.Object data)
-