Constructor and Description |
---|
UnBoxingEvaluator(Evaluator operand) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
evaluate(EvaluationContextImpl context) |
static com.sun.jdi.PrimitiveValue |
getInnerPrimitiveValue(com.sun.jdi.ObjectReference value) |
static boolean |
isTypeUnboxable(java.lang.String typeName) |
static java.lang.Object |
unbox(java.lang.Object value,
EvaluationContextImpl context) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getModifier
public UnBoxingEvaluator(Evaluator operand)
public static boolean isTypeUnboxable(java.lang.String typeName)
public java.lang.Object evaluate(EvaluationContextImpl context) throws EvaluateException
evaluate
in interface Evaluator
EvaluateException
public static java.lang.Object unbox(java.lang.Object value, EvaluationContextImpl context) throws EvaluateException
EvaluateException
public static com.sun.jdi.PrimitiveValue getInnerPrimitiveValue(com.sun.jdi.ObjectReference value)