Class ASTIdentifier

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

public class ASTIdentifier extends SimpleNode
ASTIdentifier.java Method support for identifiers : $foo mainly used by ASTReference Introspection is now moved to 'just in time' or at render / execution time. There are many reasons why this has to be done, but the primary two are thread safety, to remove any context-derived information from class member variables.
Version:
$Id$
Author:
Jason van Zyl, Geir Magnusson Jr.