|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPDIMultiExpressions
Handles more than one expression for multi-processes
| Method Summary | |
|---|---|
void |
addExpression(IPDIExpression expression)
Stores an expression |
void |
cleanExpressionsValue(TaskSet tasks,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
IAIF |
getAIF(IPDIExpression expression)
Returns the value of this expression. |
IPDIExpression |
getExpression(int task)
|
IPDIExpression[] |
getExpressions()
Returns an array of expressions |
java.lang.String |
getExpressionText()
Returns expression text |
boolean |
isEnabled()
Returns status of this expression |
void |
removeExpression(IPDIExpression expression)
Remove an expression from store |
void |
removeExpression(TaskSet tasks)
Remove an expression from store |
void |
setEnabled(boolean enabled)
Set enabled |
void |
shutdown()
Clean up resources |
void |
updateExpressionsValue(TaskSet tasks,
org.eclipse.core.runtime.IProgressMonitor monitor)
Update expression value |
| Methods inherited from interface org.eclipse.ptp.debug.core.pdi.IPDISessionObject |
|---|
getSession |
| Methods inherited from interface org.eclipse.ptp.debug.core.pdi.IPDISet |
|---|
getTasks |
| Method Detail |
|---|
void addExpression(IPDIExpression expression)
expression - Expression
void cleanExpressionsValue(TaskSet tasks,
org.eclipse.core.runtime.IProgressMonitor monitor)
tasks - monitor -
IAIF getAIF(IPDIExpression expression)
throws PDIException
expression - an expression for getting value
PDIException - on failureIPDIExpression getExpression(int task)
task -
IPDIExpression[] getExpressions()
java.lang.String getExpressionText()
boolean isEnabled()
void removeExpression(TaskSet tasks)
tasks - TaskSetvoid removeExpression(IPDIExpression expression)
expression - an expression going to be removedvoid setEnabled(boolean enabled)
enabled - void shutdown()
void updateExpressionsValue(TaskSet tasks,
org.eclipse.core.runtime.IProgressMonitor monitor)
throws PDIException
tasks - monitor -
PDIException
|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||