public final class AstIdentifier extends SimpleNode
children, id, image, parent| Constructor and Description |
|---|
AstIdentifier(int id) |
| Modifier and Type | Method and Description |
|---|---|
MethodInfo |
getMethodInfo(EvaluationContext ctx,
Class[] paramTypes) |
Class |
getType(EvaluationContext ctx) |
Object |
getValue(EvaluationContext ctx) |
ValueReference |
getValueReference(EvaluationContext ctx) |
Object |
invoke(EvaluationContext ctx,
Class[] paramTypes,
Object[] paramValues) |
boolean |
isReadOnly(EvaluationContext ctx) |
void |
setValue(EvaluationContext ctx,
Object value) |
accept, dump, equals, getImage, hashCode, isParametersProvided, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, setImage, toString, toStringcheckType, coerceToBoolean, coerceToCharacter, coerceToEnum, coerceToNumber, coerceToNumber, coerceToNumber, coerceToNumber, coerceToString, coerceToType, coerceToType, compare, containsNulls, equals, isBigDecimalOp, isBigIntegerOp, isDoubleOp, isDoubleStringOp, isLongOp, isStringFloat, throwUnhandled, toFloat, toNumberpublic Class getType(EvaluationContext ctx) throws ELException
getType in interface NodegetType in class SimpleNodeELExceptionpublic ValueReference getValueReference(EvaluationContext ctx) throws ELException
getValueReference in interface NodegetValueReference in class SimpleNodeELExceptionpublic Object getValue(EvaluationContext ctx) throws ELException
getValue in interface NodegetValue in class SimpleNodeELExceptionpublic boolean isReadOnly(EvaluationContext ctx) throws ELException
isReadOnly in interface NodeisReadOnly in class SimpleNodeELExceptionpublic void setValue(EvaluationContext ctx, Object value) throws ELException
setValue in interface NodesetValue in class SimpleNodeELExceptionpublic Object invoke(EvaluationContext ctx, Class[] paramTypes, Object[] paramValues) throws ELException
invoke in interface Nodeinvoke in class SimpleNodeELExceptionpublic MethodInfo getMethodInfo(EvaluationContext ctx, Class[] paramTypes) throws ELException
getMethodInfo in interface NodegetMethodInfo in class SimpleNodeELExceptionCopyright © 2017–2019 Eclipse Foundation. All rights reserved.