NVelocity.Runtime.Parser.Node
Class ASTIfStatement

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

Constructor Summary
ASTIfStatement(int id)
ASTIfStatement(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. *
void process(NVelocity.Context.InternalContextAdapter context, NVelocity.Runtime.Parser.Node.ParserVisitor visitor)
bool render(NVelocity.Context.InternalContextAdapter context, System.IO.TextWriter writer)

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

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


Constructor Detail

ASTIfStatement

public ASTIfStatement(int id)


ASTIfStatement

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

Method Detail

jjtAccept

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

Accept the visitor. *


process

public void process(NVelocity.Context.InternalContextAdapter context,
                    NVelocity.Runtime.Parser.Node.ParserVisitor visitor)


render

public bool render(NVelocity.Context.InternalContextAdapter context,
                   System.IO.TextWriter writer)