public interface ICDIExpression extends ICDIObject
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Remove the expression from the manager list.
|
boolean |
equals(ICDIExpression expr)
Returns true if the variable Object are the same,
For example event if the name is the same because of
casting this may return false;
|
java.lang.String |
getExpressionText()
Returns the expression snippet of code.
|
ICDIValue |
getValue(ICDIStackFrame context)
Returns the value of this expression.
|
getTargetjava.lang.String getExpressionText()
boolean equals(ICDIExpression expr)
ICDIValue getValue(ICDIStackFrame context) throws CDIException
ICDIStackFrame - frame contextCDIException - if this method fails. Reasons include:void dispose()
throws CDIException
var - CDIExceptionCopyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.