public class ASTIfStatement extends SimpleNode
| Constructor and Description |
|---|
ASTIfStatement(int id) |
ASTIfStatement(Parser p,
int id) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
jjtAccept(ParserVisitor visitor,
java.lang.Object data)
Accept the visitor.
|
void |
process(InternalContextAdapter context,
ParserVisitor visitor) |
boolean |
render(InternalContextAdapter context,
java.io.Writer writer) |
childrenAccept, dump, evaluate, execute, getColumn, getFirstToken, getInfo, getLastToken, getLine, getType, init, isInvalid, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, literal, setFirstToken, setInfo, setInvalid, toString, valuepublic ASTIfStatement(int id)
public ASTIfStatement(Parser p, int id)
public java.lang.Object jjtAccept(ParserVisitor visitor, java.lang.Object data)
jjtAccept in interface NodejjtAccept in class SimpleNodepublic boolean render(InternalContextAdapter context, java.io.Writer writer) throws java.io.IOException, MethodInvocationException, ResourceNotFoundException, ParseErrorException
render in interface Noderender in class SimpleNodejava.io.IOExceptionMethodInvocationExceptionResourceNotFoundExceptionParseErrorExceptionpublic void process(InternalContextAdapter context, ParserVisitor visitor)
Copyright ? 2002 Apache Software Foundation. All Rights Reserved.