PTP
Release 5.0

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

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

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

Methods in org.eclipse.ptp.debug.core.pdi.manager that return IPDIVariableDescriptor
 IPDIVariableDescriptor IPDIVariableManager.getVariableDescriptorAsArray(IPDIVariableDescriptor varDesc, int start, int length)
           
 IPDIVariableDescriptor IPDIVariableManager.getVariableDescriptorAsType(IPDIVariableDescriptor varDesc, java.lang.String type)
           
 

Methods in org.eclipse.ptp.debug.core.pdi.manager with parameters of type IPDIVariableDescriptor
 IPDIVariable IPDIVariableManager.createVariable(IPDIVariableDescriptor varDesc)
           
 IPDIVariableDescriptor IPDIVariableManager.getVariableDescriptorAsArray(IPDIVariableDescriptor varDesc, int start, int length)
           
 IPDIVariableDescriptor IPDIVariableManager.getVariableDescriptorAsType(IPDIVariableDescriptor varDesc, java.lang.String type)
           
 

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

Subinterfaces of IPDIVariableDescriptor in org.eclipse.ptp.debug.core.pdi.model
 interface IPDIArgument
          Represents an argument in the stack frame
 interface IPDIArgumentDescriptor
          Represents argument descriptor
 interface IPDIGlobalVariable
          Represents global variable
 interface IPDIGlobalVariableDescriptor
          Represents global variable descriptor
 interface IPDILocalVariable
          Represents local variable
 interface IPDILocalVariableDescriptor
          Represents local variable descriptor
 interface IPDIRegister
          A register is special kind of variable that is contained in a register group.
 interface IPDIRegisterDescriptor
          Represents a break condition
 interface IPDIThreadStorage
          Represents thread Storage
 interface IPDIThreadStorageDescriptor
          Represents thread storage descriptor
 interface IPDIVariable
          Represents a data structure in the program.
 

Methods in org.eclipse.ptp.debug.core.pdi.model that return IPDIVariableDescriptor
 IPDIVariableDescriptor IPDIVariableDescriptor.getVariableDescriptorAsArray(int start, int length)
          Consider the variable object as an Array of type and rang [start, start + length - 1]
 IPDIVariableDescriptor IPDIVariableDescriptor.getVariableDescriptorAsType(java.lang.String type)
          Consider the variable object as a type
 IPDIVariableDescriptor IPDIModelFactory.newRegisterDescriptor(IPDISession session, TaskSet tasks, IPDIThread thread, IPDIStackFrame frame, java.lang.String name, java.lang.String fullName, int pos, int depth)
           
 IPDIVariableDescriptor AbstractModelFactory.newRegisterDescriptor(IPDISession session, TaskSet tasks, IPDIThread thread, IPDIStackFrame frame, java.lang.String name, java.lang.String fullName, int pos, int depth)
           
 IPDIVariableDescriptor IPDIModelFactory.newThreadStorageDescriptor(IPDISession session, TaskSet tasks, IPDIThread thread, IPDIStackFrame frame, java.lang.String name, java.lang.String fullName, int pos, int depth)
           
 IPDIVariableDescriptor AbstractModelFactory.newThreadStorageDescriptor(IPDISession session, TaskSet tasks, IPDIThread thread, IPDIStackFrame frame, java.lang.String name, java.lang.String fullName, int pos, int depth)
           
 

Methods in org.eclipse.ptp.debug.core.pdi.model with parameters of type IPDIVariableDescriptor
 boolean IPDIVariableDescriptor.equalDescriptors(IPDIVariableDescriptor variable)
          Determines whether both descriptors are the same
 


PTP
Release 5.0

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