PTP
Release 7.0

Uses of Interface
org.eclipse.ptp.debug.core.pdi.model.IPDIGlobalVariableDescriptor

Packages that use IPDIGlobalVariableDescriptor
org.eclipse.ptp.debug.core.pdi.manager   
org.eclipse.ptp.debug.core.pdi.model   
 

Uses of IPDIGlobalVariableDescriptor in org.eclipse.ptp.debug.core.pdi.manager
 

Methods in org.eclipse.ptp.debug.core.pdi.manager that return IPDIGlobalVariableDescriptor
 IPDIGlobalVariableDescriptor IPDIVariableManager.getGlobalVariableDescriptor(TaskSet tasks, String filename, String function, String name)
          Get global variable descriptor
 

Methods in org.eclipse.ptp.debug.core.pdi.manager with parameters of type IPDIGlobalVariableDescriptor
 IPDIGlobalVariable IPDIVariableManager.createGlobalVariable(IPDIGlobalVariableDescriptor varDesc)
          Create a global variable
 

Uses of IPDIGlobalVariableDescriptor in org.eclipse.ptp.debug.core.pdi.model
 

Subinterfaces of IPDIGlobalVariableDescriptor in org.eclipse.ptp.debug.core.pdi.model
 interface IPDIGlobalVariable
          Represents global variable
 

Methods in org.eclipse.ptp.debug.core.pdi.model that return IPDIGlobalVariableDescriptor
 IPDIGlobalVariableDescriptor IPDITarget.getGlobalVariableDescriptors(String filename, String function, String name)
          A static/global variable in a particular function or file, filename or/and function is the context for the static IPDIVariableDescriptor.
 IPDIGlobalVariableDescriptor IPDIModelFactory.newGlobalVariableDescriptor(IPDISession session, TaskSet tasks, IPDIThread thread, IPDIStackFrame frame, String name, String fullName, int pos, int depth)
          Create a global variable descriptor
 

Methods in org.eclipse.ptp.debug.core.pdi.model with parameters of type IPDIGlobalVariableDescriptor
 IPDIGlobalVariable IPDITarget.createGlobalVariable(IPDIGlobalVariableDescriptor varDesc)
          Create a variable from the descriptor for evaluation.
 IPDIGlobalVariable IPDIModelFactory.newGlobalVariable(IPDISession session, IPDIGlobalVariableDescriptor varDesc, String varId)
          Create a global variable
 


PTP
Release 7.0

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