Eclipse CDT
7.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(java.lang.String filename, java.lang.String function, java.lang.String name)
          A static/global variable in a particular function or file, filename or/and function is the context for the static ICDIVariableDescriptor.
 ICDIGlobalVariableDescriptor[] ICDITarget2.getGlobalVariables()
          Returns a list of global variables for the targeted process
 

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
7.0

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