PTP
Release 5.0

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

All Superinterfaces:
IPDIEventRequest, IPDISet
All Known Implementing Classes:
AbstractListLocalVariablesRequest

public interface IPDIListLocalVariablesRequest
extends IPDIEventRequest

Represents to request a list of local variables


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
 String[] getLocalVariables(TaskSet tasks)
           
 
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

getLocalVariables

String[] getLocalVariables(TaskSet tasks)
                           throws PDIException
Parameters:
tasks -
Returns:
Throws:
PDIException
Since:
4.0

PTP
Release 5.0

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