NVelocity.Runtime.Parser.Node
Class ASTIntegerRange

Fields inherited from class NVelocity.Runtime.Parser.Node.SimpleNode
children, first, id, info, invalid, last, parent, parser, rsvc, state

Constructor Summary
ASTIntegerRange(int id)
ASTIntegerRange(NVelocity.Runtime.Parser.Parser p, int id)

Properties inherited from class NVelocity.Runtime.Parser.Node.SimpleNode
Column, FirstToken, Info, LastToken, Line, Type

Method Summary
object jjtAccept(NVelocity.Runtime.Parser.Node.ParserVisitor visitor, object data)
        Accept the visitor. *
object value_Renamed(NVelocity.Context.InternalContextAdapter context)
         does the real work. Creates an Vector of Integers with the right value range *

Methods inherited from class NVelocity.Runtime.Parser.Node.SimpleNode
childrenAccept, dump, evaluate, execute, init, isInvalid, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, literal, render, setInvalid, toString

Methods inherited from class System.Object
Equals, Finalize, GetHashCode, GetType, MemberwiseClone, ToString


Constructor Detail

ASTIntegerRange

public ASTIntegerRange(int id)


ASTIntegerRange

public ASTIntegerRange(NVelocity.Runtime.Parser.Parser p,
                       int id)

Method Detail

jjtAccept

public object jjtAccept(NVelocity.Runtime.Parser.Node.ParserVisitor visitor,
                        object data)

Accept the visitor. *


value_Renamed

public object value_Renamed(NVelocity.Context.InternalContextAdapter context)

does the real work. Creates an Vector of Integers with the right value range *

Parameters:
context - app context used if Left or Right of .. is a ref
Returns:
Object array of Integers