org.eclipse.ptp.debug.core.pdi.request
Interface IPDIEvaluatePartialExpressionRequest
- All Superinterfaces:
- IPDIEventRequest, IPDIInternalEventRequest, IPDISet
public interface IPDIEvaluatePartialExpressionRequest
- extends IPDIInternalEventRequest
Represents to request an expression evaluation that generates a partial AIF
representation.
| Methods inherited from interface org.eclipse.ptp.debug.core.pdi.IPDISet |
getTasks |
getPartialAIF
IAIF getPartialAIF(TaskSet qTasks)
throws PDIException
- Retrieve the partial AIF object
- Parameters:
qTasks -
- Returns:
-
- Throws:
PDIException- Since:
- 4.0
getId
java.lang.String getId(TaskSet qTasks)
throws PDIException
- Retrieve the ID assigned to this expression. This ID can be used to
retrieve additional data from the expression.
- Parameters:
qTasks -
- Returns:
-
- Throws:
PDIException- Since:
- 4.0
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.