Eclipse CDT
Pre-release 3.0

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

Packages that use ICDIGlobalVariableDescriptor
org.eclipse.cdt.debug.core.cdi.model   
 

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

Subinterfaces of ICDIGlobalVariableDescriptor in org.eclipse.cdt.debug.core.cdi.model
 interface ICDIGlobalVariable
          ICDIGlobalVariable
 

Methods in org.eclipse.cdt.debug.core.cdi.model that return ICDIGlobalVariableDescriptor
 ICDIGlobalVariableDescriptor ICDITarget.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 ICDIVariableDescriptor.
 

Methods in org.eclipse.cdt.debug.core.cdi.model with parameters of type ICDIGlobalVariableDescriptor
 ICDIGlobalVariable ICDITarget.createGlobalVariable(ICDIGlobalVariableDescriptor varDesc)
          Create a variable from the descriptor for evaluation.
 


Eclipse CDT
Pre-release 3.0

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