|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.velocity.runtime.parser.node.SimpleNode
org.apache.velocity.runtime.parser.node.ASTText
public class ASTText
Field Summary |
---|
Fields inherited from class org.apache.velocity.runtime.parser.node.SimpleNode |
---|
children, first, id, info, invalid, last, log, parent, parser, rsvc, state, templateName |
Constructor Summary | |
---|---|
ASTText(int id)
|
|
ASTText(Parser p,
int id)
|
Method Summary | |
---|---|
java.lang.Object |
init(InternalContextAdapter context,
java.lang.Object data)
|
java.lang.Object |
jjtAccept(ParserVisitor visitor,
java.lang.Object data)
|
boolean |
render(InternalContextAdapter context,
java.io.Writer writer)
|
Methods inherited from class org.apache.velocity.runtime.parser.node.SimpleNode |
---|
childrenAccept, dump, evaluate, execute, getColumn, getFirstToken, getInfo, getLastToken, getLine, getLocation, getRuntimeServices, getTemplateName, getType, isInvalid, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, literal, setFirstToken, setInfo, setInvalid, toString, toString, value |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ASTText(int id)
id
- public ASTText(Parser p, int id)
p
- id
- Method Detail |
---|
public java.lang.Object jjtAccept(ParserVisitor visitor, java.lang.Object data)
jjtAccept
in interface Node
jjtAccept
in class SimpleNode
SimpleNode.jjtAccept(org.apache.velocity.runtime.parser.node.ParserVisitor, java.lang.Object)
public java.lang.Object init(InternalContextAdapter context, java.lang.Object data) throws TemplateInitException
init
in interface Node
init
in class SimpleNode
TemplateInitException
SimpleNode.init(org.apache.velocity.context.InternalContextAdapter, java.lang.Object)
public boolean render(InternalContextAdapter context, java.io.Writer writer) throws java.io.IOException
render
in interface Node
render
in interface Renderable
render
in class SimpleNode
java.io.IOException
SimpleNode.render(org.apache.velocity.context.InternalContextAdapter, java.io.Writer)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |