Eclipse Platform
2.1

Uses of Interface
org.eclipse.debug.core.model.IVariable

Packages that use IVariable
org.eclipse.debug.core.model Defines interfaces for debug model elements, source lookup, and launching. 
 

Uses of IVariable in org.eclipse.debug.core.model
 

Subinterfaces of IVariable in org.eclipse.debug.core.model
 interface IRegister
          A register is a special kind of variable that is contained in a register group.
 

Methods in org.eclipse.debug.core.model that return IVariable
 IVariable[] IValue.getVariables()
          Returns the visible variables in this value.
 IVariable[] IStackFrame.getVariables()
          Returns the visible variables in this stack frame.
 


Eclipse Platform
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.