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