Class ASTReference

java.lang.Object
org.apache.velocity.runtime.parser.node.SimpleNode
org.apache.velocity.runtime.parser.node.ASTReference
All Implemented Interfaces:
Node, Renderable

public class ASTReference extends SimpleNode
This class is responsible for handling the references in VTL ($foo). Please look at the Parser.jjt file which is what controls the generation of this class.
Version:
$Id: ASTReference.java 832302 2009-11-03 05:32:31Z wglass $
Author:
Jason van Zyl, Geir Magnusson Jr., Christoph Reck, <a href="mailto:kjohnson@transparent.com>Kent Johnson