Eclipse CDT
Pre-release 3.0

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

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

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

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

Methods in org.eclipse.cdt.debug.core.cdi.model that return ICDIArgumentDescriptor
 ICDIArgumentDescriptor[] ICDIStackFrame.getArgumentDescriptors()
          Returns the arguments in this stack frame.
 

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