PTP
Release 7.0

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

All Superinterfaces:
IPDIEventRequest, IPDIInternalEventRequest, IPDISet

public interface IPDIEvaluateExpressionRequest
extends IPDIInternalEventRequest

Represents a request to evaluate an expression


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
 IAIF getAIF(TaskSet qTasks)
          Get the AIF result of the request
 
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

getAIF

IAIF getAIF(TaskSet qTasks)
            throws PDIException
Get the AIF result of the request

Parameters:
qTasks - tasks for which to obtain the result
Returns:
an AIF object containing the expression type and value
Throws:
PDIException
Since:
4.0

PTP
Release 7.0

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