Overview

 
Package  Class  Use  Tree  Deprecated  Help 
Eclipse JDT
Release 3.0
 PREV LETTER   NEXT LETTER FRAMES    NO FRAMES  
A B C D E F G H I J K L M N O P Q R S T U V W X Y 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
 
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
 
IASTORE - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
IAnnotation - interface org.eclipse.jdt.core.util.IAnnotation.
Description of a annotation structure as described in the JVM specifications (added in J2SE 1.5).
IAnnotationComponent - interface org.eclipse.jdt.core.util.IAnnotationComponent.
Description of an annotation component as described in the JVM specifications (added in J2SE 1.5).
IAnnotationComponentValue - interface org.eclipse.jdt.core.util.IAnnotationComponentValue.
Description of an annotation component value as described in the JVM specifications (added in J2SE 1.5).
IAnnotationDefaultAttribute - interface org.eclipse.jdt.core.util.IAnnotationDefaultAttribute.
Description of a annotation default attribute as described in the JVM specifications (added in J2SE 1.5).
IAstEvaluationEngine - interface org.eclipse.jdt.debug.eval.IAstEvaluationEngine.
An evaluation engine that performs evaluations by interpretting abstract syntax trees.
IAttributeNamesConstants - interface org.eclipse.jdt.core.util.IAttributeNamesConstants.
Description of attribute names as described in the JVM specifications.
IBinding - interface org.eclipse.jdt.core.dom.IBinding.
A binding represents a named entity in the Java language.
IBuffer - interface org.eclipse.jdt.core.IBuffer.
A buffer contains the text contents of a resource.
IBufferChangedListener - interface org.eclipse.jdt.core.IBufferChangedListener.
A listener, which gets notified when the contents of a specific buffer have changed, or when the buffer is closed.
IBufferFactory - interface org.eclipse.jdt.core.IBufferFactory.
Deprecated. Use WorkingCopyOwner instead
IBytecodeVisitor - interface org.eclipse.jdt.core.util.IBytecodeVisitor.
Description of a Java opcodes visitor.
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
 
IChangePreviewViewer - interface org.eclipse.ltk.ui.refactoring.IChangePreviewViewer.
Viewer to present the preview for a Change.
IClassFile - interface org.eclipse.jdt.core.IClassFile.
Represents an entire binary type (single .class file).
IClassFileAttribute - interface org.eclipse.jdt.core.util.IClassFileAttribute.
This class represents a generic class file attribute.
IClassFileDisassembler - interface org.eclipse.jdt.core.util.IClassFileDisassembler.
Deprecated. - should use ClassFileBytesDisassembler instead
IClassFileEvaluationEngine - interface org.eclipse.jdt.debug.eval.IClassFileEvaluationEngine.
An evaluation engine that performs evaluations by deploying and executing class files locally.
IClassFileReader - interface org.eclipse.jdt.core.util.IClassFileReader.
Description of a .class file.
IClasspathContainer - interface org.eclipse.jdt.core.IClasspathContainer.
Interface of a classpath container.
IClasspathContainerPage - interface org.eclipse.jdt.ui.wizards.IClasspathContainerPage.
A classpath container page allows the user to create a new or edit an existing classpatch container entry.
IClasspathContainerPageExtension - interface org.eclipse.jdt.ui.wizards.IClasspathContainerPageExtension.
Classpath container pages that implement IClasspathContainerPage can optionally implement IClasspathContainerPageExtension to get additional information about the context when the page is opened.
IClasspathContainerPageExtension2 - interface org.eclipse.jdt.ui.wizards.IClasspathContainerPageExtension2.
Classpath container pages that implement IClasspathContainerPage can optionally implement IClasspathContainerPageExtension2 to return more than one element when creating new containers.
IClasspathEntry - interface org.eclipse.jdt.core.IClasspathEntry.
An entry on a Java project classpath identifying one or more package fragment roots.
ICodeAssist - interface org.eclipse.jdt.core.ICodeAssist.
Common protocol for Java elements that support source code assist and code resolve.
ICodeAttribute - interface org.eclipse.jdt.core.util.ICodeAttribute.
Description of a code attribute as described in the JVM specifications.
ICodeCompletionRequestor - interface org.eclipse.jdt.core.ICodeCompletionRequestor.
Deprecated. Use CompletionRequestor instead.
ICodeFormatter - interface org.eclipse.jdt.core.ICodeFormatter.
Deprecated. - should use org.eclipse.jdt.core.formatter.CodeFormatter instead (note: options have changed)
ICodeSnippetRequestor - interface org.eclipse.jdt.core.eval.ICodeSnippetRequestor.
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 org.eclipse.jdt.ui.text.IColorManager.
Manages SWT color objects for the given color keys and given RGB objects.
IColorManagerExtension - interface org.eclipse.jdt.ui.text.IColorManagerExtension.
Extends IColorManager with the ability to bind and un-bind colors.
ICompilationUnit - interface org.eclipse.jdt.core.ICompilationUnit.
Represents an entire Java compilation unit (.java source file).
ICompiledExpression - interface org.eclipse.jdt.debug.eval.ICompiledExpression.
A compiled expression can be compiled once and evaluated multiple times in a runtime context.
ICompletionRequestor - interface org.eclipse.jdt.core.ICompletionRequestor.
A completion requestor accepts results as they are computed and is aware of source positions to complete the various different results.
IConditionChecker - interface org.eclipse.ltk.core.refactoring.participants.IConditionChecker.
A condition checker can be used to share condition checks across the main processor and all its associated participants.
IConstantPool - interface org.eclipse.jdt.core.util.IConstantPool.
Description of a constant pool as described in the JVM specifications.
IConstantPoolConstant - interface org.eclipse.jdt.core.util.IConstantPoolConstant.
Description of constant pool constants as described in the JVM specifications.
IConstantPoolEntry - interface org.eclipse.jdt.core.util.IConstantPoolEntry.
Description of a constant pool entry as described in the JVM specifications.
IConstantValueAttribute - interface org.eclipse.jdt.core.util.IConstantValueAttribute.
Description of a constant value attribute as described in the JVM specifications.
IContextMenuConstants - interface org.eclipse.jdt.ui.IContextMenuConstants.
Constants for menu groups used in context menus for Java views and editors.
ICorrectionRequestor - interface org.eclipse.jdt.core.ICorrectionRequestor.
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).
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 org.eclipse.jdt.core.jdom.IDOMCompilationUnit.
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 org.eclipse.jdt.core.jdom.IDOMFactory.
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 org.eclipse.jdt.core.jdom.IDOMField.
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 org.eclipse.jdt.core.jdom.IDOMImport.
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 org.eclipse.jdt.core.jdom.IDOMInitializer.
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 org.eclipse.jdt.core.jdom.IDOMMember.
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 org.eclipse.jdt.core.jdom.IDOMMethod.
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 org.eclipse.jdt.core.jdom.IDOMNode.
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 org.eclipse.jdt.core.jdom.IDOMPackage.
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 org.eclipse.jdt.core.jdom.IDOMType.
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.
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_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_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_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_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_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.ui.JavaUI
The id of the Java plugin (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_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_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_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").
IElementChangedListener - interface org.eclipse.jdt.core.IElementChangedListener.
An element changed listener receives notification of changes to Java elements maintained by the Java model.
IEnclosingMethodAttribute - interface org.eclipse.jdt.core.util.IEnclosingMethodAttribute.
Description of an enclosing method attribute as described in the JVM specifications (added in J2SE 1.5).
IEvaluationContext - interface org.eclipse.jdt.core.eval.IEvaluationContext.
An evaluation context supports evaluating code snippets.
IEvaluationEngine - interface org.eclipse.jdt.debug.eval.IEvaluationEngine.
An evaluation engine performs an evalutaion of a code snippet or expression in a specified thread of a debug target.
IEvaluationListener - interface org.eclipse.jdt.debug.eval.IEvaluationListener.
Evaluation results are reported to evaluation listeners on the completion of an evaluation.
IEvaluationResult - interface org.eclipse.jdt.debug.eval.IEvaluationResult.
The result of an evaluation.
IEvaluationRunnable - interface org.eclipse.jdt.debug.core.IEvaluationRunnable.
A runnable that represents one logical evaluation to be run in a target thread.
IExceptionAttribute - interface org.eclipse.jdt.core.util.IExceptionAttribute.
Description of a constant value attribute as described in the JVM specifications.
IExceptionTableEntry - interface org.eclipse.jdt.core.util.IExceptionTableEntry.
The class represents an entry in the exception table of a ICodeAttribute as specified in the JVM specifications.
IExtendedModifier - interface org.eclipse.jdt.core.dom.IExtendedModifier.
Common interface for AST nodes that represent modifiers or annotations.
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
 
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
 
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.
IField - interface org.eclipse.jdt.core.IField.
Represents a field declared in a type.
IFieldInfo - interface org.eclipse.jdt.core.util.IFieldInfo.
Description of a field info as described in the JVM specifications.
IGNORE - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option value.
IGlobalVariable - interface org.eclipse.jdt.core.eval.IGlobalVariable.
A global variable declared in an evaluation context.
IINC - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
IImportContainer - interface org.eclipse.jdt.core.IImportContainer.
Represents an import container is a child of a Java compilation unit that contains all (and only) the import declarations.
IImportDeclaration - interface org.eclipse.jdt.core.IImportDeclaration.
Represents an import declaration in Java compilation unit.
IInitializer - interface org.eclipse.jdt.core.IInitializer.
Represents a stand-alone instance or class (static) initializer in a type.
IInnerClassesAttribute - interface org.eclipse.jdt.core.util.IInnerClassesAttribute.
Description of a inner class attribute as described in the JVM specifications.
IInnerClassesAttributeEntry - interface org.eclipse.jdt.core.util.IInnerClassesAttributeEntry.
Description of a inner class info as described in the JVM specifications.
IInvocationContext - interface org.eclipse.jdt.ui.text.java.IInvocationContext.
Context information for quick fix and quick assist processors.
IJarDescriptionReader - interface org.eclipse.jdt.ui.jarpackager.IJarDescriptionReader.
Reads the description file of a JAR package data object into such an object.
IJarDescriptionWriter - interface org.eclipse.jdt.ui.jarpackager.IJarDescriptionWriter.
Writes the description file of a JAR package data object.
IJarExportRunnable - interface org.eclipse.jdt.ui.jarpackager.IJarExportRunnable.
A runnable which executes a JAR export operation within the workspace.
IJavaArray - interface org.eclipse.jdt.debug.core.IJavaArray.
A value referencing an array on a target VM.
IJavaArrayType - interface org.eclipse.jdt.debug.core.IJavaArrayType.
The type of an array on a Java debug target.
IJavaBreakpoint - interface org.eclipse.jdt.debug.core.IJavaBreakpoint.
A breakpoint specific to the Java debug model.
IJavaBreakpointListener - interface org.eclipse.jdt.debug.core.IJavaBreakpointListener.
Provides event and error notification for Java breakpoints.
IJavaClassObject - interface org.eclipse.jdt.debug.core.IJavaClassObject.
An object referencing an instance of java.lang.Class on a target VM.
IJavaClassPrepareBreakpoint - interface org.eclipse.jdt.debug.core.IJavaClassPrepareBreakpoint.
A breakpoint that suspends execution when a class is prepared in a target VM.
IJavaClassType - interface org.eclipse.jdt.debug.core.IJavaClassType.
The class of an object on a Java debug target.
IJavaColorConstants - interface org.eclipse.jdt.ui.text.IJavaColorConstants.
Color keys used for syntax highlighting Java code and Javadoc compliant comments.
IJavaCompletionProposal - interface org.eclipse.jdt.ui.text.java.IJavaCompletionProposal.
A completion proposal with a relevance value.
IJavaDebugTarget - interface org.eclipse.jdt.debug.core.IJavaDebugTarget.
A Java virtual machine.
IJavaDebugUIConstants - interface org.eclipse.jdt.debug.ui.IJavaDebugUIConstants.
Constant definitions for Java debug UI plug-in.
IJavaEditorActionDefinitionIds - interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds.
Defines the definition IDs for the Java editor actions.
IJavaEditorTextHover - interface org.eclipse.jdt.ui.text.java.hover.IJavaEditorTextHover.
Provides a hover popup which appears on top of an editor with relevant display information.
IJavaElement - interface org.eclipse.jdt.core.IJavaElement.
Common protocol for all elements provided by the Java model.
IJavaElementDelta - interface org.eclipse.jdt.core.IJavaElementDelta.
A Java element delta describes changes in Java element between two discrete points in time.
IJavaElementSearchConstants - interface org.eclipse.jdt.ui.IJavaElementSearchConstants.
Search scope constants for Java selection dialogs.
IJavaExceptionBreakpoint - interface org.eclipse.jdt.debug.core.IJavaExceptionBreakpoint.
A breakpoint that suspends execution when a corresponding exception is thrown in a target VM.
IJavaFieldVariable - interface org.eclipse.jdt.debug.core.IJavaFieldVariable.
A variable that contains the value of an instance or class variable.
IJavaFoldingPreferenceBlock - interface org.eclipse.jdt.ui.text.folding.IJavaFoldingPreferenceBlock.
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 org.eclipse.jdt.ui.text.folding.IJavaFoldingStructureProvider.
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 the ProjectionViewer.
IJavaHotCodeReplaceListener - interface org.eclipse.jdt.debug.core.IJavaHotCodeReplaceListener.
Notification of hot code replace failure and success.
IJavaInterfaceType - interface org.eclipse.jdt.debug.core.IJavaInterfaceType.
An interface an object implements on a Java debug target.
IJavaLaunchConfigurationConstants - interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants.
Constant definitions for Java launch configurations.
IJavaLineBreakpoint - interface org.eclipse.jdt.debug.core.IJavaLineBreakpoint.
A breakpoint that suspends execution when a particular line of code is reached.
IJavaMethodBreakpoint - interface org.eclipse.jdt.debug.core.IJavaMethodBreakpoint.
A method breakpoint suspends execution when a method is entered or exited.
IJavaMethodEntryBreakpoint - interface org.eclipse.jdt.debug.core.IJavaMethodEntryBreakpoint.
A method entry breakpoint suspends execution on the first executable line of a method when entered.
IJavaModel - interface org.eclipse.jdt.core.IJavaModel.
Represent the root Java element corresponding to the workspace.
IJavaModelMarker - interface org.eclipse.jdt.core.IJavaModelMarker.
Markers used by the Java model.
IJavaModelStatus - interface org.eclipse.jdt.core.IJavaModelStatus.
Represents the outcome of an Java model operation.
IJavaModelStatusConstants - interface org.eclipse.jdt.core.IJavaModelStatusConstants.
Status codes used with Java model status objects.
IJavaModifiers - interface org.eclipse.jdt.debug.core.IJavaModifiers.
Modifiers common to Java debug elements that have associated Java member declarations.
IJavaObject - interface org.eclipse.jdt.debug.core.IJavaObject.
A value referencing an object on a target VM.
IJavaPatternBreakpoint - interface org.eclipse.jdt.debug.core.IJavaPatternBreakpoint.
Deprecated. use IJavaStratumLineBreakpoint instead
IJavaPrimitiveValue - interface org.eclipse.jdt.debug.core.IJavaPrimitiveValue.
A primitive value on a Java debug target.
IJavaProject - interface org.eclipse.jdt.core.IJavaProject.
A Java project represents a view of a project resource in terms of Java elements such as package fragments, types, methods and fields.
IJavaReferenceType - interface org.eclipse.jdt.debug.core.IJavaReferenceType.
Represents the type of an object in a virtual machine - including classes, interfaces and array types.
IJavaSearchConstants - interface org.eclipse.jdt.core.search.IJavaSearchConstants.
This interface defines the constants used by the search engine.
IJavaSearchResultCollector - interface org.eclipse.jdt.core.search.IJavaSearchResultCollector.
Deprecated. Since 3.0, the class SearchRequestor replaces this interface.
IJavaSearchScope - interface org.eclipse.jdt.core.search.IJavaSearchScope.
An IJavaSearchScope defines where search result should be found by a SearchEngine.
IJavaSourceLocation - interface org.eclipse.jdt.launching.sourcelookup.IJavaSourceLocation.
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 org.eclipse.jdt.debug.core.IJavaStackFrame.
A stack frame in a thread on a Java virtual machine.
IJavaStratumLineBreakpoint - interface org.eclipse.jdt.debug.core.IJavaStratumLineBreakpoint.
A line breakpoint identified by its source file name and/or path, and stratum that it is relative to.
IJavaTargetPatternBreakpoint - interface org.eclipse.jdt.debug.core.IJavaTargetPatternBreakpoint.
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 org.eclipse.jdt.debug.core.IJavaThread.
A thread in a Java virtual machine.
IJavaType - interface org.eclipse.jdt.debug.core.IJavaType.
The type of a value on a Java debug target - a primitive data type, class, interface, or array.
IJavaValue - interface org.eclipse.jdt.debug.core.IJavaValue.
An object, primitive data type, or array, on a Java virtual machine.
IJavaVariable - interface org.eclipse.jdt.debug.core.IJavaVariable.
A local variable, field slot, or receiver (this) in a Java virtual machine.
IJavaWatchpoint - interface org.eclipse.jdt.debug.core.IJavaWatchpoint.
A breakpoint on a field.
IJavadocCompletionProcessor - interface org.eclipse.jdt.ui.text.java.IJavadocCompletionProcessor.
A Javadoc processor proposes completions and computes context information for a particular content type.
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
 
ILineNumberAttribute - interface org.eclipse.jdt.core.util.ILineNumberAttribute.
Description of a line number attribute as described in the JVM specifications.
ILocalVariable - interface org.eclipse.jdt.core.ILocalVariable.
Represents a local variable declared in a method or an initializer.
ILocalVariableAttribute - interface org.eclipse.jdt.core.util.ILocalVariableAttribute.
Description of a local variable attribute as described in the JVM specifications.
ILocalVariableTableEntry - interface org.eclipse.jdt.core.util.ILocalVariableTableEntry.
Description of a local variable table entry as specified in the JVM specifications.
ILocalVariableTypeTableAttribute - interface org.eclipse.jdt.core.util.ILocalVariableTypeTableAttribute.
Description of a local variable type attribute as described in the JVM specifications (added in J2SE 1.5).
ILocalVariableTypeTableEntry - interface org.eclipse.jdt.core.util.ILocalVariableTypeTableEntry.
Description of a local variable type table entry as specified in the JVM specifications (added in J2SE 1.5).
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_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_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_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.
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_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.
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.
IMPLEMENTS - Static variable in class org.eclipse.jdt.ui.JavaElementImageDescriptor
Flag to render the 'implements' adornment.
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.
IMPORTS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.CompilationUnit
The "imports" structural property of this node type.
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 interface org.eclipse.jdt.core.IJavaElement
Constant representing an import declaration 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.
IMUL - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
IManifestProvider - interface org.eclipse.jdt.ui.jarpackager.IManifestProvider.
A manifest provider creates manifest files.
IMember - interface org.eclipse.jdt.core.IMember.
Common protocol for Java elements that can be members of types.
IMethod - interface org.eclipse.jdt.core.IMethod.
Represents a method (or constructor) declared in a type.
IMethodBinding - interface org.eclipse.jdt.core.dom.IMethodBinding.
A method binding represents a method or constructor of a class or interface.
IMethodInfo - interface org.eclipse.jdt.core.util.IMethodInfo.
Description of a method info as described in the JVM specifications.
IModifierConstants - interface org.eclipse.jdt.core.util.IModifierConstants.
Definition of the modifier constants as specified in the JVM specifications.
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.
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.
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.
INEG - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
INFIX_EXPRESSION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type InfixExpression.
INFO - Static variable in class org.eclipse.ltk.core.refactoring.RefactoringStatus
Status severity constant (value 1) indicating this status is informational only.
INITIALIZER - Static variable in interface org.eclipse.jdt.core.IJavaElement
Constant representing a stand-alone instance or class initializer.
INITIALIZER - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type Initializer.
INITIALIZER - Static variable in interface org.eclipse.jdt.core.jdom.IDOMNode
Deprecated. Node type constant indicating an initializer declaration.
INITIALIZERS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.ForStatement
The "initializers" structural property of this node type.
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.
INITIAL_CONDITION_CHECKING_FAILED - Static variable in class org.eclipse.ltk.ui.refactoring.RefactoringWizardOpenOperation
Constant (value 1025) indicating that the precondition check failed when opening a refactoring wizard dialog.
INITIAL_CONDITONS - Static variable in class org.eclipse.ltk.core.refactoring.CheckConditionsOperation
Flag indicating that only initial conditions will be checked
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_LOCAL_VARIABLE - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Deprecated. Use INLINE
INLINE_TEMP - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Deprecated. Use INLINE
INNER_CLASSES - Static variable in interface org.eclipse.jdt.core.util.IAttributeNamesConstants
"InnerClasses" attribute.
INSERT - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option value.
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.
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.
INT - Static variable in class org.eclipse.jdt.core.dom.PrimitiveType
Type code for the primitive type "int".
INTERFACE - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
The searched element is an interface.
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.
INTERFACE_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.TypeDeclaration
The "interface" structural property of this node type.
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).
INTERNAL_ERROR - Static variable in interface org.eclipse.ltk.core.refactoring.IRefactoringCoreStatusCodes
Status code (value 10000) indicating an internal error.
INTERNAL_ERROR - Static variable in interface org.eclipse.ltk.ui.refactoring.IRefactoringUIStatusCodes
Status code (value 10000) indicating an internal error.
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_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").
INVALID_ARGUMENTS_FOR_INVOKEINTERFACE - Static variable in class org.eclipse.jdt.core.util.ClassFormatException
 
INVALID_BYTECODE - Static variable in class 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 class 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 class 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 class org.eclipse.jdt.core.util.ClassFormatException
 
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
 
IOR - 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 org.eclipse.jdt.core.util.IOpcodeMnemonics.
Description of each opcode mnemonic according to the JVM specifications.
IOpenable - interface org.eclipse.jdt.core.IOpenable.
Common protocol for Java elements that must be opened before they can be navigated or modified.
IPackageBinding - interface org.eclipse.jdt.core.dom.IPackageBinding.
A package binding represents a named or unnamed package.
IPackageDeclaration - interface org.eclipse.jdt.core.IPackageDeclaration.
Represents a package declaration in Java compilation unit.
IPackageFragment - interface org.eclipse.jdt.core.IPackageFragment.
A package fragment is a portion of the workspace corresponding to an entire package, or to a portion thereof.
IPackageFragmentRoot - interface org.eclipse.jdt.core.IPackageFragmentRoot.
A package fragment root contains a set of package fragments.
IPackagesViewPart - interface org.eclipse.jdt.ui.IPackagesViewPart.
The standard Packages view presents a Java-centric view of the workspace.
IParameterAnnotation - interface org.eclipse.jdt.core.util.IParameterAnnotation.
Description of a parameter annotation as described in the JVM specifications (added in J2SE 1.5).
IParent - interface org.eclipse.jdt.core.IParent.
Common protocol for Java elements that contain other Java elements.
IProblem - interface org.eclipse.jdt.core.compiler.IProblem.
Description of a Java problem, as detected by the compiler or some of the underlying technology reusing the compiler.
IProblemLocation - interface org.eclipse.jdt.ui.text.java.IProblemLocation.
Problem information for quick fix and quick assist processors.
IProblemRequestor - interface org.eclipse.jdt.core.IProblemRequestor.
A callback interface for receiving java problem as they are discovered by some Java operation.
IQuickAssistProcessor - interface org.eclipse.jdt.ui.text.java.IQuickAssistProcessor.
Interface to be implemented by contributors to the extension point org.eclipse.jdt.ui.quickAssistProcessors.
IQuickFixProcessor - interface org.eclipse.jdt.ui.text.java.IQuickFixProcessor.
Interface to be implemented by contributors to the extension point org.eclipse.jdt.ui.quickFixProcessors.
IREM - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
IRETURN - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
IRefactoringCoreStatusCodes - interface org.eclipse.ltk.core.refactoring.IRefactoringCoreStatusCodes.
Status codes used by the refactoring core plug-in.
IRefactoringProcessorIds - interface org.eclipse.jdt.ui.refactoring.IRefactoringProcessorIds.
Interface to define the processor IDs provided by the JDT refactoring.
IRefactoringUIStatusCodes - interface org.eclipse.ltk.ui.refactoring.IRefactoringUIStatusCodes.
Status codes used by the refactoring ui plug-in.
IRegion - interface org.eclipse.jdt.core.IRegion.
A Java model region describes a hierarchical set of elements.
IRuntimeClasspathEntry - interface org.eclipse.jdt.launching.IRuntimeClasspathEntry.
Represents an entry on a runtime classpath.
IRuntimeClasspathEntry2 - interface org.eclipse.jdt.launching.IRuntimeClasspathEntry2.
Enhancements to IRuntimeClasspathEntry to support extensible runtime classpath entries.
IRuntimeClasspathEntryResolver - interface org.eclipse.jdt.launching.IRuntimeClasspathEntryResolver.
Resolves variable and/or container runtime classpath entries in the context of a launch configuration or Java project.
IRuntimeClasspathProvider - interface org.eclipse.jdt.launching.IRuntimeClasspathProvider.
A classpath provider computes an unresolved classpath for a launch configuration, and resolves classpath entries for a launch configuration.
IRuntimeContainerComparator - interface org.eclipse.jdt.launching.IRuntimeContainerComparator.
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 org.eclipse.jdt.core.util.IRuntimeInvisibleAnnotationsAttribute.
Description of a runtime invisible annotations attribute as described in the JVM specifications (added in J2SE 1.5).
IRuntimeInvisibleParameterAnnotationsAttribute - interface org.eclipse.jdt.core.util.IRuntimeInvisibleParameterAnnotationsAttribute.
Description of a runtime invisible parameter annotations attribute as described in the JVM specifications (added in J2SE 1.5).
IRuntimeVisibleAnnotationsAttribute - interface org.eclipse.jdt.core.util.IRuntimeVisibleAnnotationsAttribute.
Description of a runtime visible annotations attribute as described in the JVM specifications (added in J2SE 1.5).
IRuntimeVisibleParameterAnnotationsAttribute - interface org.eclipse.jdt.core.util.IRuntimeVisibleParameterAnnotationsAttribute.
Description of a runtime visible parameter annotations attribute as described in the JVM specification (added in J2SE 1.5).
ISHL - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
ISHR - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
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
 
ISUB - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
IScanner - interface org.eclipse.jdt.core.compiler.IScanner.
Definition of a Java scanner, as returned by the ToolFactory.
ISearchPattern - interface org.eclipse.jdt.core.search.ISearchPattern.
Deprecated. Since 3.0, the class SearchPattern replaces this interface.
ISharableParticipant - interface org.eclipse.ltk.core.refactoring.participants.ISharableParticipant.
A tagging interface to share a concrete participant instance across multiple elements to be refactored.
ISharedImages - interface org.eclipse.jdt.ui.ISharedImages.
Standard images provided by the Java UI plug-in.
ISignatureAttribute - interface org.eclipse.jdt.core.util.ISignatureAttribute.
Description of a signature attribute as described in the JVM specifications (added in J2SE 1.5).
ISourceAttribute - interface org.eclipse.jdt.core.util.ISourceAttribute.
Description of a source attribute as described in the JVM specifications.
ISourceManipulation - interface org.eclipse.jdt.core.ISourceManipulation.
Common protocol for Java elements that support source code manipulations such as copy, move, rename, and delete.
ISourceRange - interface org.eclipse.jdt.core.ISourceRange.
A source range defines an element's source coordinates relative to its source buffer.
ISourceReference - interface org.eclipse.jdt.core.ISourceReference.
Common protocol for Java elements that have associated source code.
IStatusContextViewer - interface org.eclipse.ltk.ui.refactoring.IStatusContextViewer.
Viewer to present the the context object of a refactoring status entry.
ITerminalSymbols - interface org.eclipse.jdt.core.compiler.ITerminalSymbols.
Maps each terminal symbol in the java-grammar into a unique integer.
ITestRunListener - interface org.eclipse.jdt.junit.ITestRunListener.
A listener interface for observing the execution of a test run.
ITrackedNodePosition - interface org.eclipse.jdt.core.dom.rewrite.ITrackedNodePosition.
A tracked node position is returned when a rewrite change is requested to be tracked.
IType - interface org.eclipse.jdt.core.IType.
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 org.eclipse.jdt.core.dom.ITypeBinding.
A type binding represents fully-resolved type.
ITypeHierarchy - interface org.eclipse.jdt.core.ITypeHierarchy.
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 org.eclipse.jdt.core.ITypeHierarchyChangedListener.
A listener which gets notified when a particular type hierarchy object changes.
ITypeHierarchyViewPart - interface org.eclipse.jdt.ui.ITypeHierarchyViewPart.
The standard type hierarchy view presents a type hierarchy for a given input class or interface.
ITypeNameRequestor - interface org.eclipse.jdt.core.search.ITypeNameRequestor.
A ITypeNameRequestor collects search results from a searchAllTypeNames query to a SearchEngine.
IUSHR - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
IUndoManager - interface org.eclipse.ltk.core.refactoring.IUndoManager.
An undo manager keeps track of performed changes.
IUndoManagerListener - interface org.eclipse.ltk.core.refactoring.IUndoManagerListener.
Listener to monitor state changes of an IUndoManager.
IVMConnector - interface org.eclipse.jdt.launching.IVMConnector.
A VM connector establishes a JDI connection with a debuggable virtual machine.
IVMInstall - interface org.eclipse.jdt.launching.IVMInstall.
Represents a particular installation of a VM.
IVMInstallChangedListener - interface org.eclipse.jdt.launching.IVMInstallChangedListener.
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 org.eclipse.jdt.launching.IVMInstallType.
Represents a particular type of VM for which there may be any number of VM installations.
IVMRunner - interface org.eclipse.jdt.launching.IVMRunner.
A VM runner starts a Java VM running a Java program.
IValidationCheckResultQuery - interface org.eclipse.ltk.core.refactoring.IValidationCheckResultQuery.
A query interface to decide if a undo change whose validation check returned a status unequal RefactoringStatus.OK should be executed or not.
IVariableBinding - interface org.eclipse.jdt.core.dom.IVariableBinding.
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 org.eclipse.jdt.core.util.IVerificationTypeInfo.
Description of a verification type info as described in the JVM specifications.
IWorkingCopy - interface org.eclipse.jdt.core.IWorkingCopy.
Deprecated. Use ICompilationUnitinstead
IWorkingCopyManager - interface org.eclipse.jdt.ui.IWorkingCopyManager.
Interface for accessing working copies of ICompilationUnit objects.
IWorkingCopyManagerExtension - interface org.eclipse.jdt.ui.IWorkingCopyManagerExtension.
Extension interface for IWorkingCopyManager.
IWorkingCopyProvider - interface org.eclipse.jdt.ui.IWorkingCopyProvider.
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
 
IfStatement - class org.eclipse.jdt.core.dom.IfStatement.
If statement AST node type.
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.
IllegalAbstractModifierCombinationForMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
IllegalCast - 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
 
IllegalModifierCombinationFinalAbstractForClass - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
IllegalModifierCombinationFinalVolatileForField - 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
 
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
 
IllegalModifierForMemberClass - 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
 
IllegalStaticModifierForMemberType - 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
 
ImplementorsSearchGroup - class org.eclipse.jdt.ui.actions.ImplementorsSearchGroup.
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(JavaEditor) - Constructor for class org.eclipse.jdt.ui.actions.ImplementorsSearchGroup
Note: This constructor is for internal use only.
ImportActionGroup - class org.eclipse.jdt.ui.actions.ImportActionGroup.
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
 
ImportDeclaration - class org.eclipse.jdt.core.dom.ImportDeclaration.
Import declaration AST node type.
ImportInheritedNameHidesEnclosingName - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ImportInternalNameProvided - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ImportNotFound - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ImportNotVisible - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ImportRelated - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
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
 
IncorrectEnclosingInstanceReference - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
IncorrectSwitchType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
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
 
InfixExpression - class org.eclipse.jdt.core.dom.InfixExpression.
Infix expression AST node type.
InfixExpression.Operator - class org.eclipse.jdt.core.dom.InfixExpression.Operator.
Infix operators (typesafe enumeration).
InheritedFieldHidesEnclosingName - 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
 
Initializer - class org.eclipse.jdt.core.dom.Initializer.
Static or instance initializer AST node type.
InitializerMustCompleteNormally - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
InlineAction - class org.eclipse.jdt.ui.actions.InlineAction.
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(CompilationUnitEditor) - Constructor for class org.eclipse.jdt.ui.actions.InlineAction
Note: This constructor is for internal use only.
InlineTempAction - class org.eclipse.jdt.ui.actions.InlineTempAction.
Inlines the value of a local variable at all places where a read reference is used.
InlineTempAction(CompilationUnitEditor) - Constructor for class org.eclipse.jdt.ui.actions.InlineTempAction
Note: This constructor is for internal use only.
InstanceFieldDuringConstructorInvocation - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
InstanceMethodDuringConstructorInvocation - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
InstanceofExpression - class org.eclipse.jdt.core.dom.InstanceofExpression.
Instanceof expression AST node type.
InterfaceAmbiguous - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
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
 
InterfaceInternalNameProvided - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
InterfaceNotFound - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
InterfaceNotVisible - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
Internal - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
InternalTypeNameProvided - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
IntroduceFactoryAction - class org.eclipse.jdt.ui.actions.IntroduceFactoryAction.
Action that encapsulates the a constructor call with a factory method.
IntroduceFactoryAction(CompilationUnitEditor) - 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.
IntroduceParameterAction - class org.eclipse.jdt.ui.actions.IntroduceParameterAction.
Introduces a new method parameter from a selected expression.
IntroduceParameterAction(CompilationUnitEditor) - Constructor for class org.eclipse.jdt.ui.actions.IntroduceParameterAction
Note: This constructor is for internal use only.
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
 
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
 
InvalidFloat - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
InvalidHexa - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
InvalidInput - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
InvalidInputException - exception org.eclipse.jdt.core.compiler.InvalidInputException.
Exception thrown by a scanner when encountering lexical errors.
InvalidInputException() - Constructor for class org.eclipse.jdt.core.compiler.InvalidInputException
Creates a new exception with no detail message.
InvalidInputException(String) - Constructor for class org.eclipse.jdt.core.compiler.InvalidInputException
Creates a new exception with the given detail message.
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
 
InvalidParenthesizedExpression - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
InvalidTypeExpression - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
InvalidTypeToSynchronized - 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
 
InvalidVoidExpression - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
IsClassPathCorrect - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
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.
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.
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[], 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.
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 classpaths.
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.NewInterfaceWizardPage
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.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
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.
initTypePage(IJavaElement) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Initializes all fields provided by the page with a given selection.
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() - 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.
initialize(RefactoringArguments) - Method in class org.eclipse.ltk.core.refactoring.participants.CreateParticipant
Initializes the participant with the refactoring arguments
initialize(RefactoringArguments) - Method in class org.eclipse.ltk.core.refactoring.participants.DeleteParticipant
Initializes the participant with the refactoring arguments
initialize(RefactoringArguments) - Method in class org.eclipse.ltk.core.refactoring.participants.MoveParticipant
Initializes the participant with the refactoring arguments
initialize(RefactoringProcessor, Object, RefactoringArguments) - Method in class org.eclipse.ltk.core.refactoring.participants.RefactoringParticipant
Initializes the participant.
initialize(Object) - Method in class org.eclipse.ltk.core.refactoring.participants.RefactoringParticipant
Initializes the participant with the element to be refactored.
initialize(RefactoringArguments) - Method in class org.eclipse.ltk.core.refactoring.participants.RefactoringParticipant
Initializes the participant with the refactoring arguments
initialize(RefactoringArguments) - Method in class org.eclipse.ltk.core.refactoring.participants.RenameParticipant
Initializes the participant with the refactoring arguments
initializeDefaultPluginPreferences() - Method in class org.eclipse.jdt.core.JavaCore
Initializes the default preferences settings for this plug-in.
initializeDefaultValues(IPreferenceStore) - Static method in class org.eclipse.jdt.ui.PreferenceConstants
Initializes the given preference store with the default values.
initializeDefaults(ILaunchConfiguration) - Method in class org.eclipse.jdt.debug.ui.JavaUISourceLocator
Deprecated.  
initializeDefaults(IJavaElement, ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaConnectTab
Initialize default settings for the given Java element
initializeDefaults(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.sourcelookup.JavaSourceLocator
Deprecated.  
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.JavaMainTab
 
initializeFrom(ILaunchConfiguration) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaSourceLookupTab
Deprecated.  
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.  
initializeHardCodedDefaults(ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaConnectTab
Initialize those attributes whose default values are independent of any context.
initializeMainTypeAndName(IJavaElement, ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaMainTab
Set the main type & name attributes on the working copy based on the IJavaElement
initializeName(IJavaElement, ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaConnectTab
Find the first instance of a type, compilation unit, class file or project in the specified element's parental hierarchy, and use this as the default name.
initializeValidationData(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.Change
Hook method to initialize some internal state to provide an adequate answer for the isValid method.
initializeValidationData(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.CompositeChange
Hook method to initialize some internal state to provide an adequate answer for the isValid method. This method gets called after a change or a whole change tree has been created.

Typically this method is implemented in one of the following ways:

  • the change hooks up a listener on some delta notification mechanism and marks itself as invalid if it receives a certain delta. Is this the case the implementor must take care of unhooking the listener in dispose.
  • the change remembers some information allowing to decide if a change object is still valid when isValid is called.

For example, a change object that manipulates the content of an IFile could either listen to resource changes and detect that the file got changed or it could remember some content stamp and compare it with the actual content stamp when isValid is called.

The composite change sends initializeValidationData to all its children.
initializeValidationData(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.DocumentChange
Hook method to initialize some internal state to provide an adequate answer for the isValid method. This method gets called after a change or a whole change tree has been created.

Typically this method is implemented in one of the following ways:

  • the change hooks up a listener on some delta notification mechanism and marks itself as invalid if it receives a certain delta. Is this the case the implementor must take care of unhooking the listener in dispose.
  • the change remembers some information allowing to decide if a change object is still valid when isValid is called.

For example, a change object that manipulates the content of an IFile could either listen to resource changes and detect that the file got changed or it could remember some content stamp and compare it with the actual content stamp when isValid is called.

initializeValidationData(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.NullChange
Hook method to initialize some internal state to provide an adequate answer for the isValid method. This method gets called after a change or a whole change tree has been created.

Typically this method is implemented in one of the following ways:

  • the change hooks up a listener on some delta notification mechanism and marks itself as invalid if it receives a certain delta. Is this the case the implementor must take care of unhooking the listener in dispose.
  • the change remembers some information allowing to decide if a change object is still valid when isValid is called.

For example, a change object that manipulates the content of an IFile could either listen to resource changes and detect that the file got changed or it could remember some content stamp and compare it with the actual content stamp when isValid is called.

initializeValidationData(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.TextFileChange
Hook method to initialize some internal state to provide an adequate answer for the isValid method. This method gets called after a change or a whole change tree has been created.

Typically this method is implemented in one of the following ways:

  • the change hooks up a listener on some delta notification mechanism and marks itself as invalid if it receives a certain delta. Is this the case the implementor must take care of unhooking the listener in dispose.
  • the change remembers some information allowing to decide if a change object is still valid when isValid is called.

For example, a change object that manipulates the content of an IFile could either listen to resource changes and detect that the file got changed or it could remember some content stamp and compare it with the actual content stamp when isValid is called.

initializeValidationData(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.UndoTextFileChange
Hook method to initialize some internal state to provide an adequate answer for the isValid method. This method gets called after a change or a whole change tree has been created.

Typically this method is implemented in one of the following ways:

  • the change hooks up a listener on some delta notification mechanism and marks itself as invalid if it receives a certain delta. Is this the case the implementor must take care of unhooking the listener in dispose.
  • the change remembers some information allowing to decide if a change object is still valid when isValid is called.

For example, a change object that manipulates the content of an IFile could either listen to resource changes and detect that the file got changed or it could remember some content stamp and compare it with the actual content stamp when isValid is called.

initializers() - Method in class org.eclipse.jdt.core.dom.ForStatement
Returns the live ordered list of initializer expressions in this for statement.
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
 
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(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.
internalCreateChange(InternalAPI, CreateChangeOperation, boolean) - Method in class org.eclipse.ltk.ui.refactoring.RefactoringWizard
Note: This method is for internal use only.
internalGetExpandFirstNode(InternalAPI) - Method in class org.eclipse.ltk.ui.refactoring.RefactoringWizard
Note: This method is for internal use only.
internalGetParent(Object) - Method in class org.eclipse.jdt.ui.StandardJavaElementContentProvider
Note: This method is for internal use only.
internalHandleException(Change, Throwable) - Method in class org.eclipse.ltk.core.refactoring.CompositeChange
Note: this is an internal method and should not be overridden outside of the refacotring framework.
internalHasPreviewPage(InternalAPI) - Method in class org.eclipse.ltk.ui.refactoring.RefactoringWizard
Note: This method is for internal use only.
internalIsYesNoStyle(InternalAPI) - Method in class org.eclipse.ltk.ui.refactoring.RefactoringWizard
Note: This method is for internal use only.
internalPerformFinish(InternalAPI, PerformChangeOperation) - Method in class org.eclipse.ltk.ui.refactoring.RefactoringWizard
Note: This method is for internal use only.
internalSetChange(InternalAPI, Change) - Method in class org.eclipse.ltk.ui.refactoring.RefactoringWizard
Note: This method is for internal use only.
internalSetPreviewShown(InternalAPI, boolean) - Method in class org.eclipse.ltk.ui.refactoring.RefactoringWizard
Note: This method is for internal use only.
internalShowBackButtonOnStatusDialog(InternalAPI) - Method in class org.eclipse.ltk.ui.refactoring.RefactoringWizard
Note: This method is for internal use only.
isAbstract(int) - Static method in class org.eclipse.jdt.core.Flags
Returns whether the given integer includes the abstract modifier.
isAbstract(int) - Static method in class org.eclipse.jdt.core.dom.Modifier
Returns whether the given flags includes the "abstract" modifier.
isAccess() - Method in interface org.eclipse.jdt.debug.core.IJavaWatchpoint
Returns whether this watchpoint is an access watchpoint
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() - 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.
isAllowTerminate(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
Returns whether the given launch configuration specifies that termination is allowed.
isAllowableChild(IDOMNode) - Method in interface org.eclipse.jdt.core.jdom.IDOMNode
Deprecated. Returns whether the given node is an allowable child for this node.
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 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() - Method in interface org.eclipse.jdt.core.jdom.IDOMType
Deprecated. Returns whether this type represents an annotation type ("@interface" instead of "interface").
isAnonymous() - Method in interface org.eclipse.jdt.core.IType
Returns whether this type represents an anonymous type.
isAnonymous() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
Returns whether this type binding represents an anonymous class.
isApplicable() - Method in class org.eclipse.ltk.core.refactoring.participants.ProcessorBasedRefactoring
Checks whether the refactoring is applicable to the elements to be refactored or not.
isApplicable() - Method in class org.eclipse.ltk.core.refactoring.participants.RefactoringProcessor
Checks whether the processor is applicable to the elements to be refactored or not.
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).
isBasedOn(IResource) - Method in interface org.eclipse.jdt.core.IWorkingCopy
Deprecated. Returns whether this working copy's original element's content has not changed since the inception of this working copy.
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.
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.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.dom.ITypeBinding
Returns whether this type binding represents a class type.
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
Note: This method is for internal use only.
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 interface org.eclipse.jdt.core.IMethod
Returns whether this method 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.jdom.IDOMMethod
Deprecated. Returns whether this method is 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.
isCreateConstructors() - Method in class org.eclipse.jdt.ui.wizards.NewClassWizardPage
Returns the current selection state of the 'Create Constructors' checkbox.
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.
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 class org.eclipse.jdt.core.dom.SwitchCase
Returns whether this switch case represents the "default:" case.
isDefaultAppletViewerClassName() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.AppletMainTab
Returns whether the default appletviewer is to be used
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.
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.dom.IBinding
Return whether this binding is for something that is deprecated.
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.
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 class 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 conatiner identified by the given path.
isEnabled() - Method in class org.eclipse.ltk.core.refactoring.Change
Returns whether this change is enabled or not.
isEnabled() - Method in class org.eclipse.ltk.core.refactoring.TextEditChangeGroup
Returns whether the group is enabled or not.
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(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.dom.ITypeBinding
Returns whether this type binding represents an enum type.
isEnum() - Method in interface org.eclipse.jdt.core.jdom.IDOMType
Deprecated. Returns whether this type represents an enumeration class ("enum" instead of "class").
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.
isError() - Method in class org.eclipse.ltk.core.refactoring.RefactoringStatusEntry
Returns whether the entry represents an error 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.
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.
isFatalError() - Method in class org.eclipse.ltk.core.refactoring.RefactoringStatusEntry
Returns whether the entry represents a fatal error or not.
isField() - Method in interface org.eclipse.jdt.core.dom.IVariableBinding
Returns whether this binding is for a field or for a local variable.
isFilterConstructors() - Method in interface org.eclipse.jdt.debug.core.IJavaDebugTarget
Returns whether constructors are filtered when stepping, if step filters are enabled.
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.Flags
Returns whether the given integer includes the final modifier.
isFinal(int) - Static method in class org.eclipse.jdt.core.dom.Modifier
Returns whether the given flags 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.
isIgnored(int) - Method in class org.eclipse.jdt.core.CompletionRequestor
Returns whether the given kind of completion proposal is ignored.
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
isInfo() - Method in class org.eclipse.ltk.core.refactoring.RefactoringStatusEntry
Returns whether the entry represents an information 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.
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.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() - 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.
isLabelProperty(Object, String) - Method in class org.eclipse.jdt.ui.OverrideIndicatorLabelDecorator
 
isLabelProperty(Object, String) - Method in class org.eclipse.jdt.ui.ProblemsLabelDecorator
 
isLastUserInputPage() - Method in class org.eclipse.ltk.ui.refactoring.UserInputWizardPage
Returns true if this is the last user input page in the stack of input pages; false otherwise.
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).
isLocal() - Method in interface org.eclipse.jdt.core.IType
Returns whether this type represents a local type.
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.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.IType
Returns whether this type represents a member type.
isMember() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
Returns whether this type binding represents a member class or interface.
isMemberTypeDeclaration() - Method in class org.eclipse.jdt.core.dom.AbstractTypeDeclaration
Returns whether this type declaration is a type member.
isModification() - Method in interface org.eclipse.jdt.debug.core.IJavaWatchpoint
Returns whether this watchpoint is a modification watchpoint
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.Flags
Returns whether the given integer includes the native 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 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.
isNullStamp() - Method in class org.eclipse.ltk.core.refactoring.ContentStamp
Checks whether the stamp is the null stamp or not.
isNullType() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
Returns whether this type binding represents the null type.
isOK() - Method in class org.eclipse.ltk.core.refactoring.RefactoringStatus
Returns whether the status's severity is OK or not.
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 bytecodes 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 interface org.eclipse.jdt.core.IImportDeclaration
Returns whether the import is on-demand.
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.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.
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
isPackageFragmentEmpty(IJavaElement) - Method in class org.eclipse.jdt.ui.StandardJavaElementContentProvider
Note: This method is for internal use only.
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).
isParameterizedType() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
Returns whether this type binding represents 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.
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.Flags
Returns whether the given integer includes the private modifier.
isPrivate(int) - Static method in class org.eclipse.jdt.core.dom.Modifier
Returns whether the given flags 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
Note: This method is for internal use only.
isProtected(int) - Static method in class org.eclipse.jdt.core.Flags
Returns whether the given integer includes the protected modifier.
isProtected(int) - Static method in class org.eclipse.jdt.core.dom.Modifier
Returns whether the given flags 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.Flags
Returns whether the given integer includes the public modifier.
isPublic(int) - Static method in class org.eclipse.jdt.core.dom.Modifier
Returns whether the given flags 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).
isRawType() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
Returns whether this type binding represents 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.
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.
isResumeOnStartup() - Method in class org.eclipse.jdt.launching.VMRunnerConfiguration
Returns whether the VM is resumed on startup when lanched in debug mode.
isShowBootpath() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaClasspathTab
Returns whether the bootpath should be displayed.
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(int) - Static method in class org.eclipse.jdt.core.Flags
Returns whether the given integer includes the static modifier.
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 interface org.eclipse.jdt.debug.core.IJavaModifiers
Returns whether the associated Java construct is declared as static.
isStaticInitializer() - Method in interface org.eclipse.jdt.debug.core.IJavaStackFrame
Returns whether the method associated with this stack frame is a static initializer.
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.Flags
Returns whether the given integer includes the strictfp modifier.
isStrictfp(int) - Static method in class org.eclipse.jdt.core.dom.Modifier
Returns whether the given flags includes the "strictfp" modifier.
isStructureKnown() - Method in interface org.eclipse.jdt.core.IJavaElement
Returns whether the structure of this element is known.
isSynchronized(int) - Static method in class org.eclipse.jdt.core.Flags
Returns whether the given integer includes the synchronized modifier.
isSynchronized(int) - Static method in class org.eclipse.jdt.core.dom.Modifier
Returns whether the given flags 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(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 interface org.eclipse.jdt.core.dom.IBinding
Returns whether this binding is synthetic.
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.
isSynthetic() - Method in class org.eclipse.ltk.core.refactoring.CompositeChange
Returns whether this change is synthetic or not.
isSystemThread() - Method in interface org.eclipse.jdt.debug.core.IJavaThread
Returns whether this thread is a system thread.
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.
isTransient(int) - Static method in class org.eclipse.jdt.core.Flags
Returns whether the given integer includes the transient modifier.
isTransient(int) - Static method in class org.eclipse.jdt.core.dom.Modifier
Returns whether the given flags 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.
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 class org.eclipse.jdt.core.dom.WildcardType
Returns whether this wildcard type is an upper bound ("extends") as opposed to a lower bound ("super").
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").
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() - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Tells whether this JAR package data can be used to generate a valid JAR.
isValid(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.Change
Verifies that this change object is still valid and can be executed by calling perform.
isValid(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.CompositeChange
Verifies that this change object is still valid and can be executed by calling perform. If a refactoring status with a severity of RefactoringStatus.FATAL is returned then the change has to be treated as invalid and can no longer be executed. Performing such a change produces an unspecified result and will very likely throw an exception.

This method is also called by the UndoManager to decide if an undo or redo change is still valid and therefore can be executed.

The composite change sends isValid to all its children until the first one returns a status with a severity of FATAL .
isValid(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.DocumentChange
Verifies that this change object is still valid and can be executed by calling perform. If a refactoring status with a severity of RefactoringStatus.FATAL is returned then the change has to be treated as invalid and can no longer be executed. Performing such a change produces an unspecified result and will very likely throw an exception.

This method is also called by the UndoManager to decide if an undo or redo change is still valid and therefore can be executed.

isValid(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.NullChange
Verifies that this change object is still valid and can be executed by calling perform. If a refactoring status with a severity of RefactoringStatus.FATAL is returned then the change has to be treated as invalid and can no longer be executed. Performing such a change produces an unspecified result and will very likely throw an exception.

This method is also called by the UndoManager to decide if an undo or redo change is still valid and therefore can be executed.

isValid(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.TextFileChange
Verifies that this change object is still valid and can be executed by calling perform. If a refactoring status with a severity of RefactoringStatus.FATAL is returned then the change has to be treated as invalid and can no longer be executed. Performing such a change produces an unspecified result and will very likely throw an exception.

This method is also called by the UndoManager to decide if an undo or redo change is still valid and therefore can be executed.

isValid(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.UndoTextFileChange
Verifies that this change object is still valid and can be executed by calling perform. If a refactoring status with a severity of RefactoringStatus.FATAL is returned then the change has to be treated as invalid and can no longer be executed. Performing such a change produces an unspecified result and will very likely throw an exception.

This method is also called by the UndoManager to decide if an undo or redo change is still valid and therefore can be executed.

isVarargs(int) - Static method in class org.eclipse.jdt.core.Flags
Returns whether the given integer has the AccVarargs bit set.
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.SingleVariableDeclaration
Returns whether this declaration declares the last parameter of a variable arity method (added in JLS3 API).
isVolatile(int) - Static method in class org.eclipse.jdt.core.Flags
Returns whether the given integer includes the volatile modifier.
isVolatile(int) - Static method in class org.eclipse.jdt.core.dom.Modifier
Returns whether the given flags 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.
isWarning() - Method in class org.eclipse.ltk.core.refactoring.RefactoringStatusEntry
Returns whether the entry represents a warning or not.
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. Returns whether this element is a working copy.
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.


 

Overview

 
Package  Class  Use  Tree  Deprecated  Help 
Eclipse JDT
Release 3.0
 PREV LETTER   NEXT LETTER FRAMES    NO FRAMES  
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _


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