Package org.glassfish.expressly.parser
Class AstIdentifier
java.lang.Object
org.glassfish.expressly.lang.ELSupport
org.glassfish.expressly.parser.SimpleNode
org.glassfish.expressly.parser.AstIdentifier
- All Implemented Interfaces:
Node
- Version:
- $Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: kchung $
-
Nested Class Summary
Nested classes/interfaces inherited from class org.glassfish.expressly.lang.ELSupport
ELSupport.LambdaHandler -
Field Summary
Fields inherited from class org.glassfish.expressly.parser.SimpleNode
children, id, image, parent -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate jakarta.el.MethodExpressionjakarta.el.MethodInfogetMethodInfo(EvaluationContext ctx, Class<?>[] paramTypes) jakarta.el.MethodReferenceClass<?> getType(EvaluationContext ctx) jakarta.el.ValueReferenceinvoke(EvaluationContext ctx, Class<?>[] paramTypes, Object[] paramValues) booleanvoidsetValue(EvaluationContext ctx, Object value) Methods inherited from class org.glassfish.expressly.parser.SimpleNode
accept, dump, equals, getImage, hashCode, isParametersProvided, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, setImage, toString, toStringMethods inherited from class org.glassfish.expressly.lang.ELSupport
checkType, coerceToBoolean, coerceToCharacter, coerceToEnum, coerceToNumber, coerceToNumber, coerceToNumber, coerceToNumber, coerceToString, coerceToType, coerceToType, compare, containsNulls, equals, isBigDecimalOp, isBigIntegerOp, isDoubleOp, isDoubleStringOp, isLongOp, isStringFloat, throwUnhandled, toFloat, toNumber
-
Constructor Details
-
AstIdentifier
public AstIdentifier(int id)
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceNode- Overrides:
getTypein classSimpleNode- Throws:
jakarta.el.ELException
-
getValueReference
public jakarta.el.ValueReference getValueReference(EvaluationContext ctx) throws jakarta.el.ELException - Specified by:
getValueReferencein interfaceNode- Overrides:
getValueReferencein classSimpleNode- Throws:
jakarta.el.ELException
-
getValue
- Specified by:
getValuein interfaceNode- Overrides:
getValuein classSimpleNode- Throws:
jakarta.el.ELException
-
isReadOnly
- Specified by:
isReadOnlyin interfaceNode- Overrides:
isReadOnlyin classSimpleNode- Throws:
jakarta.el.ELException
-
setValue
- Specified by:
setValuein interfaceNode- Overrides:
setValuein classSimpleNode- Throws:
jakarta.el.ELException
-
invoke
public Object invoke(EvaluationContext ctx, Class<?>[] paramTypes, Object[] paramValues) throws jakarta.el.ELException - Specified by:
invokein interfaceNode- Overrides:
invokein classSimpleNode- Throws:
jakarta.el.ELException
-
getMethodInfo
public jakarta.el.MethodInfo getMethodInfo(EvaluationContext ctx, Class<?>[] paramTypes) throws jakarta.el.ELException - Specified by:
getMethodInfoin interfaceNode- Overrides:
getMethodInfoin classSimpleNode- Throws:
jakarta.el.ELException
-
getMethodReference
- Specified by:
getMethodReferencein interfaceNode- Overrides:
getMethodReferencein classSimpleNode
-
getMethodExpression
private jakarta.el.MethodExpression getMethodExpression(EvaluationContext ctx) throws jakarta.el.ELException - Throws:
jakarta.el.ELException
-