Package org.apache.el.parser
Class AstNegative
java.lang.Object
org.apache.el.lang.ELSupport
org.apache.el.parser.SimpleNode
org.apache.el.parser.AstNegative
- All Implemented Interfaces:
Node
- Author:
- Jacob Hookom [jacob@hookom.net]
-
Field Summary
Fields inherited from class org.apache.el.parser.SimpleNode
children, id, image, parentFields inherited from class org.apache.el.lang.ELSupport
COERCE_TO_ZERO -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.el.parser.SimpleNode
accept, equals, getImage, getMethodInfo, getValueReference, hashCode, invoke, isParametersProvided, isReadOnly, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, setImage, setValue, toStringMethods inherited from class org.apache.el.lang.ELSupport
coerceToBoolean, coerceToEnum, coerceToNumber, coerceToNumber, coerceToNumber, coerceToString, coerceToType, compare, equals, isBigDecimalOp, isBigIntegerOp, isDoubleOp, isLongOp, isStringFloat
-
Constructor Details
-
AstNegative
public AstNegative(int id)
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceNode- Overrides:
getTypein classSimpleNode- Throws:
ELException
-
getValue
- Specified by:
getValuein interfaceNode- Overrides:
getValuein classSimpleNode- Throws:
ELException
-