PTP
Release 5.0

org.eclipse.ptp.debug.core.pdi.request
Interface IPDIEvaluatePartialExpressionRequest

All Superinterfaces:
IPDIEventRequest, IPDIInternalEventRequest, IPDISet
All Known Implementing Classes:
AbstractEvaluatePartialExpressionRequest

public interface IPDIEvaluatePartialExpressionRequest
extends IPDIInternalEventRequest

Represents to request an expression evaluation that generates a partial AIF representation.


Field Summary
 
Fields inherited from interface org.eclipse.ptp.debug.core.pdi.request.IPDIEventRequest
ACTION_NONE, ACTION_TERMINATED, CANCELLED, DONE, ERROR, RUNNING, UNKNOWN
 
Method Summary
 java.lang.String getId(TaskSet qTasks)
          Retrieve the ID assigned to this expression.
 IAIF getPartialAIF(TaskSet qTasks)
          Retrieve the partial AIF object
 
Methods inherited from interface org.eclipse.ptp.debug.core.pdi.request.IPDIInternalEventRequest
getResult, getResultMap, waitUntilCompleted, waitUntilCompleted
 
Methods inherited from interface org.eclipse.ptp.debug.core.pdi.request.IPDIEventRequest
cancel, completed, done, error, execute, getErrorMessage, getName, getResponseAction, getStatus, setStatus
 
Methods inherited from interface org.eclipse.ptp.debug.core.pdi.IPDISet
getTasks
 

Method Detail

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

PTP
Release 5.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.