public interface IExpression extends IDebugElement
Clients are intended to implement this interface.
Modifier and Type | Method and Description |
---|---|
void |
dispose()
Notifies this expression that it has been removed
from the expression manager.
|
IDebugTarget |
getDebugTarget()
Returns the debug target this expression is associated
with, or
null if this expression is not
associated with a debug target. |
String |
getExpressionText()
Returns this expression's snippet of code.
|
IValue |
getValue()
Returns the current value of this expression or
null if this expression does not
currently have a value. |
getLaunch, getModelIdentifier
getAdapter
String getExpressionText()
IValue getValue()
null
if this expression does not
currently have a value.null
IDebugTarget getDebugTarget()
null
if this expression is not
associated with a debug target.getDebugTarget
in interface IDebugElement
null
IDebugElement.getDebugTarget()
void dispose()
Copyright (c) 2000, 2017 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.