Package org.apache.el.parser
Class AstDotSuffix
java.lang.Object
org.apache.el.lang.ELSupport
org.apache.el.parser.SimpleNode
org.apache.el.parser.AstDotSuffix
- 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
Modifier and TypeMethodDescriptionvoidMethods inherited from class org.apache.el.parser.SimpleNode
accept, equals, getImage, getMethodInfo, getType, getValueReference, hashCode, invoke, isParametersProvided, isReadOnly, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, 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
-
AstDotSuffix
public AstDotSuffix(int id)
-
-
Method Details
-
getValue
- Specified by:
getValuein interfaceNode- Overrides:
getValuein classSimpleNode- Throws:
ELException
-
setImage
- Overrides:
setImagein classSimpleNode
-