public class ASTComment extends SimpleNode
| Modifier and Type | Field and Description |
|---|---|
private char[] |
carr |
private static char[] |
ZILCH |
| Constructor and Description |
|---|
ASTComment(int id) |
ASTComment(Parser p,
int id) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
init(InternalContextAdapter context,
java.lang.Object data)
We need to make sure we catch any of the dreaded MORE tokens.
|
java.lang.Object |
jjtAccept(ParserVisitor visitor,
java.lang.Object data)
Accept the visitor.
|
boolean |
render(InternalContextAdapter context,
java.io.Writer writer) |
childrenAccept, dump, evaluate, execute, getColumn, getFirstToken, getInfo, getLastToken, getLine, getType, isInvalid, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, literal, setFirstToken, setInfo, setInvalid, toString, valuepublic ASTComment(int id)
public ASTComment(Parser p, int id)
public java.lang.Object jjtAccept(ParserVisitor visitor, java.lang.Object data)
jjtAccept in interface NodejjtAccept in class SimpleNodepublic java.lang.Object init(InternalContextAdapter context, java.lang.Object data) throws java.lang.Exception
init in interface Nodeinit in class SimpleNodejava.lang.Exceptionpublic boolean render(InternalContextAdapter context, java.io.Writer writer) throws java.io.IOException, MethodInvocationException, ParseErrorException, ResourceNotFoundException
render in interface Noderender in class SimpleNodejava.io.IOExceptionMethodInvocationExceptionParseErrorExceptionResourceNotFoundExceptionCopyright ? 2002 Apache Software Foundation. All Rights Reserved.