Package | Description |
---|---|
org.eclipse.ptp.debug.core.pdi.manager | |
org.eclipse.ptp.debug.core.pdi.model |
Modifier and Type | Method and Description |
---|---|
IPDIExpression[] |
IPDIExpressionManager.getMultiExpressions(int task)
Returns array of enabled IPDIExpression with specific task id
|
Modifier and Type | Method and Description |
---|---|
void |
IPDIExpressionManager.destroyExpressions(TaskSet qTasks,
IPDIExpression[] expressions)
Destroy expressions
|
Modifier and Type | Interface and Description |
---|---|
interface |
IPDITargetExpression
An expression is a snippet of code that can be evaluated to produce a value for registered process
|
Modifier and Type | Method and Description |
---|---|
IPDIExpression |
IPDIMultiExpressions.getExpression(int task) |
IPDIExpression[] |
IPDIMultiExpressions.getExpressions()
Returns an array of expressions
|
Modifier and Type | Method and Description |
---|---|
void |
IPDIMultiExpressions.addExpression(IPDIExpression expression)
Stores an expression
|
boolean |
IPDIExpression.equals(IPDIExpression expr)
Determines whether the variable Object are the same,
For example event if the name is the same because of casting this may return false;
|
IAIF |
IPDIMultiExpressions.getAIF(IPDIExpression expression)
Returns the value of this expression.
|
void |
IPDIMultiExpressions.removeExpression(IPDIExpression expression)
Remove an expression from store
|
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.