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
A B C D E F G H I J K L M N O P Q R S T U V W X Z _

I

I2B - Static variable in interface org.eclipse.jdt.core.util. IOpcodeMnemonics
 
I2C - Static variable in interface org.eclipse.jdt.core.util. IOpcodeMnemonics
 
I2D - Static variable in interface org.eclipse.jdt.core.util. IOpcodeMnemonics
 
I2F - Static variable in interface org.eclipse.jdt.core.util. IOpcodeMnemonics
 
I2L - Static variable in interface org.eclipse.jdt.core.util. IOpcodeMnemonics
 
I2S - Static variable in interface org.eclipse.jdt.core.util. IOpcodeMnemonics
 
I_FULLY_QUALIFIED - Static variable in class org.eclipse.jdt.ui. JavaElementLabels
Initializer names are fully qualified.
I_POST_QUALIFIED - Static variable in class org.eclipse.jdt.ui. JavaElementLabels
Type names are post qualified.
IAccessRule - Interface in org.eclipse.jdt.core
Describes an access rule to source and class files on a classpath entry.
IAccessRuleParticipant - Interface in org.eclipse.jdt.launching.environments
Contributes access rules for an execution environment.
IADD - Static variable in interface org.eclipse.jdt.core.util. IOpcodeMnemonics
 
IALOAD - Static variable in interface org.eclipse.jdt.core.util. IOpcodeMnemonics
 
IAND - Static variable in interface org.eclipse.jdt.core.util. IOpcodeMnemonics
 
IAnnotatable - Interface in org.eclipse.jdt.core
Common protocol for Java elements that can be annotated.
IAnnotation - Interface in org.eclipse.jdt.core
Represents an annotation on a package declaration, a type, a method, a field or a local variable in a compilation unit or a class file.
IAnnotation - Interface in org.eclipse.jdt.core.util
Description of a annotation structure as described in the JVM specifications (added in J2SE 1.5).
IAnnotationBinding - Interface in org.eclipse.jdt.core.dom
Represents a resolved annotation.
IAnnotationComponent - Interface in org.eclipse.jdt.core.util
Description of an annotation component as described in the JVM specifications (added in J2SE 1.5).
IAnnotationComponentValue - Interface in org.eclipse.jdt.core.util
Description of an annotation component value as described in the JVM specifications (added in J2SE 1.5).
IAnnotationDefaultAttribute - Interface in org.eclipse.jdt.core.util
Description of a annotation default attribute as described in the JVM specifications (added in J2SE 1.5).
IAntLaunchConfigurationConstants - Interface in org.eclipse.ant.ui.launching
Constant definitions for Ant launch configurations.
IAstEvaluationEngine - Interface in org.eclipse.jdt.debug.eval
An evaluation engine that performs evaluations by interpreting abstract syntax trees.
IASTORE - Static variable in interface org.eclipse.jdt.core.util. IOpcodeMnemonics
 
IAttributeNamesConstants - Interface in org.eclipse.jdt.core.util
Description of attribute names as described in the JVM specifications.
IBinding - Interface in org.eclipse.jdt.core.dom
A binding represents a named entity in the Java language.
IBuffer - Interface in org.eclipse.jdt.core
A buffer contains the text contents of a resource.
IBuffer.ITextEditCapability - Interface in org.eclipse.jdt.core
Implementors of IBuffer can additionally implement IBuffer.ITextEditCapability.
IBufferChangedListener - Interface in org.eclipse.jdt.core
A listener, which gets notified when the contents of a specific buffer have changed, or when the buffer is closed.
IBufferFactory - Interface in org.eclipse.jdt.core
Deprecated. Use WorkingCopyOwner instead
IBytecodeVisitor - Interface in org.eclipse.jdt.core.util
Description of a Java opcodes visitor.
IClassFile - Interface in org.eclipse.jdt.core
Represents an entire binary type (single .class file).
IClassFileAttribute - Interface in org.eclipse.jdt.core.util
This class represents a generic class file attribute.
IClassFileDisassembler - Interface in org.eclipse.jdt.core.util
Deprecated. Use ClassFileBytesDisassembler instead
IClassFileEvaluationEngine - Interface in org.eclipse.jdt.debug.eval
An evaluation engine that performs evaluations by deploying and executing class files locally.
IClassFileReader - Interface in org.eclipse.jdt.core.util
Description of a .class file.
IClasspathAttribute - Interface in org.eclipse.jdt.core
A classpath attribute defines a name/value pair that can be persisted with a classpath entry.
IClasspathContainer - Interface in org.eclipse.jdt.core
Interface of a classpath container.
IClasspathContainerPage - Interface in org.eclipse.jdt.ui.wizards
A classpath container page allows the user to create a new or edit an existing classpath container entry.
IClasspathContainerPageExtension - Interface in org.eclipse.jdt.ui.wizards
Classpath container pages that implement IClasspathContainerPage can optionally implement IClasspathContainerPageExtension to get additional information about the context when the page is opened.
IClasspathContainerPageExtension2 - Interface in org.eclipse.jdt.ui.wizards
Classpath container pages that implement IClasspathContainerPage can optionally implement IClasspathContainerPageExtension2 to return more than one element when creating new containers.
IClasspathEntry - Interface in org.eclipse.jdt.core
An entry on a Java project classpath identifying one or more package fragment roots.
ICleanUp - Interface in org.eclipse.jdt.ui.cleanup
A clean up solves problems in a compilation unit.
ICleanUpConfigurationUI - Interface in org.eclipse.jdt.ui.cleanup
Provides the UI to configure a clean up.
ICleanUpFix - Interface in org.eclipse.jdt.ui.cleanup
A clean up fix calculates a CompilationUnitChange which can be applied on a document to fix one or more problems in a compilation unit.
ICleanUpOptionsInitializer - Interface in org.eclipse.jdt.ui.cleanup
Initializes the default options for a clean up kind.
ICodeAssist - Interface in org.eclipse.jdt.core
Common protocol for Java elements that support source code assist and code resolve.
ICodeAttribute - Interface in org.eclipse.jdt.core.util
Description of a code attribute as described in the JVM specifications.
ICodeCompletionRequestor - Interface in org.eclipse.jdt.core
Deprecated. Use CompletionRequestor instead.
ICodeFormatter - Interface in org.eclipse.jdt.core
Deprecated. Use CodeFormatter instead (note: options have changed)
ICodeSnippetRequestor - Interface in org.eclipse.jdt.core.eval
A code snippet requestor implements a callback interface for installing the class files for a code snippet on the target and running it.
IColorManager - Interface in org.eclipse.jdt.ui.text
Manages SWT color objects for the given color keys and given RGB objects.
IColorManagerExtension - Interface in org.eclipse.jdt.ui.text
Extends IColorManager with the ability to bind and un-bind colors.
ICompilationUnit - Interface in org.eclipse.jdt.core
Represents an entire Java compilation unit (source file with one of the Java-like extensions).
ICompiledExpression - Interface in org.eclipse.jdt.debug.eval
A compiled expression can be compiled once and evaluated multiple times in a runtime context.
ICompletionRequestor - Interface in org.eclipse.jdt.core
Deprecated. Use CompletionRequestor instead.
ICONST_0 - Static variable in interface org.eclipse.jdt.core.util. IOpcodeMnemonics
 
ICONST_1 - Static variable in interface org.eclipse.jdt.core.util. IOpcodeMnemonics
 
ICONST_2 - Static variable in interface org.eclipse.jdt.core.util. IOpcodeMnemonics
 
ICONST_3 - Static variable in interface org.eclipse.jdt.core.util. IOpcodeMnemonics
 
ICONST_4 - Static variable in interface org.eclipse.jdt.core.util. IOpcodeMnemonics
 
ICONST_5 - Static variable in interface org.eclipse.jdt.core.util. IOpcodeMnemonics
 
ICONST_M1 - Static variable in interface org.eclipse.jdt.core.util. IOpcodeMnemonics
 
IConstantPool - Interface in org.eclipse.jdt.core.util
Description of a constant pool as described in the JVM specifications.
IConstantPoolConstant - Interface in org.eclipse.jdt.core.util
Description of constant pool constants as described in the JVM specifications.
IConstantPoolEntry - Interface in org.eclipse.jdt.core.util
Description of a constant pool entry as described in the JVM specifications.
IConstantValueAttribute - Interface in org.eclipse.jdt.core.util
Description of a constant value attribute as described in the JVM specifications.
IContextMenuConstants - Interface in org.eclipse.jdt.ui
Constants for menu groups used in context menus for Java views and editors.
ICorrectionRequestor - Interface in org.eclipse.jdt.core
A callback interface for receiving java problem correction.
ID - Static variable in interface org.eclipse.jdt.core. IJavaModelMarker
ID marker attribute (value "id").
ID - Static variable in class org.eclipse.jdt.launching.sourcelookup.containers. JavaSourcePathComputer
Unique identifier for the local Java source path computer (value org.eclipse.jdt.launching.sourceLookup.javaSourcePathComputer).
ID_ACTION_SET - Static variable in class org.eclipse.jdt.ui. JavaUI
The id of the Java action set (value "org.eclipse.jdt.ui.JavaActionSet").
ID_ANT_BUILDER_LAUNCH_CONFIGURATION_TYPE - Static variable in interface org.eclipse.ant.ui.launching. IAntLaunchConfigurationConstants
Ant builder launch configuration type identifier.
ID_ANT_LAUNCH_CONFIGURATION_TYPE - Static variable in interface org.eclipse.ant.ui.launching. IAntLaunchConfigurationConstants
Ant launch configuration type identifier.
ID_ANT_PROCESS_TYPE - Static variable in interface org.eclipse.ant.ui.launching. IAntLaunchConfigurationConstants
Identifier for Ant processes (value org.eclipse.ant.ui.antProcess).
ID_BESTMATCH_HOVER - Static variable in class org.eclipse.jdt.ui. PreferenceConstants
The id of the best match hover contributed for extension point javaEditorTextHovers.
ID_BROWSING_PERSPECTIVE - Static variable in class org.eclipse.jdt.ui. JavaUI
The id of the Java Browsing Perspective (value "org.eclipse.jdt.ui.JavaBrowsingPerspective").
ID_CF_EDITOR - Static variable in class org.eclipse.jdt.ui. JavaUI
The editor part id of the editor that presents Java binary class files (value "org.eclipse.jdt.ui.ClassFileEditor").
ID_CLASSPATH_VARIABLES_PREFERENCE_PAGE - Static variable in class org.eclipse.jdt.ui. JavaUI
The preference page id of the class path variables preference page (value "org.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePage").
ID_CODING_ACTION_SET - Static variable in class org.eclipse.jdt.ui. JavaUI
The id of the Java Coding action set (value "org.eclipse.jdt.ui.CodingActionSet").
ID_CU_EDITOR - Static variable in class org.eclipse.jdt.ui. JavaUI
The editor part id of the editor that presents Java compilation units (value "org.eclipse.jdt.ui.CompilationUnitEditor").
ID_DISPLAY_VIEW - Static variable in interface org.eclipse.jdt.debug.ui. IJavaDebugUIConstants
Display view identifier (value "org.eclipse.jdt.debug.ui.DisplayView").
ID_ELEMENT_CREATION_ACTION_SET - Static variable in class org.eclipse.jdt.ui. JavaUI
The id of the Java Element Creation action set (value "org.eclipse.jdt.ui.JavaElementCreationActionSet").
ID_HIERARCHYPERSPECTIVE - Static variable in class org.eclipse.jdt.ui. JavaUI
The id of the Java hierarchy perspective (value "org.eclipse.jdt.ui.JavaHierarchyPerspective").
ID_JAVA_APPLET - Static variable in interface org.eclipse.jdt.launching. IJavaLaunchConfigurationConstants
Identifier for the Java Applet launch configuration type (value "org.eclipse.jdt.launching.javaApplet").
ID_JAVA_APPLICATION - Static variable in interface org.eclipse.jdt.launching. IJavaLaunchConfigurationConstants
Identifier for the Local Java Application launch configuration type (value "org.eclipse.jdt.launching.localJavaApplication").
ID_JAVA_PROCESS_TYPE - Static variable in interface org.eclipse.jdt.launching. IJavaLaunchConfigurationConstants
Identifier for the java process type, which is annotated on processes created by the local java application launch delegate.
ID_JAVA_SNIPPET_EDITOR - Static variable in interface org.eclipse.jdt.debug.ui. IJavaDebugUIConstants
Java snippet editor identifier (value "org.eclipse.jdt.debug.ui.SnippetEditor")
ID_JAVA_SOURCE_LOCATOR - Static variable in class org.eclipse.jdt.launching.sourcelookup. JavaSourceLocator
Deprecated. Identifier for the 'Java Source Locator' extension (value "org.eclipse.jdt.launching.javaSourceLocator").
ID_JAVADOC_HOVER - Static variable in class org.eclipse.jdt.ui. PreferenceConstants
The id of the javadoc hover contributed for extension point javaEditorTextHovers.
ID_JAVADOC_VIEW - Static variable in class org.eclipse.jdt.ui. JavaUI
The view part id of the Javadoc view (value "org.eclipse.jdt.ui.JavadocView").
ID_MEMBERS_VIEW - Static variable in class org.eclipse.jdt.ui. JavaUI
The view part id of the Java Browsing Members view (value "org.eclipse.jdt.ui.MembersView").
ID_OPEN_ACTION_SET - Static variable in class org.eclipse.jdt.ui. JavaUI
The id of the Java action set for open actions (value "org.eclipse.jdt.ui.A_OpenActionSet").
ID_PACKAGES - Static variable in class org.eclipse.jdt.ui. JavaUI
The view part id of the Packages view (value "org.eclipse.jdt.ui.PackageExplorer").
ID_PACKAGES_VIEW - Static variable in class org.eclipse.jdt.ui. JavaUI
The view part id of the Java Browsing Packages view (value "org.eclipse.jdt.ui.PackagesView").
ID_PERSPECTIVE - Static variable in class org.eclipse.jdt.ui. JavaUI
The id of the Java perspective (value "org.eclipse.jdt.ui.JavaPerspective").
ID_PLUGIN - Static variable in class org.eclipse.jdt.core.manipulation. JavaManipulation
The id of the Java Manipulation plug-in (value "org.eclipse.jdt.core.manipulation").
ID_PLUGIN - Static variable in class org.eclipse.jdt.launching. JavaRuntime
Unique identifier constant (value "org.eclipse.jdt.launching") for the Java launching plug-in.
ID_PLUGIN - Static variable in class org.eclipse.jdt.ui. JavaUI
The id of the Java plug-in (value "org.eclipse.jdt.ui").
ID_PROBLEM_HOVER - Static variable in class org.eclipse.jdt.ui. PreferenceConstants
Deprecated. as of 3.0, this hover is no longer available
ID_PROJECTS_VIEW - Static variable in class org.eclipse.jdt.ui. JavaUI
The view part id of the Java Browsing Projects view (value "org.eclipse.jdt.ui.ProjectsView").
ID_PROMPTING_JAVA_SOURCE_LOCATOR - Static variable in class org.eclipse.jdt.debug.ui. JavaUISourceLocator
Deprecated. Identifier for the 'Prompting Java Source Locator' extension (value "org.eclipse.jdt.debug.ui.javaSourceLocator").
ID_REMOTE_JAVA_APPLICATION - Static variable in interface org.eclipse.jdt.launching. IJavaLaunchConfigurationConstants
Identifier for the Remote Java Application launch configuration type (value "org.eclipse.jdt.launching.remoteJavaApplication").
ID_SEARCH_ACTION_SET - Static variable in class org.eclipse.jdt.ui. JavaUI
The id of the Java Search action set (value org.eclipse.jdt.ui.SearchActionSet").
ID_SNIPPET_EDITOR - Static variable in class org.eclipse.jdt.ui. JavaUI
The editor part id of the code snippet editor (value "org.eclipse.jdt.ui.SnippetEditor").
ID_SOCKET_ATTACH_VM_CONNECTOR - Static variable in interface org.eclipse.jdt.launching. IJavaLaunchConfigurationConstants
Identifier for the standard Socket Attaching VM connector (value "org.eclipse.jdt.launching.socketAttachConnector").
ID_SOCKET_LISTEN_VM_CONNECTOR - Static variable in interface org.eclipse.jdt.launching. IJavaLaunchConfigurationConstants
Identifier for the standard Socket Listening VM connector (value "org.eclipse.jdt.launching.socketListenConnector").
ID_SOURCE_HOVER - Static variable in class org.eclipse.jdt.ui. PreferenceConstants
The id of the source code hover contributed for extension point javaEditorTextHovers.
ID_SOURCE_VIEW - Static variable in class org.eclipse.jdt.ui. JavaUI
The view part id of the source (declaration) view (value "org.eclipse.jdt.ui.SourceView").
ID_TYPE_HIERARCHY - Static variable in class org.eclipse.jdt.ui. JavaUI
The view part id of the type hierarchy part (value "org.eclipse.jdt.ui.TypeHierarchy").
ID_TYPES_VIEW - Static variable in class org.eclipse.jdt.ui. JavaUI
The view part id of the Java Browsing Types view (value "org.eclipse.jdt.ui.TypesView").
ID_USER_LIBRARY_PREFERENCE_PAGE - Static variable in class org.eclipse.jdt.ui. JavaUI
The preference page id of the user library preference page (value "org.eclipse.jdt.ui.preferences.UserLibraryPreferencePage").
IDENTIFIER_PROPERTY - Static variable in class org.eclipse.jdt.core.dom. SimpleName
The "identifier" structural property of this node type.
IDIV - Static variable in interface org.eclipse.jdt.core.util. IOpcodeMnemonics
 
IDOMCompilationUnit - Interface in org.eclipse.jdt.core.jdom
Deprecated. The JDOM was made obsolete by the addition in 2.0 of the more powerful, fine-grained DOM/AST API found in the org.eclipse.jdt.core.dom package.
IDOMFactory - Interface in org.eclipse.jdt.core.jdom
Deprecated. The JDOM was made obsolete by the addition in 2.0 of the more powerful, fine-grained DOM/AST API found in the org.eclipse.jdt.core.dom package.
IDOMField - Interface in org.eclipse.jdt.core.jdom
Deprecated. The JDOM was made obsolete by the addition in 2.0 of the more powerful, fine-grained DOM/AST API found in the org.eclipse.jdt.core.dom package.
IDOMImport - Interface in org.eclipse.jdt.core.jdom
Deprecated. The JDOM was made obsolete by the addition in 2.0 of the more powerful, fine-grained DOM/AST API found in the org.eclipse.jdt.core.dom package.
IDOMInitializer - Interface in org.eclipse.jdt.core.jdom
Deprecated. The JDOM was made obsolete by the addition in 2.0 of the more powerful, fine-grained DOM/AST API found in the org.eclipse.jdt.core.dom package.
IDOMMember - Interface in org.eclipse.jdt.core.jdom
Deprecated. The JDOM was made obsolete by the addition in 2.0 of the more powerful, fine-grained DOM/AST API found in the org.eclipse.jdt.core.dom package.
IDOMMethod - Interface in org.eclipse.jdt.core.jdom
Deprecated. The JDOM was made obsolete by the addition in 2.0 of the more powerful, fine-grained DOM/AST API found in the org.eclipse.jdt.core.dom package.
IDOMNode - Interface in org.eclipse.jdt.core.jdom
Deprecated. The JDOM was made obsolete by the addition in 2.0 of the more powerful, fine-grained DOM/AST API found in the org.eclipse.jdt.core.dom package.
IDOMPackage - Interface in org.eclipse.jdt.core.jdom
Deprecated. The JDOM was made obsolete by the addition in 2.0 of the more powerful, fine-grained DOM/AST API found in the org.eclipse.jdt.core.dom package.
IDOMType - Interface in org.eclipse.jdt.core.jdom
Deprecated. The JDOM was made obsolete by the addition in 2.0 of the more powerful, fine-grained DOM/AST API found in the org.eclipse.jdt.core.dom package.
IElementChangedListener - Interface in org.eclipse.jdt.core
An element changed listener receives notification of changes to Java elements maintained by the Java model.
IEnclosingMethodAttribute - Interface in org.eclipse.jdt.core.util
Description of an enclosing method attribute as described in the JVM specifications (added in J2SE 1.5).
IEvaluationContext - Interface in org.eclipse.jdt.core.eval
An evaluation context supports evaluating code snippets.
IEvaluationEngine - Interface in org.eclipse.jdt.debug.eval
An evaluation engine performs an evaluation of a code snippet or expression in a specified thread of a debug target.
IEvaluationListener - Interface in org.eclipse.jdt.debug.eval
Evaluation results are reported to evaluation listeners on the completion of an evaluation.
IEvaluationResult - Interface in org.eclipse.jdt.debug.eval
The result of an evaluation.
IEvaluationRunnable - Interface in org.eclipse.jdt.debug.core
A runnable that represents one logical evaluation to be run in a target thread.
IExceptionAttribute - Interface in org.eclipse.jdt.core.util
Description of a constant value attribute as described in the JVM specifications.
IExceptionTableEntry - Interface in org.eclipse.jdt.core.util
The class represents an entry in the exception table of a ICodeAttribute as specified in the JVM specifications.
IExecutionEnvironment - Interface in org.eclipse.jdt.launching.environments
An execution environment describes capabilities of a Java runtime environment (IVMInstall).
IExecutionEnvironmentAnalyzerDelegate - Interface in org.eclipse.jdt.launching.environments
Analyzes vm installs for compatibility with execution environments.
IExecutionEnvironmentsManager - Interface in org.eclipse.jdt.launching.environments
Manager for execution environments.
IExtendedModifier - Interface in org.eclipse.jdt.core.dom
Common interface for AST nodes that represent modifiers or annotations.
IF_ACMPEQ - Static variable in interface org.eclipse.jdt.core.util. IOpcodeMnemonics
 
IF_ACMPNE - Static variable in interface org.eclipse.jdt.core.util. IOpcodeMnemonics
 
IF_ICMPEQ - Static variable in interface org.eclipse.jdt.core.util. IOpcodeMnemonics
 
IF_ICMPGE - Static variable in interface org.eclipse.jdt.core.util. IOpcodeMnemonics
 
IF_ICMPGT - Static variable in interface org.eclipse.jdt.core.util. IOpcodeMnemonics
 
IF_ICMPLE - Static variable in interface org.eclipse.jdt.core.util. IOpcodeMnemonics
 
IF_ICMPLT - Static variable in interface org.eclipse.jdt.core.util. IOpcodeMnemonics
 
IF_ICMPNE - Static variable in interface org.eclipse.jdt.core.util. IOpcodeMnemonics
 
IF_STATEMENT - Static variable in class org.eclipse.jdt.core.dom. ASTNode
Node type constant indicating a node of type IfStatement.
IFEQ - Static variable in interface org.eclipse.jdt.core.util. IOpcodeMnemonics
 
IFGE - Static variable in interface org.eclipse.jdt.core.util. IOpcodeMnemonics
 
IFGT - Static variable in interface org.eclipse.jdt.core.util. IOpcodeMnemonics
 
IField - Interface in org.eclipse.jdt.core
Represents a field declared in a type.
IFieldInfo - Interface in org.eclipse.jdt.core.util
Description of a field info as described in the JVM specifications.
IFLE - Static variable in interface org.eclipse.jdt.core.util. IOpcodeMnemonics
 
IFLT - Static variable in interface org.eclipse.jdt.core.util. IOpcodeMnemonics
 
IFNE - Static variable in interface org.eclipse.jdt.core.util. IOpcodeMnemonics
 
IFNONNULL - Static variable in interface org.eclipse.jdt.core.util. IOpcodeMnemonics
 
IFNULL - Static variable in interface org.eclipse.jdt.core.util. IOpcodeMnemonics
 
IfStatement - Class in org.eclipse.jdt.core.dom
If statement AST node type.
IGlobalVariable - Interface in org.eclipse.jdt.core.eval
A global variable declared in an evaluation context.
IGNORE - Static variable in class org.eclipse.jdt.core. JavaCore
Configurable option value: "ignore".
IGNORE_DECLARING_TYPE - Static variable in interface org.eclipse.jdt.core.search. IJavaSearchConstants
Ignore declaring type while searching result.
IGNORE_IF_BETTER - Static variable in interface org.eclipse.jdt.core. IAccessRule
Flag indicating that whether a type matching this rule should be ignored iff a type with the same qualified name can be found on a later classpath entry with a better accessibility.
IGNORE_RETURN_TYPE - Static variable in interface org.eclipse.jdt.core.search. IJavaSearchConstants
Ignore return type while searching result.
IgnoreCategoriesMask - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
Mask to use in order to filter out the category portion of the problem ID.
IGNORED - Static variable in class org.eclipse.jdt.junit.model. ITestElement.Result
state that describes that the test result is 'Ignored'
ignoreIfBetter() - Method in interface org.eclipse.jdt.core. IAccessRule
Returns whether a type matching this rule should be ignored iff a type with the same qualified name can be found on a later classpath entry with a better accessibility.
IImportContainer - Interface in org.eclipse.jdt.core
Represents an import container is a child of a Java compilation unit that contains all (and only) the import declarations.
IImportDeclaration - Interface in org.eclipse.jdt.core
Represents an import declaration in Java compilation unit.
IINC - Static variable in interface org.eclipse.jdt.core.util. IOpcodeMnemonics
 
IInitializer - Interface in org.eclipse.jdt.core
Represents a stand-alone instance or class (static) initializer in a type.
IInnerClassesAttribute - Interface in org.eclipse.jdt.core.util
Description of a inner class attribute as described in the JVM specifications.
IInnerClassesAttributeEntry - Interface in org.eclipse.jdt.core.util
Description of a inner class info as described in the JVM specifications.
IInvocationContext - Interface in org.eclipse.jdt.ui.text.java
Context information for quick fix and quick assist processors.
IJarBuilder - Interface in org.eclipse.jdt.ui.jarpackager
A JAR builder can be used to add elements to a JAR file which is about to be build.
IJarBuilderExtension - Interface in org.eclipse.jdt.ui.jarpackager
Extends IJarBuilder with the following functions: Write a file to the JAR to build
IJarDescriptionReader - Interface in org.eclipse.jdt.ui.jarpackager
Reads the description file of a JAR package data object into such an object.
IJarDescriptionWriter - Interface in org.eclipse.jdt.ui.jarpackager
Writes the description file of a JAR package data object.
IJarEntryResource - Interface in org.eclipse.jdt.core
A jar entry corresponding to a non-Java resource in an archive IPackageFragment or IPackageFragmentRoot.
IJarExportRunnable - Interface in org.eclipse.jdt.ui.jarpackager
A runnable which executes a JAR export operation within the workspace.
IJavaArray - Interface in org.eclipse.jdt.debug.core
A value referencing an array on a target VM.
IJavaArrayType - Interface in org.eclipse.jdt.debug.core
The type of an array on a Java debug target.
IJavaBreakpoint - Interface in org.eclipse.jdt.debug.core
A breakpoint specific to the Java debug model.
IJavaBreakpointListener - Interface in org.eclipse.jdt.debug.core
Provides event and error notification for Java breakpoints.
IJavaClassObject - Interface in org.eclipse.jdt.debug.core
An object referencing an instance of java.lang.Class on a target VM.
IJavaClassPrepareBreakpoint - Interface in org.eclipse.jdt.debug.core
A breakpoint that suspends execution when a class is prepared in a target VM.
IJavaClassType - Interface in org.eclipse.jdt.debug.core
The class of an object on a Java debug target.
IJavaColorConstants - Interface in org.eclipse.jdt.ui.text
Color keys used for syntax highlighting Java code and Javadoc compliant comments.
IJavaCompletionProposal - Interface in org.eclipse.jdt.ui.text.java
A completion proposal with a relevance value.
IJavaCompletionProposalComputer - Interface in org.eclipse.jdt.ui.text.java
Computes completions and context information displayed by the Java editor content assistant.
IJavaDebugTarget - Interface in org.eclipse.jdt.debug.core
A Java virtual machine.
IJavaDebugUIConstants - Interface in org.eclipse.jdt.debug.ui
Constant definitions for Java debug UI plug-in.
IJavadocCompletionProcessor - Interface in org.eclipse.jdt.ui.text.java
Deprecated. As of 3.2, replaced by org.eclipse.jdt.ui.javaCompletionProposalComputer extension-point

.
IJavaEditorActionDefinitionIds - Interface in org.eclipse.jdt.ui.actions
Defines the definition IDs for the Java editor actions.
IJavaEditorTextHover - Interface in org.eclipse.jdt.ui.text.java.hover
Provides a hover popup which appears on top of an editor with relevant display information.
IJavaElement - Interface in org.eclipse.jdt.core
Common protocol for all elements provided by the Java model.
IJavaElementDelta - Interface in org.eclipse.jdt.core
A Java element delta describes changes in Java element between two discrete points in time.
IJavaElementMapper - Interface in org.eclipse.jdt.core.refactoring
An IJavaElementMapper provides methods to map an original elements to its refactored counterparts.
IJavaElementSearchConstants - Interface in org.eclipse.jdt.ui
Search scope constants for Java selection dialogs.
IJavaExceptionBreakpoint - Interface in org.eclipse.jdt.debug.core
A breakpoint that suspends execution when a corresponding exception is thrown in a target VM.
IJavaFieldVariable - Interface in org.eclipse.jdt.debug.core
A variable that contains the value of an instance or class variable.
IJavaFoldingPreferenceBlock - Interface in org.eclipse.jdt.ui.text.folding
Contributors to the org.eclipse.jdt.ui.foldingStructureProvider extension point can specify an implementation of this interface to be displayed on the Java > Editor > Folding preference page.
IJavaFoldingStructureProvider - Interface in org.eclipse.jdt.ui.text.folding
Contributors to the org.eclipse.jdt.ui.foldingStructureProvider extension point must specify an implementation of this interface which will create and maintain ProjectionAnnotation objects that define folded regions in the ProjectionViewer.
IJavaFoldingStructureProviderExtension - Interface in org.eclipse.jdt.ui.text.folding
Extends IJavaFoldingStructureProvider with the following functions: collapsing of comments and members expanding and collapsing of certain java elements
IJavaHotCodeReplaceListener - Interface in org.eclipse.jdt.debug.core
Notification of hot code replace failure and success.
IJavaInterfaceType - Interface in org.eclipse.jdt.debug.core
An interface an object implements on a Java debug target.
IJavaLaunchConfigurationConstants - Interface in org.eclipse.jdt.launching
Constant definitions for Java launch configurations.
IJavaLineBreakpoint - Interface in org.eclipse.jdt.debug.core
A breakpoint that suspends execution when a particular line of code is reached.
IJavaMethodBreakpoint - Interface in org.eclipse.jdt.debug.core
A method breakpoint suspends execution when a method is entered or exited.
IJavaMethodEntryBreakpoint - Interface in org.eclipse.jdt.debug.core
A method entry breakpoint suspends execution on the first executable line of a method when entered.
IJavaModel - Interface in org.eclipse.jdt.core
Represent the root Java element corresponding to the workspace.
IJavaModelMarker - Interface in org.eclipse.jdt.core
Markers used by the Java model.
IJavaModelStatus - Interface in org.eclipse.jdt.core
Represents the outcome of an Java model operation.
IJavaModelStatusConstants - Interface in org.eclipse.jdt.core
Status codes used with Java model status objects.
IJavaModifiers - Interface in org.eclipse.jdt.debug.core
Modifiers common to Java debug elements that have associated Java member declarations.
IJavaObject - Interface in org.eclipse.jdt.debug.core
A value referencing an object on a target VM.
IJavaPartitions - Interface in org.eclipse.jdt.ui.text
Definition of Java partitioning and its partitions.
IJavaPatternBreakpoint - Interface in org.eclipse.jdt.debug.core
Deprecated. use IJavaStratumLineBreakpoint instead
IJavaPrimitiveValue - Interface in org.eclipse.jdt.debug.core
A primitive value on a Java debug target.
IJavaProject - Interface in org.eclipse.jdt.core
A Java project represents a view of a project resource in terms of Java elements such as package fragments, types, methods and fields.
IJavaRefactorings - Interface in org.eclipse.jdt.core.refactoring
Interface for refactoring ids offered by the JDT tooling.
IJavaReferenceType - Interface in org.eclipse.jdt.debug.core
Represents the type of an object in a virtual machine - including classes, interfaces and array types.
IJavaSearchConstants - Interface in org.eclipse.jdt.core.search
This interface defines the constants used by the search engine.
IJavaSearchResultCollector - Interface in org.eclipse.jdt.core.search
Deprecated. Since 3.0, the class SearchRequestor replaces this interface.
IJavaSearchScope - Interface in org.eclipse.jdt.core.search
An IJavaSearchScope defines where search result should be found by a SearchEngine.
IJavaSourceLocation - Interface in org.eclipse.jdt.launching.sourcelookup
Deprecated. In 3.0, the debug platform provides source lookup facilities that should be used in place of the Java source lookup support provided in 2.0. The new facilities provide a source lookup director that coordinates source lookup among a set of participants, searching a set of source containers. See the following packages: org.eclipse.debug.core.sourcelookup and org.eclipse.debug.core.sourcelookup.containers. This interface has been replaced by org.eclipse.debug.core.sourcelookup.ISourceContainer.
IJavaStackFrame - Interface in org.eclipse.jdt.debug.core
A stack frame in a thread on a Java virtual machine.
IJavaStratumLineBreakpoint - Interface in org.eclipse.jdt.debug.core
A line breakpoint identified by its source file name and/or path, and stratum that it is relative to.
IJavaTargetPatternBreakpoint - Interface in org.eclipse.jdt.debug.core
A line breakpoint installed in types associated with a specific source file (based on source file name debug attribute) and whose fully qualified name matches a specified pattern per target.
IJavaThread - Interface in org.eclipse.jdt.debug.core
A thread in a Java virtual machine.
IJavaThreadGroup - Interface in org.eclipse.jdt.debug.core
Represents a thread group in the target VM.
IJavaType - Interface in org.eclipse.jdt.debug.core
The type of a value on a Java debug target - a primitive data type, class, interface, or array.
IJavaValue - Interface in org.eclipse.jdt.debug.core
An object, primitive data type, or array, on a Java virtual machine.
IJavaVariable - Interface in org.eclipse.jdt.debug.core
A local variable, field slot, or receiver (this) in a Java virtual machine.
IJavaWatchpoint - Interface in org.eclipse.jdt.debug.core
A breakpoint on a field.
ILineNumberAttribute - Interface in org.eclipse.jdt.core.util
Description of a line number attribute as described in the JVM specifications.
IllegalAbstractModifierCombinationForMethod - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
IllegalAccessFromTypeVariable - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
IllegalCast - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
IllegalClassLiteralForTypeVariable - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
IllegalDimension - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
IllegalEnclosingInstanceSpecification - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
IllegalExtendedDimensions - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
IllegalExtendedDimensionsForVarArgs - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
IllegalGenericArray - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
IllegalInstanceofParameterizedType - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
IllegalInstanceofTypeParameter - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
IllegalModifierCombinationFinalAbstractForClass - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
IllegalModifierCombinationFinalVolatileForField - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
IllegalModifierForAnnotationField - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
IllegalModifierForAnnotationMemberType - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
IllegalModifierForAnnotationMethod - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
IllegalModifierForAnnotationType - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
IllegalModifierForArgument - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
IllegalModifierForClass - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
IllegalModifierForConstructor - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
IllegalModifierForEnum - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
IllegalModifierForEnumConstant - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
IllegalModifierForEnumConstructor - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
IllegalModifierForField - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
IllegalModifierForInterface - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
IllegalModifierForInterfaceField - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
IllegalModifierForInterfaceMethod - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
IllegalModifierForLocalClass - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
IllegalModifierForLocalEnum - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
Deprecated. - problem could not be reported, enums cannot be local takes precedence
IllegalModifierForMemberClass - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
IllegalModifierForMemberEnum - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
IllegalModifierForMemberInterface - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
IllegalModifierForMethod - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
IllegalModifierForVariable - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
IllegalPrimitiveOrArrayTypeForEnclosingInstance - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
IllegalQualifiedEnumConstantLabel - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
IllegalQualifiedParameterizedTypeAllocation - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
IllegalStaticModifierForMemberType - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
IllegalTypeVariableSuperReference - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
IllegalUsageOfQualifiedTypeReference - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
IllegalVararg - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
IllegalVisibilityModifierCombinationForField - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
IllegalVisibilityModifierCombinationForMemberType - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
IllegalVisibilityModifierCombinationForMethod - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
IllegalVisibilityModifierForInterfaceMemberType - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
ILOAD - Static variable in interface org.eclipse.jdt.core.util. IOpcodeMnemonics
 
ILOAD_0 - Static variable in interface org.eclipse.jdt.core.util. IOpcodeMnemonics
 
ILOAD_1 - Static variable in interface org.eclipse.jdt.core.util. IOpcodeMnemonics
 
ILOAD_2 - Static variable in interface org.eclipse.jdt.core.util. IOpcodeMnemonics
 
ILOAD_3 - Static variable in interface org.eclipse.jdt.core.util. IOpcodeMnemonics
 
ILocalVariable - Interface in org.eclipse.jdt.core
Represents a local variable declared in a method or an initializer.
ILocalVariableAttribute - Interface in org.eclipse.jdt.core.util
Description of a local variable attribute as described in the JVM specifications.
ILocalVariableTableEntry - Interface in org.eclipse.jdt.core.util
Description of a local variable table entry as specified in the JVM specifications.
ILocalVariableTypeTableAttribute - Interface in org.eclipse.jdt.core.util
Description of a local variable type attribute as described in the JVM specifications (added in J2SE 1.5).
ILocalVariableTypeTableEntry - Interface in org.eclipse.jdt.core.util
Description of a local variable type table entry as specified in the JVM specifications (added in J2SE 1.5).
IManifestProvider - Interface in org.eclipse.jdt.ui.jarpackager
A manifest provider creates manifest files.
IMatchPresentation - Interface in org.eclipse.jdt.ui.search
This interface serves to display elements that a search participant has contributed to a search result.
IMember - Interface in org.eclipse.jdt.core
Common protocol for Java elements that can be members of types.
IMemberValuePair - Interface in org.eclipse.jdt.core
Represents a member-value pair of an annotation.
IMemberValuePairBinding - Interface in org.eclipse.jdt.core.dom
Represents a resolved instance of an annotation's member value pair.
IMethod - Interface in org.eclipse.jdt.core
Represents a method (or constructor) declared in a type.
IMethodBinding - Interface in org.eclipse.jdt.core.dom
A method binding represents a method or constructor of a class or interface.
IMethodInfo - Interface in org.eclipse.jdt.core.util
Description of a method info as described in the JVM specifications.
IMG_FIELD_DEFAULT - Static variable in interface org.eclipse.jdt.ui. ISharedImages
Key to access the shared image or image descriptor for a field with default visibility.
IMG_FIELD_PRIVATE - Static variable in interface org.eclipse.jdt.ui. ISharedImages
Key to access the shared image or image descriptor for a private field.
IMG_FIELD_PROTECTED - Static variable in interface org.eclipse.jdt.ui. ISharedImages
Key to access the shared image or image descriptor for a protected field.
IMG_FIELD_PUBLIC - Static variable in interface org.eclipse.jdt.ui. ISharedImages
Key to access the shared image or image descriptor for a public field.
IMG_OBJS_ANNOTATION - Static variable in interface org.eclipse.jdt.ui. ISharedImages
Key to access the shared image or image descriptor for a annotation type.
IMG_OBJS_ANNOTATION_DEFAULT - Static variable in interface org.eclipse.jdt.ui. ISharedImages
Key to access the shared image or image descriptor for a annotation type with default visibility.
IMG_OBJS_ANNOTATION_PRIVATE - Static variable in interface org.eclipse.jdt.ui. ISharedImages
Key to access the shared image or image descriptor for a annotation type with private visibility.
IMG_OBJS_ANNOTATION_PROTECTED - Static variable in interface org.eclipse.jdt.ui. ISharedImages
Key to access the shared image or image descriptor for a annotation type with protected visibility.
IMG_OBJS_CFILE - Static variable in interface org.eclipse.jdt.ui. ISharedImages
Key to access the shared image or image descriptor for a Java class file.
IMG_OBJS_CLASS - Static variable in interface org.eclipse.jdt.ui. ISharedImages
Key to access the shared image or image descriptor for a class.
IMG_OBJS_CLASS_DEFAULT - Static variable in interface org.eclipse.jdt.ui. ISharedImages
Key to access the shared image or image descriptor for a class with default visibility.
IMG_OBJS_CLASSPATH_VAR_ENTRY - Static variable in interface org.eclipse.jdt.ui. ISharedImages
Key to access the shared image or image descriptor for a classpath variable entry.
IMG_OBJS_CUNIT - Static variable in interface org.eclipse.jdt.ui. ISharedImages
Key to access the shared image or image descriptor for a Java compilation unit.
IMG_OBJS_DEFAULT - Static variable in interface org.eclipse.jdt.ui. ISharedImages
Key to access the shared image or image descriptor for class members with default visibility.
IMG_OBJS_EMPTY_LOGICAL_PACKAGE - Static variable in interface org.eclipse.jdt.ui. ISharedImages
Key to access the shared image or image descriptor for an empty logical package.
IMG_OBJS_EMPTY_PACKAGE - Static variable in interface org.eclipse.jdt.ui. ISharedImages
Key to access the shared image or image descriptor for an empty package.
IMG_OBJS_ENUM - Static variable in interface org.eclipse.jdt.ui. ISharedImages
Key to access the shared image or image descriptor for a enum type.
IMG_OBJS_ENUM_DEFAULT - Static variable in interface org.eclipse.jdt.ui. ISharedImages
Key to access the shared image or image descriptor for a enum type with default visibility.
IMG_OBJS_ENUM_PRIVATE - Static variable in interface org.eclipse.jdt.ui. ISharedImages
Key to access the shared image or image descriptor for a enum type with private visibility.
IMG_OBJS_ENUM_PROTECTED - Static variable in interface org.eclipse.jdt.ui. ISharedImages
Key to access the shared image or image descriptor for a enum type with protected visibility.
IMG_OBJS_EXTERNAL_ARCHIVE - Static variable in interface org.eclipse.jdt.ui. ISharedImages
Key to access the shared image or image descriptor for external archives.
IMG_OBJS_EXTERNAL_ARCHIVE_WITH_SOURCE - Static variable in interface org.eclipse.jdt.ui. ISharedImages
Key to access the shared image or image descriptor for external archives with source.
IMG_OBJS_IMPCONT - Static variable in interface org.eclipse.jdt.ui. ISharedImages
Key to access the shared image or image descriptor for an import container.
IMG_OBJS_IMPDECL - Static variable in interface org.eclipse.jdt.ui. ISharedImages
Key to access the shared image or image descriptor for an import statement.
IMG_OBJS_INNER_CLASS_DEFAULT - Static variable in interface org.eclipse.jdt.ui. ISharedImages
Key to access the shared image or image descriptor for a inner class with default visibility.
IMG_OBJS_INNER_CLASS_PRIVATE - Static variable in interface org.eclipse.jdt.ui. ISharedImages
Key to access the shared image or image descriptor for a private inner class.
IMG_OBJS_INNER_CLASS_PROTECTED - Static variable in interface org.eclipse.jdt.ui. ISharedImages
Key to access the shared image or image descriptor for a protected inner class.
IMG_OBJS_INNER_CLASS_PUBLIC - Static variable in interface org.eclipse.jdt.ui. ISharedImages
Key to access the shared image or image descriptor for a public inner class.
IMG_OBJS_INNER_INTERFACE_DEFAULT - Static variable in interface org.eclipse.jdt.ui. ISharedImages
Key to access the shared image or image descriptor for an inner interface with default visibility.
IMG_OBJS_INNER_INTERFACE_PRIVATE - Static variable in interface org.eclipse.jdt.ui. ISharedImages
Key to access the shared image or image descriptor for a private inner interface.
IMG_OBJS_INNER_INTERFACE_PROTECTED - Static variable in interface org.eclipse.jdt.ui. ISharedImages
Key to access the shared image or image descriptor for a protected inner interface.
IMG_OBJS_INNER_INTERFACE_PUBLIC - Static variable in interface org.eclipse.jdt.ui. ISharedImages
Key to access the shared image or image descriptor for a public inner interface.
IMG_OBJS_INTERFACE - Static variable in interface org.eclipse.jdt.ui. ISharedImages
Key to access the shared image or image descriptor for an interface.
IMG_OBJS_INTERFACE_DEFAULT - Static variable in interface org.eclipse.jdt.ui. ISharedImages
Key to access the shared image or image descriptor for an interface with default visibility.
IMG_OBJS_JAR - Static variable in interface org.eclipse.jdt.ui. ISharedImages
Key to access the shared image or image descriptor for a JAR archive.
IMG_OBJS_JAR_WITH_SOURCE - Static variable in interface org.eclipse.jdt.ui. ISharedImages
Key to access the shared image or image descriptor for a JAR with source.
IMG_OBJS_JAVADOCTAG - Static variable in interface org.eclipse.jdt.ui. ISharedImages
Key to access the shared image or image descriptor for javadoc tags.
IMG_OBJS_LIBRARY - Static variable in interface org.eclipse.jdt.ui. ISharedImages
Key to access the shared image or image descriptor for a library (class path container).
IMG_OBJS_LOCAL_VARIABLE - Static variable in interface org.eclipse.jdt.ui. ISharedImages
Key to access the shared image or image descriptor for a local variable.
IMG_OBJS_LOGICAL_PACKAGE - Static variable in interface org.eclipse.jdt.ui. ISharedImages
Key to access the shared image or image descriptor for a logical package.
IMG_OBJS_PACKAGE - Static variable in interface org.eclipse.jdt.ui. ISharedImages
Key to access the shared image or image descriptor for a package.
IMG_OBJS_PACKDECL - Static variable in interface org.eclipse.jdt.ui. ISharedImages
Key to access the shared image or image descriptor for a package declaration.
IMG_OBJS_PACKFRAG_ROOT - Static variable in interface org.eclipse.jdt.ui. ISharedImages
Key to access the shared image or image descriptor for a package fragment root.
IMG_OBJS_PRIVATE - Static variable in interface org.eclipse.jdt.ui. ISharedImages
Key to access the shared image or image descriptor for a private member.
IMG_OBJS_PROTECTED - Static variable in interface org.eclipse.jdt.ui. ISharedImages
Key to access the shared image or image descriptor for a protected member.
IMG_OBJS_PUBLIC - Static variable in interface org.eclipse.jdt.ui. ISharedImages
Key to access the shared image or image descriptor for a public member.
IModifierConstants - Interface in org.eclipse.jdt.core.util
Definition of the modifier constants as specified in the JVM specifications.
IMPDEP1 - Static variable in interface org.eclipse.jdt.core.util. IOpcodeMnemonics
 
IMPDEP2 - Static variable in interface org.eclipse.jdt.core.util. IOpcodeMnemonics
 
IMPLEMENTORS - Static variable in interface org.eclipse.jdt.core.search. IJavaSearchConstants
The search result is a type that implements an interface or extends a class.
ImplementorsSearchGroup - Class in org.eclipse.jdt.ui.actions
Action group that adds the search for implementors actions to a context menu and the global menu bar.
ImplementorsSearchGroup(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions. ImplementorsSearchGroup
Creates a new ImplementorsSearchGroup.
ImplementorsSearchGroup(IWorkbenchSite, ISelectionProvider) - Constructor for class org.eclipse.jdt.ui.actions. ImplementorsSearchGroup
Creates a new ImplementorsSearchGroup.
ImplementorsSearchGroup(JavaEditor) - Constructor for class org.eclipse.jdt.ui.actions. ImplementorsSearchGroup
Note: This constructor is for internal use only.
IMPLEMENTS - Static variable in class org.eclipse.jdt.ui. JavaElementImageDescriptor
Flag to render the 'implements' adornment.
IMPLICIT_THIS_REFERENCE - Static variable in interface org.eclipse.jdt.core.search. IJavaSearchConstants
Return only field accesses or method invocations without any qualification.
IMPORT - Static variable in class org.eclipse.jdt.core. CorrectionEngine
This field is not intended to be used by client.
IMPORT - Static variable in interface org.eclipse.jdt.core.eval. ICodeSnippetRequestor
Indicates a compilation problem related to an import declaration.
IMPORT - Static variable in interface org.eclipse.jdt.core.jdom. IDOMNode
Deprecated. Node type constant indicating an import declaration.
IMPORT_CONTAINER - Static variable in interface org.eclipse.jdt.core. IJavaElement
Constant representing all import declarations within a compilation unit.
IMPORT_DECLARATION - Static variable in class org.eclipse.jdt.core.dom. ASTNode
Node type constant indicating a node of type ImportDeclaration.
IMPORT_DECLARATION - Static variable in interface org.eclipse.jdt.core. IJavaElement
Constant representing an import declaration within a compilation unit.
IMPORT_DECLARATION_TYPE_REFERENCE - Static variable in interface org.eclipse.jdt.core.search. IJavaSearchConstants
Return only type references used in an import declaration.
ImportActionGroup - Class in org.eclipse.jdt.ui.actions
Action group to add the Import and Export action to a view part's context menu.
ImportActionGroup(IViewPart) - Constructor for class org.eclipse.jdt.ui.actions. ImportActionGroup
Creates a new ImportActionGroup.
ImportAmbiguous - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
Deprecated. - problem is no longer generated, use IProblem.AmbiguousType instead
ImportDeclaration - Class in org.eclipse.jdt.core.dom
Import declaration AST node type.
ImportInheritedNameHidesEnclosingName - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
Deprecated. - problem is no longer generated, use IProblem.InheritedTypeHidesEnclosingName instead
ImportInternalNameProvided - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
Deprecated. - problem is no longer generated, use IProblem.InternalTypeNameProvided instead
ImportNotFound - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
ImportNotVisible - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
Deprecated. - problem is no longer generated, use IProblem.NotVisibleType instead
ImportRelated - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
ImportRewrite - Class in org.eclipse.jdt.core.dom.rewrite
The ImportRewrite helps updating imports following a import order and on-demand imports threshold as configured by a project.
ImportRewrite.ImportRewriteContext - Class in org.eclipse.jdt.core.dom.rewrite
A ImportRewrite.ImportRewriteContext can optionally be used in e.g.
ImportRewrite.ImportRewriteContext() - Constructor for class org.eclipse.jdt.core.dom.rewrite. ImportRewrite.ImportRewriteContext
 
imports() - Method in class org.eclipse.jdt.core.dom. CompilationUnit
Returns the live list of nodes for the import declarations of this compilation unit, in order of appearance.
IMPORTS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom. CompilationUnit
The "imports" structural property of this node type.
IMUL - Static variable in interface org.eclipse.jdt.core.util. IOpcodeMnemonics
 
includesBinaries() - Method in interface org.eclipse.jdt.core.search. IJavaSearchScope
Deprecated. Use SearchEngine.createJavaSearchScope(IJavaElement[]) with the package fragment roots that correspond to the binaries instead.
includesClasspaths() - Method in interface org.eclipse.jdt.core.search. IJavaSearchScope
Deprecated. Use SearchEngine.createJavaSearchScope(IJavaElement[]) with a Java project instead.
INCOMPATIBLE_JDK_LEVEL - Static variable in interface org.eclipse.jdt.core. IJavaModelStatusConstants
Status constant indicating that a project is prerequisiting some library for which the classfile JDK version level is more recent than the project JDK target level setting.
IncompatibleExceptionInInheritedMethodThrowsClause - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
IncompatibleExceptionInThrowsClause - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
IncompatibleExceptionInThrowsClauseForNonInheritedInterfaceMethod - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
IncompatibleReturnType - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
IncompatibleReturnTypeForNonInheritedInterfaceMethod - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
IncompatibleTypesInConditionalOperator - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
IncompatibleTypesInEqualityOperator - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
IncompatibleTypesInForeach - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
IncorrectArityForParameterizedConstructor - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
IncorrectArityForParameterizedMethod - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
IncorrectArityForParameterizedType - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
IncorrectEnclosingInstanceReference - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
IncorrectSwitchType - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
INCREMENT - Static variable in class org.eclipse.jdt.core.dom. PostfixExpression.Operator
Postfix increment "++" operator.
INCREMENT - Static variable in class org.eclipse.jdt.core.dom. PrefixExpression.Operator
Prefix increment "++" operator.
INDENT - Static variable in interface org.eclipse.jdt.ui.actions. IJavaEditorActionDefinitionIds
Action definition ID of the source -> indent action (value "org.eclipse.jdt.ui.edit.text.java.indent").
INDENT - Static variable in class org.eclipse.jdt.ui.actions. JdtActionConstants
Source menu: name of standard Indent global action (value "org.eclipse.jdt.ui.actions.Indent").
INDENT_BY_ONE - Static variable in class org.eclipse.jdt.core.formatter. DefaultCodeFormatterConstants
FORMATTER / The wrapping is done by indenting by one compare to the current indentation.
INDENT_DEFAULT - Static variable in class org.eclipse.jdt.core.formatter. DefaultCodeFormatterConstants
FORMATTER / The wrapping is done by using the current indentation.
INDENT_ON_COLUMN - Static variable in class org.eclipse.jdt.core.formatter. DefaultCodeFormatterConstants
FORMATTER / The wrapping is done by indenting on column under the splitting location.
IndentManipulation - Class in org.eclipse.jdt.core.formatter
Helper class to provide String manipulation functions dealing with indentations.
INDEX_OUT_OF_BOUNDS - Static variable in interface org.eclipse.jdt.core. IJavaModelStatusConstants
Status constant indicating the given source position is out of bounds.
INDEX_PROPERTY - Static variable in class org.eclipse.jdt.core.dom. ArrayAccess
The "index" structural property of this node type.
indexDocument(SearchDocument, IPath) - Method in class org.eclipse.jdt.core.search. SearchParticipant
Indexes the given document in the given index.
indexOf(char, char[]) - Static method in class org.eclipse.jdt.core.compiler. CharOperation
Answers the first index in the array for which the corresponding character is equal to toBeFound.
indexOf(char[], char[], boolean) - Static method in class org.eclipse.jdt.core.compiler. CharOperation
Answers the first index in the array for which the toBeFound array is a matching subarray following the case rule.
indexOf(char[], char[], boolean, int) - Static method in class org.eclipse.jdt.core.compiler. CharOperation
Answers the first index in the array for which the toBeFound array is a matching subarray following the case rule starting at the index start.
indexOf(char[], char[], boolean, int, int) - Static method in class org.eclipse.jdt.core.compiler. CharOperation
Answers the first index in the array for which the toBeFound array is a matching subarray following the case rule starting at the index start.
indexOf(char, char[], int) - Static method in class org.eclipse.jdt.core.compiler. CharOperation
Answers the first index in the array for which the corresponding character is equal to toBeFound starting the search at index start.
indexOf(char, char[], int, int) - Static method in class org.eclipse.jdt.core.compiler. CharOperation
Answers the first index in the array for which the corresponding character is equal to toBeFound starting the search at index start and before the ending index.
IndirectAccessToStaticField - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
IndirectAccessToStaticMethod - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
IndirectAccessToStaticType - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
INEG - Static variable in interface org.eclipse.jdt.core.util. IOpcodeMnemonics
 
INFER_TYPE_ARGUMENTS - Static variable in interface org.eclipse.jdt.core.refactoring. IJavaRefactorings
Refactoring id of the 'Infer Type Arguments' refactoring (value: org.eclipse.jdt.ui.infer.typearguments).
INFER_TYPE_ARGUMENTS - Static variable in class org.eclipse.jdt.ui.actions. JdtActionConstants
Refactor menu: name of standard Infer Generic Type Arguments global action (value "org.eclipse.jdt.ui.actions.InferTypeArguments").
INFER_TYPE_ARGUMENTS_ACTION - Static variable in interface org.eclipse.jdt.ui.actions. IJavaEditorActionDefinitionIds
Action definition ID of the refactor -> infer generic type arguments action (value "org.eclipse.jdt.ui.edit.text.java.infer.type.arguments").
InferTypeArgumentsAction - Class in org.eclipse.jdt.ui.actions
Infers type arguments for raw references to generic types.
InferTypeArgumentsAction(JavaEditor) - Constructor for class org.eclipse.jdt.ui.actions. InferTypeArgumentsAction
Note: This constructor is for internal use only.
InferTypeArgumentsAction(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions. InferTypeArgumentsAction
Creates a new InferTypeArgumentsAction.
InferTypeArgumentsDescriptor - Class in org.eclipse.jdt.core.refactoring.descriptors
Refactoring descriptor for the infer type arguments refactoring.
InferTypeArgumentsDescriptor() - Constructor for class org.eclipse.jdt.core.refactoring.descriptors. InferTypeArgumentsDescriptor
Creates a new refactoring descriptor.
InferTypeArgumentsDescriptor(String, String, String, Map, int) - Constructor for class org.eclipse.jdt.core.refactoring.descriptors. InferTypeArgumentsDescriptor
Creates a new refactoring descriptor.
INFIX_EXPRESSION - Static variable in class org.eclipse.jdt.core.dom. ASTNode
Node type constant indicating a node of type InfixExpression.
InfixExpression - Class in org.eclipse.jdt.core.dom
Infix expression AST node type.
InfixExpression.Operator - Class in org.eclipse.jdt.core.dom
Infix operators (typesafe enumeration).
InheritedFieldHidesEnclosingName - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
InheritedIncompatibleReturnType - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
InheritedMethodHidesEnclosingName - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
InheritedMethodReducesVisibility - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
InheritedTypeHidesEnclosingName - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
init(IStructuredSelection) - Method in class org.eclipse.jdt.junit.wizards. NewTestCaseWizardPageOne
Initialized the page with the current selection
init(IStructuredSelection) - Method in class org.eclipse.jdt.junit.wizards. NewTestSuiteWizardPage
Should be called from the wizard with the initial selection.
init(ISourceLookupDirector) - Method in class org.eclipse.jdt.launching.sourcelookup.containers. JavaSourceLookupParticipant
 
init(IJavaProject, IPath, IClasspathEntry[], boolean) - Method in class org.eclipse.jdt.ui.wizards. JavaCapabilityConfigurationPage
Initializes the page with the project and default classpath.
init(IStructuredSelection) - Method in class org.eclipse.jdt.ui.wizards. NewAnnotationWizardPage
The wizard owning this page is responsible for calling this method with the current selection.
init(IStructuredSelection) - Method in class org.eclipse.jdt.ui.wizards. NewClassWizardPage
The wizard owning this page is responsible for calling this method with the current selection.
init(IStructuredSelection) - Method in class org.eclipse.jdt.ui.wizards. NewEnumWizardPage
The wizard owning this page is responsible for calling this method with the current selection.
init(IStructuredSelection) - Method in class org.eclipse.jdt.ui.wizards. NewInterfaceWizardPage
The wizard owning this page is responsible for calling this method with the current selection.
init(IStructuredSelection, IWorkbenchPart) - Method in class org.eclipse.jdt.ui.wizards. NewJavaProjectWizardPageOne
The wizard owning this page can call this method to initialize the fields from the current selection and active part.
init(IStructuredSelection) - Method in class org.eclipse.jdt.ui.wizards. NewPackageWizardPage
The wizard owning this page is responsible for calling this method with the current selection.
initBuildPaths() - Method in class org.eclipse.jdt.ui.wizards. NewJavaProjectWizardPage
Deprecated. Forces the initialization of the Java project page.
initContainerPage(IJavaElement) - Method in class org.eclipse.jdt.ui.wizards. NewContainerWizardPage
Initializes the source folder field with a valid package fragment root.
initialize(IPath, IJavaProject) - Method in class org.eclipse.jdt.core. ClasspathContainerInitializer
Binds a classpath container to a IClasspathContainer for a given project, or silently fails if unable to do so.
initialize(String) - Method in class org.eclipse.jdt.core. ClasspathVariableInitializer
Binds a value to the workspace classpath variable with the given name, or fails silently if this cannot be done.
initialize(RefactoringArguments) - Method in class org.eclipse.jdt.core.refactoring.participants. ChangeMethodSignatureParticipant
initialize(ITypeSelectionComponent) - Method in class org.eclipse.jdt.ui.dialogs. TypeSelectionExtension
Initializes the type dialog extension with the given type dialog
initialize() - Method in class org.eclipse.jdt.ui.text.folding. DefaultJavaFoldingStructureProvider
 
initialize() - Method in interface org.eclipse.jdt.ui.text.folding. IJavaFoldingPreferenceBlock
Called after creating the control.
initialize() - Method in interface org.eclipse.jdt.ui.text.folding. IJavaFoldingStructureProvider
(Re-)initializes the structure provided by the receiver.
initialize(IJavaProject, IClasspathEntry[]) - Method in interface org.eclipse.jdt.ui.wizards. IClasspathContainerPageExtension
Method initialize() is called before IClasspathContainerPage.setSelection to give additional information about the context the classpath container entry is configured in.
initializeAfterLoad(IProgressMonitor) - Static method in class org.eclipse.jdt.core. JavaCore
Initializes JavaCore internal structures to allow subsequent operations (such as the ones that need a resolved classpath) to run full speed.
initializeBuildPath(IJavaProject, IProgressMonitor) - Method in class org.eclipse.jdt.ui.wizards. NewJavaProjectWizardPageTwo
Evaluates the new build path and output folder according to the settings on the first page.
initializeDefaults(ILaunchConfiguration) - Method in class org.eclipse.jdt.debug.ui. JavaUISourceLocator
Deprecated.  
initializeDefaults(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.sourcelookup. JavaSourceLocator
Deprecated.  
initializeDefaultValues(IPreferenceStore) - Static method in class org.eclipse.jdt.ui. PreferenceConstants
Initializes the given preference store with the default values.
initializeFrom(ILaunchConfiguration) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations. AppletMainTab
 
initializeFrom(ILaunchConfiguration) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations. AppletParametersTab
 
initializeFrom(ILaunchConfiguration) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations. JavaArgumentsTab
 
initializeFrom(ILaunchConfiguration) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations. JavaClasspathTab
 
initializeFrom(ILaunchConfiguration) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations. JavaConnectTab
 
initializeFrom(ILaunchConfiguration) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations. JavaJRETab
 
initializeFrom(ILaunchConfiguration) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations. JavaLaunchTab
 
initializeFrom(ILaunchConfiguration) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations. JavaMainTab
 
initializeFrom(ILaunchConfiguration) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations. JavaSourceLookupTab
Deprecated.  
initializeFrom(ILaunchConfiguration) - Method in class org.eclipse.jdt.junit.launcher. JUnitLaunchConfigurationTab
 
initializeFrom(Element) - Method in interface org.eclipse.jdt.launching. IRuntimeClasspathEntry2
Initializes this runtime classpath entry from the given memento.
initializeFrom(String) - Method in class org.eclipse.jdt.launching.sourcelookup. ArchiveSourceLocation
Deprecated.  
initializeFrom(String) - Method in class org.eclipse.jdt.launching.sourcelookup. DirectorySourceLocation
Deprecated.  
initializeFrom(String) - Method in interface org.eclipse.jdt.launching.sourcelookup. IJavaSourceLocation
Deprecated. Initializes this source location from the given memento.
initializeFrom(String) - Method in class org.eclipse.jdt.launching.sourcelookup. JavaProjectSourceLocation
Deprecated.  
initializeFrom(String) - Method in class org.eclipse.jdt.launching.sourcelookup. PackageFragmentRootSourceLocation
Deprecated.  
initializeFromMemento(String) - Method in class org.eclipse.jdt.debug.ui. JavaUISourceLocator
Deprecated.  
initializeFromMemento(String) - Method in class org.eclipse.jdt.launching.sourcelookup. JavaSourceLocator
Deprecated.  
initializeJavaProject(IJavaElement, ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations. JavaLaunchTab
Sets the Java project attribute on the given working copy to the Java project associated with the given Java element.
INITIALIZER - Static variable in class org.eclipse.jdt.core.dom. ASTNode
Node type constant indicating a node of type Initializer.
Initializer - Class in org.eclipse.jdt.core.dom
Static or instance initializer AST node type.
INITIALIZER - Static variable in interface org.eclipse.jdt.core. IJavaElement
Constant representing a stand-alone instance or class initializer.
INITIALIZER - Static variable in interface org.eclipse.jdt.core.jdom. IDOMNode
Deprecated. Node type constant indicating an initializer declaration.
INITIALIZER_PROPERTY - Static variable in class org.eclipse.jdt.core.dom. ArrayCreation
The "initializer" structural property of this node type.
INITIALIZER_PROPERTY - Static variable in class org.eclipse.jdt.core.dom. SingleVariableDeclaration
The "initializer" structural property of this node type.
INITIALIZER_PROPERTY - Static variable in class org.eclipse.jdt.core.dom. VariableDeclarationFragment
The "initializer" structural property of this node type.
InitializerMustCompleteNormally - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
initializers() - Method in class org.eclipse.jdt.core.dom. ForStatement
Returns the live ordered list of initializer expressions in this for statement.
INITIALIZERS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom. ForStatement
The "initializers" structural property of this node type.
initTypePage(IJavaElement) - Method in class org.eclipse.jdt.ui.wizards. NewTypeWizardPage
Initializes all fields provided by the page with a given selection.
INLINE - Static variable in interface org.eclipse.jdt.ui.actions. IJavaEditorActionDefinitionIds
Action definition ID of the refactor -> inline action (value "org.eclipse.jdt.ui.edit.text.java.inline").
INLINE - Static variable in class org.eclipse.jdt.ui.actions. JdtActionConstants
Refactor menu: name of standard Inline global action (value "org.eclipse.jdt.ui.actions.Inline").
INLINE_CONSTANT - Static variable in interface org.eclipse.jdt.core.refactoring. IJavaRefactorings
Refactoring id of the 'Inline Constant' refactoring (value: org.eclipse.jdt.ui.inline.constant).
INLINE_LOCAL_VARIABLE - Static variable in interface org.eclipse.jdt.core.refactoring. IJavaRefactorings
Refactoring id of the 'Inline Local Variable' refactoring (value: org.eclipse.jdt.ui.inline.temp).
INLINE_LOCAL_VARIABLE - Static variable in interface org.eclipse.jdt.ui.actions. IJavaEditorActionDefinitionIds
Deprecated. Use INLINE
INLINE_METHOD - Static variable in interface org.eclipse.jdt.core.refactoring. IJavaRefactorings
Refactoring id of the 'Inline Method' refactoring (value: org.eclipse.jdt.ui.inline.method).
INLINE_TEMP - Static variable in class org.eclipse.jdt.ui.actions. JdtActionConstants
Deprecated. Use INLINE
InlineAction - Class in org.eclipse.jdt.ui.actions
Inlines a method, local variable or a static final field.
InlineAction(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions. InlineAction
Creates a new InlineAction.
InlineAction(JavaEditor) - Constructor for class org.eclipse.jdt.ui.actions. InlineAction
Note: This constructor is for internal use only.
InlineConstantDescriptor - Class in org.eclipse.jdt.core.refactoring.descriptors
Refactoring descriptor for the inline constant refactoring.
InlineConstantDescriptor() - Constructor for class org.eclipse.jdt.core.refactoring.descriptors. InlineConstantDescriptor
Creates a new refactoring descriptor.
InlineConstantDescriptor(String, String, String, Map, int) - Constructor for class org.eclipse.jdt.core.refactoring.descriptors. InlineConstantDescriptor
Creates a new refactoring descriptor.
InlineLocalVariableDescriptor - Class in org.eclipse.jdt.core.refactoring.descriptors
Refactoring descriptor for the inline local variable refactoring.
InlineLocalVariableDescriptor() - Constructor for class org.eclipse.jdt.core.refactoring.descriptors. InlineLocalVariableDescriptor
Creates a new refactoring descriptor.
InlineLocalVariableDescriptor(String, String, String, Map, int) - Constructor for class org.eclipse.jdt.core.refactoring.descriptors. InlineLocalVariableDescriptor
Creates a new refactoring descriptor.
InlineMethodDescriptor - Class in org.eclipse.jdt.core.refactoring.descriptors
Refactoring descriptor for the inline method refactoring.
InlineMethodDescriptor() - Constructor for class org.eclipse.jdt.core.refactoring.descriptors. InlineMethodDescriptor
Creates a new refactoring descriptor.
InlineMethodDescriptor(String, String, String, Map, int) - Constructor for class org.eclipse.jdt.core.refactoring.descriptors. InlineMethodDescriptor
Creates a new refactoring descriptor.
InlineTempAction - Class in org.eclipse.jdt.ui.actions
Inlines the value of a local variable at all places where a read reference is used.
InlineTempAction(JavaEditor) - Constructor for class org.eclipse.jdt.ui.actions. InlineTempAction
Note: This constructor is for internal use only.
INNER_CLASSES - Static variable in interface org.eclipse.jdt.core.util. IAttributeNamesConstants
"InnerClasses" attribute.
inputChanged(Viewer, Object, Object) - Method in class org.eclipse.jdt.ui. JavaElementContentProvider
Deprecated.  
inputChanged(Viewer, Object, Object) - Method in class org.eclipse.jdt.ui. StandardJavaElementContentProvider
 
INSERT - Static variable in class org.eclipse.jdt.core. JavaCore
Configurable option value: "insert".
insertAfter(ASTNode, ASTNode, TextEditGroup) - Method in class org.eclipse.jdt.core.dom.rewrite. ListRewrite
Inserts the given node into the list after the given element.
insertAt(ASTNode, int, TextEditGroup) - Method in class org.eclipse.jdt.core.dom.rewrite. ListRewrite
Inserts the given node into the list at the given index.
insertBefore(ASTNode, ASTNode, TextEditGroup) - Method in class org.eclipse.jdt.core.dom.rewrite. ListRewrite
Inserts the given node into the list before the given element.
insertFirst(ASTNode, TextEditGroup) - Method in class org.eclipse.jdt.core.dom.rewrite. ListRewrite
Inserts the given node into the list at the start of the list.
insertLast(ASTNode, TextEditGroup) - Method in class org.eclipse.jdt.core.dom.rewrite. ListRewrite
Inserts the given node into the list at the end of the list.
insertSibling(IDOMNode) - Method in interface org.eclipse.jdt.core.jdom. IDOMNode
Deprecated. Inserts the given un-parented node as a sibling of this node, immediately before this node.
INSTALL - Static variable in interface org.eclipse.jdt.debug.core. IJavaBreakpointListener
Return code in response to an "installing" notification, indicating a vote to install the associated breakpoint.
install(ITextEditor, ProjectionViewer) - Method in class org.eclipse.jdt.ui.text.folding. DefaultJavaFoldingStructureProvider
Installs this structure provider on the given editor and viewer.
install(ITextEditor, ProjectionViewer) - Method in interface org.eclipse.jdt.ui.text.folding. IJavaFoldingStructureProvider
Installs this structure provider on the given editor and viewer.
installingBreakpoint(IJavaDebugTarget, IJavaBreakpoint, IJavaType) - Method in interface org.eclipse.jdt.debug.core. IJavaBreakpointListener
Notification that the given breakpoint is about to be installed in the specified target, in the specified type.
InstanceFieldDuringConstructorInvocation - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
InstanceMethodDuringConstructorInvocation - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
INSTANCEOF - Static variable in interface org.eclipse.jdt.core.util. IOpcodeMnemonics
 
INSTANCEOF_EXPRESSION - Static variable in class org.eclipse.jdt.core.dom. ASTNode
Node type constant indicating a node of type InstanceofExpression.
INSTANCEOF_TYPE_REFERENCE - Static variable in interface org.eclipse.jdt.core.search. IJavaSearchConstants
Return only type references used as a type of an instanceof expression.
InstanceofExpression - Class in org.eclipse.jdt.core.dom
Instanceof expression AST node type.
INT - Static variable in class org.eclipse.jdt.core.dom. PrimitiveType
Type code for the primitive type "int".
INTEGER_TAG - Static variable in interface org.eclipse.jdt.core.util. IAnnotationComponentValue
Tag value for a constant of type int
INTERFACE - Static variable in interface org.eclipse.jdt.core.search. IJavaSearchConstants
The searched element is an interface.
INTERFACE_AND_ANNOTATION - Static variable in interface org.eclipse.jdt.core.search. IJavaSearchConstants
The searched element is an interface or annotation type.
INTERFACE_BODY_TEMPLATE_ID - Static variable in class org.eclipse.jdt.ui. CodeGeneration
Constant ID for the type kind to be used in CodeGeneration.getTypeBody(String, ICompilationUnit, String, String) to get the code template used for a new interface type body.
INTERFACE_PROPERTY - Static variable in class org.eclipse.jdt.core.dom. TypeDeclaration
The "interface" structural property of this node type.
INTERFACE_TYPE - Static variable in class org.eclipse.jdt.ui.wizards. NewTypeWizardPage
Constant to signal that the created type is a interface.
InterfaceAmbiguous - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
Deprecated. - problem is no longer generated, use IProblem.AmbiguousType instead
InterfaceCannotHaveConstructors - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
InterfaceCannotHaveInitializers - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
InterfaceInheritedNameHidesEnclosingName - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
Deprecated. - problem is no longer generated, use IProblem.InheritedTypeHidesEnclosingName instead
InterfaceInternalNameProvided - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
Deprecated. - problem is no longer generated, use IProblem.InternalTypeNameProvided instead
InterfaceNotFound - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
Deprecated. - problem is no longer generated, use IProblem.UndefinedType instead
InterfaceNotVisible - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
Deprecated. - problem is no longer generated, use IProblem.NotVisibleType instead
INTERFACES - Static variable in class org.eclipse.jdt.core. CorrectionEngine
This field is not intended to be used by client.
INTERFACES - Static variable in class org.eclipse.jdt.ui.wizards. NewTypeWizardPage
Field ID of the super interfaces input field.
Internal - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
INTERNAL - Static variable in interface org.eclipse.jdt.core.eval. ICodeSnippetRequestor
Indicates an internal problem.
INTERNAL_ERROR - Static variable in interface org.eclipse.jdt.debug.ui. IJavaDebugUIConstants
Status code indicating an unexpected internal error (value 150).
internalGetEnabledFilterIds() - Method in class org.eclipse.jdt.ui.actions. CustomFiltersActionGroup
Returns a list of currently enabled filters.
internalGetParent(Object) - Method in class org.eclipse.jdt.ui. StandardJavaElementContentProvider
Note: This method is for internal use only.
InternalTypeNameProvided - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
INTRODUCE_FACTORY - Static variable in interface org.eclipse.jdt.core.refactoring. IJavaRefactorings
Refactoring id of the 'Introduce Factory' refactoring (value: org.eclipse.jdt.ui.introduce.factory).
INTRODUCE_FACTORY - Static variable in interface org.eclipse.jdt.ui.actions. IJavaEditorActionDefinitionIds
Action definition ID of the refactor -> introduce factory action (value "org.eclipse.jdt.ui.edit.text.java.introduce.factory").
INTRODUCE_FACTORY - Static variable in class org.eclipse.jdt.ui.actions. JdtActionConstants
Refactor menu: name of standard Introduce Factory global action (value "org.eclipse.jdt.ui.actions.IntroduceFactory").
INTRODUCE_INDIRECTION - Static variable in interface org.eclipse.jdt.core.refactoring. IJavaRefactorings
Refactoring id of the 'Introduce Indirection' refactoring (value: org.eclipse.jdt.ui.introduce.indirection).
INTRODUCE_INDIRECTION - Static variable in interface org.eclipse.jdt.ui.actions. IJavaEditorActionDefinitionIds
Action definition ID of the refactor -> introduce indirection action (value "org.eclipse.jdt.ui.edit.text.java.create.indirection").
INTRODUCE_INDIRECTION - Static variable in class org.eclipse.jdt.ui.actions. JdtActionConstants
Refactor menu: name of standard Introduce Indirection global action (value "org.eclipse.jdt.ui.actions.IntroduceIndirection").
INTRODUCE_PARAMETER - Static variable in interface org.eclipse.jdt.core.refactoring. IJavaRefactorings
Refactoring id of the 'Introduce Parameter' refactoring (value: org.eclipse.jdt.ui.introduce.parameter).
INTRODUCE_PARAMETER - Static variable in interface org.eclipse.jdt.ui.actions. IJavaEditorActionDefinitionIds
Action definition ID of the refactor -> introduce parameter action (value "org.eclipse.jdt.ui.edit.text.java.introduce.parameter").
INTRODUCE_PARAMETER - Static variable in class org.eclipse.jdt.ui.actions. JdtActionConstants
Refactor menu: name of standard Introduce Parameter global action (value "org.eclipse.jdt.ui.actions.IntroduceParameter").
INTRODUCE_PARAMETER_OBJECT - Static variable in interface org.eclipse.jdt.core.refactoring. IJavaRefactorings
Refactoring id of the 'Introduce Parameter Object' refactoring (value: org.eclipse.jdt.ui.introduce.parameter.object).
INTRODUCE_PARAMETER_OBJECT - Static variable in interface org.eclipse.jdt.ui.actions. IJavaEditorActionDefinitionIds
Action definition ID of the refactor -> introduce parameter object action (value "org.eclipse.jdt.ui.edit.text.java.introduce.parameter.object").
INTRODUCE_PARAMETER_OBJECT - Static variable in class org.eclipse.jdt.ui.actions. JdtActionConstants
Refactor menu> name of the standard Introduce Parameter Object action (value "org.eclipse.jdt.ui.actions.IntroduceParameterObject").
IntroduceFactoryAction - Class in org.eclipse.jdt.ui.actions
Action that encapsulates the a constructor call with a factory method.
IntroduceFactoryAction(JavaEditor) - Constructor for class org.eclipse.jdt.ui.actions. IntroduceFactoryAction
Note: This constructor is for internal use only.
IntroduceFactoryAction(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions. IntroduceFactoryAction
Creates a new IntroduceFactoryAction.
IntroduceFactoryDescriptor - Class in org.eclipse.jdt.core.refactoring.descriptors
Refactoring descriptor for the introduce factory refactoring.
IntroduceFactoryDescriptor() - Constructor for class org.eclipse.jdt.core.refactoring.descriptors. IntroduceFactoryDescriptor
Creates a new refactoring descriptor.
IntroduceFactoryDescriptor(String, String, String, Map, int) - Constructor for class org.eclipse.jdt.core.refactoring.descriptors. IntroduceFactoryDescriptor
Creates a new refactoring descriptor.
IntroduceIndirectionAction - Class in org.eclipse.jdt.ui.actions
Action that introduces an indirection for a certain method.
IntroduceIndirectionAction(JavaEditor) - Constructor for class org.eclipse.jdt.ui.actions. IntroduceIndirectionAction
Note: This constructor is for internal use only.
IntroduceIndirectionAction(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions. IntroduceIndirectionAction
Creates a new IntroduceIndirectionAction.
IntroduceIndirectionDescriptor - Class in org.eclipse.jdt.core.refactoring.descriptors
Refactoring descriptor for the introduce indirection refactoring.
IntroduceIndirectionDescriptor() - Constructor for class org.eclipse.jdt.core.refactoring.descriptors. IntroduceIndirectionDescriptor
Creates a new refactoring descriptor.
IntroduceIndirectionDescriptor(String, String, String, Map, int) - Constructor for class org.eclipse.jdt.core.refactoring.descriptors. IntroduceIndirectionDescriptor
Creates a new refactoring descriptor.
IntroduceParameterAction - Class in org.eclipse.jdt.ui.actions
Introduces a new method parameter from a selected expression.
IntroduceParameterAction(JavaEditor) - Constructor for class org.eclipse.jdt.ui.actions. IntroduceParameterAction
Note: This constructor is for internal use only.
IntroduceParameterDescriptor - Class in org.eclipse.jdt.core.refactoring.descriptors
Refactoring descriptor for the introduce parameter refactoring.
IntroduceParameterDescriptor() - Constructor for class org.eclipse.jdt.core.refactoring.descriptors. IntroduceParameterDescriptor
Creates a new refactoring descriptor.
IntroduceParameterDescriptor(String, String, String, Map, int) - Constructor for class org.eclipse.jdt.core.refactoring.descriptors. IntroduceParameterDescriptor
Creates a new refactoring descriptor.
IntroduceParameterObjectDescriptor - Class in org.eclipse.jdt.core.refactoring.descriptors
Refactoring descriptor for the introduce parameter object refactoring.
IntroduceParameterObjectDescriptor() - Constructor for class org.eclipse.jdt.core.refactoring.descriptors. IntroduceParameterObjectDescriptor
Creates a new refactoring descriptor.
IntroduceParameterObjectDescriptor(String, String, String, Map, int) - Constructor for class org.eclipse.jdt.core.refactoring.descriptors. IntroduceParameterObjectDescriptor
Creates a new refactoring descriptor.
IntroduceParameterObjectDescriptor.Parameter - Class in org.eclipse.jdt.core.refactoring.descriptors
Instances of Parameter are used to describe the position of parameter and fields.
IntroduceParameterObjectDescriptor.Parameter(int) - Constructor for class org.eclipse.jdt.core.refactoring.descriptors. IntroduceParameterObjectDescriptor.Parameter
Creates a new parameter object.
INVALID_ARGUMENTS_FOR_INVOKEINTERFACE - Static variable in exception org.eclipse.jdt.core.util. ClassFormatException
 
INVALID_BYTECODE - Static variable in exception org.eclipse.jdt.core.util. ClassFormatException
 
INVALID_CLASSPATH - Static variable in interface org.eclipse.jdt.core. IJavaModelStatusConstants
Status constant indicating that a classpath entry was invalid
INVALID_CLASSPATH_FILE_FORMAT - Static variable in interface org.eclipse.jdt.core. IJavaModelStatusConstants
Status indicating that a .classpath file is ill-formed, and thus cannot be read/written successfully.
INVALID_CONSTANT_POOL_ENTRY - Static variable in exception org.eclipse.jdt.core.util. ClassFormatException
 
INVALID_CONTENTS - Static variable in interface org.eclipse.jdt.core. IJavaModelStatusConstants
Status constant indicating that the specified contents are not valid.
INVALID_CP_CONTAINER_ENTRY - Static variable in interface org.eclipse.jdt.core. IJavaModelStatusConstants
Status constant indicating that a container path was resolved to invalid entries (null or container).
INVALID_DESTINATION - Static variable in interface org.eclipse.jdt.core. IJavaModelStatusConstants
Status constant indicating that a destination provided for a copy/move/rename operation is invalid.
INVALID_ELEMENT_TYPES - Static variable in interface org.eclipse.jdt.core. IJavaModelStatusConstants
Status constant indicating one or more of the elements supplied are not of a valid type for the operation to process.
INVALID_MAGIC_NUMBER - Static variable in exception org.eclipse.jdt.core.util. ClassFormatException
 
INVALID_NAME - Static variable in interface org.eclipse.jdt.core. IJavaModelStatusConstants
Status constant indicating that a name provided is not syntactically correct.
INVALID_PACKAGE - Static variable in interface org.eclipse.jdt.core. IJavaModelStatusConstants
Status indicating that the package declaration in a ICompilationUnit does not correspond to the IPackageFragment it belongs to.
INVALID_PATH - Static variable in interface org.eclipse.jdt.core. IJavaModelStatusConstants
Status constant indicating that a path provided to an operation is invalid.
INVALID_PROJECT - Static variable in interface org.eclipse.jdt.core. IJavaModelStatusConstants
Status indicating that a Java element could not be created because the project owning underlying resource does not have the Java nature.
INVALID_RESOURCE - Static variable in interface org.eclipse.jdt.core. IJavaModelStatusConstants
Status indicating that a Java element could not be created because the underlying resource is invalid.
INVALID_RESOURCE_TYPE - Static variable in interface org.eclipse.jdt.core. IJavaModelStatusConstants
Status indicating that a Java element could not be created because the underlying resource is not of an appropriate type.
INVALID_SIBLING - Static variable in interface org.eclipse.jdt.core. IJavaModelStatusConstants
Status constant indicating that a sibling specified is not valid.
INVALID_TAG_CONSTANT - Static variable in exception org.eclipse.jdt.core.util. ClassFormatException
 
InvalidAnnotationMemberType - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
InvalidBreak - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
InvalidCatchBlockSequence - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
InvalidCharacterConstant - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
InvalidClassInstantiation - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
InvalidContinue - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
InvalidDigit - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
InvalidEncoding - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
InvalidEscape - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
InvalidExplicitConstructorCall - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
InvalidExpressionAsStatement - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
InvalidFileNameForPackageAnnotations - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
InvalidFloat - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
InvalidHexa - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
InvalidHighSurrogate - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
InvalidInput - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
InvalidInputException - Exception in org.eclipse.jdt.core.compiler
Exception thrown by a scanner when encountering lexical errors.
InvalidInputException() - Constructor for exception org.eclipse.jdt.core.compiler. InvalidInputException
Creates a new exception with no detail message.
InvalidInputException(String) - Constructor for exception org.eclipse.jdt.core.compiler. InvalidInputException
Creates a new exception with the given detail message.
InvalidLowSurrogate - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
InvalidNullToSynchronized - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
InvalidOctal - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
InvalidOperator - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
InvalidParameterizedExceptionType - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
InvalidParenthesizedExpression - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
InvalidTypeExpression - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
InvalidTypeForCollection - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
InvalidTypeForStaticImport - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
InvalidTypeToSynchronized - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
InvalidTypeVariableExceptionType - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
InvalidUnaryExpression - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
InvalidUnicodeEscape - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
InvalidUsageOfAnnotationDeclarations - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
InvalidUsageOfAnnotations - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
InvalidUsageOfEnumDeclarations - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
InvalidUsageOfForeachStatements - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
InvalidUsageOfStaticImports - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
InvalidUsageOfTypeArguments - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
InvalidUsageOfTypeParameters - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
InvalidUsageOfTypeParametersForAnnotationDeclaration - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
InvalidUsageOfTypeParametersForEnumDeclaration - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
InvalidUsageOfVarargs - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
InvalidUsageOfWildcard - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
InvalidVoidExpression - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
INVOKEINTERFACE - Static variable in interface org.eclipse.jdt.core.util. IOpcodeMnemonics
 
INVOKESPECIAL - Static variable in interface org.eclipse.jdt.core.util. IOpcodeMnemonics
 
INVOKESTATIC - Static variable in interface org.eclipse.jdt.core.util. IOpcodeMnemonics
 
INVOKEVIRTUAL - Static variable in interface org.eclipse.jdt.core.util. IOpcodeMnemonics
 
IO_EXCEPTION - Static variable in interface org.eclipse.jdt.core. IJavaModelStatusConstants
Status constant indicating that an java.io.IOException occurred.
IOpcodeMnemonics - Interface in org.eclipse.jdt.core.util
Description of each opcode mnemonic according to the JVM specifications.
IOpenable - Interface in org.eclipse.jdt.core
Common protocol for Java elements that must be opened before they can be navigated or modified.
IOR - Static variable in interface org.eclipse.jdt.core.util. IOpcodeMnemonics
 
IPackageBinding - Interface in org.eclipse.jdt.core.dom
A package binding represents a named or unnamed package.
IPackageDeclaration - Interface in org.eclipse.jdt.core
Represents a package declaration in Java compilation unit.
IPackageFragment - Interface in org.eclipse.jdt.core
A package fragment is a portion of the workspace corresponding to an entire package, or to a portion thereof.
IPackageFragmentRoot - Interface in org.eclipse.jdt.core
A package fragment root contains a set of package fragments.
IPackagesViewPart - Interface in org.eclipse.jdt.ui
The standard Packages view presents a Java-centric view of the workspace.
IParameterAnnotation - Interface in org.eclipse.jdt.core.util
Description of a parameter annotation as described in the JVM specifications (added in J2SE 1.5).
IParent - Interface in org.eclipse.jdt.core
Common protocol for Java elements that contain other Java elements.
IProblem - Interface in org.eclipse.jdt.core.compiler
Description of a Java problem, as detected by the compiler or some of the underlying technology reusing the compiler.
IProblemLocation - Interface in org.eclipse.jdt.ui.text.java
Problem information for quick fix and quick assist processors.
IProblemRequestor - Interface in org.eclipse.jdt.core
A callback interface for receiving java problem as they are discovered by some Java operation.
IQueryParticipant - Interface in org.eclipse.jdt.ui.search
This is the interface expected of extensions to the extension point org.eclipse.jdt.ui.queryParticipants.
IQuickAssistProcessor - Interface in org.eclipse.jdt.ui.text.java
Interface to be implemented by contributors to the extension point org.eclipse.jdt.ui.quickAssistProcessors.
IQuickFixProcessor - Interface in org.eclipse.jdt.ui.text.java
Interface to be implemented by contributors to the extension point org.eclipse.jdt.ui.quickFixProcessors.
IRefactoringProcessorIds - Interface in org.eclipse.jdt.ui.refactoring
Interface to define the processor IDs provided by the JDT refactoring.
IRegion - Interface in org.eclipse.jdt.core
A Java model region describes a hierarchical set of elements.
IREM - Static variable in interface org.eclipse.jdt.core.util. IOpcodeMnemonics
 
IRETURN - Static variable in interface org.eclipse.jdt.core.util. IOpcodeMnemonics
 
IRuntimeClasspathEntry - Interface in org.eclipse.jdt.launching
Represents an entry on a runtime classpath.
IRuntimeClasspathEntry2 - Interface in org.eclipse.jdt.launching
Enhancements to IRuntimeClasspathEntry to support extensible runtime classpath entries.
IRuntimeClasspathEntryResolver - Interface in org.eclipse.jdt.launching
Resolves variable and/or container runtime classpath entries in the context of a launch configuration or Java project.
IRuntimeClasspathEntryResolver2 - Interface in org.eclipse.jdt.launching
Optional enhancements to IRuntimeClasspathEntryResolver.
IRuntimeClasspathProvider - Interface in org.eclipse.jdt.launching
A classpath provider computes an unresolved classpath for a launch configuration, and resolves classpath entries for a launch configuration.
IRuntimeContainerComparator - Interface in org.eclipse.jdt.launching
Deprecated. support has been added to ClasspathContainerInitializer to handle comparison of classpath containers. Use ClasspathContainerInitializer.getComparisonID(IPath,IJavaProject). When a classpath container implements this interface, this interface is used to determine equality before using the support defined in ClasspathContainerInitializer.
IRuntimeInvisibleAnnotationsAttribute - Interface in org.eclipse.jdt.core.util
Description of a runtime invisible annotations attribute as described in the JVM specifications (added in J2SE 1.5).
IRuntimeInvisibleParameterAnnotationsAttribute - Interface in org.eclipse.jdt.core.util
Description of a runtime invisible parameter annotations attribute as described in the JVM specifications (added in J2SE 1.5).
IRuntimeVisibleAnnotationsAttribute - Interface in org.eclipse.jdt.core.util
Description of a runtime visible annotations attribute as described in the JVM specifications (added in J2SE 1.5).
IRuntimeVisibleParameterAnnotationsAttribute - Interface in org.eclipse.jdt.core.util
Description of a runtime visible parameter annotations attribute as described in the JVM specification (added in J2SE 1.5).
isAbstract(int) - Static method in class org.eclipse.jdt.core.dom. Modifier
Returns whether the given flags includes the "abstract" modifier.
isAbstract() - Method in class org.eclipse.jdt.core.dom. Modifier
Answer true if the receiver is the abstract modifier, false otherwise.
isAbstract(int) - Static method in class org.eclipse.jdt.core. Flags
Returns whether the given integer includes the abstract modifier.
isAccessSuspend(IDebugTarget) - Method in interface org.eclipse.jdt.debug.core. IJavaWatchpoint
Returns whether this breakpoint last suspended in this target due to an access (true) or modification (false).
isActive(IJavaProject) - Method in class org.eclipse.jdt.core.compiler. CompilationParticipant
Returns whether this participant is active for a given project.
isActive() - Method in interface org.eclipse.jdt.core. IProblemRequestor
Predicate allowing the problem requestor to signal whether or not it is currently interested by problem reports.
isAddComments() - Method in class org.eclipse.jdt.ui.wizards. NewTypeWizardPage
Returns if comments are added.
isAllowableChild(IDOMNode) - Method in interface org.eclipse.jdt.core.jdom. IDOMNode
Deprecated. Returns whether the given node is an allowable child for this node.
isAllowingRequiredProposals(int, int) - Method in class org.eclipse.jdt.core. CompletionRequestor
Returns whether a proposal of a given kind with a required proposal of the given kind is allowed.
isAllowTerminate(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching. AbstractJavaLaunchConfigurationDelegate
Returns whether the given launch configuration specifies that termination is allowed.
isAnnotation() - Method in class org.eclipse.jdt.core.dom. Annotation
 
isAnnotation() - Method in interface org.eclipse.jdt.core.dom. IExtendedModifier
Returns whether this extended modifier is an annotation.
isAnnotation() - Method in interface org.eclipse.jdt.core.dom. ITypeBinding
Returns whether this type binding represents an annotation type.
isAnnotation() - Method in class org.eclipse.jdt.core.dom. Modifier
 
isAnnotation(int) - Static method in class org.eclipse.jdt.core. Flags
Returns whether the given integer has the AccAnnotation bit set.
isAnnotation() - Method in interface org.eclipse.jdt.core. IType
Returns whether this type represents an annotation type.
isAnnotation() - Method in interface org.eclipse.jdt.core.jdom. IDOMType
Deprecated. Returns whether this type represents an annotation type ("@interface" instead of "interface").
isAnnotationMember() - Method in interface org.eclipse.jdt.core.dom. IMethodBinding
Returns whether this is the binding for an annotation type member.
isAnnotationProcessor() - Method in class org.eclipse.jdt.core.compiler. CompilationParticipant
Returns whether this participant is interested in only Annotations.
isAnonymous() - Method in interface org.eclipse.jdt.core.dom. ITypeBinding
Returns whether this type binding represents an anonymous class.
isAnonymous() - Method in interface org.eclipse.jdt.core. IType
Returns whether this type represents an anonymous type.
isArchive() - Method in interface org.eclipse.jdt.core. IPackageFragmentRoot
Returns whether this package fragment root's underlying resource is a binary archive (a JAR or zip file).
isArray() - Method in interface org.eclipse.jdt.core.dom. ITypeBinding
Returns whether this type binding represents an array type.
isArrayType() - Method in class org.eclipse.jdt.core.dom. Type
Returns whether this type is an array type (ArrayType).
isAssignmentCompatible(ITypeBinding) - Method in interface org.eclipse.jdt.core.dom. ITypeBinding
Returns whether an expression of this type can be assigned to a variable of the given type, as specified in section 5.2 of The Java Language Specification, Third Edition (JLS3).
isBasedOn(IResource) - Method in interface org.eclipse.jdt.core. IWorkingCopy
Deprecated. Use ICompilationUnit.hasResourceChanged() instead.
isBinary() - Method in interface org.eclipse.jdt.core. IMember
Returns whether this member is from a class file.
isBlockComment() - Method in class org.eclipse.jdt.core.dom. Comment
Returns whether this comment is a block comment (BlockComment).
isBridge(int) - Static method in class org.eclipse.jdt.core. Flags
Returns whether the given integer has the AccBridge bit set.
isBuildingIfNeeded() - Method in class org.eclipse.jdt.ui.jarpackager. JarPackageData
Answers if a build should be performed before exporting files.
isCanceled() - Method in class org.eclipse.jdt.core.compiler. CompilationProgress
Returns whether cancellation of the compilation has been requested.
IScanner - Interface in org.eclipse.jdt.core.compiler
Definition of a Java scanner, as returned by the ToolFactory.
isCapture() - Method in interface org.eclipse.jdt.core.dom. ITypeBinding
Returns whether this type binding represents a capture binding.
isCaseSensitive() - Method in class org.eclipse.jdt.ui.search. PatternQuerySpecification
Whether the query should be case sensitive.
isCastCompatible(ITypeBinding) - Method in interface org.eclipse.jdt.core.dom. ITypeBinding
Returns whether this type is cast compatible with the given type, as specified in section 5.5 of The Java Language Specification, Third Edition (JLS3).
isCaught() - Method in interface org.eclipse.jdt.debug.core. IJavaExceptionBreakpoint
Returns whether this breakpoint suspends execution when the associated exception is thrown in a caught location (in a try/catch statement).
isChecked() - Method in interface org.eclipse.jdt.debug.core. IJavaExceptionBreakpoint
Returns whether the exception associated with this breakpoint is a checked exception (compiler detected).
isChildListProperty() - Method in class org.eclipse.jdt.core.dom. StructuralPropertyDescriptor
Returns whether this property is a child list property (instance of ChildListPropertyDescriptor.
isChildProperty() - Method in class org.eclipse.jdt.core.dom. StructuralPropertyDescriptor
Returns whether this property is a child property (instance of ChildPropertyDescriptor.
isClass() - Method in interface org.eclipse.jdt.core.dom. ITypeBinding
Returns whether this type binding represents a class type or a recovered binding.
isClass() - Method in interface org.eclipse.jdt.core. IClassFile
Returns whether this type represents a class.
isClass() - Method in interface org.eclipse.jdt.core. IType
Returns whether this type represents a class.
isClass() - Method in interface org.eclipse.jdt.core.jdom. IDOMType
Deprecated. Returns whether this type is a class.
isClass() - Method in interface org.eclipse.jdt.core.util. IClassFileReader
Answer true if this .class file represents an class, false otherwise.
isClassPathChange(IJavaElementDelta) - Method in class org.eclipse.jdt.ui. StandardJavaElementContentProvider
Tests if the a Java element delta contains a class path change
IsClassPathCorrect - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
isClasspathVariableReadOnly(String) - Static method in class org.eclipse.jdt.core. JavaCore
Returns whether a given classpath variable is read-only or not.
isClinit() - Method in interface org.eclipse.jdt.core.util. IMethodInfo
Answer true if this method info represents a <clinit> method, false otherwise.
isClosed() - Method in interface org.eclipse.jdt.core. IBuffer
Returns whether this buffer has been closed.
isComposite() - Method in interface org.eclipse.jdt.launching. IRuntimeClasspathEntry2
Returns whether this classpath entry is composed of other entries.
isCompressed() - Method in class org.eclipse.jdt.ui.jarpackager. JarPackageData
Tells whether the JAR is compressed or not.
isConditionEnabled() - Method in interface org.eclipse.jdt.debug.core. IJavaLineBreakpoint
Returns whether the condition on this breakpoint is enabled.
isConditionSuspendOnTrue() - Method in interface org.eclipse.jdt.debug.core. IJavaLineBreakpoint
Returns whether the breakpoint suspends when the value of the condition is true or when the value of the condition changes.
isConsistent() - Method in interface org.eclipse.jdt.core. IOpenable
Returns whether the element is consistent with its underlying resource or buffer.
isConstructor() - Method in class org.eclipse.jdt.core. CompletionProposal
Returns whether this proposal is a constructor.
isConstructor() - Method in interface org.eclipse.jdt.core.dom. IMethodBinding
Returns whether this binding is for a constructor or a method.
isConstructor() - Method in class org.eclipse.jdt.core.dom. MethodDeclaration
Returns whether this declaration declares a constructor or a method.
isConstructor() - Method in interface org.eclipse.jdt.core. IMethod
Returns whether this method is a constructor.
isConstructor() - Method in interface org.eclipse.jdt.core.jdom. IDOMMethod
Deprecated. Returns whether this method is a constructor.
isConstructor() - Method in class org.eclipse.jdt.core.search. MethodReferenceMatch
Returns whether the reference is on a constructor.
isConstructor() - Method in interface org.eclipse.jdt.core.util. IMethodInfo
Answer true if this method info represents a constructor, false otherwise.
isConstructor() - Method in interface org.eclipse.jdt.debug.core. IJavaStackFrame
Returns whether the method associated with this stack frame is a constructor.
isContributedVMInstall(String) - Static method in class org.eclipse.jdt.launching. JavaRuntime
Returns whether the VM install with the specified id was contributed via the vmInstalls extension point.
isCreateConstructors() - Method in class org.eclipse.jdt.ui.wizards. NewClassWizardPage
Returns the current selection state of the 'Create Constructors' checkbox.
isCreateField() - Method in class org.eclipse.jdt.core.refactoring.descriptors. ExtractClassDescriptor.Field
Returns whether the field will be moved to extracted class.
isCreateField() - Method in class org.eclipse.jdt.core.refactoring.descriptors. IntroduceParameterObjectDescriptor.Parameter
If true the parameter will be removed from the method's signature and will be added to the parameter object.
isCreateGetterSetter() - Method in class org.eclipse.jdt.core.refactoring.descriptors. ExtractClassDescriptor
Returns true if getters and setters are generated for fields.
isCreateInherited() - Method in class org.eclipse.jdt.ui.wizards. NewClassWizardPage
Returns the current selection state of the 'Create inherited abstract methods' checkbox.
isCreateMain() - Method in class org.eclipse.jdt.ui.wizards. NewClassWizardPage
Returns the current selection state of the 'Create Main' checkbox.
isCreateTasks() - Method in class org.eclipse.jdt.junit.wizards. NewTestCaseWizardPageTwo
Returns true if the checkbox for creating tasks is checked.
isCreateTopLevel() - Method in class org.eclipse.jdt.core.refactoring.descriptors. ExtractClassDescriptor
Returns whether the extracted class will be created as top level class or as nested class.
isDaemon() - Method in interface org.eclipse.jdt.debug.core. IJavaThread
Returns whether this thread is a daemon thread.
isDeclaration() - Method in class org.eclipse.jdt.core.dom. SimpleName
Returns whether this simple name represents a name that is being defined, as opposed to one being referenced.
isDefault() - Method in interface org.eclipse.jdt.core.dom. IMemberValuePairBinding
 
isDefault() - Method in class org.eclipse.jdt.core.dom. SwitchCase
Returns whether this switch case represents the "default:" case.
isDefaultConstructor() - Method in interface org.eclipse.jdt.core.dom. IMethodBinding
Returns whether this binding is known to be a compiler-generated default constructor.
isDefaultPackage() - Method in interface org.eclipse.jdt.core. IPackageFragment
Returns whether this package fragment is a default package.
isDelegate() - Method in class org.eclipse.jdt.core.refactoring.descriptors. IntroduceParameterObjectDescriptor
Returns true if delegates will be kept.
isDeprecated() - Method in interface org.eclipse.jdt.core.dom. IBinding
Return whether this binding is for something that is deprecated.
isDeprecated(int) - Static method in class org.eclipse.jdt.core. Flags
Returns whether the given integer includes the indication that the element is deprecated (@deprecated tag in Javadoc comment).
isDeprecated() - Method in interface org.eclipse.jdt.core.util. IFieldInfo
Return true if the field info has a deprecated attribute, false otherwise.
isDeprecated() - Method in interface org.eclipse.jdt.core.util. IMethodInfo
Answer true if this method info has a deprecated attribute, false otherwise.
isDeprecateDelegate() - Method in class org.eclipse.jdt.core.refactoring.descriptors. IntroduceParameterObjectDescriptor
Returns true if delegates will be marked as deprecated.
isDeprecationAware() - Method in class org.eclipse.jdt.ui.jarpackager. JarPackageData
Is the JAR package deprecation aware?
isDescriptionSaved() - Method in class org.eclipse.jdt.ui.jarpackager. JarPackageData
Tells whether a description of this JAR package must be saved to a file by a JAR description writer during the export operation.
isDocComment() - Method in class org.eclipse.jdt.core.dom. Comment
Returns whether this comment is a doc comment (Javadoc).
isDoesNotExist() - Method in interface org.eclipse.jdt.core. IJavaModelStatus
Returns whether this status indicates that a Java model element does not exist.
isDoesNotExist() - Method in exception org.eclipse.jdt.core. JavaModelException
Returns whether this exception indicates that a Java model element does not exist.
isDuplicate(IPath) - Method in interface org.eclipse.jdt.launching. IRuntimeContainerComparator
Deprecated. Returns whether this container is a duplicate of the container identified by the given path.
ISearchPattern - Interface in org.eclipse.jdt.core.search
Deprecated. Since 3.0, the class SearchPattern replaces this interface.
ISearchRequestor - Interface in org.eclipse.jdt.ui.search
A callback interface to report matches against.
isEnabled(String) - Method in class org.eclipse.jdt.ui.cleanup. CleanUpOptions
Tells whether the option with the given key is enabled.
isEnclosingTypeSelected() - Method in class org.eclipse.jdt.ui.wizards. NewTypeWizardPage
Returns the selection state of the enclosing type checkbox.
isEntry() - Method in interface org.eclipse.jdt.debug.core. IJavaMethodBreakpoint
Returns whether this breakpoint causes execution to suspend on entry to methods.
isEntrySuspend(IDebugTarget) - Method in interface org.eclipse.jdt.debug.core. IJavaMethodBreakpoint
Returns whether this breakpoint last suspended in the given target due to a method entry (true) or exit (false).
isEnum() - Method in interface org.eclipse.jdt.core.dom. ITypeBinding
Returns whether this type binding represents an enum type.
isEnum(int) - Static method in class org.eclipse.jdt.core. Flags
Returns whether the given integer has the AccEnum bit set.
isEnum() - Method in interface org.eclipse.jdt.core. IType
Returns whether this type represents an enumeration class.
isEnum() - Method in interface org.eclipse.jdt.core.jdom. IDOMType
Deprecated. Returns whether this type represents an enumeration class ("enum" instead of "class").
isEnum() - Method in interface org.eclipse.jdt.debug.core. IJavaClassType
Returns whether this type is declared as a type safe enumeration.
isEnumConstant() - Method in interface org.eclipse.jdt.core.dom. IVariableBinding
Returns whether this binding is for an enum constant.
isEnumConstant() - Method in interface org.eclipse.jdt.core. IField
Returns whether this field represents an enum constant.
isEqualTo(IBinding) - Method in interface org.eclipse.jdt.core.dom. IBinding
Returns whether this binding has the same key as that of the given binding.
isEquivalent() - Method in class org.eclipse.jdt.core.search. SearchMatch
Returns whether match element is compatible with searched pattern or not.
isErasure() - Method in class org.eclipse.jdt.core.search. SearchMatch
Returns whether match element only has same erasure than searched pattern or not.
isError() - Method in interface org.eclipse.jdt.core.compiler. IProblem
Checks the severity to see if the Error bit is set.
isError() - Method in interface org.eclipse.jdt.ui.text.java. IProblemLocation
Returns if the problem has error severity.
isExact() - Method in class org.eclipse.jdt.core.search. SearchMatch
Returns whether element matches exactly searched pattern or not.
isExit() - Method in interface org.eclipse.jdt.debug.core. IJavaMethodBreakpoint
Returns whether this breakpoint causes execution to suspend on exit of methods.
isExported() - Method in interface org.eclipse.jdt.core. IClasspathEntry
Returns whether this entry is exported to dependent projects.
isExportStructuralOnly() - Method in class org.eclipse.jdt.ui.jarpackager. JarPackageData
Is the JAR export wizard only exporting refactorings causing structural changes?
isExtended() - Method in class org.eclipse.jdt.core. CompletionContext
Returns whether this completion context is an extended context.
isExtendedContextRequired() - Method in class org.eclipse.jdt.core. CompletionRequestor
Returns whether this requestor requires an extended context.
isExternal() - Method in interface org.eclipse.jdt.core. IPackageFragmentRoot
Returns whether this package fragment root is external to the workbench (that is, a local file), and has no underlying resource.
isField() - Method in interface org.eclipse.jdt.core.dom. IVariableBinding
Returns whether this binding is for a field.
isFile() - Method in interface org.eclipse.jdt.core. IJarEntryResource
Returns true if this jar entry represents a file.
isFilterConstructors() - Method in interface org.eclipse.jdt.debug.core. IJavaDebugTarget
Returns whether constructors are filtered when stepping, if step filters are enabled.
isFiltered(CompletionProposal) - Method in class org.eclipse.jdt.ui.text.java. CompletionProposalCollector
Returns true if proposal is filtered, e.g.
isFilterStaticInitializers() - Method in interface org.eclipse.jdt.debug.core. IJavaDebugTarget
Returns whether static initializers are filtered when stepping, if step filters are enabled.
isFilterSynthetics() - Method in interface org.eclipse.jdt.debug.core. IJavaDebugTarget
Returns whether synthetic methods are filtered when stepping, if step filters are enabled.
isFinal(int) - Static method in class org.eclipse.jdt.core.dom. Modifier
Returns whether the given flags includes the "final" modifier.
isFinal() - Method in class org.eclipse.jdt.core.dom. Modifier
Answer true if the receiver is the final modifier, false otherwise.
isFinal(int) - Static method in class org.eclipse.jdt.core. Flags
Returns whether the given integer includes the final modifier.
isFinal() - Method in interface org.eclipse.jdt.debug.core. IJavaModifiers
Returns whether the associated Java construct is declared as final.
isFindAllSourceElements() - Method in class org.eclipse.jdt.debug.ui. JavaUISourceLocator
Deprecated. Returns whether this source locator is configured to search for all source elements that correspond to a stack frame.
isFromSource() - Method in interface org.eclipse.jdt.core.dom. ITypeBinding
Returns whether this type binding originated in source code.
isGenericMethod() - Method in interface org.eclipse.jdt.core.dom. IMethodBinding
Returns whether this method binding represents a declaration of a generic method.
isGenericType() - Method in interface org.eclipse.jdt.core.dom. ITypeBinding
Returns whether this type binding represents a declaration of a generic class or interface.
isGetters() - Method in class org.eclipse.jdt.core.refactoring.descriptors. IntroduceParameterObjectDescriptor
Returns true if getters are generated for fields.
ISharedImages - Interface in org.eclipse.jdt.ui
Standard images provided by the Java UI plug-in.
ISHL - Static variable in interface org.eclipse.jdt.core.util. IOpcodeMnemonics
 
ISHR - Static variable in interface org.eclipse.jdt.core.util. IOpcodeMnemonics
 
ISignatureAttribute - Interface in org.eclipse.jdt.core.util
Description of a signature attribute as described in the JVM specifications (added in J2SE 1.5).
isIgnored(int) - Method in class org.eclipse.jdt.core. CompletionRequestor
Returns whether the given kind of completion proposal is ignored.
isImplicit() - Method in class org.eclipse.jdt.core.search. SearchMatch
Returns whether the associated element is implicit or not.
isInclusiveFiltered() - Method in interface org.eclipse.jdt.debug.core. IJavaExceptionBreakpoint
Deprecated. Exception breakpoints can have a mixed set of filters and this method is maintained strictly for API backwards compatibility
isIndentChar(char) - Static method in class org.eclipse.jdt.core.formatter. IndentManipulation
Returns true if the given character is an indentation character.
isInJavadoc() - Method in class org.eclipse.jdt.core. CompletionContext
Tell user whether completion takes place in a javadoc comment or not.
isInJavadocFormalReference() - Method in class org.eclipse.jdt.core. CompletionContext
Tell user whether completion takes place in a formal reference of a javadoc tag or not.
isInJavadocText() - Method in class org.eclipse.jdt.core. CompletionContext
Tell user whether completion takes place in text area of a javadoc comment or not.
isInside(int, ISourceReference) - Method in class org.eclipse.jdt.ui. ProblemsLabelDecorator
Tests if a position is inside the source range of an element.
isInsideDocComment() - Method in class org.eclipse.jdt.core.search. SearchMatch
Returns whether this search match is inside a doc comment of a Java source file.
isInstalled() - Method in interface org.eclipse.jdt.debug.core. IJavaBreakpoint
Returns whether this breakpoint is installed in at least one debug target.
isInstalled() - Method in class org.eclipse.jdt.ui.text.folding. DefaultJavaFoldingStructureProvider
Returns true if the provider is installed, false otherwise.
isInterface() - Method in interface org.eclipse.jdt.core.dom. ITypeBinding
Returns whether this type binding represents an interface type.
isInterface() - Method in class org.eclipse.jdt.core.dom. TypeDeclaration
Returns whether this type declaration declares a class or an interface.
isInterface(int) - Static method in class org.eclipse.jdt.core. Flags
Returns whether the given integer includes the interface modifier.
isInterface() - Method in interface org.eclipse.jdt.core. IClassFile
Returns whether this type represents an interface.
isInterface() - Method in interface org.eclipse.jdt.core. IType
Returns whether this type represents an interface.
isInterface() - Method in interface org.eclipse.jdt.core.util. IClassFileReader
Answer true if this .class file represents an interface, false otherwise.
isJarSealed() - Method in class org.eclipse.jdt.ui.jarpackager. JarPackageData
Answers whether the JAR itself is sealed.
isJavaLikeFileName(String) - Static method in class org.eclipse.jdt.core. JavaCore
Returns whether the given file name's extension is a Java-like extension.
isJUnit4() - Method in class org.eclipse.jdt.junit.wizards. NewTestCaseWizardPageOne
Returns true if the test should be created as Junit 4 test
isLabelProperty(Object, String) - Method in class org.eclipse.jdt.ui. OverrideIndicatorLabelDecorator
 
isLabelProperty(Object, String) - Method in class org.eclipse.jdt.ui. ProblemsLabelDecorator
 
isLaunchProblem(IMarker) - Method in class org.eclipse.jdt.launching. AbstractJavaLaunchConfigurationDelegate
 
isLineComment() - Method in class org.eclipse.jdt.core.dom. Comment
Returns whether this comment is a line comment (LineComment).
isLineDelimiterChar(char) - Static method in class org.eclipse.jdt.core.formatter. IndentManipulation
Returns true if the given character is a line delimiter character.
isLinkingEnabled() - Method in interface org.eclipse.jdt.ui. IPackagesViewPart
Returns whether this Packages view's selection automatically tracks the active editor.
isLinkingEnabled() - Method in interface org.eclipse.jdt.ui. ITypeHierarchyViewPart
Returns whether this type hierarchy view's selection automatically tracks the active editor.
isLocal() - Method in interface org.eclipse.jdt.core.dom. ITypeBinding
Returns whether this type binding represents a local class.
isLocal() - Method in interface org.eclipse.jdt.core. IType
Returns whether this type represents a local type.
isLocal() - Method in interface org.eclipse.jdt.debug.core. IJavaVariable
Returns whether this variable is local.
isLocalTypeDeclaration() - Method in class org.eclipse.jdt.core.dom. AbstractTypeDeclaration
Returns whether this type declaration is a local type.
isMainClassValid(IRunnableContext) - Method in class org.eclipse.jdt.ui.jarpackager. JarPackageData
Tells whether the specified manifest main class is valid.
isMainMethod() - Method in interface org.eclipse.jdt.core. IMethod
Returns whether this method is a main method.
isMandatory() - Method in class org.eclipse.jdt.core.dom. ChildPropertyDescriptor
Returns whether this property is mandatory.
isMandatory() - Method in class org.eclipse.jdt.core.dom. SimplePropertyDescriptor
Returns whether this property is mandatory.
isManifestAccessible() - Method in class org.eclipse.jdt.ui.jarpackager. JarPackageData
Tells whether a manifest is available.
isManifestGenerated() - Method in class org.eclipse.jdt.ui.jarpackager. JarPackageData
Tells whether the manifest file must be generated.
isManifestReused() - Method in class org.eclipse.jdt.ui.jarpackager. JarPackageData
Tells whether a previously generated manifest should be reused.
isManifestSaved() - Method in class org.eclipse.jdt.ui.jarpackager. JarPackageData
Tells whether the manifest file must be saved to the specified file during the export operation.
isMarkerAnnotation() - Method in class org.eclipse.jdt.core.dom. Annotation
Returns whether this is a marker annotation ( MarkerAnnotation).
isMarkerChange() - Method in class org.eclipse.jdt.ui. ProblemsLabelDecorator.ProblemsLabelChangedEvent
Returns whether this event origins from marker changes.
isMember() - Method in interface org.eclipse.jdt.core.dom. ITypeBinding
Returns whether this type binding represents a member class or interface.
isMember() - Method in interface org.eclipse.jdt.core. IType
Returns whether this type represents a member type.
isMemberTypeDeclaration() - Method in class org.eclipse.jdt.core.dom. AbstractTypeDeclaration
Returns whether this type declaration is a type member.
isModifier() - Method in class org.eclipse.jdt.core.dom. Annotation
 
isModifier() - Method in interface org.eclipse.jdt.core.dom. IExtendedModifier
Returns whether this extended modifier is a standard modifier.
isModifier() - Method in class org.eclipse.jdt.core.dom. Modifier
 
isNative(int) - Static method in class org.eclipse.jdt.core.dom. Modifier
Returns whether the given flags includes the "native" modifier.
isNative() - Method in class org.eclipse.jdt.core.dom. Modifier
Answer true if the receiver is the native modifier, false otherwise.
isNative(int) - Static method in class org.eclipse.jdt.core. Flags
Returns whether the given integer includes the native modifier.
isNative() - Method in interface org.eclipse.jdt.debug.core. IJavaStackFrame
Returns whether the method associated with this stack frame has been declared as native.
isNativeOnly() - Method in interface org.eclipse.jdt.debug.core. IJavaMethodBreakpoint
Returns whether this breakpoint causes execution to suspend only on entry/exit of native methods.
isNested() - Method in interface org.eclipse.jdt.core.dom. ITypeBinding
Returns whether this type binding represents a nested class, interface, enum, or annotation type.
isNested() - Method in class org.eclipse.jdt.core.dom. TagElement
Returns whether this tag element is nested within another tag element.
isNormalAnnotation() - Method in class org.eclipse.jdt.core.dom. Annotation
Returns whether this is a normal annotation ( NormalAnnotation).
isNotAskAgain() - Method in class org.eclipse.jdt.debug.ui. JavaSourceLookupDialog
Deprecated. Returns whether the "do not ask again" check box is selected in the dialog.
isNull() - Method in interface org.eclipse.jdt.debug.core. IJavaValue
Returns whether this value represents null.
isNullType() - Method in interface org.eclipse.jdt.core.dom. ITypeBinding
Returns whether this type binding represents the null type.
isObsolete() - Method in interface org.eclipse.jdt.debug.core. IJavaStackFrame
Returns whether the method associated with this stack frame is obsolete, that is, it is running old byte codes that have been replaced in the VM.
isOnClasspath(IJavaElement) - Method in interface org.eclipse.jdt.core. IJavaProject
Returns whether the given element is on the classpath of this project, that is, referenced from a classpath entry and not explicitly excluded using an exclusion pattern.
isOnClasspath(IResource) - Method in interface org.eclipse.jdt.core. IJavaProject
Returns whether the given resource is on the classpath of this project, that is, referenced from a classpath entry and not explicitly excluded using an exclusion pattern.
isOnDemand() - Method in class org.eclipse.jdt.core.dom. ImportDeclaration
Returns whether this import declaration is an on-demand or a single-type import.
isOnDemand() - Method in interface org.eclipse.jdt.core. IImportDeclaration
Returns whether the import is on-demand.
isOnDemand() - Method in interface org.eclipse.jdt.core.jdom. IDOMImport
Deprecated. Returns whether this import declaration ends with ".
isOpen() - Method in interface org.eclipse.jdt.core. IOpenable
Returns whether this openable is open.
ISourceAttribute - Interface in org.eclipse.jdt.core.util
Description of a source attribute as described in the JVM specifications.
ISourceManipulation - Interface in org.eclipse.jdt.core
Common protocol for Java elements that support source code manipulations such as copy, move, rename, and delete.
ISourceRange - Interface in org.eclipse.jdt.core
A source range defines an element's source coordinates relative to its source buffer.
ISourceReference - Interface in org.eclipse.jdt.core
Common protocol for Java elements that have associated source code.
isOutOfSynch() - Method in interface org.eclipse.jdt.debug.core. IJavaDebugTarget
Returns whether any of the threads associated with this debug target are running code in the VM that is out of synch with the code in the workspace.
isOutOfSynch() - Method in interface org.eclipse.jdt.debug.core. IJavaStackFrame
Returns whether the method associated with this stack frame is running code in the VM that is out of synch with the code in the workspace.
isOutOfSynch() - Method in interface org.eclipse.jdt.debug.core. IJavaThread
Returns whether any of the stack frames associated with this thread are running code in the VM that is out of synch with the code in the workspace.
isOverlappingRoots(IPath, IPath) - Static method in class org.eclipse.jdt.core. JavaConventions
Deprecated. Overlapping roots are allowed in 2.1
isPackage(String[]) - Method in class org.eclipse.jdt.core. WorkingCopyOwner
Returns whether the given package segments represent a package.
isPackageDefault(int) - Static method in class org.eclipse.jdt.core. Flags
Returns whether the given integer does not include one of the public, private, or protected flags.
isPackageFragmentEmpty(IJavaElement) - Method in class org.eclipse.jdt.ui. StandardJavaElementContentProvider
Tests if the given element is a empty package fragment.
isPackageMemberTypeDeclaration() - Method in class org.eclipse.jdt.core.dom. AbstractTypeDeclaration
Returns whether this type declaration is a package member (that is, a top-level type).
isPackagePrivate() - Method in interface org.eclipse.jdt.debug.core. IJavaModifiers
Returns whether the associated Java construct is declared with no protection modifier (package private protection).
isParameter() - Method in interface org.eclipse.jdt.core.dom. IVariableBinding
Returns whether this binding corresponds to a parameter.
isParameterizedMethod() - Method in class org.eclipse.jdt.core. BindingKey
Returns whether this binding key represents a parameterized method, or if its declaring method is a parameterized method.
isParameterizedMethod() - Method in interface org.eclipse.jdt.core.dom. IMethodBinding
Returns whether this method binding represents an instance of a generic method corresponding to a parameterized method reference.
isParameterizedType() - Method in class org.eclipse.jdt.core. BindingKey
Returns whether this binding key represents a parameterized type, or if its declaring type is a parameterized type.
isParameterizedType() - Method in interface org.eclipse.jdt.core.dom. ITypeBinding
Returns whether this type binding represents an instance of a generic type corresponding to a parameterized type reference.
isParameterizedType() - Method in class org.eclipse.jdt.core.dom. Type
Returns whether this type is a parameterized type (ParameterizedType).
isPerformingEvaluation() - Method in interface org.eclipse.jdt.debug.core. IJavaThread
Returns whether this thread is currently performing an evaluation.
isPerformingHotCodeReplace() - Method in interface org.eclipse.jdt.debug.core. IJavaDebugTarget
Returns whether this target is currently performing a hot code replace.
isPolymorphicSearch() - Method in class org.eclipse.jdt.core.search. SearchPattern
 
isPrimitive() - Method in interface org.eclipse.jdt.core.dom. ITypeBinding
Returns whether this type binding represents a primitive type.
isPrimitiveType() - Method in class org.eclipse.jdt.core.dom. Type
Returns whether this type is a primitive type (PrimitiveType).
isPrivate(int) - Static method in class org.eclipse.jdt.core.dom. Modifier
Returns whether the given flags includes the "private" modifier.
isPrivate() - Method in class org.eclipse.jdt.core.dom. Modifier
Answer true if the receiver is the private modifier, false otherwise.
isPrivate(int) - Static method in class org.eclipse.jdt.core. Flags
Returns whether the given integer includes the private modifier.
isPrivate() - Method in interface org.eclipse.jdt.debug.core. IJavaModifiers
Returns whether the associated Java construct is declared as private.
isProjectPackageFragmentRoot(IPackageFragmentRoot) - Method in class org.eclipse.jdt.ui. StandardJavaElementContentProvider
Tests if the package fragment root is located on the project.
isProtected(int) - Static method in class org.eclipse.jdt.core.dom. Modifier
Returns whether the given flags includes the "protected" modifier.
isProtected() - Method in class org.eclipse.jdt.core.dom. Modifier
Answer true if the receiver is the protected modifier, false otherwise.
isProtected(int) - Static method in class org.eclipse.jdt.core. Flags
Returns whether the given integer includes the protected modifier.
isProtected() - Method in interface org.eclipse.jdt.debug.core. IJavaModifiers
Returns whether the associated Java construct is declared as protected.
isPublic(int) - Static method in class org.eclipse.jdt.core.dom. Modifier
Returns whether the given flags includes the "public" modifier.
isPublic() - Method in class org.eclipse.jdt.core.dom. Modifier
Answer true if the receiver is the public modifier, false otherwise.
isPublic(int) - Static method in class org.eclipse.jdt.core. Flags
Returns whether the given integer includes the public modifier.
isPublic() - Method in interface org.eclipse.jdt.debug.core. IJavaModifiers
Returns whether the associated Java construct is declared as public.
isQualifiedName() - Method in class org.eclipse.jdt.core.dom. Name
Returns whether this name is a qualified name (QualifiedName).
isQualifiedType() - Method in class org.eclipse.jdt.core.dom. Type
Returns whether this type is a qualified type (QualifiedType).
isQualifiedTypeNamesEnabled() - Method in interface org.eclipse.jdt.ui. ITypeHierarchyViewPart
If set, type names are shown with the parent container's name.
isRaw() - Method in class org.eclipse.jdt.core.search. SearchMatch
Returns whether the associated element is a raw type/method or not.
isRawMethod() - Method in interface org.eclipse.jdt.core.dom. IMethodBinding
Returns whether this method binding represents an instance of a generic method corresponding to a raw method reference.
isRawType() - Method in class org.eclipse.jdt.core. BindingKey
Returns whether this binding key represents a raw type.
isRawType() - Method in interface org.eclipse.jdt.core.dom. ITypeBinding
Returns whether this type binding represents an instance of a generic type corresponding to a raw type reference.
isReadAccess() - Method in class org.eclipse.jdt.core.search. FieldReferenceMatch
Returns whether the field reference is a read access to the field.
isReadAccess() - Method in class org.eclipse.jdt.core.search. LocalVariableReferenceMatch
Returns whether the local variable reference is a read access to the variable.
isReadOnly() - Method in interface org.eclipse.jdt.core. IBuffer
Returns whether this buffer is read-only.
isReadOnly() - Method in interface org.eclipse.jdt.core. IJavaElement
Returns whether this Java element is read-only.
isRecovered() - Method in interface org.eclipse.jdt.core.dom. IBinding
Return whether this binding is created because the bindings recovery is enabled.
isRefactoringAware() - Method in class org.eclipse.jdt.ui.jarpackager. JarPackageData
Is the JAR package refactoring aware?
isReferencedBy(IJavaElement, IMarker) - Static method in class org.eclipse.jdt.core. JavaCore
Returns whether the given marker references the given Java element.
isReferencedBy(IJavaElement, IMarkerDelta) - Static method in class org.eclipse.jdt.core. JavaCore
Returns whether the given marker delta references the given Java element.
isResolved() - Method in interface org.eclipse.jdt.core. IField
Returns whether this field represents a resolved field.
isResolved() - Method in interface org.eclipse.jdt.core. IMethod
Returns whether this method represents a resolved method.
isResolved() - Method in interface org.eclipse.jdt.core. IType
Returns whether this type represents a resolved type.
isResolvedTypeInferredFromExpectedType() - Method in class org.eclipse.jdt.core.dom. MethodInvocation
Returns true if the resolved return type has been inferred from the assignment context (JLS3 15.12.2.8), false otherwise.
isResolvedTypeInferredFromExpectedType() - Method in class org.eclipse.jdt.core.dom. SuperMethodInvocation
Returns true if the resolved return type has been inferred from the assignment context (JLS3 15.12.2.8), false otherwise.
isResolvingBindings() - Method in class org.eclipse.jdt.core.compiler. ReconcileContext
Returns whether the reconcile operation is resolving bindings.
isResumeOnStartup() - Method in class org.eclipse.jdt.launching. VMRunnerConfiguration
Returns whether the VM is resumed on startup when launched in debug mode.
isSetters() - Method in class org.eclipse.jdt.core.refactoring.descriptors. IntroduceParameterObjectDescriptor
Returns true if setters are generated for fields.
isShowBootpath() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations. JavaClasspathTab
Returns whether the bootpath should be displayed.
isShowMembersInHierarchy() - Method in interface org.eclipse.jdt.ui. ITypeHierarchyViewPart
If set, the lock mode is enabled.
isSignatureEqual(IDOMNode) - Method in interface org.eclipse.jdt.core.jdom. IDOMNode
Deprecated. Returns whether this node's signature is equivalent to the given node's signature.
isSimilar(IMethod) - Method in interface org.eclipse.jdt.core. IMethod
Returns whether this method is similar to the given method.
isSimpleName() - Method in class org.eclipse.jdt.core.dom. Name
Returns whether this name is a simple name (SimpleName).
isSimpleProperty() - Method in class org.eclipse.jdt.core.dom. StructuralPropertyDescriptor
Returns whether this property is a simple property (instance of SimplePropertyDescriptor.
isSimpleType() - Method in class org.eclipse.jdt.core.dom. Type
Returns whether this type is a simple type (SimpleType).
isSingleMemberAnnotation() - Method in class org.eclipse.jdt.core.dom. Annotation
Returns whether this is a single member annotation.
isSorterProperty(Object, Object) - Method in class org.eclipse.jdt.ui. JavaElementSorter
Deprecated. Bug 22518. Method never used: does not override ViewerSorter#isSorterProperty(Object, String). Method could be removed, but kept for API compatibility.
isStatic() - Method in class org.eclipse.jdt.core.dom. ImportDeclaration
Returns whether this import declaration is a static import (added in JLS3 API).
isStatic(int) - Static method in class org.eclipse.jdt.core.dom. Modifier
Returns whether the given flags includes the "static" modifier.
isStatic() - Method in class org.eclipse.jdt.core.dom. Modifier
Answer true if the receiver is the static modifier, false otherwise.
isStatic(int) - Static method in class org.eclipse.jdt.core. Flags
Returns whether the given integer includes the static modifier.
isStatic() - Method in interface org.eclipse.jdt.debug.core. IJavaModifiers
Returns whether the associated Java construct is declared as static.
isStaticImport(int) - Static method in class org.eclipse.jdt.core. CompletionFlags
Returns whether the given integer includes the CompletionFlags.StaticImport flag.
isStaticInitializer() - Method in interface org.eclipse.jdt.debug.core. IJavaStackFrame
Returns whether the method associated with this stack frame is a static initializer.
isStepThruFilters() - Method in interface org.eclipse.jdt.debug.core. IJavaDebugTarget
Returns whether a step that lands in a filtered location should proceed through to an un-filtered location or return to the location where a step originated.
isStopInMain(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching. AbstractJavaLaunchConfigurationDelegate
Returns whether the given launch configuration specifies that execution should suspend on entry of the main method.
isStrictfp(int) - Static method in class org.eclipse.jdt.core.dom. Modifier
Returns whether the given flags includes the "strictfp" modifier.
isStrictfp() - Method in class org.eclipse.jdt.core.dom. Modifier
Answer true if the receiver is the strictfp modifier, false otherwise.
isStrictfp(int) - Static method in class org.eclipse.jdt.core. Flags
Returns whether the given integer includes the strictfp modifier.
isStrictlyCompatbile() - Method in class org.eclipse.jdt.launching.environments. CompatibleEnvironment
Returns whether the analyzed vm install is strictly compatible with the compatible environment or represents a superset of the environment.
isStrictlyCompatible(IVMInstall) - Method in interface org.eclipse.jdt.launching.environments. IExecutionEnvironment
Returns whether the specified vm install is strictly compatible with this environment.
isStructureKnown() - Method in interface org.eclipse.jdt.core. IJavaElement
Returns whether the structure of this element is known.
isSubsignature(IMethodBinding) - Method in interface org.eclipse.jdt.core.dom. IMethodBinding
Returns whether this method's signature is a subsignature of the given method as specified in section 8.4.2 of The Java Language Specification, Third Edition (JLS3).
isSubTypeCompatible(ITypeBinding) - Method in interface org.eclipse.jdt.core.dom. ITypeBinding
Returns whether this type is subtype compatible with the given type, as specified in section 4.10 of The Java Language Specification, Third Edition (JLS3).
isSuper(int) - Static method in class org.eclipse.jdt.core. Flags
Returns whether the given integer includes the super modifier.
isSuperInvocation() - Method in class org.eclipse.jdt.core.search. MethodReferenceMatch
Returns whether the reference is on a message sent from a type which is a super type of the searched method declaring type.
isSynchronized(int) - Static method in class org.eclipse.jdt.core.dom. Modifier
Returns whether the given flags includes the "synchronized" modifier.
isSynchronized() - Method in class org.eclipse.jdt.core.dom. Modifier
Answer true if the receiver is the synchronized modifier, false otherwise.
isSynchronized(int) - Static method in class org.eclipse.jdt.core. Flags
Returns whether the given integer includes the synchronized modifier.
isSynchronized() - Method in interface org.eclipse.jdt.debug.core. IJavaStackFrame
Returns whether the method associated with this stack frame has been declared as synchronized.
isSynthetic() - Method in interface org.eclipse.jdt.core.dom. IBinding
Returns whether this binding is synthetic.
isSynthetic(int) - Static method in class org.eclipse.jdt.core. Flags
Returns whether the given integer includes the indication that the element is synthetic.
isSynthetic() - Method in class org.eclipse.jdt.core.search. MethodReferenceMatch
Returns whether the reference is on a synthetic element.
isSynthetic() - Method in interface org.eclipse.jdt.core.util. IFieldInfo
Return true if the field info is synthetic according to the JVM specification, false otherwise.
isSynthetic() - Method in interface org.eclipse.jdt.core.util. IMethodInfo
Return true if the method info is synthetic according to the JVM specification, false otherwise.
isSynthetic() - Method in interface org.eclipse.jdt.debug.core. IJavaModifiers
Returns whether the associated Java construct is synthetic.
isSystemThread() - Method in interface org.eclipse.jdt.debug.core. IJavaThread
Returns whether this thread is a system thread.
IStackMapAttribute - Interface in org.eclipse.jdt.core.util
This class represents a stack map attribute.
IStackMapFrame - Interface in org.eclipse.jdt.core.util
Description of a stack map frame as specified in the JVM specifications.
IStackMapTableAttribute - Interface in org.eclipse.jdt.core.util
This class represents a stack map table attribute.
isTerminated() - Method in interface org.eclipse.jdt.debug.eval. IEvaluationResult
Returns whether this evaluation was terminated before it completed.
isTopLevel() - Method in interface org.eclipse.jdt.core.dom. ITypeBinding
Returns whether this type binding represents a top-level class, interface, enum, or annotation type.
isTopLevel() - Method in class org.eclipse.jdt.core.refactoring.descriptors. IntroduceParameterObjectDescriptor
Returns true if the new type is created as top level type.
ISTORE - Static variable in interface org.eclipse.jdt.core.util. IOpcodeMnemonics
 
ISTORE_0 - Static variable in interface org.eclipse.jdt.core.util. IOpcodeMnemonics
 
ISTORE_1 - Static variable in interface org.eclipse.jdt.core.util. IOpcodeMnemonics
 
ISTORE_2 - Static variable in interface org.eclipse.jdt.core.util. IOpcodeMnemonics
 
ISTORE_3 - Static variable in interface org.eclipse.jdt.core.util. IOpcodeMnemonics
 
isTransient(int) - Static method in class org.eclipse.jdt.core.dom. Modifier
Returns whether the given flags includes the "transient" modifier.
isTransient() - Method in class org.eclipse.jdt.core.dom. Modifier
Answer true if the receiver is the transient modifier, false otherwise.
isTransient(int) - Static method in class org.eclipse.jdt.core. Flags
Returns whether the given integer includes the transient modifier.
isTransient() - Method in interface org.eclipse.jdt.debug.core. IJavaFieldVariable
Returns whether this variable is declared as transient.
isTypeVariable() - Method in interface org.eclipse.jdt.core.dom. ITypeBinding
Returns whether this type binding represents a type variable.
ISUB - Static variable in interface org.eclipse.jdt.core.util. IOpcodeMnemonics
 
isUncaught() - Method in interface org.eclipse.jdt.debug.core. IJavaExceptionBreakpoint
Returns whether this breakpoint suspends execution when the associated exception is thrown in an uncaught location (not caught by a try/catch statement).
isUnnamed() - Method in interface org.eclipse.jdt.core.dom. IPackageBinding
Returns whether this package is an unnamed package.
isUpperbound() - Method in interface org.eclipse.jdt.core.dom. ITypeBinding
Returns whether this wildcard type is an upper bound ("extends") as opposed to a lower bound ("super").
isUpperBound() - Method in class org.eclipse.jdt.core.dom. WildcardType
Returns whether this wildcard type is an upper bound ("extends") as opposed to a lower bound ("super").
isUseDynamicJREArea() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations. JavaJRETab
 
isValid(ILaunchConfiguration) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations. AppletMainTab
 
isValid(ILaunchConfiguration) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations. AppletParametersTab
 
isValid(ILaunchConfiguration) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations. JavaArgumentsTab
 
isValid(ILaunchConfiguration) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations. JavaClasspathTab
 
isValid(ILaunchConfiguration) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations. JavaConnectTab
 
isValid(ILaunchConfiguration) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations. JavaJRETab
 
isValid(ILaunchConfiguration) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations. JavaMainTab
 
isValid(ILaunchConfiguration) - Method in class org.eclipse.jdt.junit.launcher. JUnitLaunchConfigurationTab
 
isValid() - Method in class org.eclipse.jdt.ui.jarpackager. JarPackageData
Tells whether this JAR package data can be used to generate a valid JAR.
isVarargs() - Method in interface org.eclipse.jdt.core.dom. IMethodBinding
Returns whether this is a variable arity method.
isVarargs() - Method in class org.eclipse.jdt.core.dom. MethodDeclaration
Returns whether this method declaration declares a variable arity method (added in JLS3 API).
isVarargs() - Method in class org.eclipse.jdt.core.dom. MethodRefParameter
Returns whether this method reference parameter is for the last parameter of a variable arity method (added in JLS3 API).
isVarargs() - Method in class org.eclipse.jdt.core.dom. SingleVariableDeclaration
Returns whether this declaration declares the last parameter of a variable arity method (added in JLS3 API).
isVarargs(int) - Static method in class org.eclipse.jdt.core. Flags
Returns whether the given integer has the AccVarargs bit set.
isVarArgs() - Method in interface org.eclipse.jdt.debug.core. IJavaStackFrame
Returns whether the method associated with this stack frame accepts a variable number of arguments.
isVMInstallReference(IClasspathEntry) - Method in interface org.eclipse.jdt.launching. IRuntimeClasspathEntryResolver2
Returns whether the given classpath entry references a VM install.
isVMInstallReference(IRuntimeClasspathEntry) - Static method in class org.eclipse.jdt.launching. JavaRuntime
Returns whether the given runtime classpath entry refers to a vm install.
isVolatile(int) - Static method in class org.eclipse.jdt.core.dom. Modifier
Returns whether the given flags includes the "volatile" modifier.
isVolatile() - Method in class org.eclipse.jdt.core.dom. Modifier
Answer true if the receiver is the volatile modifier, false otherwise.
isVolatile(int) - Static method in class org.eclipse.jdt.core. Flags
Returns whether the given integer includes the volatile modifier.
isVolatile() - Method in interface org.eclipse.jdt.debug.core. IJavaFieldVariable
Returns whether this variable is declared as volatile.
isWarning() - Method in interface org.eclipse.jdt.core.compiler. IProblem
Checks the severity to see if the Error bit is not set.
isWhitespace(char) - Static method in class org.eclipse.jdt.core.compiler. CharOperation
Answers true if c is a whitespace according to the JLS (\u000a, \u000c, \u000d, \u0009), otherwise false.
isWildcardType() - Method in interface org.eclipse.jdt.core.dom. ITypeBinding
Returns whether this type binding represents a wildcard type.
isWildcardType() - Method in class org.eclipse.jdt.core.dom. Type
Returns whether this type is a wildcard type (WildcardType).
isWorkingCopy() - Method in interface org.eclipse.jdt.core. ICompilationUnit
Returns whether this element is a working copy.
isWorkingCopy() - Method in interface org.eclipse.jdt.core. IWorkingCopy
Deprecated. Use ICompilationUnit.isWorkingCopy() instead.
isWriteAccess() - Method in class org.eclipse.jdt.core.search. FieldReferenceMatch
Returns whether the field reference is a write access to the field.
isWriteAccess() - Method in class org.eclipse.jdt.core.search. LocalVariableReferenceMatch
Returns whether the local variable reference is a write access to the variable.
ITEM_DOUBLE - Static variable in interface org.eclipse.jdt.core.util. IVerificationTypeInfo
The tag value representing double variable info
ITEM_FLOAT - Static variable in interface org.eclipse.jdt.core.util. IVerificationTypeInfo
The tag value representing float variable info
ITEM_INTEGER - Static variable in interface org.eclipse.jdt.core.util. IVerificationTypeInfo
The tag value representing integer variable info
ITEM_LONG - Static variable in interface org.eclipse.jdt.core.util. IVerificationTypeInfo
The tag value representing long variable info
ITEM_NULL - Static variable in interface org.eclipse.jdt.core.util. IVerificationTypeInfo
The tag value representing null variable info
ITEM_OBJECT - Static variable in interface org.eclipse.jdt.core.util. IVerificationTypeInfo
The tag value representing object variable info
ITEM_TOP - Static variable in interface org.eclipse.jdt.core.util. IVerificationTypeInfo
The tag value representing top variable info
ITEM_UNINITIALIZED - Static variable in interface org.eclipse.jdt.core.util. IVerificationTypeInfo
The tag value representing uninitialized variable info
ITEM_UNINITIALIZED_THIS - Static variable in interface org.eclipse.jdt.core.util. IVerificationTypeInfo
The tag value representing uninitialized this variable info
ITerminalSymbols - Interface in org.eclipse.jdt.core.compiler
Maps each terminal symbol in the java-grammar into a unique integer.
ITestCaseElement - Interface in org.eclipse.jdt.junit.model
Represents a test case element.
ITestElement - Interface in org.eclipse.jdt.junit.model
Common protocol for test elements.
ITestElement.FailureTrace - Class in org.eclipse.jdt.junit.model
A failure trace of a test.
ITestElement.FailureTrace(String, String, String) - Constructor for class org.eclipse.jdt.junit.model. ITestElement.FailureTrace
 
ITestElement.ProgressState - Class in org.eclipse.jdt.junit.model
Running states of a test.
ITestElement.Result - Class in org.eclipse.jdt.junit.model
Result states of a test.
ITestElementContainer - Interface in org.eclipse.jdt.junit.model
Common protocol for test elements containers.
ITestRunListener - Interface in org.eclipse.jdt.junit
Deprecated. As of 3.3, replaced by TestRunListener
ITestRunSession - Interface in org.eclipse.jdt.junit.model
Represents a test run session.
ITestSuiteElement - Interface in org.eclipse.jdt.junit.model
Represents a test suite element.
ITrackedNodePosition - Interface in org.eclipse.jdt.core.dom.rewrite
A tracked node position is returned when a rewrite change is requested to be tracked.
IType - Interface in org.eclipse.jdt.core
Represents either a source type in a compilation unit (either a top-level type, a member type, a local type or an anonymous type) or a binary type in a class file.
ITypeBinding - Interface in org.eclipse.jdt.core.dom
A type binding represents fully-resolved type.
ITypeHierarchy - Interface in org.eclipse.jdt.core
A type hierarchy provides navigations between a type and its resolved supertypes and subtypes for a specific type or for all types within a region.
ITypeHierarchyChangedListener - Interface in org.eclipse.jdt.core
A listener which gets notified when a particular type hierarchy object changes.
ITypeHierarchyViewPart - Interface in org.eclipse.jdt.ui
The standard type hierarchy view presents a type hierarchy for a given input class or interface.
ITypeInfoFilterExtension - Interface in org.eclipse.jdt.ui.dialogs
A filter to select ITypeInfoRequestor objects.
ITypeInfoImageProvider - Interface in org.eclipse.jdt.ui.dialogs
A special image descriptor provider for ITypeInfoRequestor.
ITypeInfoRequestor - Interface in org.eclipse.jdt.ui.dialogs
An interfaces to give access to the type presented in type selection dialogs like the open type dialog.
ITypeNameRequestor - Interface in org.eclipse.jdt.core.search
Deprecated. Use abstract class TypeNameRequestor instead.
ITypeParameter - Interface in org.eclipse.jdt.core
Represents a type parameter defined by a type or a method in a compilation unit or a class file.
ITypeRoot - Interface in org.eclipse.jdt.core
Represents an entire Java type root (either an ICompilationUnit or an IClassFile).
ITypeSelectionComponent - Interface in org.eclipse.jdt.ui.dialogs
Interface to access the type selection component hosting a type selection extension.
IUSHR - Static variable in interface org.eclipse.jdt.core.util. IOpcodeMnemonics
 
IVariableBinding - Interface in org.eclipse.jdt.core.dom
A variable binding represents either a field of a class or interface, or a local variable declaration (including formal parameters, local variables, and exception variables).
IVerificationTypeInfo - Interface in org.eclipse.jdt.core.util
Description of a verification type info as described in the JVM specifications.
IVMConnector - Interface in org.eclipse.jdt.launching
A VM connector establishes a JDI connection with a debuggable virtual machine.
IVMInstall - Interface in org.eclipse.jdt.launching
Represents a particular installation of a VM.
IVMInstall2 - Interface in org.eclipse.jdt.launching
Optional extensions that may be implemented by an IVMInstall.
IVMInstall3 - Interface in org.eclipse.jdt.launching
Optional extensions that may be implemented by an IVMInstall, providing access to a JRE's system properties.
IVMInstallChangedListener - Interface in org.eclipse.jdt.launching
A VM install changed listener is notified when the workspace default VM install changes, or when an attribute of a specific VM install changes.
IVMInstallType - Interface in org.eclipse.jdt.launching
Represents a particular type of VM for which there may be any number of VM installations.
IVMRunner - Interface in org.eclipse.jdt.launching
A VM runner starts a Java VM running a Java program.
IWorkingCopy - Interface in org.eclipse.jdt.core
Deprecated. Use ICompilationUnit instead
IWorkingCopyManager - Interface in org.eclipse.jdt.ui
Interface for accessing working copies of ICompilationUnit objects.
IWorkingCopyManagerExtension - Interface in org.eclipse.jdt.ui
Extension interface for IWorkingCopyManager.
IWorkingCopyProvider - Interface in org.eclipse.jdt.ui
Interface used for Java element content providers to indicate that the content provider can return working copy elements for members below compilation units.
IXOR - Static variable in interface org.eclipse.jdt.core.util. IOpcodeMnemonics
 

Eclipse JDT
Release 3.5
A B C D E F G H I J K L M N O P Q R S T U V W X Z _
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