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 JDT
Release 3.5

Uses of Interface
org.eclipse.jdt.core.eval.IGlobalVariable

Packages that use IGlobalVariable
org.eclipse.jdt.core.eval Provides support for the evaluation of code snippets in a scrapbook or inside the debugger. 
 

Uses of IGlobalVariable in org.eclipse.jdt.core.eval
 

Methods in org.eclipse.jdt.core.eval that return IGlobalVariable
  IGlobalVariable[] IEvaluationContext. allVariables ()
          Returns the global variables declared in this evaluation context.
  IGlobalVariable IEvaluationContext. newVariable ( String typeName, String name, String initializer)
          Creates a new global variable with the given name, type, and initializer.
 

Methods in org.eclipse.jdt.core.eval with parameters of type IGlobalVariable
 void IEvaluationContext. deleteVariable ( IGlobalVariable variable)
          Deletes the given variable from this evaluation context.
 void IEvaluationContext. evaluateVariable ( IGlobalVariable variable, ICodeSnippetRequestor requestor, IProgressMonitor progressMonitor)
          Evaluates the given global variable.
 


Eclipse JDT
Release 3.5

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

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