|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPDIVariableManagement
Provides the ability to evaluated variable
| Method Summary | |
|---|---|
void |
deletePartialExpression(TaskSet tasks,
java.lang.String exprId)
Requests to delete named partial expression |
void |
evaluateExpression(TaskSet tasks,
java.lang.String expr)
Requests String value of given expression |
void |
evaluatePartialExpression(TaskSet tasks,
java.lang.String expr,
java.lang.String exprId,
boolean listChildren,
boolean express)
Requests partial IAIF value of given expression |
void |
listArguments(TaskSet tasks,
int low,
int high)
Request a list of argument for a range of level |
void |
listGlobalVariables(TaskSet tasks)
Requests a list of global variables |
void |
listLocalVariables(TaskSet tasks)
Requests a list of local variables |
void |
retrieveVariableType(TaskSet tasks,
java.lang.String var)
Requests IAIFType of given variable name |
| Method Detail |
|---|
void deletePartialExpression(TaskSet tasks,
java.lang.String exprId)
throws PDIException
tasks - target processexprId - ID of partial expression to delete
PDIException - on failure
void evaluateExpression(TaskSet tasks,
java.lang.String expr)
throws PDIException
tasks - target processexpr - expression to evaluate
PDIException - on failure
void evaluatePartialExpression(TaskSet tasks,
java.lang.String expr,
java.lang.String exprId,
boolean listChildren,
boolean express)
throws PDIException
tasks - target processexpr - expression to evaluateexprId - ID to refer to a pre-evaluated expressionlistChildren - is list a children?express - is expression?
PDIException - on failure
void listArguments(TaskSet tasks,
int low,
int high)
throws PDIException
tasks - target processlow - minimum levelhigh - maximum level
PDIException - failure
void listGlobalVariables(TaskSet tasks)
throws PDIException
tasks - target process
PDIException - on failure
void listLocalVariables(TaskSet tasks)
throws PDIException
tasks - target process
PDIException - on failure
void retrieveVariableType(TaskSet tasks,
java.lang.String var)
throws PDIException
tasks - target processvar - variable name
PDIException - on failure
|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||