Eclipse CDT
Pre-release 3.0

Uses of Interface
org.eclipse.cdt.debug.core.cdi.model.ICDIVariable

Packages that use ICDIVariable
org.eclipse.cdt.debug.core.cdi.model   
org.eclipse.cdt.debug.core.cdi.model.type   
 

Uses of ICDIVariable in org.eclipse.cdt.debug.core.cdi.model
 

Subinterfaces of ICDIVariable in org.eclipse.cdt.debug.core.cdi.model
 interface ICDIArgument
          Represents an argument in the stack frame.
 interface ICDIGlobalVariable
          ICDIGlobalVariable
 interface ICDILocalVariable
          ICDILocalVariable
 interface ICDIThreadStorage
          ICDIThreadStorage
 

Methods in org.eclipse.cdt.debug.core.cdi.model that return ICDIVariable
 ICDIVariable[] ICDIValue.getVariables()
          Returns the variables in this value.
 

Methods in org.eclipse.cdt.debug.core.cdi.model with parameters of type ICDIVariable
 boolean ICDIVariable.equals(ICDIVariable variable)
           
 

Uses of ICDIVariable in org.eclipse.cdt.debug.core.cdi.model.type
 

Methods in org.eclipse.cdt.debug.core.cdi.model.type that return ICDIVariable
 ICDIVariable[] ICDIArrayValue.getVariables(int index, int length)
           
 


Eclipse CDT
Pre-release 3.0

Copyright (c) IBM Corp. and others 2004. All Rights Reserved.