Eclipse CDT
Pre-release 3.0

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

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

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

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

Methods in org.eclipse.cdt.debug.core.cdi.model that return ICDILocalVariableDescriptor
 ICDILocalVariableDescriptor[] ICDIStackFrame.getLocalVariableDescriptors()
          Returns the visible variables in this stack frame.
 

Methods in org.eclipse.cdt.debug.core.cdi.model with parameters of type ICDILocalVariableDescriptor
 ICDILocalVariable ICDIStackFrame.createLocalVariable(ICDILocalVariableDescriptor 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.