Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.velocity.runtime.parser.node.SimpleNode
org.apache.velocity.runtime.parser.node.ASTComment
public class ASTComment
extends SimpleNode
Fields inherited from class org.apache.velocity.runtime.parser.node.SimpleNode | |
children , first , id , info , invalid , last , parent , parser , rsvc , state |
Constructor Summary | |
| |
|
Method Summary | |
Object |
|
Object |
|
boolean |
|
Methods inherited from class org.apache.velocity.runtime.parser.node.SimpleNode | |
childrenAccept , dump , evaluate , execute , getColumn , getFirstToken , getInfo , getLastToken , getLine , getType , init , isInvalid , jjtAccept , jjtAddChild , jjtClose , jjtGetChild , jjtGetNumChildren , jjtGetParent , jjtOpen , jjtSetParent , literal , render , setFirstToken , setInfo , setInvalid , toString , value |
public Object init(InternalContextAdapter context, Object data) throws Exception
We need to make sure we catch any of the dreaded MORE tokens.
- Overrides:
- init in interface SimpleNode
public Object jjtAccept(ParserVisitor visitor, Object data)
Accept the visitor. *
- Overrides:
- jjtAccept in interface SimpleNode
public boolean render(InternalContextAdapter context, Writer writer) throws IOException, MethodInvocationException, ParseErrorException, ResourceNotFoundException
- Overrides:
- render in interface SimpleNode