Eclipse JDT
2.1
A B C D E F G H I J K L M N O P Q R S T U V W X Z _

I

I2B - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
I2C - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
I2D - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
I2F - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
I2L - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
I2S - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
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
 
IAstEvaluationEngine - interface org.eclipse.jdt.debug.eval.IAstEvaluationEngine.
An evaluation engine that performs evaluations by interpretting abstract syntax trees.
IASTORE - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
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.
A factory that creates IBuffers for openables.
IBytecodeVisitor - interface org.eclipse.jdt.core.util.IBytecodeVisitor.
Description of a Java opcodes visitor.
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.
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 an ICompletionRequestor instead
ICodeFormatter - interface org.eclipse.jdt.core.ICodeFormatter.
Specification for a generic source code formatter.
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.
A color manager extension for extending IColorManager instances with new functionality.
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.
ICONST_0 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
ICONST_1 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
ICONST_2 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
ICONST_3 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
ICONST_4 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
ICONST_5 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
ICONST_M1 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
IConstantPool - interface 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_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_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
Identifier for the 'Java Source Locator' extension (value "org.eclipse.jdt.launching.javaSourceLocator").
ID_JAVADOC_HOVER - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
The id of the javadoc hover contributed for extension point javaEditorTextHovers.
ID_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
The id of the problem hover contributed for extension point javaEditorTextHovers.
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
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_TYPE_HIERARCHY - Static variable in class org.eclipse.jdt.ui.JavaUI
The view part id of the type hierarchy part.
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").
IDIV - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
IDOMCompilationUnit - interface org.eclipse.jdt.core.jdom.IDOMCompilationUnit.
Represents a Java compilation unit (.java source file).
IDOMFactory - interface org.eclipse.jdt.core.jdom.IDOMFactory.
A factory used to create document fragment (DF) nodes.
IDOMField - interface org.eclipse.jdt.core.jdom.IDOMField.
Represents a field declaration.
IDOMImport - interface org.eclipse.jdt.core.jdom.IDOMImport.
Represents an import declaration.
IDOMInitializer - interface org.eclipse.jdt.core.jdom.IDOMInitializer.
Represents an initializer.
IDOMMember - interface org.eclipse.jdt.core.jdom.IDOMMember.
An IDOMMember defines functionality common to nodes, which can be members of types.
IDOMMethod - interface org.eclipse.jdt.core.jdom.IDOMMethod.
Represents a method declaration.
IDOMNode - interface org.eclipse.jdt.core.jdom.IDOMNode.
Nodes represent structural fragments of a Java source file, also known as document fragments.
IDOMPackage - interface org.eclipse.jdt.core.jdom.IDOMPackage.
Represents a package declaration.
IDOMType - interface org.eclipse.jdt.core.jdom.IDOMType.
Represents a source type in a compilation unit, either as a top-level type or a member type.
IElementChangedListener - interface org.eclipse.jdt.core.IElementChangedListener.
An element changed listener receives notification of changes to Java elements maintained by the Java model.
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.
IF_ACMPEQ - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
IF_ACMPNE - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
IF_ICMPEQ - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
IF_ICMPGE - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
IF_ICMPGT - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
IF_ICMPLE - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
IF_ICMPLT - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
IF_ICMPNE - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
IF_STATEMENT - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type IfStatement.
IFEQ - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
IFGE - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
IFGT - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
IField - interface 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.
IFLE - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
IFLT - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
IFNE - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
IFNONNULL - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
IFNULL - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
IfStatement - class org.eclipse.jdt.core.dom.IfStatement.
If statement AST node type.
IGlobalVariable - interface org.eclipse.jdt.core.eval.IGlobalVariable.
A global variable declared in an evaluation context.
IGNORE - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option value.
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.
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.
IINC - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
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.
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.
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.
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.
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.
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.
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.
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.
A IJavaSearchResultCollector collects search results from a search query to a SearchEngine.
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.
A repository of source code.
IJavaStackFrame - interface org.eclipse.jdt.debug.core.IJavaStackFrame.
A stack frame in a thread on a Java virtual machine.
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.
ILineNumberAttribute - interface org.eclipse.jdt.core.util.ILineNumberAttribute.
Description of a line number attribute as described in the JVM specifications.
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
 
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
 
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.
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.
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_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_EXTERNAL_ARCHIVE - Static variable in interface org.eclipse.jdt.ui.ISharedImages
Key to access the shared image or image decriptor 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_INTERFACE - Static variable in interface org.eclipse.jdt.ui.ISharedImages
Key to access the shared image or image descriptor for an interface.
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_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_PRIVATE - Static variable in interface org.eclipse.jdt.ui.ISharedImages
Key to access the shared image or image descriptor for a private member.
IMG_OBJS_PROTECTED - Static variable in interface org.eclipse.jdt.ui.ISharedImages
Key to access the shared image or image descriptor for a protected member.
IMG_OBJS_PUBLIC - Static variable in interface org.eclipse.jdt.ui.ISharedImages
Key to access the shared image or image descriptor for a public member.
IModifierConstants - interface org.eclipse.jdt.core.util.IModifierConstants.
Definition of the modifier constants as specified in the JVM specifications.
IMPDEP1 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
IMPDEP2 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
IMPLEMENTORS - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
The search result is a type that implements an interface.
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.
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
Node type constant indicating an import declaration.
IMPORT_CONTAINER - Static variable in interface org.eclipse.jdt.core.IJavaElement
Constant representing all import declarations within a compilation unit.
IMPORT_DECLARATION - Static variable in 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.
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
 
imports() - Method in class org.eclipse.jdt.core.dom.CompilationUnit
Returns the live list of nodes for the import declaration of this compilation unit, in order of appearance.
IMUL - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
includesBinaries() - Method in interface org.eclipse.jdt.core.search.IJavaSearchScope
Deprecated. Use SearchEngine.createJavaSearchScope(IJavaElement[]) with the package fragment roots that correspond to the binaries instead
includesClasspaths() - Method in interface org.eclipse.jdt.core.search.IJavaSearchScope
Deprecated. Use SearchEngine.createJavaSearchScope(IJavaElement[]) with a java project instead
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
 
INCREMENT - Static variable in class org.eclipse.jdt.core.dom.PrefixExpression.Operator
Prefix increment "++" operator.
INCREMENT - Static variable in class org.eclipse.jdt.core.dom.PostfixExpression.Operator
Postfix increment "++" operator.
INDEX_OUT_OF_BOUNDS - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status constant indicating the given source position is out of bounds.
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.
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.
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
 
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.NewPackageWizardPage
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.
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 fragement root.
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(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.
initializeDefaultPluginPreferences() - Method in class org.eclipse.jdt.core.JavaCore
Initializes the default preferences settings for this plug-in.
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.debug.ui.JavaUISourceLocator
 
initializeDefaults(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.sourcelookup.JavaSourceLocator
 
initializeDefaultValues(IPreferenceStore) - Static method in class org.eclipse.jdt.ui.PreferenceConstants
Initializes the given preference store with the default values.
initializeFrom(ILaunchConfiguration) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaArgumentsTab
 
initializeFrom(ILaunchConfiguration) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.AppletMainTab
 
initializeFrom(ILaunchConfiguration) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaJRETab
 
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.JavaSourceLookupTab
 
initializeFrom(ILaunchConfiguration) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaMainTab
 
initializeFrom(ILaunchConfiguration) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.AppletParametersTab
 
initializeFrom(String) - Method in interface org.eclipse.jdt.launching.sourcelookup.IJavaSourceLocation
Initializes this source location from the given memento.
initializeFrom(String) - Method in class org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation
 
initializeFrom(String) - Method in class org.eclipse.jdt.launching.sourcelookup.JavaProjectSourceLocation
 
initializeFrom(String) - Method in class org.eclipse.jdt.launching.sourcelookup.DirectorySourceLocation
 
initializeFrom(String) - Method in class org.eclipse.jdt.launching.sourcelookup.PackageFragmentRootSourceLocation
 
initializeFromMemento(String) - Method in class org.eclipse.jdt.debug.ui.JavaUISourceLocator
 
initializeFromMemento(String) - Method in class org.eclipse.jdt.launching.sourcelookup.JavaSourceLocator
 
initializeHardCodedDefaults(ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaConnectTab
Initialize those attributes whose default values are independent of any context.
initializeJREComboBox() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaJRETab
Load the JRE related collections, and use these to set the values on the combo box
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.
Initializer - class org.eclipse.jdt.core.dom.Initializer.
Static or instance initializer AST node type.
INITIALIZER - Static variable in interface org.eclipse.jdt.core.IJavaElement
Constant representing a stand-alone instance or class initializer.
INITIALIZER - Static variable in 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
Node type constant indicating an initializer declaration.
InitializerMustCompleteNormally - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
initializers() - Method in class org.eclipse.jdt.core.dom.ForStatement
Returns the live ordered list of initializer expressions in this for statement.
initTypePage(IJavaElement) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Initializes all fields provided by the page with a given selection.
INLINE - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Refactor menu: name of standard Inline global action (value "org.eclipse.jdt.ui.actions.Inline").
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_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
InlineAction - class org.eclipse.jdt.ui.actions.InlineAction.
Inlines a method, local variable or a static final field.
InlineAction(CompilationUnitEditor) - Constructor for class org.eclipse.jdt.ui.actions.InlineAction
Note: This constructor is for internal use only.
InlineAction(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions.InlineAction
Creates a new InlineAction.
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.
INNER_CLASSES - Static variable in interface org.eclipse.jdt.core.util.IAttributeNamesConstants
 
inputChanged(Viewer, Object, Object) - Method in class org.eclipse.jdt.ui.StandardJavaElementContentProvider
 
inputChanged(Viewer, Object, Object) - Method in class org.eclipse.jdt.ui.JavaElementContentProvider
Deprecated.  
INSERT - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option value.
insertSibling(IDOMNode) - Method in interface org.eclipse.jdt.core.jdom.IDOMNode
Inserts the given un-parented node as a sibling of this node, immediately before this node.
installingBreakpoint(IJavaDebugTarget, IJavaBreakpoint, IJavaType) - Method in interface org.eclipse.jdt.debug.core.IJavaBreakpointListener
Notification that the given breakpoint is about to be installed in the specified target, in the specified type.
InstanceFieldDuringConstructorInvocation - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
InstanceMethodDuringConstructorInvocation - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
INSTANCEOF - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
INSTANCEOF_EXPRESSION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type InstanceofExpression.
InstanceofExpression - class org.eclipse.jdt.core.dom.InstanceofExpression.
Instanceof expression AST node type.
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.
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
 
INTERFACES - Static variable in class org.eclipse.jdt.core.CorrectionEngine
This field is not intended to be used by client.
INTERFACES - Static variable in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Field ID of the super interfaces input field
Internal - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
INTERNAL - Static variable in interface org.eclipse.jdt.core.eval.ICodeSnippetRequestor
Indicates an internal problem.
INTERNAL_ERROR - Static variable in interface org.eclipse.jdt.debug.ui.IJavaDebugUIConstants
Status code indicating an unexpected internal error (value 150).
internalGetParent(Object) - Method in class org.eclipse.jdt.ui.StandardJavaElementContentProvider
Note: This method is for internal use only.
InternalTypeNameProvided - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
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_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.
InvalidBreak - 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
 
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
 
INVOKEINTERFACE - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
INVOKESPECIAL - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
INVOKESTATIC - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
INVOKEVIRTUAL - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
IO_EXCEPTION - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status constant indicating that an java.io.IOException occurred.
IOpcodeMnemonics - interface 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.
IOR - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
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.
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.
IProblemRequestor - interface org.eclipse.jdt.core.IProblemRequestor.
A callback interface for receiving java problem as they are discovered by some Java operation.
IRegion - interface org.eclipse.jdt.core.IRegion.
A Java model region describes a hierarchical set of elements.
IREM - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
IRETURN - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
IRuntimeClasspathEntry - interface org.eclipse.jdt.launching.IRuntimeClasspathEntry.
Represents an entry on a runtime classpath.
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.
Determines if container entries are duplicates/redundant on a runtime classpath.
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.
isAllowableChild(IDOMNode) - Method in interface org.eclipse.jdt.core.jdom.IDOMNode
Returns whether the given node is an allowable child for this node.
isAllowTerminate(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
Returns whether the given launch configuration specifies that termination is allowed.
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.
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
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.
isBuildingIfNeeded() - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Answers if a build should be performed before exporting files.
IScanner - interface org.eclipse.jdt.core.compiler.IScanner.
Definition of a Java scanner, as returned by the ToolFactory.
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).
isClass() - Method in interface org.eclipse.jdt.core.IType
Returns whether this type represents a class.
isClass() - Method in interface org.eclipse.jdt.core.IClassFile
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
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.
IsClassPathCorrect - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
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.
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 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.dom.IMethodBinding
Returns whether this binding is for a constructor or a method.
isConstructor() - Method in interface org.eclipse.jdt.core.jdom.IDOMMethod
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
isDefaultPackage() - Method in interface org.eclipse.jdt.core.IPackageFragment
Returns whether this package fragment is a default package.
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.IMethodInfo
Answer true if this method info has a deprecated attribute, false otherwise.
isDeprecated() - Method in interface org.eclipse.jdt.core.util.IFieldInfo
Return true if the field info has a deprecated attribute, false otherwise.
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).
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.
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
Returns whether this container is a duplicate of the conatiner identified by the given path.
isDuplicateName(String) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaJRETab
 
ISearchPattern - interface org.eclipse.jdt.core.search.ISearchPattern.
A search pattern defines how search results are found.
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).
isError() - Method in interface org.eclipse.jdt.core.compiler.IProblem
Checks the severity to see if the Error bit is set.
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.
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() - Method in interface org.eclipse.jdt.debug.core.IJavaModifiers
Returns whether the associated Java construct is declared as final.
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.
isFindAllSourceElements() - Method in class org.eclipse.jdt.debug.ui.JavaUISourceLocator
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.
ISharedImages - interface org.eclipse.jdt.ui.ISharedImages.
Standard images provided by the Java UI plug-in.
ISHL - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
ISHR - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
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
isInside(int, ISourceReference) - Method in class org.eclipse.jdt.ui.ProblemsLabelDecorator
Tests if a position is inside the source range of an element.
isInstalled() - Method in interface org.eclipse.jdt.debug.core.IJavaBreakpoint
Returns whether this breakpoint is installed in at least one debug target.
isInterface() - Method in interface org.eclipse.jdt.core.IType
Returns whether this type represents an interface.
isInterface() - Method in interface org.eclipse.jdt.core.IClassFile
Returns whether this type represents an interface.
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.dom.ITypeBinding
Returns whether this type binding represents an interface type.
isInterface() - Method in interface org.eclipse.jdt.core.util.IClassFileReader
Answer true if this .class file represents an interface, false otherwise.
isInterface(int) - Static method in class org.eclipse.jdt.core.Flags
Returns whether the given integer includes the interface modifier.
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.ProblemsLabelDecorator
 
isLabelProperty(Object, String) - Method in class org.eclipse.jdt.ui.OverrideIndicatorLabelDecorator
 
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 or interface.
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.TypeDeclaration
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.
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.
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.TypeDeclaration
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
isNative() - Method in interface org.eclipse.jdt.debug.core.IJavaStackFrame
Returns whether the method associated with this stack frame has been declared as native.
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.
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 or interface.
isNotAskAgain() - Method in class org.eclipse.jdt.debug.ui.JavaSourceLookupDialog
Returns whether the "do not ask again" check box is selected in the dialog.
isNullType() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
Returns whether this type binding represents the null type.
isObsolete() - Method in interface org.eclipse.jdt.debug.core.IJavaStackFrame
Returns whether the method associated with this stack frame is obsolete, that is, it is running old 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
Returns whether this import declaration ends with ".*".
isOpen() - Method in interface org.eclipse.jdt.core.IOpenable
Returns whether this openable is open.
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.
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.
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.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.
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.TypeDeclaration
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).
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() - Method in interface org.eclipse.jdt.debug.core.IJavaModifiers
Returns whether the associated Java construct is declared as private.
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.
isProjectPackageFragmentRoot(IPackageFragmentRoot) - Method in class org.eclipse.jdt.ui.StandardJavaElementContentProvider
Note: This method is for internal use only.
isProtected() - Method in interface org.eclipse.jdt.debug.core.IJavaModifiers
Returns whether the associated Java construct is declared as protected.
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.
isPublic() - Method in interface org.eclipse.jdt.debug.core.IJavaModifiers
Returns whether the associated Java construct is declared as public.
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.
isQualifiedName() - Method in class org.eclipse.jdt.core.dom.Name
Returns whether this name is a qualified name (QualifiedName).
isReadOnly() - Method in interface org.eclipse.jdt.core.IJavaElement
Returns whether this Java element is read-only.
isReadOnly() - Method in interface org.eclipse.jdt.core.IBuffer
Returns whether this buffer is read-only.
isReadOnly() - Method in class org.eclipse.jdt.launching.sourcelookup.ZipEntryStorage
 
isReadOnly() - Method in class org.eclipse.jdt.launching.sourcelookup.LocalFileStorage
 
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.
isSignatureEqual(IDOMNode) - Method in interface org.eclipse.jdt.core.jdom.IDOMNode
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).
isSimpleType() - Method in class org.eclipse.jdt.core.dom.Type
Returns whether this type is a simple type (SimpleType).
isSorterProperty(Object, Object) - Method in class org.eclipse.jdt.ui.JavaElementSorter
Deprecated. Bug 22518. Method never used: does not override ViewerSorter#isSorterProperty(Object, String). Method could be removed, but kept for API compatibility.
isStatic() - Method in interface org.eclipse.jdt.debug.core.IJavaModifiers
Returns whether the associated Java construct is declared as static.
isStatic(int) - Static method in class org.eclipse.jdt.core.Flags
Returns whether the given integer includes the static modifier.
isStatic(int) - Static method in class org.eclipse.jdt.core.dom.Modifier
Returns whether the given flags includes the "static" modifier.
isStaticInitializer() - Method in interface org.eclipse.jdt.debug.core.IJavaStackFrame
Returns whether the method associated with this stack frame is a static initializer.
isStepFiltersEnabled() - Method in interface org.eclipse.jdt.debug.core.IJavaDebugTarget
Returns whether step filters are enabled in this target.
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() - Method in interface org.eclipse.jdt.debug.core.IJavaStackFrame
Returns whether the method associated with this stack frame has been declared as synchronized.
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.
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.IMethodInfo
Answer true if this method info has a synthetic attribute, false otherwise.
isSynthetic() - Method in interface org.eclipse.jdt.core.util.IFieldInfo
Return true if the field info has a synthetic attribute, false otherwise.
isSynthetic() - Method in interface org.eclipse.jdt.debug.core.IJavaModifiers
Returns whether the associated Java construct is synthetic.
isSynthetic(int) - Static method in class org.eclipse.jdt.core.Flags
Returns whether the given integer includes the indication that the element is synthetic.
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 or interface.
ISTORE - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
ISTORE_0 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
ISTORE_1 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
ISTORE_2 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
ISTORE_3 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
isTransient() - Method in interface org.eclipse.jdt.debug.core.IJavaFieldVariable
Returns whether this variable is declared as transient.
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.
ISUB - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
isUncaught() - Method in interface org.eclipse.jdt.debug.core.IJavaExceptionBreakpoint
Returns whether this breakpoint suspends execution when the associated exception is thrown in an uncaught location (not caught by a try/catch statement).
isUnnamed() - Method in interface org.eclipse.jdt.core.dom.IPackageBinding
Returns whether this package is an unnamed package.
isUseDynamicJREArea() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaJRETab
 
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(ILaunchConfiguration) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaArgumentsTab
 
isValid(ILaunchConfiguration) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.AppletMainTab
 
isValid(ILaunchConfiguration) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaJRETab
 
isValid(ILaunchConfiguration) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaConnectTab
 
isValid(ILaunchConfiguration) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaMainTab
 
isValid(ILaunchConfiguration) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.AppletParametersTab
 
isVolatile() - Method in interface org.eclipse.jdt.debug.core.IJavaFieldVariable
Returns whether this variable is declared as volatile.
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.
isWarning() - Method in interface org.eclipse.jdt.core.compiler.IProblem
Checks the severity to see if the Error bit is not set.
isWhitespace(char) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers true if c is a whitespace according to the JLS (\u000a, \u000c, \u000d, \u0009), otherwise false.
isWorkingCopy() - Method in interface org.eclipse.jdt.core.IWorkingCopy
Returns whether this element is a working copy.
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.
IType - interface org.eclipse.jdt.core.IType.
Represents either a source type in a compilation unit (either a top-level type or a member type) or a binary type in a class file.
ITypeBinding - interface org.eclipse.jdt.core.dom.ITypeBinding.
A type binding represents a class type, interface type, array type, a primitive type (including the special return type void), or the null 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
 
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).
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.
IWorkingCopy - interface org.eclipse.jdt.core.IWorkingCopy.
Common protocol for Java elements that support working copies.
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
 

Eclipse JDT
2.1
A B C D E F G H I J K L M N O P Q R S T U V W X Z _
Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.