public class ASTTextblock extends SimpleNode
Modifier and Type | Field and Description |
---|---|
private char[] |
ctext |
java.lang.String |
END |
java.lang.String |
START |
Constructor and Description |
---|
ASTTextblock(Parser p,
int id) |
Modifier and Type | Method and Description |
---|---|
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) |
childrenAccept, cleanupParserAndTokens, dump, dump, dump, evaluate, execute, getColumn, getFirstToken, getFirstTokenImage, getInfo, getLastToken, getLastTokenImage, getLine, getLocation, getParser, getRuntimeServices, getTemplate, getTemplateName, getType, isInvalid, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, literal, saveTokenImages, setFirstToken, setInfo, setInvalid, toString, toString, value
public final java.lang.String START
public final java.lang.String END
private char[] ctext
public ASTTextblock(Parser p, int id)
p
- id
- 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)