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.
|
getTarget
java.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
- CDIException
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.