NVelocity.Runtime.Parser.Node
Class ASTNumberLiteral

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

Constructor Summary
ASTNumberLiteral(int id)
ASTNumberLiteral(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 init(NVelocity.Context.InternalContextAdapter context, object data)
         Initialization method - doesn't do much but do the object creation. We only need to do it once.
object jjtAccept(NVelocity.Runtime.Parser.Node.ParserVisitor visitor, object data)
        Accept the visitor. *
object value_Renamed(NVelocity.Context.InternalContextAdapter context)

Methods inherited from class NVelocity.Runtime.Parser.Node.SimpleNode
childrenAccept, dump, evaluate, execute, 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

ASTNumberLiteral

public ASTNumberLiteral(int id)


ASTNumberLiteral

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

Method Detail

init

public object init(NVelocity.Context.InternalContextAdapter context,
                   object data)

Initialization method - doesn't do much but do the object creation. We only need to do it once.


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)