Class ASTText
- java.lang.Object
-
- org.apache.velocity.runtime.parser.node.SimpleNode
-
- org.apache.velocity.runtime.parser.node.ASTText
-
- All Implemented Interfaces:
java.lang.Cloneable,Node,Renderable
public class ASTText extends SimpleNode
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCtext()text getterjava.lang.Objectinit(InternalContextAdapter context, java.lang.Object data)java.lang.ObjectjjtAccept(StandardParserVisitor visitor, java.lang.Object data)java.lang.Stringliteral()text getterbooleanrender(InternalContextAdapter context, java.io.Writer writer)voidsetCtext(java.lang.String ctext)text setter-
Methods inherited from class org.apache.velocity.runtime.parser.node.SimpleNode
childrenAccept, cleanupParserAndTokens, clone, clone, 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, saveTokenImages, setFirstToken, setInfo, setInvalid, toString, toString, value
-
-
-
-
Constructor Detail
-
ASTText
public ASTText(int id)
- Parameters:
id-
-
ASTText
public ASTText(Parser p, int id)
- Parameters:
p-id-
-
-
Method Detail
-
getCtext
public java.lang.String getCtext()
text getter- Returns:
- ctext
-
setCtext
public void setCtext(java.lang.String ctext)
text setter- Parameters:
ctext-
-
literal
public java.lang.String literal()
text getter- Specified by:
literalin interfaceNode- Overrides:
literalin classSimpleNode- Returns:
- literal representation
- See Also:
Node.literal()
-
jjtAccept
public java.lang.Object jjtAccept(StandardParserVisitor visitor, java.lang.Object data)
- Specified by:
jjtAcceptin interfaceNode- Overrides:
jjtAcceptin classSimpleNode- Returns:
- The Node execution result object.
- See Also:
SimpleNode.jjtAccept(org.apache.velocity.runtime.parser.node.StandardParserVisitor, java.lang.Object)
-
init
public java.lang.Object init(InternalContextAdapter context, java.lang.Object data) throws TemplateInitException
- Specified by:
initin interfaceNode- Overrides:
initin classSimpleNode- Returns:
- The init result.
- Throws:
TemplateInitException- See Also:
SimpleNode.init(org.apache.velocity.context.InternalContextAdapter, java.lang.Object)
-
render
public boolean render(InternalContextAdapter context, java.io.Writer writer) throws java.io.IOException
- Specified by:
renderin interfaceNode- Specified by:
renderin interfaceRenderable- Overrides:
renderin classSimpleNode- Returns:
- True if the node rendered successfully.
- Throws:
java.io.IOException- See Also:
SimpleNode.render(org.apache.velocity.context.InternalContextAdapter, java.io.Writer)
-
-