public class ASTFalse extends SimpleNode
Modifier and Type | Field and Description |
---|---|
private static java.lang.Boolean |
value |
Constructor and Description |
---|
ASTFalse(int id) |
ASTFalse(Parser p,
int id) |
Modifier and Type | Method and Description |
---|---|
boolean |
evaluate(InternalContextAdapter context) |
java.lang.Object |
jjtAccept(ParserVisitor visitor,
java.lang.Object data)
Accept the visitor.
|
java.lang.Object |
value(InternalContextAdapter context) |
childrenAccept, dump, execute, getColumn, getFirstToken, getInfo, getLastToken, getLine, getType, init, isInvalid, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, literal, render, setFirstToken, setInfo, setInvalid, toString
public ASTFalse(int id)
public ASTFalse(Parser p, int id)
public java.lang.Object jjtAccept(ParserVisitor visitor, java.lang.Object data)
jjtAccept
in interface Node
jjtAccept
in class SimpleNode
public boolean evaluate(InternalContextAdapter context)
evaluate
in interface Node
evaluate
in class SimpleNode
public java.lang.Object value(InternalContextAdapter context)
value
in interface Node
value
in class SimpleNode
Copyright ? 2002 Apache Software Foundation. All Rights Reserved.