public class ASTTextblock extends SimpleNode
| Constructor and Description | 
|---|
ASTTextblock(int id)  | 
ASTTextblock(Parser p,
            int id)  | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
init(InternalContextAdapter context,
    Object data)  | 
Object | 
jjtAccept(ParserVisitor visitor,
         Object data)  | 
boolean | 
render(InternalContextAdapter context,
      Writer writer)  | 
childrenAccept, cleanupParserAndTokens, dump, dump, dump, evaluate, execute, getColumn, getFirstToken, getFirstTokenImage, getInfo, getLastToken, getLastTokenImage, getLine, getLocation, getRuntimeServices, getTemplate, getTemplateName, getType, isInvalid, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, literal, saveTokenImages, setFirstToken, setInfo, setInvalid, toString, toString, valuepublic static final String START
public static final String END
public ASTTextblock(int id)
id - public ASTTextblock(Parser p, int id)
p - id - public Object jjtAccept(ParserVisitor visitor, Object data)
jjtAccept in interface NodejjtAccept in class SimpleNodeSimpleNode.jjtAccept(org.apache.velocity.runtime.parser.node.ParserVisitor, java.lang.Object)public Object init(InternalContextAdapter context, Object data) throws TemplateInitException
init in interface Nodeinit in class SimpleNodeTemplateInitExceptionSimpleNode.init(org.apache.velocity.context.InternalContextAdapter, java.lang.Object)public boolean render(InternalContextAdapter context, Writer writer) throws IOException
render in interface Noderender in interface Renderablerender in class SimpleNodeIOExceptionSimpleNode.render(org.apache.velocity.context.InternalContextAdapter, java.io.Writer)Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.