Node
AstAnd
, AstEqual
, AstFalse
, AstGreaterThan
, AstGreaterThanEqual
, AstLessThan
, AstLessThanEqual
, AstNotEqual
, AstOr
, AstTrue
public class BooleanNode extends SimpleNode
children, id, image, parent
Constructor | Description |
---|---|
BooleanNode(int i) |
Modifier and Type | Method | Description |
---|---|---|
java.lang.Class |
getType(EvaluationContext ctx) |
coerceToBoolean, coerceToCharacter, coerceToEnum, coerceToNumber, coerceToNumber, coerceToNumber, coerceToNumber, coerceToString, coerceToType, compare, containsNulls, equals, isBigDecimalOp, isBigIntegerOp, isDoubleOp, isDoubleStringOp, isLongOp, isStringFloat, throwUnhandled, toFloat, toNumber
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
accept, dump, getImage, getMethodInfo, getValue, invoke, isReadOnly, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, setImage, setValue, toString, toString
public java.lang.Class getType(EvaluationContext ctx) throws ELException
getType
in interface Node
getType
in class SimpleNode
ELException