Uses of Interface
org.eclipse.debug.core.model.IVariable
Packages that use IVariable
Package
Description
Defines interfaces for debug model elements, source lookup, and launching.
Provides a set of actions related to running and debugging applications.
-
Uses of IVariable in org.eclipse.debug.core.model
Subinterfaces of IVariable in org.eclipse.debug.core.modelModifier and TypeInterfaceDescriptioninterfaceA register is a special kind of variable that is contained in a register group.Methods in org.eclipse.debug.core.model that return IVariableModifier and TypeMethodDescriptionIIndexedValue.getVariable(int offset) Returns the variable at the given offset in this collection.IIndexedValue.getVariables(int offset, int length) Returns a subset of the elements in this collection of variables as specified by the given offset and length.IStackFrame.getVariables()Returns the visible variables in this stack frame.IValue.getVariables()Returns the visible variables in this value. -
Uses of IVariable in org.eclipse.debug.ui.actions
Methods in org.eclipse.debug.ui.actions with parameters of type IVariableModifier and TypeMethodDescriptionbooleanIWatchExpressionFactoryAdapterExtension.canCreateWatchExpression(IVariable variable) Returns whether a watch expression can be created for the specified variable.IWatchExpressionFactoryAdapter.createWatchExpression(IVariable variable) Creates and returns an expression for the specified variable which is used to created anIWatchExpression.booleanIVariableValueEditor.editVariable(IVariable variable, Shell shell) Edits the given variable, if appropriate.booleanIVariableValueEditor.saveVariable(IVariable variable, String expression, Shell shell) Saves the given expression to the given variable, if appropriate.