Package org.jdesktop.el.impl.parser
Class AstIdentifier
- java.lang.Object
-
- org.jdesktop.el.impl.lang.ELSupport
-
- org.jdesktop.el.impl.parser.SimpleNode
-
- org.jdesktop.el.impl.parser.AstIdentifier
-
- All Implemented Interfaces:
Node
public final class AstIdentifier extends SimpleNode
- Version:
- $Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: spuhl $
- Author:
- Jacob Hookom [jacob@hookom.net]
-
-
Field Summary
-
Fields inherited from class org.jdesktop.el.impl.parser.SimpleNode
children, id, image, parent
-
-
Constructor Summary
Constructors Constructor Description AstIdentifier(int id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MethodInfogetMethodInfo(EvaluationContext ctx, Class[] paramTypes)ClassgetType(EvaluationContext ctx)ObjectgetValue(EvaluationContext ctx)Objectinvoke(EvaluationContext ctx, Class[] paramTypes, Object[] paramValues)booleanisReadOnly(EvaluationContext ctx)voidsetValue(EvaluationContext ctx, Object value)-
Methods inherited from class org.jdesktop.el.impl.parser.SimpleNode
accept, dump, getImage, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, setImage, toString, toString
-
Methods inherited from class org.jdesktop.el.impl.lang.ELSupport
coerceToBoolean, coerceToCharacter, coerceToEnum, coerceToNumber, coerceToNumber, coerceToNumber, coerceToNumber, coerceToString, coerceToType, compare, containsNulls, equals, isBigDecimalOp, isBigIntegerOp, isDoubleOp, isDoubleStringOp, isLongOp, isStringFloat, throwUnhandled, toFloat, toNumber
-
-
-
-
Method Detail
-
getType
public Class getType(EvaluationContext ctx) throws ELException
- Specified by:
getTypein interfaceNode- Overrides:
getTypein classSimpleNode- Throws:
ELException
-
getValue
public Object getValue(EvaluationContext ctx) throws ELException
- Specified by:
getValuein interfaceNode- Overrides:
getValuein classSimpleNode- Throws:
ELException
-
isReadOnly
public boolean isReadOnly(EvaluationContext ctx) throws ELException
- Specified by:
isReadOnlyin interfaceNode- Overrides:
isReadOnlyin classSimpleNode- Throws:
ELException
-
setValue
public void setValue(EvaluationContext ctx, Object value) throws ELException
- Specified by:
setValuein interfaceNode- Overrides:
setValuein classSimpleNode- Throws:
ELException
-
invoke
public Object invoke(EvaluationContext ctx, Class[] paramTypes, Object[] paramValues) throws ELException
- Specified by:
invokein interfaceNode- Overrides:
invokein classSimpleNode- Throws:
ELException
-
getMethodInfo
public MethodInfo getMethodInfo(EvaluationContext ctx, Class[] paramTypes) throws ELException
- Specified by:
getMethodInfoin interfaceNode- Overrides:
getMethodInfoin classSimpleNode- Throws:
ELException
-
-