Uses of Class
org.apache.velocity.runtime.parser.node.ASTReference

Packages that use ASTReference
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
private  ASTReference ASTSetDirective.left
           
 

Methods in org.apache.velocity.runtime.parser.node that return ASTReference
private  ASTReference ASTSetDirective.getLeftHandSide()
          returns the ASTReference that is the LHS of the set statememt
 

Methods in org.apache.velocity.runtime.parser.node with parameters of type ASTReference
 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
 java.lang.Object BaseVisitor.visit(ASTReference node, java.lang.Object data)
           
 java.lang.Object NodeViewMode.visit(ASTReference node, java.lang.Object data)
          Display an ASTReference node
 java.lang.Object VMReferenceMungeVisitor.visit(ASTReference node, java.lang.Object data)
          Visitor method - if the literal is right, will set the literal in the ASTReference node
 



Copyright © 2003 Apache Software Foundation. All Rights Reserved.