|
.NET Framework |
PREV TYPE NEXT TYPE |
FRAMES NO FRAMES |
SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT |
DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT |
NVelocity.Runtime.Parser.Node
Class ASTEscapedDirective
This class is responsible for handling EscapedDirectives
in VTL.
Please look at the Parser.jjt file which is
what controls the generation of this class.
*
Method Summary |
object |
jjtAccept(NVelocity.Runtime.Parser.Node.ParserVisitor visitor, object data) Accept the 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 |
ASTEscapedDirective
public ASTEscapedDirective(int id)
-
ASTEscapedDirective
public ASTEscapedDirective(NVelocity.Runtime.Parser.Parser p,
int id)
-
jjtAccept
public object jjtAccept(NVelocity.Runtime.Parser.Node.ParserVisitor visitor,
object data)
-
Accept the visitor. *
render
public bool render(NVelocity.Context.InternalContextAdapter context,
System.IO.TextWriter writer)
-
|
.NET Framework |
PREV TYPE NEXT TYPE |
FRAMES NO FRAMES |
SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT |
DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT |