public final class AstValue extends SimpleNode
Modifier and Type | Class and Description |
---|---|
protected static class |
AstValue.Target |
children, id, image, parent
Constructor and Description |
---|
AstValue(int id) |
Modifier and Type | Method and Description |
---|---|
javax.el.MethodInfo |
getMethodInfo(EvaluationContext ctx,
Class[] paramTypes) |
Class |
getType(EvaluationContext ctx) |
Object |
getValue(EvaluationContext ctx) |
javax.el.ValueReference |
getValueReference(EvaluationContext ctx) |
Object |
invoke(EvaluationContext ctx,
Class[] paramTypes,
Object[] paramValues) |
boolean |
isParametersProvided() |
boolean |
isReadOnly(EvaluationContext ctx) |
void |
setValue(EvaluationContext ctx,
Object value) |
accept, dump, equals, getImage, hashCode, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, setImage, toString, toString
checkType, coerceToBoolean, coerceToCharacter, coerceToEnum, coerceToNumber, coerceToNumber, coerceToNumber, coerceToNumber, coerceToString, coerceToType, compare, containsNulls, equals, isBigDecimalOp, isBigIntegerOp, isDoubleOp, isDoubleStringOp, isLongOp, isStringFloat, throwUnhandled, toFloat, toNumber
public Class getType(EvaluationContext ctx) throws javax.el.ELException
getType
in interface Node
getType
in class SimpleNode
javax.el.ELException
public javax.el.ValueReference getValueReference(EvaluationContext ctx) throws javax.el.ELException
getValueReference
in interface Node
getValueReference
in class SimpleNode
javax.el.ELException
public Object getValue(EvaluationContext ctx) throws javax.el.ELException
getValue
in interface Node
getValue
in class SimpleNode
javax.el.ELException
public boolean isReadOnly(EvaluationContext ctx) throws javax.el.ELException
isReadOnly
in interface Node
isReadOnly
in class SimpleNode
javax.el.ELException
public void setValue(EvaluationContext ctx, Object value) throws javax.el.ELException
setValue
in interface Node
setValue
in class SimpleNode
javax.el.ELException
public javax.el.MethodInfo getMethodInfo(EvaluationContext ctx, Class[] paramTypes) throws javax.el.ELException
getMethodInfo
in interface Node
getMethodInfo
in class SimpleNode
javax.el.ELException
public Object invoke(EvaluationContext ctx, Class[] paramTypes, Object[] paramValues) throws javax.el.ELException
invoke
in interface Node
invoke
in class SimpleNode
javax.el.ELException
public boolean isParametersProvided()
isParametersProvided
in interface Node
isParametersProvided
in class SimpleNode
Copyright © 2013 GlassFish Community. All rights reserved.