Package org.jdesktop.el.impl.parser
Class AstAnd
java.lang.Object
org.jdesktop.el.impl.lang.ELSupport
org.jdesktop.el.impl.parser.SimpleNode
org.jdesktop.el.impl.parser.BooleanNode
org.jdesktop.el.impl.parser.AstAnd
- All Implemented Interfaces:
Node
-
Field Summary
Fields inherited from class org.jdesktop.el.impl.parser.SimpleNode
children, id, image, parent
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jdesktop.el.impl.parser.BooleanNode
getType
Methods inherited from class org.jdesktop.el.impl.parser.SimpleNode
accept, dump, getImage, getMethodInfo, invoke, isReadOnly, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, setImage, setValue, toString, toString
Methods inherited from class org.jdesktop.el.impl.lang.ELSupport
coerceToBoolean, coerceToCharacter, coerceToEnum, coerceToNumber, coerceToNumber, coerceToNumber, coerceToNumber, coerceToString, coerceToType, compare, containsNulls, equals, isBigDecimalOp, isBigIntegerOp, isDoubleOp, isDoubleStringOp, isLongOp, isStringFloat, throwUnhandled, toFloat, toNumber
-
Constructor Details
-
AstAnd
public AstAnd(int id)
-
-
Method Details
-
getValue
- Specified by:
getValue
in interfaceNode
- Overrides:
getValue
in classSimpleNode
- Throws:
ELException
-