Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

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

Packages that use IValue
org.eclipse.debug.core Provides support for launching programs, breakpoint management, expression management, and debug events. 
org.eclipse.debug.core.model Defines interfaces for debug model elements, source lookup, and launching. 
org.eclipse.debug.ui Provides a generic debugger user interface that clients may customize via standard workbench extension points. 
 

Uses of IValue in org.eclipse.debug.core
 

Methods in org.eclipse.debug.core with parameters of type IValue
static  ILogicalStructureType[] DebugPlugin. getLogicalStructureTypes ( IValue value)
          Returns any logical structure types that have been contributed for the given value.
  ILogicalStructureType[] ILogicalStructureProvider. getLogicalStructureTypes ( IValue value)
          Returns the logical structure types which are applicable to the given value.
 

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

Subinterfaces of IValue in org.eclipse.debug.core.model
 interface IIndexedValue
          A value containing an indexed collection of variables - for example, an array.
 

Methods in org.eclipse.debug.core.model that return IValue
  IValue ILogicalStructureTypeDelegate. getLogicalStructure ( IValue value)
          Returns a value representing a logical structure of the given value.
  IValue IWatchExpressionResult. getValue ()
          Returns the value representing the result of the evaluation, or null if the associated evaluation failed.
  IValue IVariable. getValue ()
          Returns the value of this variable.
  IValue IExpression. getValue ()
          Returns the current value of this expression or null if this expression does not currently have a value.
 

Methods in org.eclipse.debug.core.model with parameters of type IValue
  String ILogicalStructureTypeDelegate2. getDescription ( IValue value)
          Returns a simple description of the logical structure provided by this structure type delegate, for the given value.
  IValue ILogicalStructureTypeDelegate. getLogicalStructure ( IValue value)
          Returns a value representing a logical structure of the given value.
 boolean ILogicalStructureTypeDelegate. providesLogicalStructure ( IValue value)
          Returns whether this structure type can provide a logical structure for the given value.
 void IValueModification. setValue ( IValue value)
          Sets the value of this variable to the given value.
 boolean IValueModification. verifyValue ( IValue value)
          Returns whether the given value can be used as a new value for this variable.
 

Uses of IValue in org.eclipse.debug.ui
 

Methods in org.eclipse.debug.ui with parameters of type IValue
 void IDebugModelPresentation. computeDetail ( IValue value, IValueDetailListener listener)
          Computes a detailed description of the given value, reporting the result to the specified listener.
 void IValueDetailListener. detailComputed ( IValue value, String result)
          Notifies this listener that the details for the given value have been computed as the specified result.
 


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire