PTP
Release 5.0

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

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

Uses of IPDIVariable in org.eclipse.ptp.debug.core.pdi.event
 

Methods in org.eclipse.ptp.debug.core.pdi.event that return IPDIVariable
 IPDIVariable IPDIVariableInfo.getVariable()
          Returns variable
 

Methods in org.eclipse.ptp.debug.core.pdi.event with parameters of type IPDIVariable
 IPDIVariableInfo IPDIEventFactory.newVariableInfo(IPDISession session, TaskSet tasks, java.lang.String name, IPDIVariable var)
           
 IPDIVariableInfo AbstractEventFactory.newVariableInfo(IPDISession session, TaskSet tasks, java.lang.String name, IPDIVariable var)
           
 

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

Methods in org.eclipse.ptp.debug.core.pdi.manager that return IPDIVariable
 IPDIVariable IPDIRegisterManager.createShadowRegister(IPDIRegister register, IPDIStackFrame frame, java.lang.String regName)
           
 IPDIVariable IPDIExpressionManager.createVariable(IPDIStackFrame frame, java.lang.String expr)
           
 IPDIVariable IPDIVariableManager.createVariable(IPDIVariableDescriptor varDesc)
           
 IPDIVariable IPDIVariableManager.getVariableByName(TaskSet tasks, java.lang.String varname)
           
 

Methods in org.eclipse.ptp.debug.core.pdi.manager with parameters of type IPDIVariable
 void IPDIExpressionManager.deleteVariable(IPDIVariable variable)
           
 void IPDIVariableManager.destroyVariable(IPDIVariable variable)
           
 

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

Subinterfaces of IPDIVariable in org.eclipse.ptp.debug.core.pdi.model
 interface IPDIArgument
          Represents an argument in the stack frame
 interface IPDIGlobalVariable
          Represents global variable
 interface IPDILocalVariable
          Represents local variable
 interface IPDIRegister
          A register is special kind of variable that is contained in a register group.
 interface IPDIThreadStorage
          Represents thread Storage
 

Methods in org.eclipse.ptp.debug.core.pdi.model that return IPDIVariable
 IPDIVariable IPDIVariable.getChild(java.lang.String varid)
           
 IPDIVariable[] IPDIVariable.getChildren()
          Returns an array of IPDIVariables of the children of current variable or empty array if nothing
 IPDIVariable[] IPDIVariable.getChildren(int findex, int psize)
          Returns an array of IPDIVariables of the children of current variable by given a range or empty array if nothing
 IPDIVariable IPDITargetExpression.getVariable(IPDIStackFrame context)
          Returns the variable of this expression
 

Methods in org.eclipse.ptp.debug.core.pdi.model with parameters of type IPDIVariable
 boolean IPDIVariable.equals(IPDIVariable variable)
          Determines whether both variables are the same
 boolean IPDIRegister.equals(IPDIVariable variable)
          Determines whether both variables are the same
 


PTP
Release 5.0

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