org.apache.velocity.runtime.parser.node
public class ASTComment extends SimpleNode
Version: $Id: ASTComment.java,v 1.5.4.1 2004/03/03 23:22:58 geirm Exp $
Field Summary | |
---|---|
char[] | carr |
static char[] | ZILCH |
Constructor Summary | |
---|---|
ASTComment(int id) | |
ASTComment(Parser p, int id) |
Method Summary | |
---|---|
Object | init(InternalContextAdapter context, Object data)
We need to make sure we catch any of the dreaded MORE tokens. |
Object | jjtAccept(ParserVisitor visitor, Object data) Accept the visitor. |
boolean | render(InternalContextAdapter context, Writer writer) |