Package com.sun.el.parser
Class AstChoice
- java.lang.Object
-
- com.sun.el.lang.ELSupport
-
- com.sun.el.parser.SimpleNode
-
- com.sun.el.parser.AstChoice
-
- All Implemented Interfaces:
Node
public final class AstChoice extends SimpleNode
- Version:
- $Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: kchung $
-
-
Field Summary
-
Fields inherited from class com.sun.el.parser.SimpleNode
children, id, image, parent
-
-
Constructor Summary
Constructors Constructor Description AstChoice(int id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ClassgetType(EvaluationContext ctx)java.lang.ObjectgetValue(EvaluationContext ctx)java.lang.Objectinvoke(EvaluationContext ctx, java.lang.Class[] paramTypes, java.lang.Object[] paramValues)booleanisReadOnly(EvaluationContext ctx)voidsetValue(EvaluationContext ctx, java.lang.Object value)-
Methods inherited from class com.sun.el.parser.SimpleNode
accept, dump, equals, getImage, getMethodInfo, getValueReference, hashCode, isParametersProvided, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, setImage, toString, toString
-
Methods inherited from class com.sun.el.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
-
-
-
-
Method Detail
-
getType
public java.lang.Class getType(EvaluationContext ctx) throws ELException
- Specified by:
getTypein interfaceNode- Overrides:
getTypein classSimpleNode- Throws:
ELException
-
getValue
public java.lang.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, java.lang.Object value) throws ELException
- Specified by:
setValuein interfaceNode- Overrides:
setValuein classSimpleNode- Throws:
ELException
-
invoke
public java.lang.Object invoke(EvaluationContext ctx, java.lang.Class[] paramTypes, java.lang.Object[] paramValues) throws ELException
- Specified by:
invokein interfaceNode- Overrides:
invokein classSimpleNode- Throws:
ELException
-
-