Class ASTIntegerRange

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

public class ASTIntegerRange extends SimpleNode
handles the range 'operator' [ n .. m ] Please look at the Parser.jjt file which is what controls the generation of this class.
Author:
Geir Magnusson Jr.