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
 
i2b() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
I2C - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
i2c() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
I2D - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
i2d() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
I2F - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
i2f() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
I2L - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
i2l() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
I2S - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
i2s() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
i4At(int) - Method in class org.eclipse.jdt.internal.compiler.classfmt.ClassFileStruct
 
i8At(int) - Method in class org.eclipse.jdt.internal.compiler.classfmt.ClassFileStruct
 
I_NULL_SYNC_INFO - Static variable in interface org.eclipse.core.internal.resources.ICoreConstants
 
IAccessRule - Interface in org.eclipse.jdt.core
Describes an access rule to source and class files on a classpath entry.
IADD - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
iadd() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
IALOAD - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
iaload() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
IAND - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
iand() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
IAnnotatable - Interface in org.eclipse.jdt.core
Common protocol for Java elements that can be annotated.
IAnnotation - Interface in org.eclipse.jdt.core
Represents an annotation on a package declaration, a type, a method, a field or a local variable in a compilation unit or a class file.
IAnnotation - Interface in org.eclipse.jdt.core.util
Description of a annotation structure as described in the JVM specifications (added in J2SE 1.5).
IAnnotationBinding - Interface in org.eclipse.jdt.core.dom
Represents a resolved annotation.
IAnnotationComponent - Interface in org.eclipse.jdt.core.util
Description of an annotation component as described in the JVM specifications (added in J2SE 1.5).
IAnnotationComponentValue - Interface in org.eclipse.jdt.core.util
Description of an annotation component value as described in the JVM specifications (added in J2SE 1.5).
IAnnotationDefaultAttribute - Interface in org.eclipse.jdt.core.util
Description of a annotation default attribute as described in the JVM specifications (added in J2SE 1.5).
IASTORE - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
iastore() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
IAttributeNamesConstants - Interface in org.eclipse.jdt.core.util
Description of attribute names as described in the JVM specifications.
IBatchCompilerExtension - Interface in org.jmlspecs.jml4.compiler
 
IBinaryAnnotation - Interface in org.eclipse.jdt.internal.compiler.env
This represents class file information about an annotation instance.
IBinaryElementValuePair - Interface in org.eclipse.jdt.internal.compiler.env
This represents the class file information about a member value pair of an annotation.
IBinaryField - Interface in org.eclipse.jdt.internal.compiler.env
 
IBinaryMethod - Interface in org.eclipse.jdt.internal.compiler.env
 
IBinaryNestedType - Interface in org.eclipse.jdt.internal.compiler.env
 
IBinaryType - Interface in org.eclipse.jdt.internal.compiler.env
 
IBinding - Interface in org.eclipse.jdt.core.dom
A binding represents a named entity in the Java language.
IBorderAttributes - Interface in org.eclipse.jdt.internal.formatter.comment
Comment region border attributes.
IBuffer - Interface in org.eclipse.jdt.core
A buffer contains the text contents of a resource.
IBuffer.ITextEditCapability - Interface in org.eclipse.jdt.core
Implementors of IBuffer can additionally implement IBuffer.ITextEditCapability.
IBufferChangedListener - Interface in org.eclipse.jdt.core
A listener, which gets notified when the contents of a specific buffer have changed, or when the buffer is closed.
IBufferFactory - Interface in org.eclipse.jdt.core
Deprecated. Use WorkingCopyOwner instead
IBytecodeVisitor - Interface in org.eclipse.jdt.core.util
Description of a Java opcodes visitor.
ICacheEnumeration - Interface in org.eclipse.jdt.internal.core.util
The ICacheEnumeration is used to iterate over both the keys and values in an LRUCache.
IClassFile - Interface in org.eclipse.jdt.core
Represents an entire binary type (single .class file).
IClassFileAttribute - Interface in org.eclipse.jdt.core.util
This class represents a generic class file attribute.
IClassFileDisassembler - Interface in org.eclipse.jdt.core.util
Deprecated. Use ClassFileBytesDisassembler instead
IClassFileReader - Interface in org.eclipse.jdt.core.util
Description of a .class file.
IClasspathAttribute - Interface in org.eclipse.jdt.core
A classpath attribute defines a name/value pair that can be persisted with a classpath entry.
IClasspathContainer - Interface in org.eclipse.jdt.core
Interface of a classpath container.
IClasspathEntry - Interface in org.eclipse.jdt.core
An entry on a Java project classpath identifying one or more package fragment roots.
ICodeAssist - Interface in org.eclipse.jdt.core
Common protocol for Java elements that support source code assist and code resolve.
ICodeAttribute - Interface in org.eclipse.jdt.core.util
Description of a code attribute as described in the JVM specifications.
ICodeCompletionRequestor - Interface in org.eclipse.jdt.core
Deprecated. Use CompletionRequestor instead.
ICodeFormatter - Interface in org.eclipse.jdt.core
Deprecated. Use CodeFormatter instead (note: options have changed)
ICodeFormatterConstants - Interface in org.eclipse.jdt.internal.formatter
Internal code formatter constants.
ICodeSnippetRequestor - Interface in org.eclipse.jdt.core.eval
A code snippet requestor implements a callback interface for installing the class files for a code snippet on the target and running it.
ICommand - Interface in org.eclipse.core.resources
A builder command names a builder and supplies a table of name-value argument pairs.
ICommentAttributes - Interface in org.eclipse.jdt.internal.formatter.comment
General comment range attributes.
IComparator - Interface in org.eclipse.core.internal.dtree
An interface for comparing two data tree objects.
ICompilationUnit - Interface in org.eclipse.jdt.core
Represents an entire Java compilation unit (source file with one of the Java-like extensions).
ICompilationUnit - Interface in org.eclipse.jdt.internal.compiler.env
This interface denotes a compilation unit, providing its name and content.
ICompilationUnitLocator - Interface in org.eclipse.jdt.internal.core.builder
Used to convert an IFile into an ICompilationUnit, for clients outside of this package.
ICompilerExtension - Interface in org.jmlspecs.jml4.compiler
 
ICompilerRequestor - Interface in org.eclipse.jdt.internal.compiler
A callback interface for receiving compilation results.
ICompletionRequestor - Interface in org.eclipse.jdt.core
Deprecated. Use CompletionRequestor instead.
ICONST_0 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
iconst_0() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
ICONST_1 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
iconst_1() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
ICONST_2 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
iconst_2() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
ICONST_3 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
iconst_3() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
ICONST_4 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
iconst_4() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
ICONST_5 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
iconst_5() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
ICONST_M1 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
iconst_m1() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
IConstantPool - Interface in org.eclipse.jdt.core.util
Description of a constant pool as described in the JVM specifications.
IConstantPoolConstant - Interface in org.eclipse.jdt.core.util
Description of constant pool constants as described in the JVM specifications.
IConstantPoolEntry - Interface in org.eclipse.jdt.core.util
Description of a constant pool entry as described in the JVM specifications.
IConstantValueAttribute - Interface in org.eclipse.jdt.core.util
Description of a constant value attribute as described in the JVM specifications.
IContainer - Interface in org.eclipse.core.resources
Interface for resources which may contain other resources (termed its members).
IContentTypeManagerTest - Class in org.eclipse.core.tests.resources.content
 
IContentTypeManagerTest(String) - Constructor for class org.eclipse.core.tests.resources.content.IContentTypeManagerTest
 
ICoreConstants - Interface in org.eclipse.core.internal.resources
 
ICorrectionRequestor - Interface in org.eclipse.jdt.core
A callback interface for receiving java problem correction.
ID - Static variable in class org.eclipse.core.tests.internal.mapping.TestModelProvider
 
ID - Static variable in interface org.eclipse.jdt.core.IJavaModelMarker
ID marker attribute (value "id").
id() - Method in class org.eclipse.jdt.internal.compiler.codegen.VerificationTypeInfo
 
id - Variable in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
 
id - Variable in class org.eclipse.jdt.internal.compiler.lookup.VariableBinding
 
id() - Method in class org.jmlspecs.jml4.compiler.parser.JmlIdentifier
 
ID_INSTANCE_DOLLAR - Static variable in interface org.jmlspecs.jml4.rac.RacConstants
 
ID_STATIC - Static variable in interface org.jmlspecs.jml4.rac.RacConstants
 
IDataFlattener - Interface in org.eclipse.core.internal.dtree
The IElementInfoFlattener interface supports reading and writing element info objects.
IDebugRequestor - Interface in org.eclipse.jdt.internal.compiler
 
IDEInterface - Class in org.eclipse.jdt.core.tests.eval.target
The interface to the IDE.
identifier - Variable in class org.jmlspecs.jml4.ast.JmlGroupName
Deprecated.  
identifier - Variable in class org.jmlspecs.jml4.ast.JmlMapsMemberRefExpr
Deprecated.  
identifier - Variable in class org.jmlspecs.jml4.ast.JmlMemberFieldRef
Deprecated.  
IDENTIFIER_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.SimpleName
The "identifier" structural property of this node type.
identToTypeRef(char[], long) - Static method in class org.jmlspecs.jml4.ast.JmlModifier
If origIdentifier is the name of a JML modifier, then return a type reference to the Java 5 annotation class representing the modifier; otherwise return null;
IDependent - Interface in org.eclipse.jdt.internal.compiler.env
This represents the target file of a type dependency.
IDIV - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
idiv() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
IDocumentElementRequestor - Interface in org.eclipse.jdt.internal.compiler
Part of the source element parser responsible for building the output.
IDOMCompilationUnit - Interface in org.eclipse.jdt.core.jdom
Deprecated. The JDOM was made obsolete by the addition in 2.0 of the more powerful, fine-grained DOM/AST API found in the org.eclipse.jdt.core.dom package.
IDOMFactory - Interface in org.eclipse.jdt.core.jdom
Deprecated. The JDOM was made obsolete by the addition in 2.0 of the more powerful, fine-grained DOM/AST API found in the org.eclipse.jdt.core.dom package.
IDOMField - Interface in org.eclipse.jdt.core.jdom
Deprecated. The JDOM was made obsolete by the addition in 2.0 of the more powerful, fine-grained DOM/AST API found in the org.eclipse.jdt.core.dom package.
IDOMImport - Interface in org.eclipse.jdt.core.jdom
Deprecated. The JDOM was made obsolete by the addition in 2.0 of the more powerful, fine-grained DOM/AST API found in the org.eclipse.jdt.core.dom package.
IDOMInitializer - Interface in org.eclipse.jdt.core.jdom
Deprecated. The JDOM was made obsolete by the addition in 2.0 of the more powerful, fine-grained DOM/AST API found in the org.eclipse.jdt.core.dom package.
IDOMMember - Interface in org.eclipse.jdt.core.jdom
Deprecated. The JDOM was made obsolete by the addition in 2.0 of the more powerful, fine-grained DOM/AST API found in the org.eclipse.jdt.core.dom package.
IDOMMethod - Interface in org.eclipse.jdt.core.jdom
Deprecated. The JDOM was made obsolete by the addition in 2.0 of the more powerful, fine-grained DOM/AST API found in the org.eclipse.jdt.core.dom package.
IDOMNode - Interface in org.eclipse.jdt.core.jdom
Deprecated. The JDOM was made obsolete by the addition in 2.0 of the more powerful, fine-grained DOM/AST API found in the org.eclipse.jdt.core.dom package.
IDOMPackage - Interface in org.eclipse.jdt.core.jdom
Deprecated. The JDOM was made obsolete by the addition in 2.0 of the more powerful, fine-grained DOM/AST API found in the org.eclipse.jdt.core.dom package.
IDOMType - Interface in org.eclipse.jdt.core.jdom
Deprecated. The JDOM was made obsolete by the addition in 2.0 of the more powerful, fine-grained DOM/AST API found in the org.eclipse.jdt.core.dom package.
ids - Variable in class org.jmlspecs.jml4.esc.gc.lang.expr.CfgArrayAllocationExpression
 
ids - Variable in class org.jmlspecs.jml4.esc.gc.lang.simple.expr.SimpleArrayAllocationExpression
 
ids - Variable in class org.jmlspecs.jml4.esc.gc.lang.sugared.expr.SugaredArrayAllocationExpression
 
ids - Variable in class org.jmlspecs.jml4.esc.vc.lang.VcArrayAllocationExpression
 
IElementChangedListener - Interface in org.eclipse.jdt.core
An element changed listener receives notification of changes to Java elements maintained by the Java model.
IElementComparator - Interface in org.eclipse.core.internal.watson
This interface allows clients of the element tree to specify how element infos are compared, and thus how element tree deltas are created.
IElementContentVisitor - Interface in org.eclipse.core.internal.watson
An interface for objects which can visit an element of an element tree and access that element's node info.
IElementInfoFlattener - Interface in org.eclipse.core.internal.watson
The IElementInfoFlattener interface supports reading and writing element info objects.
IElementTreeData - Interface in org.eclipse.core.internal.watson
User data that can be attached to the element tree itself.
IEnclosingMethodAttribute - Interface in org.eclipse.jdt.core.util
Description of an enclosing method attribute as described in the JVM specifications (added in J2SE 1.5).
IEncodedStorage - Interface in org.eclipse.core.resources
A storage that knows how its contents are encoded.
IErrorHandlingPolicy - Interface in org.eclipse.jdt.internal.compiler
 
ierrorlog(String, Throwable) - Method in class org.jmlspecs.eclipse.jdt.internal.compiler.util.Log
Records an error message to the current log
ierrorlog(String, Throwable) - Method in class org.jmlspecs.eclipse.jdt.ui.Console
Records an error message
IEscjavaListener - Interface in org.jmlspecs.eclipse.jdt.ui
This interface represents listeners.
IEvaluationContext - Interface in org.eclipse.jdt.core.eval
An evaluation context supports evaluating code snippets.
IEvaluator - Interface in org.eclipse.test.internal.performance.eval
 
IExceptionAttribute - Interface in org.eclipse.jdt.core.util
Description of a constant value attribute as described in the JVM specifications.
IExceptionTableEntry - Interface in org.eclipse.jdt.core.util
The class represents an entry in the exception table of a ICodeAttribute as specified in the JVM specifications.
IExtendedCompletionRequestor - Interface in org.eclipse.jdt.internal.codeassist
Deprecated. Use CompletionRequestor instead
IExtendedModifier - Interface in org.eclipse.jdt.core.dom
Common interface for AST nodes that represent modifiers or annotations.
IF - Static variable in interface org.eclipse.jdt.internal.codeassist.impl.Keywords
 
IF_ACMPEQ - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
if_acmpeq(BranchLabel) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
IF_ACMPNE - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
if_acmpne(BranchLabel) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
IF_ICMPEQ - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
if_icmpeq(BranchLabel) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
IF_ICMPGE - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
if_icmpge(BranchLabel) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
IF_ICMPGT - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
if_icmpgt(BranchLabel) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
IF_ICMPLE - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
if_icmple(BranchLabel) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
IF_ICMPLT - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
if_icmplt(BranchLabel) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
IF_ICMPNE - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
if_icmpne(BranchLabel) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
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
 
ifeq(BranchLabel) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
IFGE - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
ifge(BranchLabel) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
IFGT - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
ifgt(BranchLabel) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
IField - Interface in org.eclipse.jdt.core
Represents a field declared in a type.
IFieldInfo - Interface in org.eclipse.jdt.core.util
Description of a field info as described in the JVM specifications.
IFile - Interface in org.eclipse.core.resources
Files are leaf resources which contain data.
IFileModificationValidator - Interface in org.eclipse.core.resources
Deprecated. clients should subclass FileModificationValidator instead of implementing this interface
IFileState - Interface in org.eclipse.core.resources
A previous state of a file stored in the workspace's local history.
IFileTest - Class in org.eclipse.core.tests.resources
 
IFileTest() - Constructor for class org.eclipse.core.tests.resources.IFileTest
 
IFileTest(String) - Constructor for class org.eclipse.core.tests.resources.IFileTest
 
IFileTest - Class in org.eclipse.core.tests.resources.regression
 
IFileTest() - Constructor for class org.eclipse.core.tests.resources.regression.IFileTest
Constructor for IFileTest.
IFileTest(String) - Constructor for class org.eclipse.core.tests.resources.regression.IFileTest
Constructor for IFileTest.
IFileTest - Class in org.eclipse.core.tests.resources.usecase
 
IFileTest() - Constructor for class org.eclipse.core.tests.resources.usecase.IFileTest
 
IFileTest(String) - Constructor for class org.eclipse.core.tests.resources.usecase.IFileTest
 
IFLE - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
ifle(BranchLabel) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
IFLT - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
iflt(BranchLabel) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
IFNE - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
ifne(BranchLabel) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
IFNONNULL - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
ifnonnull(BranchLabel) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
IFNULL - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
ifnull(BranchLabel) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
IFolder - Interface in org.eclipse.core.resources
Folders may be leaf or non-leaf resources and may contain files and/or other folders.
IFolderTest - Class in org.eclipse.core.tests.resources
 
IFolderTest() - Constructor for class org.eclipse.core.tests.resources.IFolderTest
 
IFolderTest(String) - Constructor for class org.eclipse.core.tests.resources.IFolderTest
 
IFolderTest - Class in org.eclipse.core.tests.resources.regression
 
IFolderTest() - Constructor for class org.eclipse.core.tests.resources.regression.IFolderTest
Constructor for IFolderTest.
IFolderTest(String) - Constructor for class org.eclipse.core.tests.resources.regression.IFolderTest
Constructor for IFolderTest.
IFolderTest - Class in org.eclipse.core.tests.resources.usecase
 
IFolderTest() - Constructor for class org.eclipse.core.tests.resources.usecase.IFolderTest
 
IFolderTest(String) - Constructor for class org.eclipse.core.tests.resources.usecase.IFolderTest
 
IfStatement - Class in org.eclipse.jdt.core.dom
If statement AST node type.
IfStatement - Class in org.eclipse.jdt.internal.compiler.ast
 
IfStatement(Expression, Statement, int, int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.IfStatement
 
IfStatement(Expression, Statement, Statement, int, int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.IfStatement
 
IGenericField - Interface in org.eclipse.jdt.internal.compiler.env
 
IGenericMethod - Interface in org.eclipse.jdt.internal.compiler.env
 
IGenericType - Interface in org.eclipse.jdt.internal.compiler.env
 
IGlobalVariable - Interface in org.eclipse.jdt.core.eval
A global variable declared in an evaluation context.
IGNORE - Static variable in class org.eclipse.jdt.core.JavaCore
Configurable option value: "ignore".
IGNORE - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
IGNORE - Static variable in class org.eclipse.jdt.internal.compiler.parser.diagnose.RangeUtil
 
Ignore - Static variable in interface org.eclipse.jdt.internal.compiler.problem.ProblemSeverities
 
IGNORE_DECLARING_TYPE - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
Ignore declaring type while searching result.
IGNORE_IF_BETTER - Static variable in interface org.eclipse.jdt.core.IAccessRule
Flag indicating that whether a type matching this rule should be ignored iff a type with the same qualified name can be found on a later classpath entry with a better accessibility.
IGNORE_RETURN_TYPE - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
Ignore return type while searching result.
IgnoreCategoriesMask - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Mask to use in order to filter out the category portion of the problem ID.
ignoreFurtherInvestigation - Variable in class org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
 
ignoreFurtherInvestigation - Variable in class org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration
 
ignoreFurtherInvestigation - Variable in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
 
ignoreIfBetter() - Method in interface org.eclipse.jdt.core.IAccessRule
Returns whether a type matching this rule should be ignored iff a type with the same qualified name can be found on a later classpath entry with a better accessibility.
ignoreIfBetter() - Method in class org.eclipse.jdt.internal.compiler.env.AccessRestriction
 
IgnoreIfBetter - Static variable in class org.eclipse.jdt.internal.compiler.env.AccessRule
 
ignoreIfBetter() - Method in class org.eclipse.jdt.internal.compiler.env.AccessRule
 
ignoreIfBetter() - Method in class org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer
 
ignoreIfBetter() - Method in class org.eclipse.jdt.internal.core.NameLookup.Answer
 
ignoreMethodBodies - Variable in class org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration
 
IgnoreNoEffectAssignCheck - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
IgnoreRawTypeCheck - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
IHistoryStore - Interface in org.eclipse.core.internal.localstore
The history store is an association of paths to file states.
IHtmlTagDelimiters - Interface in org.eclipse.jdt.internal.formatter.comment
Html tag constants.
IImportContainer - Interface in org.eclipse.jdt.core
Represents an import container is a child of a Java compilation unit that contains all (and only) the import declarations.
IImportDeclaration - Interface in org.eclipse.jdt.core
Represents an import declaration in Java compilation unit.
IINC - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
iinc(int, int) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
IIndexConstants - Interface in org.eclipse.jdt.internal.core.search.indexing
 
IInitializer - Interface in org.eclipse.jdt.core
Represents a stand-alone instance or class (static) initializer in a type.
IInnerClassesAttribute - Interface in org.eclipse.jdt.core.util
Description of a inner class attribute as described in the JVM specifications.
IInnerClassesAttributeEntry - Interface in org.eclipse.jdt.core.util
Description of a inner class info as described in the JVM specifications.
IJarEntryResource - Interface in org.eclipse.jdt.core
A jar entry corresponding to a non-Java resource in an archive IPackageFragment or IPackageFragmentRoot.
IJavaDocTagConstants - Interface in org.eclipse.jdt.internal.formatter.comment
Javadoc tag constants.
IJavaElement - Interface in org.eclipse.jdt.core
Common protocol for all elements provided by the Java model.
IJavaElementDelta - Interface in org.eclipse.jdt.core
A Java element delta describes changes in Java element between two discrete points in time.
IJavaElementRequestor - Interface in org.eclipse.jdt.internal.core
This interface is used by IRequestorNameLookup.
IJavaModel - Interface in org.eclipse.jdt.core
Represent the root Java element corresponding to the workspace.
IJavaModelMarker - Interface in org.eclipse.jdt.core
Markers used by the Java model.
IJavaModelStatus - Interface in org.eclipse.jdt.core
Represents the outcome of an Java model operation.
IJavaModelStatusConstants - Interface in org.eclipse.jdt.core
Status codes used with Java model status objects.
IJavaProject - Interface in org.eclipse.jdt.core
A Java project represents a view of a project resource in terms of Java elements such as package fragments, types, methods and fields.
IJavaSearchConstants - Interface in org.eclipse.jdt.core.search
This interface defines the constants used by the search engine.
IJavaSearchResultCollector - Interface in org.eclipse.jdt.core.search
Deprecated. Since 3.0, the class SearchRequestor replaces this interface.
IJavaSearchScope - Interface in org.eclipse.jdt.core.search
An IJavaSearchScope defines where search result should be found by a SearchEngine.
IJob - Interface in org.eclipse.jdt.internal.core.search.processing
 
ILifecycleListener - Interface in org.eclipse.core.internal.events
Interface for clients interested in receiving notification of workspace lifecycle events.
ILineNumberAttribute - Interface in org.eclipse.jdt.core.util
Description of a line number attribute as described in the JVM specifications.
ILineStartFinder - Interface in org.eclipse.jdt.internal.core.jdom
The ILineSeparatorFinder finds previous and next line separators in source.
IllegalAbstractModifierCombinationForMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
illegalAbstractModifierCombinationForMethod(ReferenceBinding, AbstractMethodDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
IllegalAccessFromTypeVariable - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
illegalAccessFromTypeVariable(TypeVariableBinding, ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
IllegalCast - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
IllegalClassLiteralForTypeVariable - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
illegalClassLiteralForTypeVariable(TypeVariableBinding, ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
IllegalDimension - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
IllegalEnclosingInstanceSpecification - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
IllegalExpressionForSetMembership - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
illegalExpressionForSetMembership(Expression, LocalDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
IllegalExtendedDimensions - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
illegalExtendedDimensions(AnnotationMethodDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
illegalExtendedDimensions(Argument) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
IllegalExtendedDimensionsForVarArgs - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
IllegalGenericArray - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
illegalGenericArray(TypeBinding, ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
illegalInstanceOfGenericType(TypeBinding, ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
IllegalInstanceofParameterizedType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
IllegalInstanceofTypeParameter - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
illegalLocalTypeDeclaration(TypeDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
IllegalModifierCombinationFinalAbstractForClass - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
illegalModifierCombinationFinalAbstractForClass(SourceTypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
IllegalModifierCombinationFinalVolatileForField - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
illegalModifierCombinationFinalVolatileForField(ReferenceBinding, FieldDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
IllegalModifierForAnnotationField - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
illegalModifierForAnnotationField(FieldDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
illegalModifierForAnnotationMember(AbstractMethodDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
IllegalModifierForAnnotationMemberType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
illegalModifierForAnnotationMemberType(SourceTypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
IllegalModifierForAnnotationMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
IllegalModifierForAnnotationType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
illegalModifierForAnnotationType(SourceTypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
IllegalModifierForArgument - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
IllegalModifierForClass - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
illegalModifierForClass(SourceTypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
IllegalModifierForEnum - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
illegalModifierForEnum(SourceTypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
IllegalModifierForEnumConstant - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
illegalModifierForEnumConstant(ReferenceBinding, FieldDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
IllegalModifierForEnumConstructor - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
illegalModifierForEnumConstructor(AbstractMethodDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
IllegalModifierForField - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
illegalModifierForField(ReferenceBinding, FieldDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
IllegalModifierForInterface - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
illegalModifierForInterface(SourceTypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
IllegalModifierForInterfaceField - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
illegalModifierForInterfaceField(FieldDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
IllegalModifierForInterfaceMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
illegalModifierForInterfaceMethod(AbstractMethodDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
IllegalModifierForLocalClass - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
illegalModifierForLocalClass(SourceTypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
IllegalModifierForLocalEnum - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
illegalModifierForLocalEnum(SourceTypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
IllegalModifierForMemberClass - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
illegalModifierForMemberClass(SourceTypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
IllegalModifierForMemberEnum - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
illegalModifierForMemberEnum(SourceTypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
IllegalModifierForMemberInterface - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
illegalModifierForMemberInterface(SourceTypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
IllegalModifierForMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
illegalModifierForMethod(AbstractMethodDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
IllegalModifierForVariable - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
illegalModifierForVariable(LocalDeclaration, boolean) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
IllegalPrimitiveOrArrayTypeForEnclosingInstance - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
illegalPrimitiveOrArrayTypeForEnclosingInstance(TypeBinding, ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
IllegalQualifiedEnumConstantLabel - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
IllegalQualifiedParameterizedTypeAllocation - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
illegalQualifiedParameterizedTypeAllocation(TypeReference, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
IllegalStaticModifierForMemberType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
illegalStaticModifierForMemberType(SourceTypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
IllegalSuperTypeVariable - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.ProblemReasons
 
IllegalTypeForSetComprehension - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
illegalTypeForSetComprehension(TypeReference) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
IllegalTypeVariableSuperReference - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
IllegalUsageOfQualifiedTypeReference - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
illegalUsageOfQualifiedTypeReference(QualifiedTypeReference) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
illegalUsageOfThis(TypeReference) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
illegalUsageOfWildcard(TypeReference) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
IllegalVararg - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
illegalVararg(Argument, AbstractMethodDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
IllegalVisibilityModifierCombinationForField - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
illegalVisibilityModifierCombinationForField(ReferenceBinding, FieldDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
IllegalVisibilityModifierCombinationForMemberType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
illegalVisibilityModifierCombinationForMemberType(SourceTypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
IllegalVisibilityModifierCombinationForMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
illegalVisibilityModifierCombinationForMethod(ReferenceBinding, AbstractMethodDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
IllegalVisibilityModifierForInterfaceMemberType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
illegalVisibilityModifierForInterfaceMemberType(SourceTypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
illegalVoidExpression(ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
ILOAD - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
iload(int) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
ILOAD_0 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
iload_0() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
ILOAD_1 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
iload_1() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
ILOAD_2 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
iload_2() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
ILOAD_3 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
iload_3() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
ILocalStoreConstants - Interface in org.eclipse.core.internal.localstore
 
ILocalVariable - Interface in org.eclipse.jdt.core
Represents a local variable declared in a method or an initializer.
ILocalVariableAttribute - Interface in org.eclipse.jdt.core.util
Description of a local variable attribute as described in the JVM specifications.
ILocalVariableTableEntry - Interface in org.eclipse.jdt.core.util
Description of a local variable table entry as specified in the JVM specifications.
ILocalVariableTypeTableAttribute - Interface in org.eclipse.jdt.core.util
Description of a local variable type attribute as described in the JVM specifications (added in J2SE 1.5).
ILocalVariableTypeTableEntry - Interface in org.eclipse.jdt.core.util
Description of a local variable type table entry as specified in the JVM specifications (added in J2SE 1.5).
ilog(String) - Method in class org.jmlspecs.eclipse.jdt.internal.compiler.util.Log
Records an informational message to the current log
ilog(String) - Method in class org.jmlspecs.eclipse.jdt.ui.Console
Records an informational message
ILRUCacheable - Interface in org.eclipse.jdt.internal.core.util
Types implementing this interface can occupy a variable amount of space in an LRUCache.
ImageBuilderInternalException - Exception in org.eclipse.jdt.internal.core.builder
Exception thrown when there is an internal error in the image builder.
ImageBuilderInternalException(CoreException) - Constructor for exception org.eclipse.jdt.internal.core.builder.ImageBuilderInternalException
 
IManager - Interface in org.eclipse.core.internal.resources
 
IMarker - Interface in org.eclipse.core.resources
Markers are a general mechanism for associating notes and meta-data with resources.
IMarkerDelta - Interface in org.eclipse.core.resources
A marker delta describes the change to a single marker.
IMarkerSetElement - Interface in org.eclipse.core.internal.resources
 
IMember - Interface in org.eclipse.jdt.core
Common protocol for Java elements that can be members of types.
IMemberValuePair - Interface in org.eclipse.jdt.core
Represents a member-value pair of an annotation.
IMemberValuePairBinding - Interface in org.eclipse.jdt.core.dom
Represents a resolved instance of an annotation's member value pair.
IMethod - Interface in org.eclipse.jdt.core
Represents a method (or constructor) declared in a type.
IMethodBinding - Interface in org.eclipse.jdt.core.dom
A method binding represents a method or constructor of a class or interface.
IMethodInfo - Interface in org.eclipse.jdt.core.util
Description of a method info as described in the JVM specifications.
immutable() - Method in class org.eclipse.core.internal.dtree.AbstractDataTree
Makes the tree immutable
immutable() - Method in class org.eclipse.core.internal.watson.ElementTree
Makes this tree immutable (read-only); ignored if it is already immutable.
IModelObjectConstants - Interface in org.eclipse.core.internal.resources
 
IModelProviderDescriptor - Interface in org.eclipse.core.resources.mapping
A model provider descriptor contains information about a model provider obtained from the plug-in manifest (plugin.xml) file.
IModifierConstants - Interface in org.eclipse.jdt.core.util
Definition of the modifier constants as specified in the JVM specifications.
IMoveDeleteHook - Interface in org.eclipse.core.resources.team
Primary interface for hooking the implementation of IResource.move and IResource.delete.
IMPDEP1 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
IMPDEP2 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
IMPL - Static variable in class org.jmlspecs.jml4.fspv.simpl.ast.SimplConstants
 
IMPLEMENTORS - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
The search result is a type that implements an interface or extends a class.
IMPLEMENTS - Static variable in interface org.eclipse.jdt.internal.codeassist.impl.Keywords
 
implementsInterface(ReferenceBinding, boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
Answer true if the receiver implements anInterface or is identical to anInterface.
implementsMethod(MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
 
IMPLICIT_CONVERSION_MASK - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
IMPLICIT_THIS_REFERENCE - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
Return only field accesses or method invocations without any qualification.
implicitArguments - Variable in class org.eclipse.jdt.internal.compiler.ast.ExplicitConstructorCall
 
implicitConversion - Variable in class org.eclipse.jdt.internal.compiler.ast.Expression
 
ImplicitSuper - Static variable in class org.eclipse.jdt.internal.compiler.ast.ExplicitConstructorCall
 
implicitSuperConstructorCall() - Static method in class org.eclipse.jdt.internal.compiler.ast.SuperReference
 
implicitThis() - Static method in class org.eclipse.jdt.internal.compiler.ast.ThisReference
 
ImplicitThis - Static variable in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
IMPLIES - Static variable in class org.jmlspecs.jml4.esc.gc.lang.expr.CfgOperator
 
IMPLIES - Static variable in class org.jmlspecs.jml4.esc.gc.lang.simple.expr.SimpleOperator
 
IMPLIES - Static variable in class org.jmlspecs.jml4.esc.gc.lang.sugared.expr.SugaredOperator
 
IMPLIES - Static variable in class org.jmlspecs.jml4.esc.vc.lang.VcOperator
 
ImpliesTestRuntime - Class in org.jmlspecs.eclipse.jdt.core.tests.dbc
 
ImpliesTestRuntime(String) - Constructor for class org.jmlspecs.eclipse.jdt.core.tests.dbc.ImpliesTestRuntime
 
IMPORT - Static variable in interface org.eclipse.jdt.core.eval.ICodeSnippetRequestor
Indicates a compilation problem related to an import declaration.
IMPORT - Static variable in interface org.eclipse.jdt.core.jdom.IDOMNode
Deprecated. Node type constant indicating an import declaration.
IMPORT - Static variable in interface org.eclipse.jdt.internal.codeassist.impl.Keywords
 
IMPORT - Static variable in class org.eclipse.jdt.internal.compiler.lookup.Binding
 
IMPORT_CONTAINER - Static variable in interface org.eclipse.jdt.core.IJavaElement
Constant representing all import declarations within a compilation unit.
IMPORT_DECLARATION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type ImportDeclaration.
IMPORT_DECLARATION - Static variable in interface org.eclipse.jdt.core.IJavaElement
Constant representing an import declaration within a compilation unit.
IMPORT_DECLARATION_TYPE_REFERENCE - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
Return only type references used in an import declaration.
IMPORT_LIST - Static variable in class org.jmlspecs.jml4.fspv.simpl.ast.SimplConstants
 
ImportAmbiguous - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Deprecated. - problem is no longer generated, use IProblem.AmbiguousType instead
ImportBinding - Class in org.eclipse.jdt.internal.compiler.lookup
 
ImportBinding(char[][], boolean, Binding, ImportReference) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.ImportBinding
 
importCacheCount - Variable in class org.eclipse.jdt.internal.codeassist.impl.Engine
 
importCachesInitialized - Variable in class org.eclipse.jdt.internal.codeassist.impl.Engine
 
ImportConflictBinding - Class in org.eclipse.jdt.internal.compiler.lookup
 
ImportConflictBinding(char[][], Binding, ReferenceBinding, ImportReference) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.ImportConflictBinding
 
ImportContainer - Class in org.eclipse.jdt.internal.core
 
importCount - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveredUnit
 
ImportDeclaration - Class in org.eclipse.jdt.core.dom
Import declaration AST node type.
ImportDeclaration - Class in org.eclipse.jdt.internal.core
Handle for an import declaration.
ImportDeclarationElementInfo - Class in org.eclipse.jdt.internal.core
Element info for IImportDeclaration elements.
ImportDeclarationElementInfo() - Constructor for class org.eclipse.jdt.internal.core.ImportDeclarationElementInfo
 
ImportInheritedNameHidesEnclosingName - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Deprecated. - problem is no longer generated, use IProblem.InheritedTypeHidesEnclosingName instead
ImportInternalNameProvided - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Deprecated. - problem is no longer generated, use IProblem.InternalTypeNameProvided instead
ImportNotFound - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ImportNotVisible - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Deprecated. - problem is no longer generated, use IProblem.NotVisibleType instead
importProblem(ImportReference, Binding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
ImportReference - Class in org.eclipse.jdt.internal.compiler.ast
 
ImportReference(char[][], long[], boolean, int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.ImportReference
 
importReference - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveredImport
 
ImportRelated - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ImportRewrite - Class in org.eclipse.jdt.core.dom.rewrite
The ImportRewrite helps updating imports following a import order and on-demand imports threshold as configured by a project.
ImportRewrite.ImportRewriteContext - Class in org.eclipse.jdt.core.dom.rewrite
A ImportRewrite.ImportRewriteContext can optionally be used in e.g.
ImportRewrite.ImportRewriteContext() - Constructor for class org.eclipse.jdt.core.dom.rewrite.ImportRewrite.ImportRewriteContext
 
importRewrite_processDescription - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
ImportRewriteAnalyzer - Class in org.eclipse.jdt.internal.core.dom.rewrite
 
ImportRewriteAnalyzer(ICompilationUnit, CompilationUnit, String[], int, int, boolean) - Constructor for class org.eclipse.jdt.internal.core.dom.rewrite.ImportRewriteAnalyzer
 
ImportRewriteTest - Class in org.eclipse.jdt.core.tests.rewrite.describing
 
ImportRewriteTest(String) - Constructor for class org.eclipse.jdt.core.tests.rewrite.describing.ImportRewriteTest
 
imports() - Method in class org.eclipse.jdt.core.dom.CompilationUnit
Returns the live list of nodes for the import declarations of this compilation unit, in order of appearance.
imports - Variable in class org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration
 
imports - Variable in class org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope
 
imports - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveredUnit
 
IMPORTS - Static variable in class org.jmlspecs.jml4.fspv.simpl.ast.SimplConstants
 
imports - Variable in class org.jmlspecs.jml4.fspv.simpl.ast.SimplProofObligation
 
imports - Static variable in class org.jmlspecs.jml4.fspv.simpl.ast.SimplTheory
 
IMPORTS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.CompilationUnit
The "imports" structural property of this node type.
importsCache - Variable in class org.eclipse.jdt.internal.codeassist.impl.Engine
 
IMPOSSIBLE_MATCH - Static variable in class org.eclipse.jdt.internal.core.search.matching.PatternLocator
 
IMUL - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
imul() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
IN - Static variable in class org.eclipse.jdt.core.tests.formatter.FormatterRegressionTests
 
In - Annotation Type in org.jmlspecs.annotation
 
IN - Static variable in class org.jmlspecs.jml4.fspv.simpl.ast.SimplConstants
 
in - Variable in class org.jmlspecs.jml4.fspv.simpl.ast.SimplHoareState
 
IN_ASSIGNMENT - Static variable in class org.eclipse.jdt.internal.compiler.flow.FlowContext
 
IN_COMPARISON_NON_NULL - Static variable in class org.eclipse.jdt.internal.compiler.flow.FlowContext
 
IN_COMPARISON_NULL - Static variable in class org.eclipse.jdt.internal.compiler.flow.FlowContext
 
IN_INSTANCEOF - Static variable in class org.eclipse.jdt.internal.compiler.flow.FlowContext
 
in_symb - Static variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
in_symbol(int) - Static method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
INACCURATE_MATCH - Static variable in class org.eclipse.jdt.internal.core.search.matching.PatternLocator
 
INameEnvironment - Interface in org.eclipse.jdt.internal.compiler.env
The name environment provides a callback API that the compiler can use to look up types, compilation units, and packages in the current environment.
INamingRequestor - Interface in org.eclipse.jdt.internal.core
 
incarnation() - Method in class org.jmlspecs.jml4.esc.gc.lang.expr.CfgAssignable
 
incarnation - Variable in class org.jmlspecs.jml4.esc.vc.lang.VcArrayReference
 
incarnation - Variable in class org.jmlspecs.jml4.esc.vc.lang.VcFieldReference
 
incarnation - Variable in class org.jmlspecs.jml4.esc.vc.lang.VcVariable
 
incarnation - Variable in class org.jmlspecs.jml4.fspv.theory.TheoryTempVariableReference
 
IncarnationMap - Class in org.jmlspecs.jml4.esc.gc
 
IncarnationMap() - Constructor for class org.jmlspecs.jml4.esc.gc.IncarnationMap
 
incarnations - Variable in class org.jmlspecs.jml4.esc.gc.lang.GcProgram
 
incarnations - Variable in class org.jmlspecs.jml4.esc.vc.lang.VcProgram
 
INCLUDE_ALL - Static variable in class org.eclipse.jdt.internal.core.ClasspathEntry
 
INCLUDE_HIDDEN - Static variable in interface org.eclipse.core.resources.IContainer
Member constant (bit mask value 8) indicating that hidden resources are to be included.
INCLUDE_PHANTOMS - Static variable in interface org.eclipse.core.resources.IContainer
Member constant (bit mask value 1) indicating that phantom member resources are to be included.
INCLUDE_TEAM_PRIVATE_MEMBERS - Static variable in interface org.eclipse.core.resources.IContainer
Member constant (bit mask value 2) indicating that team private members are to be included.
includes(IPath) - Method in class org.eclipse.core.internal.dtree.AbstractDataTree
Returns true if the receiver includes a node with the given key, false otherwise.
includes(IPath) - Method in class org.eclipse.core.internal.dtree.DataTree
Returns true if the receiver includes a node with the given key, false otherwise.
includes(IPath) - Method in class org.eclipse.core.internal.dtree.DeltaDataTree
Returns true if the receiver includes a node with the given key, false otherwise.
includes(IPath) - Method in class org.eclipse.core.internal.watson.ElementTree
Returns true if this element tree includes an element with the given key, false otherwise.
includes(Object) - Method in class org.eclipse.jdt.internal.compiler.util.SimpleSet
 
includes(char[]) - Method in class org.eclipse.jdt.internal.compiler.util.SimpleSetOfCharArray
 
includes(char[]) - Method in class org.eclipse.jdt.internal.core.builder.ReferenceCollection
 
includes(char[][]) - Method in class org.eclipse.jdt.internal.core.builder.ReferenceCollection
 
includes(char[][][], char[][]) - Method in class org.eclipse.jdt.internal.core.builder.ReferenceCollection
 
includes(String) - Method in class org.eclipse.jdt.internal.core.builder.StringSet
 
includes(char[]) - Method in class org.eclipse.jdt.internal.core.util.SimpleWordSet
 
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.
includesBinaries() - Method in class org.eclipse.jdt.internal.core.search.AbstractSearchScope
Deprecated.  
includesClasspaths() - Method in interface org.eclipse.jdt.core.search.IJavaSearchScope
Deprecated. Use SearchEngine.createJavaSearchScope(IJavaElement[]) with a Java project instead.
includesClasspaths() - Method in class org.eclipse.jdt.internal.core.search.AbstractSearchScope
Deprecated.  
includesIgnoreCase(IPath) - Method in class org.eclipse.core.internal.watson.ElementTree
Returns true if this element tree includes an element with the given key, ignoring the case of the key, and false otherwise.
InclusionPatternsTests - Class in org.eclipse.jdt.core.tests.model
 
InclusionPatternsTests(String) - Constructor for class org.eclipse.jdt.core.tests.model.InclusionPatternsTests
 
INCOMPATIBLE_JDK_LEVEL - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status constant indicating that a project is prerequisiting some library for which the classfile JDK version level is more recent than the project JDK target level setting.
IncompatibleExceptionInInheritedMethodThrowsClause - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
IncompatibleExceptionInThrowsClause - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
incompatibleExceptionInThrowsClause(SourceTypeBinding, MethodBinding, MethodBinding, ReferenceBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
IncompatibleExceptionInThrowsClauseForNonInheritedInterfaceMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
IncompatibleNonInheritedInterfaceMethod - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
IncompatibleParameterNullity - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
incompatibleParameterNullity(Argument, ReferenceBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
IncompatibleReturnType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
incompatibleReturnType(MethodBinding, MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
IncompatibleReturnTypeForNonInheritedInterfaceMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
IncompatibleReturnTypeNullity - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
incompatibleReturnTypeNullity(MethodDeclaration, ReferenceBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
IncompatibleTypesInConditionalOperator - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
IncompatibleTypesInEqualityOperator - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
IncompatibleTypesInForeach - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
IncompleteEnumSwitch - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
InconsistentHierarchy - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.AttributeNamesConstants
 
IncorrectArityForParameterizedConstructor - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
IncorrectArityForParameterizedMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
IncorrectArityForParameterizedType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
incorrectArityForParameterizedType(ASTNode, TypeBinding, TypeBinding[]) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
IncorrectEnclosingInstanceReference - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
incorrectLocationForNonEmptyDimension(ArrayAllocationExpression, int) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
IncorrectSwitchType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
incorrectSwitchType(Expression, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
incr(boolean) - Method in class org.jmlspecs.jml4.rac.runtime.JMLChecker.CoverageCount
 
increment(int) - Method in class org.eclipse.core.internal.utils.Queue
This method does not affect the queue itself.
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.
INCREMENTAL_BUILD - Static variable in class org.eclipse.core.resources.IncrementalProjectBuilder
Build kind constant (value 10) indicating an incremental build request.
IncrementalBuild - Class in org.eclipse.core.resources.ant
Ant task which runs the platform's incremental build facilities.
IncrementalBuild() - Constructor for class org.eclipse.core.resources.ant.IncrementalBuild
Constructs an IncrementalBuild instance.
incrementalBuild() - Method in class org.eclipse.jdt.core.tests.builder.TestingEnvironment
Incrementally builds the workspace.
incrementalBuild(IPath) - Method in class org.eclipse.jdt.core.tests.builder.TestingEnvironment
Incrementally builds a project.
IncrementalImageBuilder - Class in org.eclipse.jdt.internal.core.builder
The incremental image builder
IncrementalProjectBuilder - Class in org.eclipse.core.resources
The abstract base class for all incremental project builders.
IncrementalProjectBuilder() - Constructor for class org.eclipse.core.resources.IncrementalProjectBuilder
 
IncrementalTests - Class in org.eclipse.jdt.core.tests.builder
 
IncrementalTests(String) - Constructor for class org.eclipse.jdt.core.tests.builder.IncrementalTests
 
incrementCharsetGenerationCount() - Method in class org.eclipse.core.internal.resources.ResourceInfo
Increments the charset generation count.
incrementContentId() - Method in class org.eclipse.core.internal.resources.ResourceInfo
Mark this resource info as having changed content
incrementMarkerGenerationCount() - Method in class org.eclipse.core.internal.resources.ResourceInfo
Increments the marker generation count.
incrementModificationStamp() - Method in class org.eclipse.core.internal.resources.ResourceInfo
Change the modification stamp to indicate that this resource has changed.
increments - Variable in class org.eclipse.jdt.internal.compiler.ast.ForStatement
 
incrementSyncInfoGenerationCount() - Method in class org.eclipse.core.internal.resources.ResourceInfo
Increments the sync information generation count.
incrementSyncInfoGenerationCount() - Method in class org.eclipse.core.internal.resources.RootInfo
Override parent's behaviour and do nothing.
inDebugMode() - Static method in class org.eclipse.core.tests.session.SetupManager
 
InDefinitions - Annotation Type in org.jmlspecs.annotation
 
INDENT - Static variable in class org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest
 
indent() - Method in class org.eclipse.jdt.internal.formatter.Scribe
 
indent_body_declarations_compare_to_annotation_declaration_header - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
indent_body_declarations_compare_to_enum_constant_header - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
indent_body_declarations_compare_to_enum_declaration_header - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
indent_body_declarations_compare_to_type_header - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
indent_breaks_compare_to_cases - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
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_empty_lines - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
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.
indent_statements_compare_to_block - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
indent_statements_compare_to_body - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
indent_switchstatements_compare_to_cases - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
indent_switchstatements_compare_to_switch - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
indentation_size - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
indentationLevel - Variable in class org.eclipse.jdt.internal.formatter.Scribe
 
indentationSize - Variable in class org.eclipse.jdt.internal.formatter.Scribe
 
IndentManipulation - Class in org.eclipse.jdt.core.formatter
Helper class to provide String manipulation functions dealing with indentations.
indentString(String, int) - Static method in class org.eclipse.jdt.core.tests.util.Util
 
INDEX - Static variable in class org.eclipse.core.internal.properties.PropertyBucket
 
INDEX - Static variable in class org.eclipse.core.internal.resources.MarkerReader_1
 
INDEX - Static variable in class org.eclipse.core.internal.resources.MarkerReader_2
 
INDEX - Static variable in class org.eclipse.core.internal.resources.MarkerReader_3
 
INDEX - Static variable in class org.eclipse.core.internal.resources.MarkerSnapshotReader_1
 
INDEX - Static variable in class org.eclipse.core.internal.resources.MarkerSnapshotReader_2
 
INDEX - Static variable in class org.eclipse.core.internal.resources.MarkerWriter
 
INDEX - Static variable in class org.eclipse.core.internal.resources.SyncInfoReader_2
 
INDEX - Static variable in class org.eclipse.core.internal.resources.SyncInfoReader_3
 
INDEX - Static variable in class org.eclipse.core.internal.resources.SyncInfoWriter
 
index - Variable in class org.eclipse.jdt.internal.compiler.codegen.CachedIndexEntry
 
index - Variable in class org.eclipse.jdt.internal.compiler.lookup.SyntheticFieldBinding
 
index - Variable in class org.eclipse.jdt.internal.compiler.lookup.SyntheticMethodBinding
 
index - Variable in class org.eclipse.jdt.internal.compiler.parser.NLSTag
 
Index - Class in org.eclipse.jdt.internal.core.index
An Index maps document names to their referenced words in various categories.
Index(String, String, boolean) - Constructor for class org.eclipse.jdt.internal.core.index.Index
 
INDEX_FILE_NAME - Static variable in interface org.eclipse.jdt.internal.core.JavadocConstants
 
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.
indexAll(IProject) - Method in class org.eclipse.jdt.internal.core.search.indexing.IndexManager
Trigger addition of the entire content of a project Note: the actual operation is performed in background
IndexAllProject - Class in org.eclipse.jdt.internal.core.search.indexing
 
IndexAllProject(IProject, IndexManager) - Constructor for class org.eclipse.jdt.internal.core.search.indexing.IndexAllProject
 
IndexBasedHierarchyBuilder - Class in org.eclipse.jdt.internal.core.hierarchy
 
IndexBasedHierarchyBuilder(TypeHierarchy, IJavaSearchScope) - Constructor for class org.eclipse.jdt.internal.core.hierarchy.IndexBasedHierarchyBuilder
 
IndexBinaryFolder - Class in org.eclipse.jdt.internal.core.search.indexing
 
IndexBinaryFolder(IContainer, IndexManager) - Constructor for class org.eclipse.jdt.internal.core.search.indexing.IndexBinaryFolder
 
indexDocument(SearchDocument, IPath) - Method in class org.eclipse.jdt.core.search.SearchParticipant
Indexes the given document in the given index.
indexDocument(SearchDocument, IPath) - Method in class org.eclipse.jdt.core.tests.model.SearchParticipantTests.TestSearchParticipant
 
indexDocument() - Method in class org.eclipse.jdt.internal.core.search.indexing.AbstractIndexer
 
indexDocument() - Method in class org.eclipse.jdt.internal.core.search.indexing.BinaryIndexer
 
indexDocument(SearchDocument, SearchParticipant, Index, IPath) - Method in class org.eclipse.jdt.internal.core.search.indexing.IndexManager
 
indexDocument() - Method in class org.eclipse.jdt.internal.core.search.indexing.SourceIndexer
 
indexDocument(SearchDocument, IPath) - Method in class org.eclipse.jdt.internal.core.search.JavaSearchParticipant
 
IndexingParser - Class in org.eclipse.jdt.internal.core.search.indexing
 
IndexingParser(ISourceElementRequestor, IProblemFactory, CompilerOptions, boolean, boolean, boolean) - Constructor for class org.eclipse.jdt.internal.core.search.indexing.IndexingParser
 
indexingRequested - Variable in class org.eclipse.jdt.core.tests.model.SearchParticipantTests.TestSearchDocument
 
indexLibrary(IPath, IProject) - Method in class org.eclipse.jdt.internal.core.search.indexing.IndexManager
Trigger addition of a library to an index Note: the actual operation is performed in background
indexLocations - Variable in class org.eclipse.jdt.internal.core.search.indexing.IndexManager
 
indexManager - Variable in class org.eclipse.jdt.internal.core.JavaModelManager
 
IndexManager - Class in org.eclipse.jdt.internal.core.search.indexing
 
IndexManager() - Constructor for class org.eclipse.jdt.internal.core.search.indexing.IndexManager
 
indexOf(Object) - Method in class org.eclipse.core.internal.utils.Queue
 
indexOf(char, char[]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers the first index in the array for which the corresponding character is equal to toBeFound.
indexOf(char[], char[], boolean) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers the first index in the array for which the toBeFound array is a matching subarray following the case rule.
indexOf(char[], char[], boolean, int) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers the first index in the array for which the toBeFound array is a matching subarray following the case rule starting at the index start.
indexOf(char[], char[], boolean, int, int) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers the first index in the array for which the toBeFound array is a matching subarray following the case rule starting at the index start.
indexOf(char, char[], int) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers the first index in the array for which the corresponding character is equal to toBeFound starting the search at index start.
indexOf(char, char[], int, int) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers the first index in the array for which the corresponding character is equal to toBeFound starting the search at index start and before the ending index.
indexOfASTStart(int) - Method in class org.eclipse.jdt.core.tests.dom.AbstractASTTests.MarkerInfo
 
indexOfASTStart(int, int) - Method in class org.eclipse.jdt.core.tests.dom.AbstractASTTests.MarkerInfo
 
indexOfEnclosingPath(IPath, IPath[], int) - Static method in class org.eclipse.jdt.internal.core.util.Util
 
indexOfFirstFieldBinding - Variable in class org.eclipse.jdt.internal.compiler.ast.QualifiedNameReference
 
indexOfJavaLikeExtension(String) - Static method in class org.eclipse.jdt.internal.core.util.Util
 
indexOfMatchingPath(IPath, IPath[], int) - Static method in class org.eclipse.jdt.internal.core.util.Util
 
indexOfNestedPath(IPath, IPath[], int) - Static method in class org.eclipse.jdt.internal.core.util.Util
 
indexOfSameLineEntrySincePC(int, int) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
IndexQueryRequestor - Class in org.eclipse.jdt.internal.core.search
TODO add spec
IndexQueryRequestor() - Constructor for class org.eclipse.jdt.internal.core.search.IndexQueryRequestor
 
IndexRequest - Class in org.eclipse.jdt.internal.core.search.indexing
 
IndexRequest(IPath, IndexManager) - Constructor for class org.eclipse.jdt.internal.core.search.indexing.IndexRequest
 
IndexSelector - Class in org.eclipse.jdt.internal.core.search
Selects the indexes that correspond to projects in a given search scope and that are dependent on a given focus element.
IndexSelector(IJavaSearchScope, SearchPattern) - Constructor for class org.eclipse.jdt.internal.core.search.IndexSelector
 
indexSourceFolder(JavaProject, IPath, char[][], char[][]) - Method in class org.eclipse.jdt.internal.core.search.indexing.IndexManager
Index the content of the given source folder.
indexVariable - Variable in class org.eclipse.jdt.internal.compiler.ast.ForeachStatement
 
IndirectAccessToStaticField - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
indirectAccessToStaticField(ASTNode, FieldBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
IndirectAccessToStaticMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
indirectAccessToStaticMethod(ASTNode, MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
IndirectAccessToStaticType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
IndirectStaticAccess - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
individualToString() - Method in class org.eclipse.jdt.internal.compiler.flow.ExceptionHandlingFlowContext
 
individualToString() - Method in class org.eclipse.jdt.internal.compiler.flow.FinallyFlowContext
 
individualToString() - Method in class org.eclipse.jdt.internal.compiler.flow.FlowContext
 
individualToString() - Method in class org.eclipse.jdt.internal.compiler.flow.InitializationFlowContext
 
individualToString() - Method in class org.eclipse.jdt.internal.compiler.flow.InsideSubRoutineFlowContext
 
individualToString() - Method in class org.eclipse.jdt.internal.compiler.flow.LabelFlowContext
 
individualToString() - Method in class org.eclipse.jdt.internal.compiler.flow.LoopingFlowContext
 
individualToString() - Method in class org.eclipse.jdt.internal.compiler.flow.SwitchFlowContext
 
INEG - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
ineg() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
InferenceContext - Class in org.eclipse.jdt.internal.compiler.lookup
Context used during type inference for a generic method invocation
InferenceContext(MethodBinding) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.InferenceContext
 
inferredReturnType - Variable in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding
 
INFINITE - Static variable in class org.eclipse.core.internal.resources.refresh.win32.Win32Natives
A constant which expresses the concept of the infinite.
INFIX_EXPRESSION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type InfixExpression.
InfixExpression - Class in org.eclipse.jdt.core.dom
Infix expression AST node type.
InfixExpression.Operator - Class in org.eclipse.jdt.core.dom
Infix operators (typesafe enumeration).
INFO - Static variable in interface org.jmlspecs.eclipse.jdt.ui.IEscjavaListener
A severity constant indicating an informational message.
INFORMAL_COMMENT_UNFIXED_TYPE - Static variable in class org.jmlspecs.jml4.lookup.JmlSpecialTypeBinding
 
infos - Variable in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.StackMarker
 
InheritanceTest - Class in org.jmlspecs.eclipse.jdt.core.tests.rac
 
InheritanceTest(String) - Constructor for class org.jmlspecs.eclipse.jdt.core.tests.rac.InheritanceTest
 
InheritedFieldHidesEnclosingName - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
inheritedFrom(Class<?>, String, Class<?>[]) - Static method in class org.jmlspecs.jml4.rac.runtime.JMLChecker
Returns true if a method named name with the formal parameter types, params, can be inherited from the type, class, or its supertypes.
InheritedMethodHidesEnclosingName - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
InheritedMethodReducesVisibility - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
inheritedMethodReducesVisibility(SourceTypeBinding, MethodBinding, MethodBinding[]) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
inheritedMethodsHaveIncompatibleReturnTypes(ASTNode, MethodBinding[], int) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
inheritedMethodsHaveIncompatibleReturnTypes(SourceTypeBinding, MethodBinding[], int) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
inheritedMethodsHaveNameClash(SourceTypeBinding, MethodBinding, MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
InheritedNameHidesEnclosingName - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.ProblemReasons
 
inheritedPositions - Variable in class org.eclipse.jdt.internal.compiler.ast.Javadoc
 
InheritedTypeHidesEnclosingName - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
inheritingSpecification - Variable in class org.jmlspecs.jml4.rac.RacResult
 
init(IModelProviderDescriptor) - Method in class org.eclipse.core.resources.mapping.ModelProvider
This method is called by the model provider framework when the model provider is instantiated.
init(ClassFile) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
Init - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
init(ClassFile) - Method in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream
 
INIT - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
init(IWorkbenchWindow) - Method in class org.jmlspecs.eclipse.jdt.ui.EscjavaAction
We will cache window object in order to be able to provide parent shell for the message dialog.
init(IStructuredSelection) - Method in class org.jmlspecs.eclipse.jdt.ui.NewJmlSpecCreationPage
The wizard owning this page is responsible for calling this method with the current selection.
initCompilerOptions(CompilerOptions) - Static method in class org.jmlspecs.jml4.compiler.CompilerExtensionManager
 
initCompilerOptions(CompilerOptions) - Method in class org.jmlspecs.jml4.compiler.DefaultCompilerExtension
 
initCompilerOptions(CompilerOptions) - Method in interface org.jmlspecs.jml4.compiler.ICompilerExtension
 
initCompilerOptions(CompilerOptions) - Method in class org.jmlspecs.jml4.compiler.JmlCompilerExtension
 
initial(int) - Static method in class org.eclipse.jdt.internal.compiler.flow.FlowInfo
 
INITIAL_CONTENTS_SIZE - Static variable in class org.eclipse.jdt.internal.compiler.ClassFile
 
INITIAL_HEADER_SIZE - Static variable in class org.eclipse.jdt.internal.compiler.ClassFile
 
initial_indentation_level - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
initialization - Variable in class org.eclipse.jdt.internal.compiler.ast.AbstractVariableDeclaration
 
initialization - Variable in class org.jmlspecs.jml4.fspv.theory.ast.TheoryFieldDeclaration
 
initialization - Variable in class org.jmlspecs.jml4.fspv.theory.ast.TheoryLocalDeclaration
 
initialization - Variable in class org.jmlspecs.jml4.fspv.theory.TheoryVariable
 
initializationCount - Variable in class org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding
 
InitializationFlowContext - Class in org.eclipse.jdt.internal.compiler.flow
Reflects the context of code analysis, keeping track of enclosing try statements, exception handlers, etc...
InitializationFlowContext(FlowContext, ASTNode, BlockScope) - Constructor for class org.eclipse.jdt.internal.compiler.flow.InitializationFlowContext
 
initializationPCs - Variable in class org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding
 
initializations - Variable in class org.eclipse.jdt.internal.compiler.ast.ForStatement
 
initializations - Variable in class org.jmlspecs.jml4.fspv.simpl.ast.SimplNewExpression
 
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(CompilerTestSetup) - Method in class org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest
 
initialize(CompilerTestSetup) - Method in class org.eclipse.jdt.core.tests.eval.DebugEvaluationTest
 
initialize(CompilerTestSetup) - Method in class org.eclipse.jdt.core.tests.eval.EvaluationTest
 
initialize(char[]) - Method in class org.eclipse.jdt.core.tests.model.AbstractJavaModelTests.ProblemRequestor
 
initialize(String) - Method in class org.eclipse.jdt.core.tests.model.ClasspathInitializerTests.DefaultVariableInitializer
 
initialize(IPath, IJavaProject) - Method in class org.eclipse.jdt.core.tests.model.ClasspathInitializerTests.NullContainerInitializer
 
initialize(IPath, IJavaProject) - Method in class org.eclipse.jdt.core.tests.model.CompletionTests2.CompletionContainerInitializer
 
initialize(IPath, IJavaProject) - Method in class org.eclipse.jdt.core.tests.model.ContainerInitializer
 
initialize(IPath, IJavaProject) - Method in interface org.eclipse.jdt.core.tests.model.ContainerInitializer.ITestInitializer
 
initialize(IPath, IJavaProject) - Method in class org.eclipse.jdt.core.tests.model.DefaultContainerInitializer
 
initialize(String) - Method in class org.eclipse.jdt.core.tests.model.VariablesInitializer
 
initialize(String) - Method in interface org.eclipse.jdt.core.tests.model.VariablesInitializer.ITestInitializer
 
initialize(CompilerTestSetup) - Method in class org.eclipse.jdt.core.tests.util.AbstractCompilerTest
 
initialize() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
initialize(boolean) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
initialize() - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
initialize(boolean) - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
initialize() - Method in class org.eclipse.jdt.internal.compiler.batch.ClasspathDirectory
 
initialize() - Method in class org.eclipse.jdt.internal.compiler.batch.ClasspathJar
 
initialize() - Method in interface org.eclipse.jdt.internal.compiler.batch.FileSystem.Classpath
Initialize the entry
initialize(SourceTypeBinding, ClassFile, boolean) - Method in class org.eclipse.jdt.internal.compiler.ClassFile
 
initialize(CodeStream) - Method in class org.eclipse.jdt.internal.compiler.codegen.BranchLabel
 
initialize(ClassFile) - Method in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
initialize(boolean) - Method in class org.eclipse.jdt.internal.compiler.DocumentElementParser
 
initialize() - Method in class org.eclipse.jdt.internal.compiler.DocumentElementParser
 
initialize() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
initialize(boolean) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
initialize(JavaProject, int) - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocator
Create a new parser for the given project, as well as a lookup environment.
initialize(IPath, IJavaProject) - Method in class org.eclipse.jdt.internal.core.UserLibraryClasspathContainerInitializer
 
initialize(boolean) - Method in class org.eclipse.jdt.internal.core.util.CommentRecorderParser
 
initialize() - Method in class org.eclipse.jdt.internal.core.util.CommentRecorderParser
 
initializeAfterLoad(IProgressMonitor) - Static method in class org.eclipse.jdt.core.JavaCore
Initializes JavaCore internal structures to allow subsequent operations (such as the ones that need a resolved classpath) to run full speed.
initializeAfterLoadMonitor - Variable in class org.eclipse.jdt.internal.core.BatchInitializationMonitor
 
initializeBounds(Scope, ParameterizedTypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.CaptureBinding
Initialize capture bounds using substituted supertypes e.g.
initializeConstructorAccessor(MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.SyntheticMethodBinding
An constructor accessor is a constructor with an extra argument (declaringClass), in case of collision with an existing constructor, then add again an extra argument (declaringClass again).
initializeDefaultPreferences() - Method in class org.eclipse.core.internal.resources.PreferenceInitializer
 
initializeDefaultPreferences() - Method in class org.eclipse.jdt.internal.core.JavaCorePreferenceInitializer
 
initializeDeprecatedAnnotationTagBits() - Method in class org.eclipse.jdt.internal.compiler.lookup.Binding
Compute the tag bits for @Deprecated annotations, avoiding resolving entire annotation if not necessary.
initializeDeprecatedAnnotationTagBits() - Method in class org.eclipse.jdt.internal.compiler.lookup.MemberTypeBinding
 
initializeDeprecatedAnnotationTagBits() - Method in class org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
 
initializedField - Variable in class org.eclipse.jdt.internal.compiler.lookup.MethodScope
 
initializedTransitions - Variable in class org.eclipse.jdt.core.tests.compiler.regression.NullReferenceImplTransformations.Transformation
 
initializeImportCaches() - Method in class org.eclipse.jdt.internal.codeassist.impl.Engine
 
initializeMaxLocals(MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
initializeMaxLocals(MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream
 
initializeMessages(String, Class) - Static method in class org.eclipse.jdt.internal.compiler.util.Messages
 
initializeMethodAccessor(MethodBinding, boolean, ReferenceBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.SyntheticMethodBinding
An method accessor is a method with an access$N selector, where N is incremented in case of collisions.
initializeParser() - Method in class org.eclipse.jdt.internal.compiler.Compiler
 
initializeParser() - Method in class org.eclipse.jdt.internal.core.CompilationUnitProblemFinder
 
initializeParser() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetCompiler
 
initializeParser() - Method in class org.jmlspecs.jml4.rac.RacCompiler
Initializes a parser for this compiler.
initializePolymorphicSearch(MatchLocator) - Method in class org.eclipse.jdt.internal.core.search.matching.AndLocator
 
initializePolymorphicSearch(MatchLocator) - Method in class org.eclipse.jdt.internal.core.search.matching.MethodLocator
 
initializePolymorphicSearch(MatchLocator) - Method in class org.eclipse.jdt.internal.core.search.matching.OrLocator
 
initializePolymorphicSearch(MatchLocator) - Method in class org.eclipse.jdt.internal.core.search.matching.PatternLocator
Initializes this search pattern so that polymorphic search can be performed.
initializePreferences() - Method in class org.eclipse.jdt.internal.core.JavaModelManager
Initialize preferences lookups for JavaCore plug-in.
INITIALIZER - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type Initializer.
Initializer - Class in org.eclipse.jdt.core.dom
Static or instance initializer AST node type.
INITIALIZER - Static variable in interface org.eclipse.jdt.core.IJavaElement
Constant representing a stand-alone instance or class initializer.
INITIALIZER - Static variable in interface org.eclipse.jdt.core.jdom.IDOMNode
Deprecated. Node type constant indicating an initializer declaration.
initializer - Static variable in class org.eclipse.jdt.core.tests.model.ContainerInitializer
 
initializer - Static variable in class org.eclipse.jdt.core.tests.model.VariablesInitializer
 
INITIALIZER - Static variable in class org.eclipse.jdt.internal.compiler.ast.AbstractVariableDeclaration
 
initializer - Variable in class org.eclipse.jdt.internal.compiler.ast.ArrayAllocationExpression
 
Initializer - Class in org.eclipse.jdt.internal.compiler.ast
 
Initializer(Block, int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.Initializer
 
Initializer - Class in org.eclipse.jdt.internal.core
 
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.
initializerBody - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveredInitializer
 
InitializerElementInfo - Class in org.eclipse.jdt.internal.core
Element info for IInitializer elements.
InitializerElementInfo() - Constructor for class org.eclipse.jdt.internal.core.InitializerElementInfo
 
InitializerMustCompleteNormally - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
initializerMustCompleteNormally(FieldDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
initializeRoots(boolean) - Method in class org.eclipse.jdt.internal.core.DeltaProcessingState
 
initializers() - Method in class org.eclipse.jdt.core.dom.ForStatement
Returns the live ordered list of initializer expressions in this for statement.
INITIALIZERS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.ForStatement
The "initializers" structural property of this node type.
initializerScope - Variable in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
 
initializeScanner() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
initializeScanner() - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
initializeScanner() - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionParser
 
initializeScanner() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
initializeScanner() - Method in class org.eclipse.jdt.internal.core.util.CommentRecorderParser
 
initializeScanner(char[]) - Method in class org.eclipse.jdt.internal.formatter.Scribe
 
initializeState(boolean) - Static method in class org.jmlspecs.eclipse.jdt.internal.compiler.util.Log
Initializes any internal state of the log, e.g.
Initially - Annotation Type in org.jmlspecs.annotation
 
InitiallyDefinitions - Annotation Type in org.jmlspecs.annotation
 
initialPosition - Variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
initialPosition - Variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
InitialTests - Class in org.jmlspecs.eclipse.jdt.core.tests.esc
 
InitialTests(String) - Constructor for class org.jmlspecs.eclipse.jdt.core.tests.esc.InitialTests
 
initJmlModifiersFromAnnotations() - Method in interface org.jmlspecs.jml4.ast.JmlAbstractMethodDeclaration
 
initJmlModifiersFromAnnotations() - Method in class org.jmlspecs.jml4.ast.JmlConstructorDeclaration
 
initJmlModifiersFromAnnotations() - Method in class org.jmlspecs.jml4.ast.JmlFieldDeclaration
 
initJmlModifiersFromAnnotations() - Method in class org.jmlspecs.jml4.ast.JmlMethodDeclaration
 
initsOnBreak() - Method in class org.eclipse.jdt.internal.compiler.flow.FlowContext
 
initsOnBreak - Variable in class org.eclipse.jdt.internal.compiler.flow.SwitchFlowContext
 
initsOnContinue - Variable in class org.eclipse.jdt.internal.compiler.flow.LoopingFlowContext
 
initsOnException(ReferenceBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.ExceptionHandlingFlowContext
 
initsOnFinally - Variable in class org.eclipse.jdt.internal.compiler.flow.FlowContext
 
initsOnReturn - Variable in class org.eclipse.jdt.internal.compiler.flow.ExceptionHandlingFlowContext
 
initsOnReturn() - Method in class org.eclipse.jdt.internal.compiler.flow.ExceptionHandlingFlowContext
 
initsOnReturn() - Method in class org.eclipse.jdt.internal.compiler.flow.FlowContext
 
initsOnReturn - Variable in class org.eclipse.jdt.internal.compiler.flow.InsideSubRoutineFlowContext
 
initsOnReturn() - Method in class org.eclipse.jdt.internal.compiler.flow.InsideSubRoutineFlowContext
 
initStateIndex - Variable in class org.eclipse.jdt.internal.compiler.ast.BranchStatement
 
initStateIndex - Variable in class org.eclipse.jdt.internal.compiler.ast.ReturnStatement
 
initStore(BlockScope, CodeStream) - Method in class org.jmlspecs.jml4.ast.JmlLoopVariant
 
initsWhenFalse - Variable in class org.eclipse.jdt.internal.compiler.flow.ConditionalFlowInfo
 
initsWhenFalse() - Method in class org.eclipse.jdt.internal.compiler.flow.ConditionalFlowInfo
 
initsWhenFalse() - Method in class org.eclipse.jdt.internal.compiler.flow.FlowInfo
Return the flow info that would result from the path associated to the value false for the condition expression that generated this flow info.
initsWhenFalse() - Method in class org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo
 
initsWhenTrue - Variable in class org.eclipse.jdt.internal.compiler.flow.ConditionalFlowInfo
 
initsWhenTrue() - Method in class org.eclipse.jdt.internal.compiler.flow.ConditionalFlowInfo
 
initsWhenTrue() - Method in class org.eclipse.jdt.internal.compiler.flow.FlowInfo
Return the flow info that would result from the path associated to the value true for the condition expression that generated this flow info.
initsWhenTrue() - Method in class org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo
 
initTables() - Static method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
initVariantStore(BlockScope, CodeStream) - Method in class org.jmlspecs.jml4.ast.JmlLoopAnnotations
 
INLINE_ALL_TAGS_LENGTH - Static variable in class org.eclipse.jdt.core.tests.compiler.parser.JavadocCompletionParserTest
 
INLINE_ALL_TAGS_LENGTH - Static variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionJavadocParser
 
INLINE_IDX - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
INLINE_TAGS - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
INLINE_TAGS_LENGTH - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
InlineAssertionMerger - Class in org.jmlspecs.jml4.rac
Merges RAC code of JML in-line assertions to their original assertions.
InlineAssertionMerger() - Constructor for class org.jmlspecs.jml4.rac.InlineAssertionMerger
Creates a new merger.
InlineAssertionTest - Class in org.jmlspecs.eclipse.jdt.core.tests.rac
 
InlineAssertionTest(String) - Constructor for class org.jmlspecs.eclipse.jdt.core.tests.rac.InlineAssertionTest
 
InlineAssertionTranslator - Class in org.jmlspecs.jml4.rac
Translates in-line assertions o RAC code.
InlineAssertionTranslator(VariableGenerator) - Constructor for class org.jmlspecs.jml4.rac.InlineAssertionTranslator
 
InlineAssertionVisitor - Class in org.jmlspecs.jml4.rac
Visitor class to translate a JML in-line assertion into RAC code.
InlineAssertionVisitor() - Constructor for class org.jmlspecs.jml4.rac.InlineAssertionVisitor
Creates a new translator.
inlineForwardReferencesFromLabelsTargeting(BranchLabel, int) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
inlineJsrBytecode - Variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
InMemoryNameEnvironment - Class in org.eclipse.jdt.core.tests.compiler.regression
 
InMemoryNameEnvironment(String[], INameEnvironment[]) - Constructor for class org.eclipse.jdt.core.tests.compiler.regression.InMemoryNameEnvironment
 
INNER_CLASSES - Static variable in interface org.eclipse.jdt.core.util.IAttributeNamesConstants
"InnerClasses" attribute.
INNER_CLASSES_SIZE - Static variable in class org.eclipse.jdt.internal.compiler.ClassFile
 
InnerClassesAttribute - Class in org.eclipse.jdt.internal.core.util
Default implementation of IInnerClassesAttribute.
InnerClassesAttribute(byte[], IConstantPool, int) - Constructor for class org.eclipse.jdt.internal.core.util.InnerClassesAttribute
Constructor for InnerClassesAttribute.
InnerClassesAttributeEntry - Class in org.eclipse.jdt.internal.core.util
Default implementation of IInnerClassesAttributeEntry
InnerClassesAttributeEntry(byte[], IConstantPool, int) - Constructor for class org.eclipse.jdt.internal.core.util.InnerClassesAttributeEntry
 
innerClassesBindings - Variable in class org.eclipse.jdt.internal.compiler.ClassFile
 
InnerClassInfo - Class in org.eclipse.jdt.internal.compiler.classfmt
Describes one entry in the classes table of the InnerClasses attribute.
InnerClassInfo(byte[], int[], int) - Constructor for class org.eclipse.jdt.internal.compiler.classfmt.InnerClassInfo
 
InnerClassName - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.AttributeNamesConstants
 
InnerClassTest - Class in org.jmlspecs.eclipse.jdt.core.tests.rac
Tests specifications attached to inner classes such as member classes, local classes, and anonymous classes.
InnerClassTest(String) - Constructor for class org.jmlspecs.eclipse.jdt.core.tests.rac.InnerClassTest
 
InnerEmulationDependency - Class in org.eclipse.jdt.internal.compiler.lookup
 
InnerEmulationDependency(BlockScope, boolean) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.InnerEmulationDependency
 
InnerEmulationTest - Class in org.eclipse.jdt.core.tests.compiler.regression
 
InnerEmulationTest(String) - Constructor for class org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest
 
innermostCastedExpression() - Method in class org.eclipse.jdt.internal.compiler.ast.CastExpression
 
innermostSwitchCase() - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
Returns the immediately enclosing switchCase statement (carried by closest blockScope),
InnerTypeCompletionTest - Class in org.eclipse.jdt.core.tests.compiler.parser
Completion is expected to be in an inner type
InnerTypeCompletionTest(String) - Constructor for class org.eclipse.jdt.core.tests.compiler.parser.InnerTypeCompletionTest
 
innerTypesCannotDeclareStaticInitializers(ReferenceBinding, Initializer) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
inputOffset - Variable in class org.eclipse.jdt.internal.formatter.Location
 
INSERT - Static variable in class org.eclipse.jdt.core.JavaCore
Configurable option value: "insert".
insert(ASTNode, int) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ListRewriteEvent
 
insert(TextEdit, TextEdit) - Static method in class org.eclipse.jdt.internal.core.SortElementsOperation
 
insert_new_line_after_annotation_on_local_variable - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_new_line_after_annotation_on_member - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_new_line_after_annotation_on_parameter - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_new_line_after_opening_brace_in_array_initializer - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_new_line_at_end_of_file_if_missing - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_new_line_before_catch_in_try_statement - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_new_line_before_closing_brace_in_array_initializer - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_new_line_before_else_in_if_statement - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_new_line_before_finally_in_try_statement - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_new_line_before_while_in_do_statement - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_new_line_in_empty_annotation_declaration - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_new_line_in_empty_anonymous_type_declaration - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_new_line_in_empty_block - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_new_line_in_empty_enum_constant - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_new_line_in_empty_enum_declaration - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_new_line_in_empty_method_body - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_new_line_in_empty_type_declaration - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_and_in_type_parameter - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_assignment_operator - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_at_in_annotation - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_at_in_annotation_type_declaration - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_binary_operator - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_closing_angle_bracket_in_type_arguments - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_closing_angle_bracket_in_type_parameters - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_closing_brace_in_block - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_closing_paren_in_cast - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_colon_in_assert - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_colon_in_case - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_colon_in_conditional - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_colon_in_for - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_colon_in_labeled_statement - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_comma_in_allocation_expression - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_comma_in_annotation - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_comma_in_array_initializer - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_comma_in_constructor_declaration_parameters - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_comma_in_constructor_declaration_throws - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_comma_in_enum_constant_arguments - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_comma_in_enum_declarations - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_comma_in_explicit_constructor_call_arguments - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_comma_in_for_increments - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_comma_in_for_inits - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_comma_in_method_declaration_parameters - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_comma_in_method_declaration_throws - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_comma_in_method_invocation_arguments - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_comma_in_multiple_field_declarations - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_comma_in_multiple_local_declarations - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_comma_in_parameterized_type_reference - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_comma_in_superinterfaces - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_comma_in_type_arguments - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_comma_in_type_parameters - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_ellipsis - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_opening_angle_bracket_in_parameterized_type_reference - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_opening_angle_bracket_in_type_arguments - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_opening_angle_bracket_in_type_parameters - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_opening_brace_in_array_initializer - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_opening_bracket_in_array_allocation_expression - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_opening_bracket_in_array_reference - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_opening_paren_in_annotation - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_opening_paren_in_cast - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_opening_paren_in_catch - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_opening_paren_in_constructor_declaration - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_opening_paren_in_enum_constant - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_opening_paren_in_for - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_opening_paren_in_if - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_opening_paren_in_method_declaration - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_opening_paren_in_method_invocation - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_opening_paren_in_parenthesized_expression - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_opening_paren_in_switch - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_opening_paren_in_synchronized - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_opening_paren_in_while - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_postfix_operator - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_prefix_operator - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_question_in_conditional - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_question_in_wilcard - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_semicolon_in_for - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_unary_operator - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_and_in_type_parameter - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_assignment_operator - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_at_in_annotation_type_declaration - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_binary_operator - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_closing_angle_bracket_in_parameterized_type_reference - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_closing_angle_bracket_in_type_arguments - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_closing_angle_bracket_in_type_parameters - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_closing_brace_in_array_initializer - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_closing_bracket_in_array_allocation_expression - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_closing_bracket_in_array_reference - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_closing_paren_in_annotation - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_closing_paren_in_cast - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_closing_paren_in_catch - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_closing_paren_in_constructor_declaration - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_closing_paren_in_enum_constant - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_closing_paren_in_for - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_closing_paren_in_if - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_closing_paren_in_method_declaration - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_closing_paren_in_method_invocation - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_closing_paren_in_parenthesized_expression - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_closing_paren_in_switch - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_closing_paren_in_synchronized - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_closing_paren_in_while - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_colon_in_assert - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_colon_in_case - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_colon_in_conditional - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_colon_in_default - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_colon_in_for - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_colon_in_labeled_statement - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_comma_in_allocation_expression - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_comma_in_annotation - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_comma_in_array_initializer - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_comma_in_constructor_declaration_parameters - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_comma_in_constructor_declaration_throws - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_comma_in_enum_constant_arguments - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_comma_in_enum_declarations - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_comma_in_explicit_constructor_call_arguments - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_comma_in_for_increments - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_comma_in_for_inits - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_comma_in_method_declaration_parameters - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_comma_in_method_declaration_throws - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_comma_in_method_invocation_arguments - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_comma_in_multiple_field_declarations - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_comma_in_multiple_local_declarations - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_comma_in_parameterized_type_reference - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_comma_in_superinterfaces - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_comma_in_type_arguments - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_comma_in_type_parameters - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_ellipsis - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_opening_angle_bracket_in_parameterized_type_reference - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_opening_angle_bracket_in_type_arguments - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_opening_angle_bracket_in_type_parameters - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_opening_brace_in_annotation_type_declaration - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_opening_brace_in_anonymous_type_declaration - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_opening_brace_in_array_initializer - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_opening_brace_in_block - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_opening_brace_in_constructor_declaration - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_opening_brace_in_enum_constant - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_opening_brace_in_enum_declaration - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_opening_brace_in_method_declaration - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_opening_brace_in_switch - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_opening_brace_in_type_declaration - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_opening_bracket_in_array_allocation_expression - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_opening_bracket_in_array_reference - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_opening_bracket_in_array_type_reference - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_opening_paren_in_annotation - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_opening_paren_in_annotation_type_member_declaration - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_opening_paren_in_catch - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_opening_paren_in_constructor_declaration - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_opening_paren_in_enum_constant - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_opening_paren_in_for - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_opening_paren_in_if - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_opening_paren_in_method_declaration - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_opening_paren_in_method_invocation - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_opening_paren_in_parenthesized_expression - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_opening_paren_in_switch - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_opening_paren_in_synchronized - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_opening_paren_in_while - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_parenthesized_expression_in_return - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_parenthesized_expression_in_throw - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_postfix_operator - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_prefix_operator - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_question_in_conditional - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_question_in_wilcard - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_semicolon - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_semicolon_in_for - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_unary_operator - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_between_brackets_in_array_type_reference - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_between_empty_braces_in_array_initializer - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_between_empty_brackets_in_array_allocation_expression - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_between_empty_parens_in_annotation_type_member_declaration - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_between_empty_parens_in_constructor_declaration - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_between_empty_parens_in_enum_constant - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_between_empty_parens_in_method_declaration - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_between_empty_parens_in_method_invocation - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
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.
insertCompUnit(ICompilationUnit, StringBuffer, String, IPackageFragment) - Method in class org.jmlspecs.eclipse.jdt.ui.NewJmlSpecCreationPage
 
INSERTED - Static variable in class org.eclipse.jdt.internal.core.dom.rewrite.RewriteEvent
Change kind to describe that the event is an insert event.
insertedTokens - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveryScannerData
 
insertedTokensPosition - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveryScannerData
 
insertedTokensPtr - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveryScannerData
 
insertedTokenUsed - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveryScannerData
 
insertField(IField, StringBuffer, String, String) - Method in class org.jmlspecs.eclipse.jdt.ui.NewJmlSpecCreationPage
 
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.
insertInitializer(IInitializer, StringBuffer, String, String) - Method in class org.jmlspecs.eclipse.jdt.ui.NewJmlSpecCreationPage
 
insertionIndex(int[], int, int) - Static method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
This methods searches for an existing entry inside the pcToSourceMap table with a pc equals to @pc.
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.
insertLonger(String) - Method in class org.eclipse.core.internal.localstore.PrefixPool
Insert a String s into the pool of known prefixes, removing any existing prefix of it.
insertMethod(IMethod, StringBuffer, String, String) - Method in class org.jmlspecs.eclipse.jdt.ui.NewJmlSpecCreationPage
 
insertPositionUpdater(IPositionUpdater, int) - Method in class org.eclipse.jdt.internal.core.util.SimpleDocument
 
insertShorter(String) - Method in class org.eclipse.core.internal.localstore.PrefixPool
Insert a String s into the pool of known prefixes, removing any Strings that have s as prefix.
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.
insertSibling(IDOMNode) - Method in class org.eclipse.jdt.internal.core.jdom.DOMNode
Deprecated.  
insertToken(int, int, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveryScanner
 
insertTokens(int[], int, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveryScanner
 
insertType(IType, StringBuffer, String, String) - Method in class org.jmlspecs.eclipse.jdt.ui.NewJmlSpecCreationPage
 
inside() - Method in class org.eclipse.test.internal.performance.eval.StatisticsUtil.Percentile
Returns how much is within the percentile, [0, 1]
insideEnumConstantPart - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveredType
 
InsideJavadoc - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
insideRecovery - Variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
insideRecovery - Variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
InsideSubRoutineFlowContext - Class in org.eclipse.jdt.internal.compiler.flow
Reflects the context of code analysis, keeping track of enclosing try statements, exception handlers, etc...
InsideSubRoutineFlowContext(FlowContext, ASTNode) - Constructor for class org.eclipse.jdt.internal.compiler.flow.InsideSubRoutineFlowContext
 
insideTypeAnnotation - Variable in exception org.eclipse.jdt.internal.codeassist.complete.CompletionNodeFound
 
insideTypeAnnotation - Variable in class org.eclipse.jdt.internal.compiler.lookup.MethodScope
 
INSTALL - Static variable in class org.eclipse.core.tests.session.Setup
 
installBundle(BundleContext, String) - Static method in class org.eclipse.core.tests.harness.BundleTestingHelper
Deprecated.  
installBundle(String, BundleContext, String) - Static method in class org.eclipse.core.tests.harness.BundleTestingHelper
 
InstallException - Exception in org.eclipse.jdt.internal.eval
A InstallException is thrown when installing class files on a target has failed for any reason.
InstallException() - Constructor for exception org.eclipse.jdt.internal.eval.InstallException
Constructs a InstallException with no detail message.
InstallException(String) - Constructor for exception org.eclipse.jdt.internal.eval.InstallException
Constructs a InstallException with the specified detail message.
installMonitor(IResource, IRefreshResult) - Method in class org.eclipse.core.internal.resources.refresh.win32.Win32RefreshProvider
Creates a standard Win32 monitor if the given resource is local.
installMonitor(IResource, IRefreshResult) - Method in class org.eclipse.core.resources.refresh.RefreshProvider
Returns an IRefreshMonitor that will monitor a resource.
installMonitor(IResource, IRefreshResult) - Method in class org.eclipse.core.tests.resources.refresh.TestRefreshProvider
 
Instance - Annotation Type in org.jmlspecs.annotation
 
INSTANCE - Static variable in class org.jmlspecs.jml4.ast.JmlModifier
 
instance_of(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
We didn't call it instanceof because there is a conflit with the instanceof keyword
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 - Static variable in interface org.eclipse.jdt.internal.codeassist.impl.Keywords
 
INSTANCEOF - Static variable in interface org.eclipse.jdt.internal.compiler.ast.OperatorIds
 
INSTANCEOF_EXPRESSION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type InstanceofExpression.
INSTANCEOF_TYPE_REFERENCE - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
Return only type references used as an instance of.
InstanceofExpression - Class in org.eclipse.jdt.core.dom
Instanceof expression AST node type.
InstanceOfExpression - Class in org.eclipse.jdt.internal.compiler.ast
 
InstanceOfExpression(Expression, TypeReference) - Constructor for class org.eclipse.jdt.internal.compiler.ast.InstanceOfExpression
 
instantiateGetClass(TypeBinding, MethodBinding, Scope) - Static method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedMethodBinding
The type of x.getClass() is substituted from 'Class' into: 'Class
instructionPosition - Variable in class org.eclipse.jdt.internal.compiler.codegen.CaseLabel
 
INT - Static variable in class org.eclipse.jdt.core.dom.PrimitiveType
Type code for the primitive type "int".
INT - Static variable in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
Base type definitions
INT - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
INT - Static variable in class org.jmlspecs.jml4.fspv.simpl.ast.SimplConstants
 
Int() - Static method in class org.jmlspecs.jml4.fspv.theory.TheoryType
 
Int2Byte - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
Int2Char - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
Int2Double - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
Int2Float - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
Int2Int - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
Int2Long - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
Int2Short - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
Int2String - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
INT_ARRAY - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
 
INT_INITIAL_SIZE - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
IntConstant - Class in org.eclipse.jdt.internal.compiler.impl
 
IntConstrSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
INTEGER_TAG - Static variable in interface org.eclipse.jdt.core.util.IAnnotationComponentValue
Tag value for a constant of type int
IntegerCache - Class in org.eclipse.jdt.internal.compiler.codegen
 
IntegerCache() - Constructor for class org.eclipse.jdt.internal.compiler.codegen.IntegerCache
Constructs a new, empty hashtable.
IntegerCache(int) - Constructor for class org.eclipse.jdt.internal.compiler.codegen.IntegerCache
Constructs a new, empty hashtable with the specified initial capacity.
IntegerTag - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
 
INTERESTING_PROJECT - Static variable in class org.eclipse.core.tests.internal.builders.TestBuilder
 
interestingFiles() - Method in class org.eclipse.core.tests.resources.IFileTest
Returns some interesting files.
interestingOldState(Object[]) - Method in class org.eclipse.core.tests.resources.TestPerformer
 
interestingProjects() - Method in class org.eclipse.core.tests.resources.IFileTest
Creates and returns some interesting projects
interestingStreams() - Method in class org.eclipse.core.tests.resources.IFileTest
Returns some interesting input streams
INTERFACE - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
The searched element is an interface.
INTERFACE - Static variable in interface org.eclipse.jdt.internal.codeassist.impl.Keywords
 
INTERFACE_AND_ANNOTATION - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
The searched element is an interface or annotation type.
INTERFACE_AND_ANNOTATION_SUFFIX - Static variable in interface org.eclipse.jdt.internal.core.search.indexing.IIndexConstants
 
INTERFACE_DECL - Static variable in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
 
INTERFACE_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.TypeDeclaration
The "interface" structural property of this node type.
INTERFACE_SUFFIX - Static variable in interface org.eclipse.jdt.internal.core.search.indexing.IIndexConstants
 
InterfaceAmbiguous - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Deprecated. - problem is no longer generated, use IProblem.AmbiguousType instead
InterfaceCannotHaveConstructors - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
interfaceCannotHaveConstructors(ConstructorDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
InterfaceCannotHaveInitializers - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
interfaceCannotHaveInitializers(SourceTypeBinding, FieldDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
InterfaceDeclarationTranslator - Class in org.jmlspecs.jml4.rac
Translates JML assertions associated with interfaces to runtime assertion checking (RAC) code.
InterfaceDeclarationTranslator(TypeDeclaration, CompilationUnitDeclaration, CompilationUnitDeclaration) - Constructor for class org.jmlspecs.jml4.rac.InterfaceDeclarationTranslator
Creates a new translator to translate the given source unit to the target unit.
InterfaceInheritedNameHidesEnclosingName - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Deprecated. - problem is no longer generated, use IProblem.InheritedTypeHidesEnclosingName instead
InterfaceInternalNameProvided - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Deprecated. - problem is no longer generated, use IProblem.InternalTypeNameProvided instead
InterfaceMethodRefTag - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
 
InterfaceNotFound - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Deprecated. - problem is no longer generated, use IProblem.UndefinedType instead
InterfaceNotVisible - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Deprecated. - problem is no longer generated, use IProblem.NotVisibleType instead
InterfaceTest - Class in org.jmlspecs.eclipse.jdt.core.tests.rac
 
InterfaceTest(String) - Constructor for class org.jmlspecs.eclipse.jdt.core.tests.rac.InterfaceTest
 
Intern - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
intern(char[]) - Method in class org.eclipse.jdt.internal.core.JavaModelManager
 
intern(String) - Method in class org.eclipse.jdt.internal.core.JavaModelManager
 
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_CONSTRUCTOR_PREFIX - Static variable in interface org.jmlspecs.jml4.rac.RacConstants
Prefix of internal constructor name.
INTERNAL_ERROR - Static variable in interface org.eclipse.core.resources.IResourceStatus
Status code constant (value 566) indicating an error internal to the platform has occurred.
INTERNAL_ERROR - Static variable in class org.eclipse.test.internal.performance.PerformanceTestPlugin
Status code describing an internal error
INTERNAL_METHOD_PREFIX - Static variable in interface org.jmlspecs.jml4.rac.RacConstants
Prefix of internal method name.
InternalBuilder - Class in org.eclipse.core.internal.events
This class is the internal basis for all builders.
InternalBuilder() - Constructor for class org.eclipse.core.internal.events.InternalBuilder
 
InternalCompletionContext - Class in org.eclipse.jdt.internal.codeassist
Internal completion context
InternalCompletionContext() - Constructor for class org.eclipse.jdt.internal.codeassist.InternalCompletionContext
 
InternalCompletionProposal - Class in org.eclipse.jdt.internal.codeassist
Internal completion proposal
InternalCompletionProposal() - Constructor for class org.eclipse.jdt.internal.codeassist.InternalCompletionProposal
 
internalCreate(int, boolean, IProgressMonitor) - Method in class org.eclipse.core.internal.resources.Folder
 
InternalDimensions - Interface in org.eclipse.test.internal.performance
Some hard coded measurement id's.
InternalExtendedCompletionContext - Class in org.eclipse.jdt.internal.codeassist
 
InternalExtendedCompletionContext(InternalCompletionContext, ITypeRoot, CompilationUnitDeclaration, LookupEnvironment, Scope, ASTNode, WorkingCopyOwner, CompletionParser) - Constructor for class org.eclipse.jdt.internal.codeassist.InternalExtendedCompletionContext
 
internalGetCopySources(List, ASTNode) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.RewriteEventStore
 
internalGetDescription() - Method in class org.eclipse.core.internal.resources.Project
This is an internal helper method.
internalGetDescription() - Method in class org.eclipse.core.internal.resources.Workspace
 
InternalHexFloatTest - Class in org.eclipse.jdt.core.tests.compiler.regression
 
InternalHexFloatTest(String) - Constructor for class org.eclipse.jdt.core.tests.compiler.regression.InternalHexFloatTest
 
InternalNameProvided - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.ProblemReasons
 
InternalNamingConventions - Class in org.eclipse.jdt.internal.core
 
InternalNamingConventions() - Constructor for class org.eclipse.jdt.internal.core.InternalNamingConventions
 
internalPath() - Method in class org.eclipse.jdt.internal.core.JarPackageFragmentRoot
 
internalPath() - Method in class org.eclipse.jdt.internal.core.PackageFragmentRoot
 
InternalPerformanceMeter - Class in org.eclipse.test.internal.performance
 
InternalPerformanceMeter(String) - Constructor for class org.eclipse.test.internal.performance.InternalPerformanceMeter
 
InternalReferenceMatch - Class in org.eclipse.jdt.internal.core.search.matching
An intermediate class to store data in the search match and access them in a private manner.
InternalReferenceMatch(IJavaElement, int, int, int, boolean, SearchParticipant, IResource) - Constructor for class org.eclipse.jdt.internal.core.search.matching.InternalReferenceMatch
 
InternalRefreshProvider - Class in org.eclipse.core.internal.refresh
Internal abstract superclass of all refresh providers.
InternalRefreshProvider() - Constructor for class org.eclipse.core.internal.refresh.InternalRefreshProvider
 
InternalScannerTest - Class in org.eclipse.jdt.core.tests.compiler.regression
 
InternalScannerTest(String) - Constructor for class org.eclipse.jdt.core.tests.compiler.regression.InternalScannerTest
 
InternalSearchDocument - Class in org.eclipse.jdt.internal.core.search.indexing
Internal search document implementation
InternalSearchDocument() - Constructor for class org.eclipse.jdt.internal.core.search.indexing.InternalSearchDocument
 
InternalSearchPattern - Class in org.eclipse.jdt.internal.core.search.matching
Internal search pattern implementation
InternalSearchPattern() - Constructor for class org.eclipse.jdt.internal.core.search.matching.InternalSearchPattern
 
internalSetAttributes(Map) - Method in class org.eclipse.core.internal.resources.MarkerInfo
 
internalSetBuildOrder(String[]) - Method in class org.eclipse.core.internal.resources.WorkspaceDescription
 
internalSetLocal(boolean, int) - Method in class org.eclipse.core.internal.resources.Project
 
internalSetLocal(boolean, int) - Method in class org.eclipse.core.internal.resources.WorkspaceRoot
 
InternalTeamHook - Class in org.eclipse.core.internal.resources
The internal abstract superclass of all TeamHook implementations.
InternalTeamHook() - Constructor for class org.eclipse.core.internal.resources.InternalTeamHook
 
InternalTypeNameProvided - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
internalWorked(double) - Method in class org.eclipse.core.tests.harness.FussyProgressMonitor
 
internalWorked(double) - Method in class org.eclipse.core.tests.harness.TestProgressMonitor
 
internalWorked(double) - Method in class org.eclipse.jdt.core.tests.model.CancelCounter
 
internalWorked(double) - Method in class org.eclipse.jdt.core.tests.model.Canceler
 
internalWorked(double) - Method in class org.eclipse.jdt.core.tests.model.TestProgressMonitor
 
internalWorked(double) - Method in class org.eclipse.jdt.internal.core.BatchInitializationMonitor
 
internalWorked(double) - Method in class org.eclipse.jdt.internal.core.JavaModelOperation
 
InternalWorkspaceJob - Class in org.eclipse.core.internal.resources
Batches the activity of a job as a single operation, without obtaining the workspace lock.
InternalWorkspaceJob(String) - Constructor for class org.eclipse.core.internal.resources.InternalWorkspaceJob
 
internalWrite(IProject, IProjectDescription, int, boolean, boolean) - Method in class org.eclipse.core.internal.localstore.FileSystemResourceManager
The target must exist in the workspace.
internQualifiedNames(StringSet) - Static method in class org.eclipse.jdt.internal.core.builder.ReferenceCollection
 
internQualifiedNames(char[][][]) - Static method in class org.eclipse.jdt.internal.core.builder.ReferenceCollection
 
InternSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
internSimpleNames(StringSet) - Static method in class org.eclipse.jdt.internal.core.builder.ReferenceCollection
 
internSimpleNames(char[][], boolean) - Static method in class org.eclipse.jdt.internal.core.builder.ReferenceCollection
 
interrupt() - Method in class org.eclipse.core.internal.events.BuildManager
Another thread is attempting to modify the workspace.
IntersectingPattern - Class in org.eclipse.jdt.internal.core.search.matching
Query the index multiple times and do an 'and' on the results.
IntersectingPattern(int, int) - Constructor for class org.eclipse.jdt.internal.core.search.matching.IntersectingPattern
 
INTERSECTION_TYPE - Static variable in class org.eclipse.jdt.internal.compiler.lookup.Binding
 
IntIntegerSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
IntLiteral - Class in org.eclipse.jdt.internal.compiler.ast
 
IntLiteral(char[], int, int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.IntLiteral
 
IntLiteral(char[], int, int, int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.IntLiteral
 
IntLiteral(int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.IntLiteral
 
IntLiteralMinValue - Class in org.eclipse.jdt.internal.compiler.ast
 
IntLiteralMinValue() - Constructor for class org.eclipse.jdt.internal.compiler.ast.IntLiteralMinValue
 
INTRACONDITION - Static variable in class org.jmlspecs.jml4.rac.runtime.JMLChecker
 
intValue() - Method in class org.eclipse.jdt.internal.compiler.impl.ByteConstant
 
intValue() - Method in class org.eclipse.jdt.internal.compiler.impl.CharConstant
 
intValue() - Method in class org.eclipse.jdt.internal.compiler.impl.Constant
 
intValue() - Method in class org.eclipse.jdt.internal.compiler.impl.DoubleConstant
 
intValue() - Method in class org.eclipse.jdt.internal.compiler.impl.FloatConstant
 
intValue() - Method in class org.eclipse.jdt.internal.compiler.impl.IntConstant
 
intValue() - Method in class org.eclipse.jdt.internal.compiler.impl.LongConstant
 
intValue() - Method in class org.eclipse.jdt.internal.compiler.impl.ShortConstant
 
INTVALUE_INTEGER_METHOD_NAME - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
INTVALUE_INTEGER_METHOD_SIGNATURE - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
INV - Static variable in class org.jmlspecs.jml4.fspv.simpl.ast.SimplConstants
 
INVALID_ARGUMENTS_FOR_INVOKEINTERFACE - Static variable in exception org.eclipse.jdt.core.util.ClassFormatException
 
INVALID_BYTECODE - Static variable in exception org.eclipse.jdt.core.util.ClassFormatException
 
INVALID_CACHE - Static variable in class org.eclipse.core.internal.resources.ContentDescriptionManager
 
INVALID_CHAR_IN_STRING - Static variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
INVALID_CHAR_IN_STRING - Static variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
INVALID_CHARACTER_CONSTANT - Static variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
INVALID_CHARACTER_CONSTANT - Static variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
INVALID_CLASSPATH - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status constant indicating that a classpath entry was invalid
INVALID_CLASSPATH - Static variable in class org.eclipse.jdt.internal.core.JavaProject
Value of the project's raw classpath if the .classpath file contains invalid entries.
INVALID_CLASSPATH_FILE_FORMAT - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status indicating that a .classpath file is ill-formed, and thus cannot be read/written successfully.
INVALID_CONSTANT_POOL_ENTRY - Static variable in exception org.eclipse.jdt.core.util.ClassFormatException
 
INVALID_CONTENTS - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status constant indicating that the specified contents are not valid.
INVALID_CP_CONTAINER_ENTRY - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status constant indicating that a container path was resolved to invalid entries (null or container).
INVALID_DESTINATION - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status constant indicating that a destination provided for a copy/move/rename operation is invalid.
INVALID_DIGIT - Static variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
INVALID_DIGIT - Static variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
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_ESCAPE - Static variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
INVALID_ESCAPE - Static variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
INVALID_FLOAT - Static variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
INVALID_FLOAT - Static variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
INVALID_HANDLE_VALUE - Static variable in class org.eclipse.core.internal.resources.refresh.win32.Win32Natives
A general use constant expressing the value of an invalid handle.
INVALID_HEXA - Static variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
INVALID_HEXA - Static variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
INVALID_HIGH_SURROGATE - Static variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
INVALID_HIGH_SURROGATE - Static variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
INVALID_INPUT - Static variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
INVALID_INPUT - Static variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
INVALID_LOW_SURROGATE - Static variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
INVALID_LOW_SURROGATE - Static variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
INVALID_MAGIC_NUMBER - Static variable in exception org.eclipse.jdt.core.util.ClassFormatException
 
INVALID_NAME - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status constant indicating that a name provided is not syntactically correct.
INVALID_NATURE_SET - Static variable in interface org.eclipse.core.resources.IResourceStatus
Status code constant (value 35) indicating that a given nature set does not satisfy its constraints.
INVALID_OCTAL - Static variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
INVALID_OCTAL - Static variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
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_CHARACTERS - Static variable in class org.eclipse.core.internal.resources.OS
 
INVALID_RESOURCE_NAME - Static variable in interface org.eclipse.core.resources.IResourceStatus
Status code constant (value 278) indicating a file exists in the file system but its name is not a valid resource name.
INVALID_RESOURCE_NAMES - Static variable in class org.eclipse.core.internal.resources.OS
 
INVALID_RESOURCE_TYPE - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status indicating that a Java element could not be created because the underlying resource is not of an appropriate type.
INVALID_SIBLING - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status constant indicating that a sibling specified is not valid.
INVALID_TAG_CONSTANT - Static variable in exception org.eclipse.jdt.core.util.ClassFormatException
 
INVALID_UNICODE_ESCAPE - Static variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
INVALID_UNICODE_ESCAPE - Static variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
INVALID_VALUE - Static variable in interface org.eclipse.core.resources.IResourceStatus
Status code constant (value 77) indicating an invalid value.
InvalidAnnotationMemberType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
invalidAnnotationMemberType(MethodDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
invalidateCache(boolean, IProject) - Method in class org.eclipse.core.internal.resources.ContentDescriptionManager
Marks the cache as invalid.
InvalidBreak - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
invalidBreak(ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
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
 
invalidClasspathSection(String) - Method in interface org.eclipse.jdt.internal.compiler.batch.FileSystem.ClasspathSectionProblemReporter
 
invalidConstructor(Statement, MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
InvalidContinue - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
invalidContinue(ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
InvalidCursorLocation - Exception in org.eclipse.jdt.internal.codeassist.complete
Thrown whenever cursor location is not inside a consistent token for example: inside a string, number, unicode, comments etc...
InvalidCursorLocation(String) - Constructor for exception org.eclipse.jdt.internal.codeassist.complete.InvalidCursorLocation
 
InvalidDigit - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
invalidEnclosingType(Expression, TypeBinding, ReferenceBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
InvalidEncoding - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
InvalidEscape - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
InvalidExplicitConstructorCall - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
invalidExplicitConstructorCall(ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
InvalidExpressionAsStatement - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
invalidExpressionAsStatement(Expression) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
invalidField(FieldReference, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
invalidField(NameReference, FieldBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
invalidField(QualifiedNameReference, FieldBinding, int, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
InvalidFileNameForPackageAnnotations - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
invalidFileNameForPackageAnnotations(Annotation) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
InvalidFloat - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
InvalidHexa - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
InvalidHighSurrogate - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
InvalidInput - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
InvalidInputException - Exception in org.eclipse.jdt.core.compiler
Exception thrown by a scanner when encountering lexical errors.
InvalidInputException() - Constructor for exception org.eclipse.jdt.core.compiler.InvalidInputException
Creates a new exception with no detail message.
InvalidInputException(String) - Constructor for exception org.eclipse.jdt.core.compiler.InvalidInputException
Creates a new exception with the given detail message.
InvalidJavadoc - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
InvalidLowSurrogate - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
invalidMethod(MessageSend, MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
InvalidModifier - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
invalidModifier(String, String, String, JmlTypeBodyDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
invalidModifier(String, String, String, int, int, TypeDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
invalidNullToSynchronize(Expression) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
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
 
invalidOperator(BinaryExpression, TypeBinding, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
invalidOperator(CompoundAssignment, TypeBinding, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
invalidOperator(UnaryExpression, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
InvalidParameterizedExceptionType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
invalidParameterizedExceptionType(TypeBinding, ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
invalidParameters - Variable in class org.eclipse.jdt.internal.compiler.ast.Javadoc
 
InvalidParenthesizedExpression - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
invalidParenthesizedExpression(ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
InvalidStoreRefUsage - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
invalidSuperAsStoreRef(TypeReference) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
invalidThisAsStoreRef(TypeReference) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
invalidType(ASTNode, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
InvalidTypeExpression - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
InvalidTypeForCollection - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
invalidTypeForCollection(Expression) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
InvalidTypeForStaticImport - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
InvalidTypeForStaticImport - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.ProblemReasons
 
invalidTypeReference(Expression) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
invalidTypeToSynchronize(Expression, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
InvalidTypeToSynchronized - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
invalidTypeVariableAsException(TypeBinding, ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
InvalidTypeVariableExceptionType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
InvalidUnaryExpression - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
invalidUnaryExpression(Expression) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
InvalidUnicodeEscape - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
invalidUsageOfAnnotation(Annotation) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
InvalidUsageOfAnnotationDeclarations - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
invalidUsageOfAnnotationDeclarations(TypeDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
InvalidUsageOfAnnotations - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
InvalidUsageOfEnumDeclarations - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
invalidUsageOfEnumDeclarations(TypeDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
InvalidUsageOfForeachStatements - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
invalidUsageOfForeachStatements(LocalDeclaration, Expression) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
InvalidUsageOfStaticImports - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
invalidUsageOfStaticImports(ImportReference) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
InvalidUsageOfThis - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
InvalidUsageOfTypeArguments - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
invalidUsageOfTypeArguments(TypeReference, TypeReference) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
InvalidUsageOfTypeParameters - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
invalidUsageOfTypeParameters(TypeParameter, TypeParameter) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
InvalidUsageOfTypeParametersForAnnotationDeclaration - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
invalidUsageOfTypeParametersForAnnotationDeclaration(TypeDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
InvalidUsageOfTypeParametersForEnumDeclaration - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
invalidUsageOfTypeParametersForEnumDeclaration(TypeDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
InvalidUsageOfVarargs - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
invalidUsageOfVarargs(Argument) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
InvalidUsageOfWildcard - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
InvalidVoidExpression - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
Invariant - Annotation Type in org.jmlspecs.annotation
 
INVARIANT - Static variable in class org.jmlspecs.jml4.esc.gc.lang.KindOfAssertion
 
invariant - Variable in class org.jmlspecs.jml4.fspv.simpl.ast.SimplWhileStatement
 
invariant - Variable in class org.jmlspecs.jml4.fspv.theory.TheoryLoopAnnotationsExpression
 
INVARIANT - Static variable in class org.jmlspecs.jml4.rac.runtime.JMLChecker
 
invariantAt(int) - Method in class org.jmlspecs.jml4.fspv.theory.TheoryLoopAnnotationsExpression
 
InvariantDefinitions - Annotation Type in org.jmlspecs.annotation
 
InvariantLikeMethod - Class in org.jmlspecs.jml4.rac
Generates assertion check methods for type assertions such as invariants and history constraints.
InvariantMethod - Class in org.jmlspecs.jml4.rac
Generates assertion check methods for invariants.
invariants - Variable in class org.jmlspecs.jml4.ast.JmlLoopAnnotations
 
invariants - Variable in class org.jmlspecs.jml4.esc.gc.lang.sugared.SugaredLoopAnnotations
 
invariants - Variable in class org.jmlspecs.jml4.fspv.theory.ast.TheoryWhileStatement
 
invariantSize() - Method in class org.jmlspecs.jml4.fspv.theory.TheoryLoopAnnotationsExpression
 
InvariantTranslator - Class in org.jmlspecs.jml4.rac
Translates invariants clauses to invariant checking methods.
InvariantTranslator(VariableGenerator) - Constructor for class org.jmlspecs.jml4.rac.InvariantTranslator
Creates a new translator.
INVOCATION - Static variable in class org.eclipse.test.internal.performance.data.Unit
 
INVOCATION_ARGUMENT_OK - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
INVOCATION_ARGUMENT_UNCHECKED - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
INVOCATION_ARGUMENT_WILDCARD - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
INVOCATION_COUNT - Static variable in interface org.eclipse.test.internal.performance.InternalDimensions
 
InvocationSite - Interface in org.eclipse.jdt.internal.compiler.lookup
 
INVOKE_METHOD_METHOD_NAME - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
INVOKE_METHOD_METHOD_SIGNATURE - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
invokeClassForName() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
invokeEnumOrdinal(char[]) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
INVOKEINTERFACE - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
invokeinterface(MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
invokeJavaLangAssertionErrorConstructor(int) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
invokeJavaLangAssertionErrorDefaultConstructor() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
invokeJavaLangClassDesiredAssertionStatus() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
invokeJavaLangEnumvalueOf(ReferenceBinding) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
invokeJavaLangEnumValues(TypeBinding, ArrayBinding) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
invokeJavaLangErrorConstructor() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
invokeJavaLangReflectConstructorNewInstance() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
invokeJavaLangReflectMethodInvoke() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
invokeJavaUtilIteratorHasNext() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
invokeJavaUtilIteratorNext() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
invokeMethod(Object[], int) - Method in class org.eclipse.core.tests.resources.TestPerformer
 
invokeNoClassDefFoundErrorStringConstructor() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
invokeObjectGetClass() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
INVOKESPECIAL - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
invokespecial(MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
INVOKESTATIC - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
invokestatic(MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
invokeStringBufferAppend(char[]) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
invokeStringBufferAppendString() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
invokeStringConcatenationAppendForType(int) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
The equivalent code performs a string conversion of the TOS
invokeStringConcatenationDefaultConstructor() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
invokeStringConcatenationStringConstructor() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
invokeStringConcatenationToString() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
invokeStringIntern() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
invokeStringValueOf(int) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
invokeSystemArraycopy() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
invokeSystemOutPrintln() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
invokeThrowableGetMessage() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
INVOKEVIRTUAL - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
invokevirtual(MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
IO - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
IO_EXCEPTION - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status constant indicating that an java.io.IOException occurred.
IOpcodeMnemonics - Interface in org.eclipse.jdt.core.util
Description of each opcode mnemonic according to the JVM specifications.
IOpenable - Interface in org.eclipse.jdt.core
Common protocol for Java elements that must be opened before they can be navigated or modified.
IOR - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
ior() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
IPackageBinding - Interface in org.eclipse.jdt.core.dom
A package binding represents a named or unnamed package.
IPackageDeclaration - Interface in org.eclipse.jdt.core
Represents a package declaration in Java compilation unit.
IPackageFragment - Interface in org.eclipse.jdt.core
A package fragment is a portion of the workspace corresponding to an entire package, or to a portion thereof.
IPackageFragmentRoot - Interface in org.eclipse.jdt.core
A package fragment root contains a set of package fragments.
IParameterAnnotation - Interface in org.eclipse.jdt.core.util
Description of a parameter annotation as described in the JVM specifications (added in J2SE 1.5).
IParent - Interface in org.eclipse.jdt.core
Common protocol for Java elements that contain other Java elements.
IPathRequestor - Interface in org.eclipse.core.internal.watson
Callback interface so visitors can request the path of the object they are visiting.
IPathRequestor - Interface in org.eclipse.jdt.internal.core
 
IPathVariableChangeEvent - Interface in org.eclipse.core.resources
Describes a change in a path variable.
IPathVariableChangeListener - Interface in org.eclipse.core.resources
An interface to be implemented by objects interested in path variable creation, removal and value change events.
IPathVariableManager - Interface in org.eclipse.core.resources
Manages a collection of path variables and resolves paths containing a variable reference.
IPathVariableTest - Class in org.eclipse.core.tests.resources
Tests path variables.
IPathVariableTest() - Constructor for class org.eclipse.core.tests.resources.IPathVariableTest
Default constructor for this class.
IPathVariableTest(String) - Constructor for class org.eclipse.core.tests.resources.IPathVariableTest
Constructor for the class.
IProblem - Interface in org.eclipse.jdt.core.compiler
Description of a Java problem, as detected by the compiler or some of the underlying technology reusing the compiler.
IProblemFactory - Interface in org.eclipse.jdt.internal.compiler
 
IProblemRequestor - Interface in org.eclipse.jdt.core
A callback interface for receiving java problem as they are discovered by some Java operation.
IProject - Interface in org.eclipse.core.resources
A project is a type of resource which groups resources into buildable, reusable units.
IProjectDescription - Interface in org.eclipse.core.resources
A project description contains the meta-data required to define a project.
IProjectDescriptionTest - Class in org.eclipse.core.tests.resources
Tests protocol of IProjectDescription and other specified behavior that relates to the project description.
IProjectDescriptionTest() - Constructor for class org.eclipse.core.tests.resources.IProjectDescriptionTest
 
IProjectDescriptionTest(String) - Constructor for class org.eclipse.core.tests.resources.IProjectDescriptionTest
 
IProjectNature - Interface in org.eclipse.core.resources
Interface for project nature runtime classes.
IProjectNatureDescriptor - Interface in org.eclipse.core.resources
A project nature descriptor contains information about a project nature obtained from the plug-in manifest (plugin.xml) file.
IProjectTest - Class in org.eclipse.core.tests.resources
 
IProjectTest() - Constructor for class org.eclipse.core.tests.resources.IProjectTest
 
IProjectTest(String) - Constructor for class org.eclipse.core.tests.resources.IProjectTest
 
IProjectTest - Class in org.eclipse.core.tests.resources.regression
 
IProjectTest() - Constructor for class org.eclipse.core.tests.resources.regression.IProjectTest
 
IProjectTest(String) - Constructor for class org.eclipse.core.tests.resources.regression.IProjectTest
 
IProjectTest - Class in org.eclipse.core.tests.resources.usecase
 
IProjectTest() - Constructor for class org.eclipse.core.tests.resources.usecase.IProjectTest
 
IProjectTest(String) - Constructor for class org.eclipse.core.tests.resources.usecase.IProjectTest
 
IPropertyManager - Interface in org.eclipse.core.internal.properties
 
IProverStrategy - Interface in org.jmlspecs.jml4.esc.provercoordinator.strategy
 
IRefreshMonitor - Interface in org.eclipse.core.resources.refresh
An IRefreshMonitor monitors trees of IResources for changes in the local file system.
IRefreshResult - Interface in org.eclipse.core.resources.refresh
An IRefreshResult is provided to an auto-refresh monitor.
IRegion - Interface in org.eclipse.jdt.core
A Java model region describes a hierarchical set of elements.
IREM - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
irem() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
IRequestor - Interface in org.eclipse.jdt.internal.eval
A callback interface for receiving code snippet evaluation results.
IResource - Interface in org.eclipse.core.resources
The workspace analog of file system files and directories.
IResourceChangeDescriptionFactory - Interface in org.eclipse.core.resources.mapping
This factory is used to build a resource delta that represents a proposed change that can then be passed to the ResourceChangeValidator.validateChange(IResourceDelta, IProgressMonitor) method in order to validate the change with any model providers stored in those resources.
IResourceChangeEvent - Interface in org.eclipse.core.resources
Resource change events describe changes to resources.
IResourceChangeEventTest - Class in org.eclipse.core.tests.resources
This class tests the public API of IResourceChangeEvent.
IResourceChangeEventTest() - Constructor for class org.eclipse.core.tests.resources.IResourceChangeEventTest
 
IResourceChangeEventTest(String) - Constructor for class org.eclipse.core.tests.resources.IResourceChangeEventTest
 
IResourceChangeListener - Interface in org.eclipse.core.resources
A resource change listener is notified of changes to resources in the workspace.
IResourceChangeListenerTest - Class in org.eclipse.core.tests.resources
Tests behavior of IResourceChangeListener, including validation that correct deltas are received for all types of workspace changes.
IResourceChangeListenerTest() - Constructor for class org.eclipse.core.tests.resources.IResourceChangeListenerTest
 
IResourceChangeListenerTest(String) - Constructor for class org.eclipse.core.tests.resources.IResourceChangeListenerTest
 
IResourceDelta - Interface in org.eclipse.core.resources
A resource delta represents changes in the state of a resource tree between two discrete points in time.
IResourceDeltaTest - Class in org.eclipse.core.tests.resources
Tests the public API of IResourceDelta
IResourceDeltaTest() - Constructor for class org.eclipse.core.tests.resources.IResourceDeltaTest
 
IResourceDeltaTest(String) - Constructor for class org.eclipse.core.tests.resources.IResourceDeltaTest
 
IResourceDeltaVisitor - Interface in org.eclipse.core.resources
An objects that visits resource deltas.
IResourceProxy - Interface in org.eclipse.core.resources
A lightweight interface for requesting information about a resource.
IResourceProxyVisitor - Interface in org.eclipse.core.resources
This interface is implemented by objects that visit resource trees.
IResourceRuleFactory - Interface in org.eclipse.core.resources
A resource rule factory returns scheduling rules for API methods that modify the workspace.
IResourceStatus - Interface in org.eclipse.core.resources
Represents status related to resources in the Resources plug-in and defines the relevant status code constants.
IResourceTest - Class in org.eclipse.core.tests.resources
 
IResourceTest() - Constructor for class org.eclipse.core.tests.resources.IResourceTest
 
IResourceTest(String) - Constructor for class org.eclipse.core.tests.resources.IResourceTest
 
IResourceTest - Class in org.eclipse.core.tests.resources.regression
 
IResourceTest() - Constructor for class org.eclipse.core.tests.resources.regression.IResourceTest
 
IResourceTest(String) - Constructor for class org.eclipse.core.tests.resources.regression.IResourceTest
 
IResourceTest - Class in org.eclipse.core.tests.resources.usecase
 
IResourceTest() - Constructor for class org.eclipse.core.tests.resources.usecase.IResourceTest
 
IResourceTest(String) - Constructor for class org.eclipse.core.tests.resources.usecase.IResourceTest
 
IResourceTree - Interface in org.eclipse.core.resources.team
Provides internal access to the workspace resource tree for the purposes of implementing the move and delete operations.
IResourceVisitor - Interface in org.eclipse.core.resources
This interface is implemented by objects that visit resource trees.
IRestrictedAccessTypeRequestor - Interface in org.eclipse.jdt.internal.core.search
A IRestrictedAccessTypeRequestor collects search results from a searchAllTypeNames query to a SearchBasicEngine providing restricted access information when a type is accepted.
IRETURN - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
ireturn() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
ireturn() - Method in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream
 
irritant - Variable in exception org.eclipse.jdt.internal.codeassist.complete.InvalidCursorLocation
 
IRuntimeInvisibleAnnotationsAttribute - Interface in org.eclipse.jdt.core.util
Description of a runtime invisible annotations attribute as described in the JVM specifications (added in J2SE 1.5).
IRuntimeInvisibleParameterAnnotationsAttribute - Interface in org.eclipse.jdt.core.util
Description of a runtime invisible parameter annotations attribute as described in the JVM specifications (added in J2SE 1.5).
IRuntimeVisibleAnnotationsAttribute - Interface in org.eclipse.jdt.core.util
Description of a runtime visible annotations attribute as described in the JVM specifications (added in J2SE 1.5).
IRuntimeVisibleParameterAnnotationsAttribute - Interface in org.eclipse.jdt.core.util
Description of a runtime visible parameter annotations attribute as described in the JVM specification (added in J2SE 1.5).
IS_AFTER_JUMP - Static variable in class org.eclipse.jdt.internal.compiler.parser.diagnose.LexStream
 
isA(String) - Method in class org.eclipse.core.tests.session.Setup
 
IsabelleAdapter - Class in org.jmlspecs.jml4.esc.provercoordinator.prover.isabelle
 
IsabelleAdapter(CompilerOptions, ProblemReporter) - Constructor for class org.jmlspecs.jml4.esc.provercoordinator.prover.isabelle.IsabelleAdapter
 
IsabelleVisitor - Class in org.jmlspecs.jml4.esc.provercoordinator.prover.isabelle
 
IsabelleVisitor(String) - Constructor for class org.jmlspecs.jml4.esc.provercoordinator.prover.isabelle.IsabelleVisitor
 
isAbstract(int) - Static method in class org.eclipse.jdt.core.dom.Modifier
Returns whether the given flags includes the "abstract" modifier.
isAbstract() - Method in class org.eclipse.jdt.core.dom.Modifier
Answer true if the receiver is the abstract modifier, false otherwise.
isAbstract(int) - Static method in class org.eclipse.jdt.core.Flags
Returns whether the given integer includes the abstract modifier.
isAbstract() - Method in class org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
 
isAbstract() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
 
isAbstract() - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
Answer true if the receiver is an abstract type
isAccessible() - Method in class org.eclipse.core.internal.resources.Project
 
isAccessible() - Method in class org.eclipse.core.internal.resources.Resource
 
isAccessible() - Method in class org.eclipse.core.internal.resources.ResourceProxy
 
isAccessible() - Method in interface org.eclipse.core.resources.IResource
Returns whether this resource is accessible.
isAccessible() - Method in interface org.eclipse.core.resources.IResourceProxy
Returns whether the resource being visited is accessible.
isActive(IJavaProject) - Method in class org.eclipse.jdt.core.compiler.CompilationParticipant
Returns whether this participant is active for a given project.
isActive() - Method in interface org.eclipse.jdt.core.IProblemRequestor
Predicate allowing the problem requestor to signal whether or not it is currently interested by problem reports.
isActive() - Method in class org.eclipse.jdt.core.tests.builder.EfficiencyCompilerRequestor
 
isActive(IJavaProject) - Method in class org.eclipse.jdt.core.tests.builder.TestBuilderParticipant
 
isActive() - Method in class org.eclipse.jdt.core.tests.model.AbstractJavaModelTests.BasicProblemRequestor
 
isActive - Variable in class org.eclipse.jdt.core.tests.model.AbstractJavaModelTests.ProblemRequestor
 
isActive() - Method in class org.eclipse.jdt.core.tests.model.AbstractJavaModelTests.ProblemRequestor
 
isActive(IJavaProject) - Method in class org.eclipse.jdt.core.tests.model.TestCompilationParticipant
 
isActive() - Method in interface org.eclipse.jdt.internal.compiler.IDebugRequestor
 
isActive() - Method in class org.eclipse.jdt.internal.core.JavaModelManager.PerWorkingCopyInfo
 
isActive() - Static method in class org.eclipse.test.internal.performance.db.DB
 
isActive(IJavaProject) - Method in class org.jmlspecs.eclipse.jdt.ui.EscjavaCompilationParticipant
 
isActive(int) - Static method in class org.jmlspecs.jml4.rac.runtime.JMLChecker
Determines if the runtime code for checking this type of assertion should be executed.
isAffected(IJavaElementDelta, int) - Method in class org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy
Returns true if the given delta could change this type hierarchy
isAllowableChild(IDOMNode) - Method in interface org.eclipse.jdt.core.jdom.IDOMNode
Deprecated. Returns whether the given node is an allowable child for this node.
isAllowableChild(IDOMNode) - Method in class org.eclipse.jdt.internal.core.jdom.DOMNode
Deprecated.  
isAllowingRequiredProposals(int, int) - Method in class org.eclipse.jdt.core.CompletionRequestor
Returns whether a proposal of a given kind with a required proposal of the given kind is allowed.
isAncestorOf(IJavaElement) - Method in class org.eclipse.jdt.internal.core.JavaElement
Returns true if this element is an ancestor of the given element, otherwise false.
isAngel() - Method in class org.jmlspecs.jml4.rac.runtime.JMLRacValue
Returns true if this object represents an angelic undefinedness.
isAnnotation() - Method in class org.eclipse.jdt.core.dom.Annotation
 
isAnnotation() - Method in interface org.eclipse.jdt.core.dom.IExtendedModifier
Returns whether this extended modifier is an annotation.
isAnnotation() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
Returns whether this type binding represents an annotation type.
isAnnotation() - Method in class org.eclipse.jdt.core.dom.Modifier
 
isAnnotation(int) - Static method in class org.eclipse.jdt.core.Flags
Returns whether the given integer has the AccAnnotation bit set.
isAnnotation() - Method in interface org.eclipse.jdt.core.IType
Returns whether this type represents an annotation type.
isAnnotation() - Method in interface org.eclipse.jdt.core.jdom.IDOMType
Deprecated. Returns whether this type represents an annotation type ("@interface" instead of "interface").
isAnnotation - Variable in class org.eclipse.jdt.internal.compiler.ISourceElementRequestor.MethodInfo
 
isAnnotation() - Method in class org.eclipse.jdt.internal.core.BinaryType
 
isAnnotation() - Method in class org.eclipse.jdt.internal.core.SourceType
 
IsAnnotationDefaultValue - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
isAnnotationMember() - Method in interface org.eclipse.jdt.core.dom.IMethodBinding
Returns whether this is the binding for an annotation type member.
isAnnotationMethod() - Method in class org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
 
isAnnotationMethod() - Method in class org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration
 
isAnnotationMethod() - Method in class org.eclipse.jdt.internal.core.SourceAnnotationMethodInfo
 
isAnnotationMethod() - Method in class org.eclipse.jdt.internal.core.SourceConstructorInfo
 
isAnnotationMethod() - Method in class org.eclipse.jdt.internal.core.SourceMethodElementInfo
 
isAnnotationMethod() - Method in class org.eclipse.jdt.internal.core.SourceMethodInfo
 
isAnnotationProcessor() - Method in class org.eclipse.jdt.core.compiler.CompilationParticipant
Returns whether this participant is interested in only Annotations.
isAnnotationProcessor() - Method in class org.eclipse.jdt.core.tests.builder.TestBuilderParticipant
 
isAnnotationProcessor() - Method in class org.jmlspecs.eclipse.jdt.ui.EscjavaCompilationParticipant
 
isAnnotationType() - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
 
isAnnotationType() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
 
isAnonymous() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
Returns whether this type binding represents an anonymous class.
isAnonymous() - Method in interface org.eclipse.jdt.core.IType
Returns whether this type represents an anonymous type.
isAnonymous() - Method in class org.eclipse.jdt.internal.compiler.classfmt.ClassFileReader
Answer true if the receiver is an anonymous type, false otherwise
isAnonymous() - Method in interface org.eclipse.jdt.internal.compiler.env.IBinaryType
Answer true if the receiver is an anonymous class.
isAnonymous() - Method in class org.eclipse.jdt.internal.core.BinaryType
 
isAnonymous() - Method in class org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType
 
isAnonymous() - Method in class org.eclipse.jdt.internal.core.SourceType
 
isAnonymous() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetSkeleton
 
isAnonymousMember() - Method in class org.eclipse.jdt.internal.core.SourceTypeElementInfo
 
IsAnonymousType - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
IsAnonymousType - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
 
isAnonymousType() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
 
IsAnySubRoutineEscaping - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
isArchive() - Method in class org.eclipse.core.resources.ResourceAttributes
Returns whether this ResourceAttributes object is marked archive.
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).
isArchive() - Method in class org.eclipse.jdt.internal.core.JarPackageFragmentRoot
 
isArchive() - Method in class org.eclipse.jdt.internal.core.PackageFragmentRoot
 
IsArgument - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
 
isArgument() - Method in class org.jmlspecs.jml4.fspv.theory.ast.TheorySingleNameReference
 
isArgument() - Method in class org.jmlspecs.jml4.fspv.theory.TheoryVariable
 
isArray() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
Returns whether this type binding represents an array type.
isArraySuffix() - Method in class org.jmlspecs.jml4.ast.JmlName
 
isArrayType() - Method in class org.eclipse.jdt.core.dom.Type
Returns whether this type is an array type (ArrayType).
IsArrayType - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
 
isArrayType() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
 
isArrayType() - Method in class org.jmlspecs.jml4.fspv.theory.ast.TheoryFieldDeclaration
 
isArrayType() - Method in class org.jmlspecs.jml4.fspv.theory.ast.TheoryLocalDeclaration
 
isAssignable(TypeReference, Expression, BlockScope, FlowContext, FlowInfo) - Static method in class org.jmlspecs.jml4.nonnull.Nullity
 
isAssignmentCompatible(ITypeBinding) - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
Returns whether an expression of this type can be assigned to a variable of the given type, as specified in section 5.2 of The Java Language Specification, Third Edition (JLS3).
isAutobuildBuildPending() - Method in class org.eclipse.core.internal.events.BuildManager
Returns whether an autobuild is pending (requested but not yet completed).
isAutoBuilding() - Method in class org.eclipse.core.internal.resources.Workspace
 
isAutoBuilding() - Method in class org.eclipse.core.internal.resources.WorkspaceDescription
 
isAutoBuilding() - Method in interface org.eclipse.core.resources.IWorkspace
Returns whether this workspace performs autobuilds.
isAutoBuilding() - Method in interface org.eclipse.core.resources.IWorkspaceDescription
Returns whether this workspace performs autobuilds.
isAutoBuilding() - Method in class org.eclipse.jdt.core.tests.builder.TestingEnvironment
 
ISaveContext - Interface in org.eclipse.core.resources
A context for workspace save operations.
ISavedState - Interface in org.eclipse.core.resources
A data structure returned by IWorkspace.addSaveParticipant(org.eclipse.core.runtime.Plugin, ISaveParticipant) containing a save number and an optional resource delta.
ISaveParticipant - Interface in org.eclipse.core.resources
A participant in the saving of the workspace.
isBasedOn(IResource) - Method in interface org.eclipse.jdt.core.IWorkingCopy
Deprecated. Use ICompilationUnit.hasResourceChanged() instead.
isBasedOn(IResource) - Method in class org.eclipse.jdt.internal.core.CompilationUnit
Deprecated.  
isBaseline() - Method in class org.eclipse.test.internal.performance.results.BuildResults
Returns whether the build is a baseline build or not.
isBaselined() - Method in class org.eclipse.test.internal.performance.results.ConfigResults
Returns whether the configuration has results for the performance baseline build or not.
IsBaseType - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
 
isBaseType() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
 
isBaseType() - Method in class org.jmlspecs.jml4.fspv.theory.ast.TheoryFieldDeclaration
 
isBetter(NameEnvironmentAnswer) - Method in class org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer
 
isBetter(NameLookup.Answer) - Method in class org.eclipse.jdt.internal.core.NameLookup.Answer
 
isBinary() - Method in interface org.eclipse.jdt.core.IMember
Returns whether this member is from a class file.
isBinary() - Method in class org.eclipse.jdt.internal.core.BinaryMember
 
isBinary() - Method in class org.eclipse.jdt.internal.core.Member
 
isBinaryBinding() - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
 
IsBinaryBinding - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
 
isBinaryType() - Method in class org.eclipse.jdt.core.tests.compiler.parser.SourceType
 
isBinaryType() - Method in class org.eclipse.jdt.internal.compiler.classfmt.ClassFileReader
Answer whether the receiver contains the resolved binary form or the unresolved source form of the type.
isBinaryType() - Method in interface org.eclipse.jdt.internal.compiler.env.IGenericType
Answer whether the receiver contains the resolved binary form or the unresolved source form of the type.
isBinaryType() - Method in class org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer
Answer whether the receiver contains the resolved binary form of the type.
isBinaryType() - Method in class org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType
Answer whether the receiver contains the resolved binary form or the unresolved source form of the type.
isBinaryType() - Method in class org.eclipse.jdt.internal.core.hierarchy.HierarchyType
Answer whether the receiver contains the resolved binary form or the unresolved source form of the type.
isBinaryType() - Method in class org.eclipse.jdt.internal.core.SourceTypeElementInfo
 
isBinaryType() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetSkeleton
 
isBlankFinal() - Method in class org.eclipse.jdt.internal.compiler.lookup.VariableBinding
 
isBlock - Variable in class org.jmlspecs.jml4.esc.vc.lang.VcQuantifiedExpression
 
isBlockComment() - Method in class org.eclipse.jdt.core.dom.Comment
Returns whether this comment is a block comment (BlockComment).
isBlockStack() - Method in class org.jmlspecs.jml4.fspv.theory.TheoryHelper
 
isBool() - Method in class org.jmlspecs.jml4.fspv.theory.TheoryType
 
isBoolean(TypeBinding) - Static method in class org.jmlspecs.jml4.esc.util.Type
 
isBooleanType() - Method in class org.jmlspecs.jml4.fspv.theory.ast.TheoryFieldDeclaration
 
isBooleanType() - Method in class org.jmlspecs.jml4.fspv.theory.ast.TheoryLocalDeclaration
 
isBound() - Method in class org.jmlspecs.jml4.fspv.theory.TheoryVariable
 
IsBoundParameterizedType - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
 
isBoundParameterizedType() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
Returns true if parameterized type AND not of the form List
isBoxingCompatibleWith(TypeBinding, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
isBreakable() - Method in class org.eclipse.jdt.internal.compiler.flow.FlowContext
 
isBreakable() - Method in class org.eclipse.jdt.internal.compiler.flow.SwitchFlowContext
 
isBridge(int) - Static method in class org.eclipse.jdt.core.Flags
Returns whether the given integer has the AccBridge bit set.
isBridge() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
 
isBuilderEnabled(IProject, String) - Static method in class org.jmlspecs.eclipse.jdt.internal.esc2.Utils
Checks whether a project is enabled for a given builder (both has the builder and the builder is turned on).
isBuilding(int) - Method in class org.eclipse.core.internal.events.BuildCommand
 
isBuilding(int) - Method in interface org.eclipse.core.resources.ICommand
Returns whether this build command responds to the given kind of build.
isCanceled() - Method in class org.eclipse.core.tests.harness.CancelingProgressMonitor
 
isCanceled() - Method in class org.eclipse.core.tests.harness.FussyProgressMonitor
 
isCanceled() - Method in class org.eclipse.core.tests.harness.TestProgressMonitor
 
isCanceled() - Method in class org.eclipse.jdt.core.compiler.CompilationProgress
Returns whether cancellation of the compilation has been requested.
isCanceled() - Method in class org.eclipse.jdt.core.tests.model.CancelCounter
 
isCanceled() - Method in class org.eclipse.jdt.core.tests.model.Canceler
 
isCanceled() - Method in class org.eclipse.jdt.core.tests.model.TestProgressMonitor
 
isCanceled() - Method in class org.eclipse.jdt.internal.core.BatchInitializationMonitor
 
isCanceled() - Method in interface org.eclipse.jdt.internal.core.IJavaElementRequestor
Returns true if this IJavaElementRequestor does not want to receive any more results.
isCanceled() - Method in class org.eclipse.jdt.internal.core.JavaElementRequestor
 
isCanceled() - Method in class org.eclipse.jdt.internal.core.JavaModelOperation
 
isCanceledCounter - Variable in class org.eclipse.jdt.core.tests.model.TestProgressMonitor
 
IScanner - Interface in org.eclipse.jdt.core.compiler
Definition of a Java scanner, as returned by the ToolFactory.
isCapture() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
Returns whether this type binding represents a capture binding.
isCapture() - Method in class org.eclipse.jdt.internal.compiler.lookup.CaptureBinding
 
isCapture() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
Returns true if the type is the capture of some wildcard
isCascaded() - Method in class org.eclipse.core.tests.session.ConfigurationSessionTestSuite
 
isCaseLabel() - Method in class org.eclipse.jdt.internal.compiler.codegen.BranchLabel
 
isCaseLabel() - Method in class org.eclipse.jdt.internal.compiler.codegen.CaseLabel
 
isCaseSensitive() - Method in class org.eclipse.core.tests.internal.filesystem.ram.MemoryFileSystem
 
isCastCompatible(ITypeBinding) - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
Returns whether this type is cast compatible with the given type, as specified in section 5.5 of The Java Language Specification, Third Edition (JLS3).
isCatchArgument - Variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnArgumentName
 
isChildListProperty() - Method in class org.eclipse.jdt.core.dom.StructuralPropertyDescriptor
Returns whether this property is a child list property (instance of ChildListPropertyDescriptor.
isChildProperty() - Method in class org.eclipse.jdt.core.dom.StructuralPropertyDescriptor
Returns whether this property is a child property (instance of ChildPropertyDescriptor.
isClass() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
Returns whether this type binding represents a class type or a recovered binding.
isClass() - Method in interface org.eclipse.jdt.core.IClassFile
Returns whether this type represents a class.
isClass() - Method in interface org.eclipse.jdt.core.IType
Returns whether this type represents a class.
isClass() - Method in interface org.eclipse.jdt.core.jdom.IDOMType
Deprecated. Returns whether this type is a class.
isClass() - Method in class org.eclipse.jdt.core.tests.compiler.parser.SourceType
 
isClass() - Method in interface org.eclipse.jdt.core.util.IClassFileReader
Answer true if this .class file represents an class, false otherwise.
isClass() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnParameterizedQualifiedTypeReference
 
isClass() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnQualifiedTypeReference
 
isClass() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnSingleTypeReference
 
isClass() - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
 
isClass() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
 
isClass() - Method in class org.eclipse.jdt.internal.core.BinaryType
 
isClass() - Method in class org.eclipse.jdt.internal.core.ClassFile
 
isClass() - Method in class org.eclipse.jdt.internal.core.SourceType
 
isClass() - Method in class org.eclipse.jdt.internal.core.util.ClassFileReader
 
isClassFileName(char[]) - Static method in class org.eclipse.jdt.internal.compiler.util.Util
Returns true iff str.toLowerCase().endsWith(".class") implementation is not creating extra strings.
isClassFileName(String) - Static method in class org.eclipse.jdt.internal.compiler.util.Util
Returns true iff str.toLowerCase().endsWith(".class") implementation is not creating extra strings.
isClasspathBeingResolved(IJavaProject) - Method in class org.eclipse.jdt.internal.core.JavaModelManager
 
IsClassPathCorrect - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
isClassPathCorrect(char[][], CompilationUnitDeclaration, Object) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
isClasspathVariableReadOnly(String) - Static method in class org.eclipse.jdt.core.JavaCore
Returns whether a given classpath variable is read-only or not.
isClassType() - Method in class org.jmlspecs.jml4.fspv.theory.ast.TheoryFieldDeclaration
 
isClassType() - Method in class org.jmlspecs.jml4.fspv.theory.ast.TheoryLocalDeclaration
 
isClinit() - Method in interface org.eclipse.jdt.core.util.IMethodInfo
Answer true if this method info represents a <clinit> method, false otherwise.
isClinit() - Method in class org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
 
isClinit() - Method in class org.eclipse.jdt.internal.compiler.ast.Clinit
 
isClinit() - Method in class org.eclipse.jdt.internal.compiler.classfmt.MethodInfo
Answer true if the method is a class initializer, false otherwise.
isClinit() - Method in interface org.eclipse.jdt.internal.compiler.env.IBinaryMethod
Answer whether the receiver represents a class initializer method.
isClinit() - Method in class org.eclipse.jdt.internal.core.util.MethodInfo
 
isClinit() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetSkeleton.BinaryMethodSkeleton
 
isClosed() - Method in interface org.eclipse.jdt.core.IBuffer
Returns whether this buffer has been closed.
isClosed() - Method in class org.eclipse.jdt.core.tests.model.OverflowingCacheTests.OverflowingTestBuffer
 
isClosed() - Method in class org.eclipse.jdt.core.tests.model.TestBuffer
 
isClosed() - Method in class org.eclipse.jdt.internal.core.Buffer
 
isClosingHtmlTag() - Method in class org.eclipse.jdt.internal.formatter.FormatJavadocText
Returns whether the text is a closing html tag or not.
isCollapsed(ASTNode) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.NodeInfoStore
 
isComment(int) - Static method in class org.eclipse.jdt.internal.core.dom.rewrite.TokenScanner
 
isCompactableOperation() - Method in class org.eclipse.jdt.internal.compiler.ast.AND_AND_Expression
 
isCompactableOperation() - Method in class org.eclipse.jdt.internal.compiler.ast.BinaryExpression
 
isCompactableOperation() - Method in class org.eclipse.jdt.internal.compiler.ast.EqualExpression
 
isCompactableOperation() - Method in class org.eclipse.jdt.internal.compiler.ast.Expression
 
isCompactableOperation() - Method in class org.eclipse.jdt.internal.compiler.ast.OR_OR_Expression
 
isCompatibleWith(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.ArrayBinding
 
isCompatibleWith(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.BaseTypeBinding
 
isCompatibleWith(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
Answer true if the receiver type can be assigned to the argument type (right) In addition to improving performance, caching also ensures there is no infinite regression since per nature, the compatibility check is recursive through parameterized type arguments (122775)
isCompatibleWith(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
 
isCompatibleWith(TypeBinding) - Method in class org.jmlspecs.jml4.lookup.JmlSpecialTypeBinding
 
isCompilationUnit() - Method in class org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer
Answer whether the receiver contains the compilation unit which defines the type.
isCompiled(SourceFile) - Method in class org.eclipse.jdt.internal.core.builder.WorkQueue
 
isCompletionNode - Variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnSingleTypeReference
 
IsCompoundAssigned - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
isConfigurable() - Method in class org.eclipse.core.internal.events.BuildCommand
 
isConfigurable() - Method in interface org.eclipse.core.resources.ICommand
Returns whether this command allows configuring of what kinds of builds it responds to.
isConflicting(ISchedulingRule) - Method in class org.eclipse.core.internal.resources.Resource
 
isConsistent() - Method in interface org.eclipse.jdt.core.IOpenable
Returns whether the element is consistent with its underlying resource or buffer.
isConsistent() - Method in class org.eclipse.jdt.core.tests.model.OverflowingCacheTests.OverflowingTestOpenable
 
isConsistent() - Method in class org.eclipse.jdt.internal.core.CompilationUnit
 
isConsistent() - Method in class org.eclipse.jdt.internal.core.Openable
Subclasses must override as required.
isConstantValueOfTypeAssignableToType(TypeBinding, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.ast.Expression
 
isConstantValueRepresentable(Constant, int, int) - Static method in class org.eclipse.jdt.internal.compiler.ast.Expression
 
isConstructor() - Method in class org.eclipse.jdt.core.CompletionProposal
Returns whether this proposal is a constructor.
isConstructor() - Method in interface org.eclipse.jdt.core.dom.IMethodBinding
Returns whether this binding is for a constructor or a method.
isConstructor() - Method in class org.eclipse.jdt.core.dom.MethodDeclaration
Returns whether this declaration declares a constructor or a method.
isConstructor() - Method in interface org.eclipse.jdt.core.IMethod
Returns whether this method is a constructor.
isConstructor() - Method in interface org.eclipse.jdt.core.jdom.IDOMMethod
Deprecated. Returns whether this method is a constructor.
isConstructor() - Method in class org.eclipse.jdt.core.search.MethodReferenceMatch
Returns whether the reference is on a constructor.
isConstructor() - Method in class org.eclipse.jdt.core.tests.compiler.parser.SourceMethod
 
isConstructor() - Method in interface org.eclipse.jdt.core.util.IMethodInfo
Answer true if this method info represents a constructor, false otherwise.
isConstructor() - Method in class org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
 
isConstructor() - Method in class org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration
 
isConstructor() - Method in class org.eclipse.jdt.internal.compiler.classfmt.MethodInfo
Answer true if the method is a constructor, false otherwise.
isConstructor() - Method in interface org.eclipse.jdt.internal.compiler.env.IGenericMethod
 
isConstructor - Variable in class org.eclipse.jdt.internal.compiler.ISourceElementRequestor.MethodInfo
 
isConstructor() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
 
isConstructor() - Method in class org.eclipse.jdt.internal.core.SourceConstructorInfo
 
isConstructor() - Method in class org.eclipse.jdt.internal.core.SourceMethod
 
isConstructor() - Method in class org.eclipse.jdt.internal.core.SourceMethodElementInfo
 
isConstructor() - Method in class org.eclipse.jdt.internal.core.SourceMethodInfo
 
isConstructor() - Method in class org.eclipse.jdt.internal.core.util.MethodInfo
 
isConstructor() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetSkeleton.BinaryMethodSkeleton
 
isConstructorCall() - Method in class org.eclipse.jdt.core.tests.eval.JDIStackFrame
 
isConstructorCall - Variable in class org.eclipse.jdt.internal.compiler.lookup.MethodScope
 
isConstructorType - Variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnSingleTypeReference
 
isContinuable() - Method in class org.eclipse.jdt.internal.compiler.flow.FlowContext
 
isContinuable() - Method in class org.eclipse.jdt.internal.compiler.flow.LoopingFlowContext
 
isContinuedTo() - Method in class org.eclipse.jdt.internal.compiler.flow.LoopingFlowContext
 
isCrashTest() - Method in class org.eclipse.core.tests.session.TestDescriptor
 
isCreateMethods() - Method in class org.jmlspecs.eclipse.jdt.ui.NewJmlSpecCreationPage
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.
isDeclaration - Variable in exception org.eclipse.jdt.internal.codeassist.select.SelectionNodeFound
 
isDeclaredMonoNonNull() - Method in class org.eclipse.jdt.internal.compiler.ast.CastExpression
 
isDeclaredMonoNonNull() - Method in class org.eclipse.jdt.internal.compiler.ast.ConditionalExpression
 
isDeclaredMonoNonNull() - Method in class org.eclipse.jdt.internal.compiler.ast.Expression
 
isDeclaredMonoNonNull() - Method in class org.eclipse.jdt.internal.compiler.ast.NullLiteral
 
isDeclaredMonoNonNull() - Method in class org.jmlspecs.jml4.ast.JmlAllocationExpression
 
isDeclaredMonoNonNull() - Method in class org.jmlspecs.jml4.ast.JmlArrayQualifiedTypeReference
 
isDeclaredMonoNonNull() - Method in class org.jmlspecs.jml4.ast.JmlArrayReference
 
isDeclaredMonoNonNull() - Method in class org.jmlspecs.jml4.ast.JmlArrayTypeReference
 
isDeclaredMonoNonNull() - Method in class org.jmlspecs.jml4.ast.JmlAssignment
 
isDeclaredMonoNonNull() - Method in class org.jmlspecs.jml4.ast.JmlFieldReference
 
isDeclaredMonoNonNull() - Method in class org.jmlspecs.jml4.ast.JmlMessageSend
 
isDeclaredMonoNonNull() - Method in class org.jmlspecs.jml4.ast.JmlParameterizedQualifiedTypeReference
 
isDeclaredMonoNonNull() - Method in class org.jmlspecs.jml4.ast.JmlParameterizedSingleTypeReference
 
isDeclaredMonoNonNull() - Method in class org.jmlspecs.jml4.ast.JmlQualifiedNameReference
 
isDeclaredMonoNonNull() - Method in class org.jmlspecs.jml4.ast.JmlQualifiedTypeReference
 
isDeclaredMonoNonNull() - Method in class org.jmlspecs.jml4.ast.JmlSingleNameReference
 
isDeclaredMonoNonNull() - Method in class org.jmlspecs.jml4.ast.JmlSingleTypeReference
 
isDeclaredMonoNonNull() - Method in interface org.jmlspecs.jml4.ast.JmlTypeReference
 
isDeclaredMonoNonNull() - Method in class org.jmlspecs.jml4.ast.JmlWildcard
 
isDeclaredNonNull() - Method in class org.eclipse.jdt.internal.compiler.ast.CastExpression
 
isDeclaredNonNull() - Method in class org.eclipse.jdt.internal.compiler.ast.ConditionalExpression
 
isDeclaredNonNull() - Method in class org.eclipse.jdt.internal.compiler.ast.Expression
 
isDeclaredNonNull() - Method in class org.eclipse.jdt.internal.compiler.ast.NullLiteral
 
isDeclaredNonNull() - Method in class org.jmlspecs.jml4.ast.JmlAllocationExpression
 
isDeclaredNonNull() - Method in class org.jmlspecs.jml4.ast.JmlArrayQualifiedTypeReference
 
isDeclaredNonNull() - Method in class org.jmlspecs.jml4.ast.JmlArrayReference
 
isDeclaredNonNull() - Method in class org.jmlspecs.jml4.ast.JmlArrayTypeReference
 
isDeclaredNonNull() - Method in class org.jmlspecs.jml4.ast.JmlAssignment
 
isDeclaredNonNull() - Method in class org.jmlspecs.jml4.ast.JmlCastExpression
 
isDeclaredNonNull() - Method in class org.jmlspecs.jml4.ast.JmlCastExpressionWithoutType
 
isDeclaredNonNull() - Method in class org.jmlspecs.jml4.ast.JmlFieldReference
 
isDeclaredNonNull() - Method in class org.jmlspecs.jml4.ast.JmlMessageSend
 
isDeclaredNonNull() - Method in class org.jmlspecs.jml4.ast.JmlParameterizedQualifiedTypeReference
 
isDeclaredNonNull() - Method in class org.jmlspecs.jml4.ast.JmlParameterizedSingleTypeReference
 
isDeclaredNonNull() - Method in class org.jmlspecs.jml4.ast.JmlQualifiedNameReference
 
isDeclaredNonNull() - Method in class org.jmlspecs.jml4.ast.JmlQualifiedTypeReference
 
isDeclaredNonNull() - Method in class org.jmlspecs.jml4.ast.JmlSingleNameReference
 
isDeclaredNonNull() - Method in class org.jmlspecs.jml4.ast.JmlSingleTypeReference
 
isDeclaredNonNull() - Method in interface org.jmlspecs.jml4.ast.JmlTypeReference
 
isDeclaredNonNull() - Method in class org.jmlspecs.jml4.ast.JmlWildcard
 
isDeclaringPackageFragment(IPackageFragment, ReferenceBinding) - Static method in class org.eclipse.jdt.internal.core.search.matching.PackageReferenceLocator
 
isDefault() - Method in interface org.eclipse.jdt.core.dom.IMemberValuePairBinding
 
isDefault() - Method in class org.eclipse.jdt.core.dom.SwitchCase
Returns whether this switch case represents the "default:" case.
isDefault() - Method in class org.eclipse.jdt.internal.compiler.lookup.FieldBinding
 
isDefault() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
 
isDefault() - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
Answer true if the receiver has default visibility
isDefaultAbstract() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
 
isDefaultConstructor() - Method in interface org.eclipse.jdt.core.dom.IMethodBinding
Returns whether this binding is known to be a compiler-generated default constructor.
isDefaultConstructor() - Method in class org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
 
IsDefaultConstructor - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
isDefaultConstructor() - Method in class org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration
 
isDefaultPackage() - Method in interface org.eclipse.jdt.core.IPackageFragment
Returns whether this package fragment is a default package.
isDefaultPackage() - Method in class org.eclipse.jdt.internal.core.PackageFragment
 
isDefined(String) - Method in class org.eclipse.core.internal.resources.PathVariableManager
 
isDefined(String) - Method in interface org.eclipse.core.resources.IPathVariableManager
Returns true if the given variable is defined and false otherwise.
isDefinedInField(FieldBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
isDefinedInMethod(MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
isDefinedInSameUnit(ReferenceBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
isDefinedInType(ReferenceBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
isDefinitelyAssigned(Scope, int, LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
isDefinitelyAssigned(FieldBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.ConditionalFlowInfo
 
isDefinitelyAssigned(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.ConditionalFlowInfo
 
isDefinitelyAssigned(FieldBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.FlowInfo
Check status of definite assignment for a field.
isDefinitelyAssigned(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.FlowInfo
Check status of definite assignment for a local.
isDefinitelyAssigned(FieldBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo
 
isDefinitelyAssigned(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo
 
isDefinitelyNonNull(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.ConditionalFlowInfo
 
isDefinitelyNonNull(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.FlowInfo
Check status of definite non-null value for a given local variable.
isDefinitelyNonNull(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo
 
isDefinitelyNull(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.ConditionalFlowInfo
 
isDefinitelyNull(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.FlowInfo
Check status of definite null value for a given local variable.
isDefinitelyNull(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo
 
isDefinitelyUnknown(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.ConditionalFlowInfo
 
isDefinitelyUnknown(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.FlowInfo
Check status of definite unknown value for a given local variable.
isDefinitelyUnknown(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo
 
isDeleted() - Method in class org.eclipse.core.internal.localstore.Bucket.Entry
 
isDeltaNeeded() - Method in class org.eclipse.core.internal.resources.SaveContext
 
isDeltaValid() - Method in class org.eclipse.core.tests.internal.builders.DeltaVerifierBuilder
Returns whether the resource delta passed all verification checks.
isDeltaValid() - Method in class org.eclipse.core.tests.resources.ResourceDeltaVerifier
Returns whether the resource delta passed all verification checks.
isDemon() - Method in class org.jmlspecs.jml4.rac.runtime.JMLRacValue
Returns true if this object represents a demonic undefinedness.
isDeprecated() - Method in interface org.eclipse.jdt.core.dom.IBinding
Return whether this binding is for something that is deprecated.
isDeprecated(int) - Static method in class org.eclipse.jdt.core.Flags
Returns whether the given integer includes the indication that the element is deprecated (@deprecated tag in Javadoc comment).
isDeprecated() - Method in interface org.eclipse.jdt.core.util.IFieldInfo
Return true if the field info has a deprecated attribute, false otherwise.
isDeprecated() - Method in interface org.eclipse.jdt.core.util.IMethodInfo
Answer true if this method info has a deprecated attribute, false otherwise.
isDeprecated() - Method in class org.eclipse.jdt.internal.compiler.lookup.FieldBinding
 
isDeprecated() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
 
isDeprecated() - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
Answer true if the receiver is a deprecated type
isDeprecated() - Method in class org.eclipse.jdt.internal.core.util.FieldInfo
 
isDeprecated() - Method in class org.eclipse.jdt.internal.core.util.MethodInfo
 
isDerived(int) - Method in class org.eclipse.core.internal.resources.Project
 
isDerived() - Method in class org.eclipse.core.internal.resources.Resource
 
isDerived(int) - Method in class org.eclipse.core.internal.resources.Resource
 
isDerived() - Method in class org.eclipse.core.internal.resources.ResourceProxy
 
isDerived(int) - Method in class org.eclipse.core.internal.resources.WorkspaceRoot
 
isDerived() - Method in interface org.eclipse.core.resources.IResource
Returns whether this resource subtree is marked as derived.
isDerived(int) - Method in interface org.eclipse.core.resources.IResource
Returns whether this resource subtree is marked as derived.
isDerived() - Method in interface org.eclipse.core.resources.IResourceProxy
Returns whether the resource being visited is derived.
isDescription() - Method in class org.eclipse.jdt.internal.formatter.FormatJavadocBlock
Returns whether the block is the javadoc comment description or not.
isDescriptionSynchronized(IProject) - Method in class org.eclipse.core.internal.localstore.FileSystemResourceManager
Returns true if the given project's description is synchronized with the project description file on disk, and false otherwise.
isDigit(char) - Static method in class org.eclipse.jdt.internal.compiler.parser.ScannerHelper
 
isDirty() - Method in class org.eclipse.core.internal.localstore.Bucket.Entry
 
isDisabledCommand(ICommand, String) - Static method in class org.jmlspecs.eclipse.jdt.internal.esc2.Utils
This routine checks whether the given command is a disabled instance of the given builder.
isDocComment() - Method in class org.eclipse.jdt.core.dom.Comment
Returns whether this comment is a doc comment (Javadoc).
isDoesNotExist() - Method in interface org.eclipse.jdt.core.IJavaModelStatus
Returns whether this status indicates that a Java model element does not exist.
isDoesNotExist() - Method in exception org.eclipse.jdt.core.JavaModelException
Returns whether this exception indicates that a Java model element does not exist.
isDoesNotExist() - Method in class org.eclipse.jdt.internal.core.JavaModelStatus
 
isDuplicateLocalVariable(char[]) - Method in class org.eclipse.jdt.internal.compiler.lookup.BlockScope
 
isDuplicateLocator(String, String) - Method in class org.eclipse.jdt.internal.core.builder.State
 
ISearchPattern - Interface in org.eclipse.jdt.core.search
Deprecated. Since 3.0, the class SearchPattern replaces this interface.
ISearchRequestor - Interface in org.eclipse.jdt.internal.codeassist
This is the internal requestor passed to the searchable name environment so as to process the multiple search results as they are discovered.
ISelectionRequestor - Interface in org.eclipse.jdt.internal.codeassist
A selection requestor accepts results from the selection engine.
IsElseIfStatement - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
isEmpty() - Method in class org.eclipse.core.internal.events.NodeIDMap
Returns true if there are no elements in the map, and false otherwise.
isEmpty() - Method in class org.eclipse.core.internal.localstore.Bucket.Entry
 
isEmpty() - Method in class org.eclipse.core.internal.localstore.HistoryBucket.HistoryEntry
 
isEmpty() - Method in class org.eclipse.core.internal.resources.MarkerAttributeMap
 
isEmpty() - Method in class org.eclipse.core.internal.resources.MarkerSet
 
isEmpty() - Method in class org.eclipse.core.internal.utils.ObjectMap
 
isEmpty() - Method in class org.eclipse.core.internal.utils.Queue
 
isEmpty() - Method in class org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration
 
isEmpty() - Method in class org.eclipse.jdt.internal.core.index.EntryResult
 
isEmpty() - Method in class org.jmlspecs.jml4.esc.gc.IncarnationMap
 
isEmpty() - Method in class org.jmlspecs.samples.stacks.BoundedStack
 
isEmpty() - Method in interface org.jmlspecs.samples.stacks.BoundedThing
 
isEmptyBlock() - Method in class org.eclipse.jdt.internal.compiler.ast.Block
 
isEmptyBlock() - Method in class org.eclipse.jdt.internal.compiler.ast.Statement
 
isEmptyDelta() - Method in class org.eclipse.core.internal.dtree.DeltaDataTree
 
isEnabledCommand(ICommand, String) - Static method in class org.jmlspecs.eclipse.jdt.internal.esc2.Utils
This routine checks whether the given command is an enabled instance of the given builder.
isEndOfLineComment(int) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.LineCommentEndOffsets
 
isEndOfLineComment(int, char[]) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.LineCommentEndOffsets
 
isEnum() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
Returns whether this type binding represents an enum type.
isEnum(int) - Static method in class org.eclipse.jdt.core.Flags
Returns whether the given integer has the AccEnum bit set.
isEnum() - Method in interface org.eclipse.jdt.core.IType
Returns whether this type represents an enumeration class.
isEnum() - Method in interface org.eclipse.jdt.core.jdom.IDOMType
Deprecated. Returns whether this type represents an enumeration class ("enum" instead of "class").
isEnum() - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
 
isEnum() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
 
isEnum() - Method in class org.eclipse.jdt.internal.core.BinaryType
 
isEnum() - Method in class org.eclipse.jdt.internal.core.SourceType
 
isEnumConstant() - Method in interface org.eclipse.jdt.core.dom.IVariableBinding
Returns whether this binding is for an enum constant.
isEnumConstant() - Method in interface org.eclipse.jdt.core.IField
Returns whether this field represents an enum constant.
isEnumConstant() - Method in class org.eclipse.jdt.internal.core.SourceField
 
isEqualityOp - Variable in class org.jmlspecs.jml4.esc.vc.lang.VcOperator
 
isEqualTo(IBinding) - Method in interface org.eclipse.jdt.core.dom.IBinding
Returns whether this binding has the same key as that of the given binding.
isEquivalent() - Method in class org.eclipse.jdt.core.search.SearchMatch
Returns whether match element is compatible with searched pattern or not.
isEquivalentTo(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding
Returns true if a type is identical to another one, or for generic types, true if compared to its raw type.
isEquivalentTo(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.CaptureBinding
 
isEquivalentTo(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
 
isEquivalentTo(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.RawTypeBinding
 
isEquivalentTo(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
Returns true if a type is identical to another one, or for generic types, true if compared to its raw type.
isEquivalentTo(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
Returns true if a type is identical to another one, or for generic types, true if compared to its raw type.
isErasure() - Method in class org.eclipse.jdt.core.search.SearchMatch
Returns whether match element only has same erasure than searched pattern or not.
isErasureBoundTo(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding
Returns true if the type variable is directly bound to a given type
isError() - Method in interface org.eclipse.jdt.core.compiler.IProblem
Checks the severity to see if the Error bit is set.
isError() - Method in class org.eclipse.jdt.internal.compiler.problem.DefaultProblem
 
isExact() - Method in class org.eclipse.jdt.core.search.SearchMatch
Returns whether element matches exactly searched pattern or not.
isException() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnParameterizedQualifiedTypeReference
 
isException() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnQualifiedTypeReference
 
isException() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnSingleTypeReference
 
isExcluded(char[], char[][], char[][], boolean) - Static method in class org.eclipse.jdt.internal.compiler.util.Util
 
isExcluded(IJavaElement) - Static method in class org.eclipse.jdt.internal.core.util.Util
 
isExcluded(IPath, char[][], char[][], boolean) - Static method in class org.eclipse.jdt.internal.core.util.Util
 
isExcluded(IResource, char[][], char[][]) - Static method in class org.eclipse.jdt.internal.core.util.Util
 
isExecutable() - Method in class org.eclipse.core.resources.ResourceAttributes
Returns whether this ResourceAttributes object is marked executable.
isExists() - Method in class org.jmlspecs.jml4.esc.vc.lang.VcQuantifier
 
isExists() - Method in class org.jmlspecs.jml4.fspv.theory.TheoryQuantifier
 
isExplicitNonNull - Variable in class org.jmlspecs.jml4.ast.JmlCastExpression
 
isExported() - Method in interface org.eclipse.jdt.core.IClasspathEntry
Returns whether this entry is exported to dependent projects.
isExported - Variable in class org.eclipse.jdt.internal.core.ClasspathEntry
The export flag
isExported() - Method in class org.eclipse.jdt.internal.core.ClasspathEntry
 
isExpressionNull() - Method in class org.jmlspecs.jml4.fspv.simpl.SimplMemoryManagement
 
isExtended() - Method in class org.eclipse.jdt.core.CompletionContext
Returns whether this completion context is an extended context.
isExtendedContextRequired() - Method in class org.eclipse.jdt.core.CompletionRequestor
Returns whether this requestor requires an extended context.
isExtending - Variable in class org.jmlspecs.jml4.ast.JmlMethodSpecification
 
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.
isExternal() - Method in class org.eclipse.jdt.internal.core.ExternalPackageFragmentRoot
 
isExternal() - Method in class org.eclipse.jdt.internal.core.JarPackageFragmentRoot
 
isExternal() - Method in class org.eclipse.jdt.internal.core.PackageFragmentRoot
 
isExternalFolderPath(IPath) - Static method in class org.eclipse.jdt.internal.core.ExternalFoldersManager
 
isFakeToken() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveryScanner
 
isField() - Method in interface org.eclipse.jdt.core.dom.IVariableBinding
Returns whether this binding is for a field.
isField() - Method in class org.jmlspecs.jml4.esc.gc.lang.expr.CfgAssignable
 
isField() - Method in class org.jmlspecs.jml4.esc.gc.lang.expr.CfgFieldReference
 
isField() - Method in class org.jmlspecs.jml4.esc.gc.lang.simple.expr.SimpleAssignable
 
isField() - Method in class org.jmlspecs.jml4.esc.gc.lang.simple.expr.SimpleFieldReference
 
isField() - Method in class org.jmlspecs.jml4.esc.gc.lang.sugared.expr.SugaredAssignable
 
isField() - Method in class org.jmlspecs.jml4.fspv.theory.ast.TheorySingleNameReference
 
isFieldUseDeprecated(FieldBinding, Scope, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
isFile() - Method in interface org.eclipse.jdt.core.IJarEntryResource
Returns true if this jar entry represents a file.
isFile() - Method in class org.eclipse.jdt.internal.core.JarEntryDirectory
 
isFile() - Method in class org.eclipse.jdt.internal.core.JarEntryFile
 
isFile(Object) - Static method in class org.eclipse.jdt.internal.core.JavaModel
Helper method - returns whether an object is afile (ie.
isFile() - Method in class org.eclipse.jdt.internal.core.NonJavaResource
 
isFileDeleted(File) - Static method in class org.eclipse.jdt.core.tests.util.Util
Returns whether a file is really deleted or not.
isFinal(int) - Static method in class org.eclipse.jdt.core.dom.Modifier
Returns whether the given flags includes the "final" modifier.
isFinal() - Method in class org.eclipse.jdt.core.dom.Modifier
Answer true if the receiver is the final modifier, false otherwise.
isFinal(int) - Static method in class org.eclipse.jdt.core.Flags
Returns whether the given integer includes the final modifier.
isFinal() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
 
isFinal() - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
Answer true if the receiver is final and cannot be subclassed
isFinal() - Method in class org.eclipse.jdt.internal.compiler.lookup.VariableBinding
 
isFirst() - Method in class org.eclipse.jdt.internal.formatter.FormatJavadocBlock
Returns whether the block is the first block of the javadoc comment or not (independently of the fact it's a description or not).
isFolder() - Method in class org.eclipse.core.internal.localstore.UnifiedTreeNode
 
isForall() - Method in class org.jmlspecs.jml4.esc.vc.lang.VcQuantifier
 
isForall() - Method in class org.jmlspecs.jml4.fspv.theory.TheoryQuantifier
 
isFromSource() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
Returns whether this type binding originated in source code.
isFull() - Method in class org.jmlspecs.samples.stacks.BoundedStack
 
isFull() - Method in interface org.jmlspecs.samples.stacks.BoundedThing
 
isGenericMethod() - Method in interface org.eclipse.jdt.core.dom.IMethodBinding
Returns whether this method binding represents a declaration of a generic method.
isGenericType() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
Returns whether this type binding represents a declaration of a generic class or interface.
isGenericType() - Method in class org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding
 
isGenericType() - Method in class org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
 
isGenericType() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
 
isGhost(long) - Static method in class org.jmlspecs.jml4.ast.JmlModifier
 
isGhostField(FieldDeclaration) - Static method in class org.jmlspecs.jml4.rac.RacTranslator
Is the given field a JML ghost field? A field is a JML ghost field if it has a Ghost annotation.
isGlobal() - Method in class org.eclipse.test.internal.performance.data.Sample
 
isGlobal - Variable in class org.eclipse.test.internal.performance.db.SummaryEntry
 
isHead() - Method in class org.eclipse.core.internal.utils.Cache.Entry
 
isHeaderLine() - Method in class org.eclipse.jdt.internal.formatter.FormatJavadocBlock
Returns whether the first block starts on the same line than the javadoc starting delimiter or not.
isHelper(long) - Static method in class org.jmlspecs.jml4.ast.JmlModifier
 
isHelperMethod(AbstractMethodDeclaration) - Method in class org.jmlspecs.jml4.rac.WrapperMethodGenerator
 
isHidden() - Method in class org.eclipse.core.internal.resources.Resource
 
isHidden(int) - Method in class org.eclipse.core.internal.resources.Resource
 
isHidden() - Method in class org.eclipse.core.internal.resources.ResourceProxy
 
isHidden() - Method in class org.eclipse.core.internal.resources.WorkspaceRoot
 
isHidden(int) - Method in class org.eclipse.core.internal.resources.WorkspaceRoot
 
isHidden() - Method in interface org.eclipse.core.resources.IResource
Returns whether this resource is hidden in the resource tree.
isHidden(int) - Method in interface org.eclipse.core.resources.IResource
Returns whether this resource is hidden in the resource tree.
isHidden() - Method in interface org.eclipse.core.resources.IResourceProxy
Returns whether the resource being visited is a hidden resource.
isHidden() - Method in class org.eclipse.core.resources.ResourceAttributes
Returns whether this ResourceAttributes object is marked hidden.
isHierarchyBeingConnected() - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
Returns true if the type hierarchy is being connected
isHierarchyInconsistent() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
 
ISHL - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
ishl() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
ISHR - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
ishr() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
isHtmlTag() - Method in class org.eclipse.jdt.internal.formatter.FormatJavadocText
Returns whether the text is a html tag or not.
ISignatureAttribute - Interface in org.eclipse.jdt.core.util
Description of a signature attribute as described in the JVM specifications (added in J2SE 1.5).
isIgnored(int) - Method in class org.eclipse.jdt.core.CompletionRequestor
Returns whether the given kind of completion proposal is ignored.
isImmutable() - Method in class org.eclipse.core.internal.dtree.AbstractDataTree
Returns true if the tree is immutable, and false otherwise.
isImmutable() - Method in class org.eclipse.core.internal.watson.ElementTree
Returns whether this tree is immutable.
isImmutableHtmlTag() - Method in class org.eclipse.jdt.internal.formatter.FormatJavadocText
Returns whether the node is an immutable html tag or not.
isImplementing() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
 
isImplication() - Method in class org.jmlspecs.jml4.esc.vc.lang.VC
 
isImplicit() - Method in class org.eclipse.jdt.core.search.SearchMatch
Returns whether the associated element is implicit or not.
isImplicitSuper() - Method in class org.eclipse.jdt.internal.compiler.ast.ExplicitConstructorCall
 
IsImplicitThis - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
isImplicitThis() - Method in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
isImplicitThis() - Method in class org.eclipse.jdt.internal.compiler.ast.SuperReference
 
isImplicitThis() - Method in class org.eclipse.jdt.internal.compiler.ast.ThisReference
 
IsImplicitUnit - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
isIndentChar(char) - Static method in class org.eclipse.jdt.core.formatter.IndentManipulation
Returns true if the given character is an indentation character.
isInDescription() - Method in class org.eclipse.jdt.internal.formatter.FormatJavadocBlock
Returns whether the block is a description or inlined in a description.
isInheritedGhostFieldUsed - Variable in class org.jmlspecs.jml4.rac.RacResult
True if an inherited ghost field was seen in a method body
isInheritedModelFieldUsed - Variable in class org.jmlspecs.jml4.rac.RacResult
True if an inherited model field was seen in a method body
isInitializationMethod() - Method in class org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
 
isInitializationMethod() - Method in class org.eclipse.jdt.internal.compiler.ast.Clinit
 
isInitializationMethod() - Method in class org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration
 
isInJavadoc() - Method in class org.eclipse.jdt.core.CompletionContext
Tell user whether completion takes place in a javadoc comment or not.
isInJavadocFormalReference() - Method in class org.eclipse.jdt.core.CompletionContext
Tell user whether completion takes place in a formal reference of a javadoc tag or not.
isInJavadocText() - Method in class org.eclipse.jdt.core.CompletionContext
Tell user whether completion takes place in text area of a javadoc comment or not.
isInlined() - Method in class org.eclipse.jdt.internal.formatter.FormatJavadocBlock
Returns whether the text is on the same line of the tag.
isInParamTag() - Method in class org.eclipse.jdt.internal.formatter.FormatJavadocBlock
Returns whether the block is a param tag or inlined in a param tag.
isInsertBoundToPrevious(ASTNode) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.RewriteEventStore
 
isInsertedToken() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveryScanner
 
isInsideAnnotation - Variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnMemberAccess
 
isInsideAnnotationAttribute - Variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnQualifiedNameReference
 
isInsideAnnotationAttribute - Variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnSingleNameReference
 
isInsideCase(CaseStatement) - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
Returns true if the scope or one of its parent is associated to a given caseStatement, denoting being part of a given switch case statement.
isInsideConstructor() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodScope
 
isInsideDeprecatedCode() - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
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.
isInsideInitializer() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodScope
 
isInsideInitializerOrConstructor() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodScope
 
isInsideStream(int) - Method in class org.eclipse.jdt.internal.compiler.parser.diagnose.LexStream
 
isInstance(long) - Static method in class org.jmlspecs.jml4.ast.JmlModifier
 
isInt() - Method in class org.jmlspecs.jml4.fspv.theory.TheoryType
 
isIntegral(TypeBinding) - Static method in class org.jmlspecs.jml4.esc.util.Type
 
isInterchangeableWith(TypeVariableBinding, Substitution) - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding
Returns true if the 2 variables are playing exact same role: they have the same bounds, providing one is substituted with the other: > is interchangeable with >.
isInterface() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
Returns whether this type binding represents an interface type.
isInterface() - Method in class org.eclipse.jdt.core.dom.TypeDeclaration
Returns whether this type declaration declares a class or an interface.
isInterface(int) - Static method in class org.eclipse.jdt.core.Flags
Returns whether the given integer includes the interface modifier.
isInterface() - Method in interface org.eclipse.jdt.core.IClassFile
Returns whether this type represents an interface.
isInterface() - Method in interface org.eclipse.jdt.core.IType
Returns whether this type represents an interface.
isInterface() - Method in class org.eclipse.jdt.core.tests.compiler.parser.SourceType
 
isInterface() - Method in interface org.eclipse.jdt.core.util.IClassFileReader
Answer true if this .class file represents an interface, false otherwise.
isInterface() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnParameterizedQualifiedTypeReference
 
isInterface() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnQualifiedTypeReference
 
isInterface() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnSingleTypeReference
 
isInterface() - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
 
isInterface() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
 
isInterface() - Method in class org.eclipse.jdt.internal.core.BinaryType
 
isInterface() - Method in class org.eclipse.jdt.internal.core.ClassFile
 
isInterface() - Method in class org.eclipse.jdt.internal.core.SourceType
 
isInterface() - Method in class org.eclipse.jdt.internal.core.util.ClassFileReader
 
isInternalPathForExternalFolder(IPath) - Static method in class org.eclipse.jdt.internal.core.ExternalFoldersManager
 
isInterrupted() - Method in class org.eclipse.core.internal.events.InternalBuilder
 
isInterrupted() - Method in class org.eclipse.core.resources.IncrementalProjectBuilder
Returns whether an interrupt request has been made for this build.
isIntersectionType() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
Returns true if the current type denotes an intersection type: Number & Comparable
isIntersectionType() - Method in class org.eclipse.jdt.internal.compiler.lookup.WildcardBinding
Returns true if the current type denotes an intersection type: Number & Comparable
isIntType() - Method in class org.jmlspecs.jml4.fspv.theory.ast.TheoryFieldDeclaration
 
isIntType() - Method in class org.jmlspecs.jml4.fspv.theory.ast.TheoryLocalDeclaration
 
isJavaFileName(char[]) - Static method in class org.eclipse.jdt.internal.compiler.util.Util
Returns true iff str.toLowerCase().endsWith(".java") implementation is not creating extra strings.
isJavaFileName(String) - Static method in class org.eclipse.jdt.internal.compiler.util.Util
Returns true iff str.toLowerCase().endsWith(".java") implementation is not creating extra strings.
isJavaIdentifierPart(char) - Static method in class org.eclipse.jdt.internal.compiler.parser.ScannerHelper
 
isJavaIdentifierPart(char, char) - Static method in class org.eclipse.jdt.internal.compiler.parser.ScannerHelper
 
isJavaIdentifierStart(char) - Static method in class org.eclipse.jdt.internal.compiler.parser.ScannerHelper
 
isJavaIdentifierStart(char, char) - Static method in class org.eclipse.jdt.internal.compiler.parser.ScannerHelper
 
isJavaLikeFileName(String) - Static method in class org.eclipse.jdt.core.JavaCore
Returns whether the given file name's extension is a Java-like extension.
isJavaLikeFileName(String) - Static method in class org.eclipse.jdt.internal.core.util.Util
Returns true if the given name ends with one of the known java like extension.
isJavaLikeFileName(char[]) - Static method in class org.eclipse.jdt.internal.core.util.Util
Returns true if the given name ends with one of the known java like extension.
isJRELevel(int) - Static method in class org.eclipse.jdt.core.tests.util.AbstractCompilerTest
 
isJRockitVM() - Method in class org.eclipse.jdt.core.tests.eval.EvaluationTest
 
isKnownPackage(String) - Method in class org.eclipse.jdt.internal.core.builder.State
 
isKnownType(String) - Method in class org.eclipse.jdt.internal.core.builder.State
 
isLegal(boolean) - Static method in class org.eclipse.test.internal.performance.data.Assert
Asserts that an argument is legal.
isLegal(boolean, String) - Static method in class org.eclipse.test.internal.performance.data.Assert
Asserts that an argument is legal.
isLegalType(TypeBinding) - Method in class org.jmlspecs.jml4.ast.JmlQuantifier
 
isLetter(char) - Static method in class org.eclipse.jdt.internal.compiler.parser.ScannerHelper
 
isLetterOrDigit(char) - Static method in class org.eclipse.jdt.internal.compiler.parser.ScannerHelper
 
isLineComment() - Method in class org.eclipse.jdt.core.dom.Comment
Returns whether this comment is a line comment (LineComment).
isLineDelimiterChar(char) - Static method in class org.eclipse.jdt.core.formatter.IndentManipulation
Returns true if the given character is a line delimiter character.
isLinked(int) - Method in class org.eclipse.core.internal.resources.Project
 
isLinked() - Method in class org.eclipse.core.internal.resources.Resource
 
isLinked(int) - Method in class org.eclipse.core.internal.resources.Resource
 
isLinked() - Method in class org.eclipse.core.internal.resources.ResourceProxy
 
isLinked(int) - Method in class org.eclipse.core.internal.resources.WorkspaceRoot
 
isLinked() - Method in interface org.eclipse.core.resources.IResource
Returns whether this resource has been linked to a location other than the default location calculated by the platform.
isLinked(int) - Method in interface org.eclipse.core.resources.IResource
Returns true if this resource has been linked to a location other than the default location calculated by the platform.
isLinked() - Method in interface org.eclipse.core.resources.IResourceProxy
Returns whether the resource being visited is a linked resource.
isLinkingAllowed() - Method in class org.eclipse.core.internal.resources.ProjectNatureDescriptor
 
isLinkingAllowed() - Method in interface org.eclipse.core.resources.IProjectNatureDescriptor
Returns whether this project nature allows linked resources to be created in projects where this nature is installed.
isListRewrite() - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ListRewriteEvent
 
isListRewrite() - Method in class org.eclipse.jdt.internal.core.dom.rewrite.NodeRewriteEvent
 
isListRewrite() - Method in class org.eclipse.jdt.internal.core.dom.rewrite.RewriteEvent
 
isLoaded() - Static method in class org.eclipse.perfmsr.core.PerformanceMonitor
Answer true if the native library for this class has been successfully loaded.
isLocal(int, int) - Method in class org.eclipse.core.internal.resources.Container
Deprecated.  
isLocal(int) - Method in class org.eclipse.core.internal.resources.Project
Deprecated.  
isLocal(int, int) - Method in class org.eclipse.core.internal.resources.Project
Deprecated.  
isLocal(int) - Method in class org.eclipse.core.internal.resources.Resource
Deprecated.  
isLocal(int, int) - Method in class org.eclipse.core.internal.resources.Resource
Deprecated.  
isLocal(int) - Method in class org.eclipse.core.internal.resources.WorkspaceRoot
Deprecated.  
isLocal(int, int) - Method in class org.eclipse.core.internal.resources.WorkspaceRoot
Deprecated.  
isLocal(int) - Method in interface org.eclipse.core.resources.IResource
Deprecated. This API is no longer in use. Note that this API is unrelated to whether the resource is in the local file system versus some other file system.
isLocal() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
Returns whether this type binding represents a local class.
isLocal() - Method in interface org.eclipse.jdt.core.IType
Returns whether this type represents a local type.
isLocal() - Method in class org.eclipse.jdt.internal.compiler.classfmt.ClassFileReader
Answer true if the receiver is a local type, false otherwise
isLocal() - Method in interface org.eclipse.jdt.internal.compiler.env.IBinaryType
Answer true if the receiver is a local class.
isLocal() - Method in class org.eclipse.jdt.internal.core.BinaryType
 
isLocal() - Method in class org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType
 
isLocal() - Method in class org.eclipse.jdt.internal.core.SourceType
 
isLocal() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetSkeleton
 
isLocal() - Method in class org.jmlspecs.jml4.fspv.theory.ast.TheorySingleNameReference
 
isLocal() - Method in class org.jmlspecs.jml4.fspv.theory.TheoryVariable
 
IsLocalDeclarationReachable - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
IsLocalType - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
IsLocalType - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
 
isLocalType() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
 
isLocalTypeDeclaration() - Method in class org.eclipse.jdt.core.dom.AbstractTypeDeclaration
Returns whether this type declaration is a local type.
isLocalVariable - Variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnFieldType
 
isLocalVarStack() - Method in class org.jmlspecs.jml4.fspv.theory.TheoryHelper
 
isLockAlreadyAcquired() - Method in class org.eclipse.core.internal.resources.WorkManager
Returns true if the workspace lock has already been acquired by this thread, and false otherwise.
isLogical() - Method in class org.jmlspecs.jml4.esc.vc.lang.VcQuantifier
 
isLoopAnnotated(Statement) - Static method in class org.jmlspecs.jml4.rac.InlineAssertionVisitor
 
isLowerCase(char) - Static method in class org.eclipse.jdt.internal.compiler.parser.ScannerHelper
 
isMacOS() - Static method in class org.eclipse.jdt.core.tests.util.Util
 
isMain() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
 
isMainMethod() - Method in interface org.eclipse.jdt.core.IMethod
Returns whether this method is a main method.
isMainMethod() - Method in class org.eclipse.jdt.internal.core.SourceMethod
 
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.
isMarkerAnnotation() - Method in class org.eclipse.jdt.core.dom.Annotation
Returns whether this is a marker annotation (MarkerAnnotation).
isMatch(char[], char[], int) - Static method in class org.eclipse.jdt.internal.core.index.Index
 
isMax() - Method in class org.jmlspecs.jml4.esc.vc.lang.VcQuantifier
 
isMax() - Method in class org.jmlspecs.jml4.fspv.theory.TheoryQuantifier
 
isMember() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
Returns whether this type binding represents a member class or interface.
isMember() - Method in interface org.eclipse.jdt.core.IType
Returns whether this type represents a member type.
isMember() - Method in class org.eclipse.jdt.internal.compiler.classfmt.ClassFileReader
Answer true if the receiver is a member type, false otherwise
isMember() - Method in interface org.eclipse.jdt.internal.compiler.env.IBinaryType
Answer true if the receiver is a member class.
isMember() - Method in class org.eclipse.jdt.internal.core.BinaryType
 
isMember() - Method in class org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType
 
isMember() - Method in class org.eclipse.jdt.internal.core.SourceType
 
isMember() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetSkeleton
 
IsMemberType - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
IsMemberType - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
 
isMemberType() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
 
isMemberTypeDeclaration() - Method in class org.eclipse.jdt.core.dom.AbstractTypeDeclaration
Returns whether this type declaration is a type member.
isMethod() - Method in class org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
 
isMethod() - Method in class org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration
 
isMethod() - Method in class org.eclipse.jdt.internal.compiler.ast.MethodDeclaration
 
isMethodSubsignature(MethodBinding, MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodVerifier
 
isMethodUseDeprecated(MethodBinding, Scope, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
isMin() - Method in class org.jmlspecs.jml4.esc.vc.lang.VcQuantifier
 
isMin() - Method in class org.jmlspecs.jml4.fspv.theory.TheoryQuantifier
 
isModel() - Method in class org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
 
isModel() - Method in class org.jmlspecs.jml4.ast.JmlConstructorDeclaration
 
isModel() - Method in class org.jmlspecs.jml4.ast.JmlFieldDeclaration
 
isModel() - Method in class org.jmlspecs.jml4.ast.JmlMethodDeclaration
 
isModel(long) - Static method in class org.jmlspecs.jml4.ast.JmlModifier
 
isModelField(FieldDeclaration) - Static method in class org.jmlspecs.jml4.rac.RacTranslator
Is the given field a JML model field? A field is a JML model field if it has a Model annotation.
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
 
isModifier(int) - Static method in class org.eclipse.jdt.internal.core.dom.rewrite.TokenScanner
 
isMono_non_null() - Method in class org.jmlspecs.jml4.nonnull.Nullity
 
isMove - Variable in class org.eclipse.jdt.internal.core.dom.rewrite.RewriteEventStore.CopySourceInfo
 
isMultiLine() - Method in class org.eclipse.jdt.internal.formatter.FormatJavadoc
Returns whether it has several lines or not.
isMultiStatus() - Method in class org.eclipse.jdt.internal.core.JavaModelStatus
 
isNameValid(String) - Static method in class org.eclipse.core.internal.resources.OS
Returns true if the given name is a valid resource name on this operating system, and false otherwise.
isNarrowing(int, int) - Static method in class org.eclipse.jdt.internal.compiler.lookup.BaseTypeBinding
 
isNat() - Method in class org.jmlspecs.jml4.fspv.theory.TheoryType
 
isNative(int) - Static method in class org.eclipse.jdt.core.dom.Modifier
Returns whether the given flags includes the "native" modifier.
isNative() - Method in class org.eclipse.jdt.core.dom.Modifier
Answer true if the receiver is the native modifier, false otherwise.
isNative(int) - Static method in class org.eclipse.jdt.core.Flags
Returns whether the given integer includes the native modifier.
isNative() - Method in class org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
 
isNative() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
 
isNatureEnabled(Project, String) - Method in class org.eclipse.core.internal.resources.NatureManager
 
isNatureEnabled(String) - Method in class org.eclipse.core.internal.resources.Project
 
isNatureEnabled(String) - Method in interface org.eclipse.core.resources.IProject
Returns true if the project nature specified by the given nature extension id is enabled for this project, and false otherwise.
isNegative() - Method in class org.jmlspecs.jml4.rac.quantifiedexpression.RacContext
Returns true if this context is a negative context.
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.
isNestedType - Variable in class org.eclipse.jdt.internal.compiler.ClassFile
 
isNestedType() - Method in class org.eclipse.jdt.internal.compiler.classfmt.ClassFileReader
Answer true if the receiver is a nested type, false otherwise
IsNestedType - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
 
isNestedType() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
 
isNewNode(ASTNode) - Static method in class org.eclipse.jdt.internal.core.dom.rewrite.RewriteEventStore
 
isNon_null() - Method in class org.jmlspecs.jml4.nonnull.Nullity
 
isNon_nullByDefault() - Method in class org.jmlspecs.jml4.nonnull.Nullity
 
IsNonNull - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
isNonNull(long) - Static method in class org.jmlspecs.jml4.ast.JmlModifier
 
isNonNullByDefault(long) - Static method in class org.jmlspecs.jml4.ast.JmlModifier
 
isNonReturningContext() - Method in class org.eclipse.jdt.internal.compiler.flow.FlowContext
 
isNonReturningContext() - Method in class org.eclipse.jdt.internal.compiler.flow.InsideSubRoutineFlowContext
 
isNormalAnnotation() - Method in class org.eclipse.jdt.core.dom.Annotation
Returns whether this is a normal annotation (NormalAnnotation).
isNotNull(Object) - Static method in class org.eclipse.test.internal.performance.data.Assert
Asserts that the given object is not null.
isNotNull(Object, String) - Static method in class org.eclipse.test.internal.performance.data.Assert
Asserts that the given object is not null.
isNullable(long) - Static method in class org.jmlspecs.jml4.ast.JmlModifier
 
isNullable() - Method in class org.jmlspecs.jml4.nonnull.Nullity
 
isNullableByDefault() - Method in class org.jmlspecs.jml4.nonnull.Nullity
 
isNullType() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
Returns whether this type binding represents the null type.
isNumeric() - Method in class org.jmlspecs.jml4.esc.vc.lang.VcQuantifier
 
isNumericType() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
 
isNumOf() - Method in class org.jmlspecs.jml4.esc.vc.lang.VcQuantifier
 
isOK() - Method in class org.eclipse.jdt.internal.core.JavaModelStatus
 
isOld() - Method in class org.jmlspecs.jml4.fspv.theory.TheoryVariable
 
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.
isOnClasspath(IJavaElement) - Method in class org.eclipse.jdt.internal.core.ExternalJavaProject
 
isOnClasspath(IResource) - Method in class org.eclipse.jdt.internal.core.ExternalJavaProject
 
isOnClasspath(IJavaElement) - Method in class org.eclipse.jdt.internal.core.JavaProject
 
isOnClasspath(IResource) - Method in class org.eclipse.jdt.internal.core.JavaProject
 
isOnDemand() - Method in class org.eclipse.jdt.core.dom.ImportDeclaration
Returns whether this import declaration is an on-demand or a single-type import.
isOnDemand() - Method in interface org.eclipse.jdt.core.IImportDeclaration
Returns whether the import is on-demand.
isOnDemand() - Method in interface org.eclipse.jdt.core.jdom.IDOMImport
Deprecated. Returns whether this import declaration ends with ".*".
isOnDemand() - Method in class org.eclipse.jdt.internal.core.ImportDeclaration
Returns true if the import is on-demand (ends with ".*")
isOneLineTag() - Method in class org.eclipse.jdt.internal.formatter.FormatJavadocBlock
Returns whether the text is on the same line of the tag.
isOpAnd() - Method in class org.jmlspecs.jml4.fspv.theory.ast.TheoryBinaryExpression
 
isOpAndAnd() - Method in class org.jmlspecs.jml4.fspv.theory.ast.TheoryBinaryExpression
 
isOpDivide() - Method in class org.jmlspecs.jml4.fspv.theory.ast.TheoryBinaryExpression
 
isOpDivide() - Method in class org.jmlspecs.jml4.fspv.theory.ast.TheoryCompoundAssignment
 
isOpen() - Method in class org.eclipse.core.internal.resources.Project
 
isOpen(int) - Method in class org.eclipse.core.internal.resources.Project
 
isOpen() - Method in class org.eclipse.core.internal.resources.Workspace
 
isOpen() - Method in interface org.eclipse.core.resources.IProject
Returns whether this project is open.
isOpen() - Method in interface org.eclipse.jdt.core.IOpenable
Returns whether this openable is open.
isOpen - Variable in class org.eclipse.jdt.core.tests.model.OverflowingCacheTests.OverflowingTestBuffer
True if this buffer is open, otherwise false.
isOpen - Variable in class org.eclipse.jdt.core.tests.model.OverflowingCacheTests.OverflowingTestOpenable
True if this element is open, otherwise false.
isOpen() - Method in class org.eclipse.jdt.core.tests.model.OverflowingCacheTests.OverflowingTestOpenable
 
isOpen() - Method in class org.eclipse.jdt.internal.core.Openable
 
isOpEqual() - Method in class org.jmlspecs.jml4.fspv.theory.ast.TheoryBinaryExpression
 
isOpEqual() - Method in class org.jmlspecs.jml4.fspv.theory.ast.TheoryEqualExpression
 
isOpGreater() - Method in class org.jmlspecs.jml4.fspv.theory.ast.TheoryBinaryExpression
 
isOpGreater() - Method in class org.jmlspecs.jml4.fspv.theory.ast.TheoryEqualExpression
 
isOpGreaterEqual() - Method in class org.jmlspecs.jml4.fspv.theory.ast.TheoryBinaryExpression
 
isOpGreaterEqual() - Method in class org.jmlspecs.jml4.fspv.theory.ast.TheoryEqualExpression
 
isOpLess() - Method in class org.jmlspecs.jml4.fspv.theory.ast.TheoryBinaryExpression
 
isOpLess() - Method in class org.jmlspecs.jml4.fspv.theory.ast.TheoryEqualExpression
 
isOpLessEqual() - Method in class org.jmlspecs.jml4.fspv.theory.ast.TheoryBinaryExpression
 
isOpLessEqual() - Method in class org.jmlspecs.jml4.fspv.theory.ast.TheoryEqualExpression
 
isOpMinus() - Method in class org.jmlspecs.jml4.fspv.theory.ast.TheoryBinaryExpression
 
isOpMinus() - Method in class org.jmlspecs.jml4.fspv.theory.ast.TheoryCompoundAssignment
 
isOpMinusMinus() - Method in class org.jmlspecs.jml4.fspv.theory.ast.TheoryPostfixExpression
 
isOpMultiply() - Method in class org.jmlspecs.jml4.fspv.theory.ast.TheoryBinaryExpression
 
isOpMultiply() - Method in class org.jmlspecs.jml4.fspv.theory.ast.TheoryCompoundAssignment
 
isOpNotEqual() - Method in class org.jmlspecs.jml4.fspv.theory.ast.TheoryBinaryExpression
 
isOpNotEqual() - Method in class org.jmlspecs.jml4.fspv.theory.ast.TheoryEqualExpression
 
isOpPlus() - Method in class org.jmlspecs.jml4.fspv.theory.ast.TheoryBinaryExpression
 
isOpPlus() - Method in class org.jmlspecs.jml4.fspv.theory.ast.TheoryCompoundAssignment
 
isOpPlus() - Method in class org.jmlspecs.jml4.fspv.theory.ast.TheoryPostfixExpression
 
isOptional() - Method in class org.eclipse.jdt.internal.core.ClasspathEntry
 
isOrphanCompletionNode - Variable in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
ISourceAttribute - Interface in org.eclipse.jdt.core.util
Description of a source attribute as described in the JVM specifications.
ISourceElementRequestor - Interface in org.eclipse.jdt.internal.compiler
 
ISourceElementRequestor.FieldInfo - Class in org.eclipse.jdt.internal.compiler
 
ISourceElementRequestor.FieldInfo() - Constructor for class org.eclipse.jdt.internal.compiler.ISourceElementRequestor.FieldInfo
 
ISourceElementRequestor.MethodInfo - Class in org.eclipse.jdt.internal.compiler
 
ISourceElementRequestor.MethodInfo() - Constructor for class org.eclipse.jdt.internal.compiler.ISourceElementRequestor.MethodInfo
 
ISourceElementRequestor.TypeInfo - Class in org.eclipse.jdt.internal.compiler
 
ISourceElementRequestor.TypeInfo() - Constructor for class org.eclipse.jdt.internal.compiler.ISourceElementRequestor.TypeInfo
 
ISourceElementRequestor.TypeParameterInfo - Class in org.eclipse.jdt.internal.compiler
 
ISourceElementRequestor.TypeParameterInfo() - Constructor for class org.eclipse.jdt.internal.compiler.ISourceElementRequestor.TypeParameterInfo
 
ISourceField - Interface in org.eclipse.jdt.internal.compiler.env
 
ISourceImport - Interface in org.eclipse.jdt.internal.compiler.env
 
ISourceManipulation - Interface in org.eclipse.jdt.core
Common protocol for Java elements that support source code manipulations such as copy, move, rename, and delete.
ISourceMethod - Interface in org.eclipse.jdt.internal.compiler.env
 
ISourceRange - Interface in org.eclipse.jdt.core
A source range defines an element's source coordinates relative to its source buffer.
ISourceReference - Interface in org.eclipse.jdt.core
Common protocol for Java elements that have associated source code.
ISourceType - Interface in org.eclipse.jdt.internal.compiler.env
 
isOutputFolder() - Method in class org.eclipse.jdt.internal.core.builder.ClasspathDirectory
 
isOutputFolder() - Method in class org.eclipse.jdt.internal.core.builder.ClasspathLocation
 
isOverlapping(URI, URI) - Static method in class org.eclipse.core.internal.utils.FileUtil
Returns true if the given file system locations overlap, and false otherwise.
isOverlappingRoots(IPath, IPath) - Static method in class org.eclipse.jdt.core.JavaConventions
Deprecated. Overlapping roots are allowed in 2.1
isOverriding() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
 
isPackage(char[][], char[]) - Method in class org.eclipse.jdt.core.tests.compiler.regression.InMemoryNameEnvironment
 
isPackage(String) - Method in class org.eclipse.jdt.internal.compiler.batch.ClasspathDirectory
 
isPackage(String) - Method in class org.eclipse.jdt.internal.compiler.batch.ClasspathJar
 
isPackage(String) - Method in interface org.eclipse.jdt.internal.compiler.batch.FileSystem.Classpath
 
isPackage(char[][], char[]) - Method in class org.eclipse.jdt.internal.compiler.batch.FileSystem
 
isPackage(char[][], char[]) - Method in interface org.eclipse.jdt.internal.compiler.env.INameEnvironment
Answer whether packageName is the name of a known subpackage inside the package parentPackageName.
isPackage(String) - Method in class org.eclipse.jdt.internal.core.builder.ClasspathDirectory
 
isPackage(String) - Method in class org.eclipse.jdt.internal.core.builder.ClasspathJar
 
isPackage(String) - Method in class org.eclipse.jdt.internal.core.builder.ClasspathLocation
 
isPackage(char[][], char[]) - Method in class org.eclipse.jdt.internal.core.builder.NameEnvironment
 
isPackage(String) - Method in class org.eclipse.jdt.internal.core.builder.NameEnvironment
 
isPackage(String[]) - Method in class org.eclipse.jdt.internal.core.NameLookup
 
isPackage(String) - Method in class org.eclipse.jdt.internal.core.search.matching.ClasspathSourceDirectory
 
isPackage(char[][], char[]) - Method in class org.eclipse.jdt.internal.core.search.matching.JavaSearchNameEnvironment
 
isPackage(String) - Method in class org.eclipse.jdt.internal.core.search.matching.JavaSearchNameEnvironment
 
isPackage(char[][], char[]) - Method in class org.eclipse.jdt.internal.core.SearchableEnvironment
 
isPackage(char[][], char[]) - Method in class org.eclipse.jdt.internal.eval.CodeSnippetEnvironment
 
isPackageDefault(int) - Static method in class org.eclipse.jdt.core.Flags
Returns whether the given integer does not include one of the public, private, or protected flags.
isPackageFromClassLibs(char[][], char[]) - Method in class org.eclipse.jdt.core.tests.compiler.regression.InMemoryNameEnvironment
 
isPackageInfo() - Method in class org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration
 
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).
isParameter() - Method in interface org.eclipse.jdt.core.dom.IVariableBinding
Returns whether this binding corresponds to a parameter.
isParameter - Variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnAnnotationOfType
 
isParameterizedMethod() - Method in class org.eclipse.jdt.core.BindingKey
Returns whether this binding key represents a parameterized method, or if its declaring method is a parameterized method.
isParameterizedMethod() - Method in interface org.eclipse.jdt.core.dom.IMethodBinding
Returns whether this method binding represents an instance of a generic method corresponding to a parameterized method reference.
isParameterizedType() - Method in class org.eclipse.jdt.core.BindingKey
Returns whether this binding key represents a parameterized type, or if its declaring type is a parameterized type.
isParameterizedType() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
Returns whether this type binding represents an instance of a generic type corresponding to a parameterized type reference.
isParameterizedType() - Method in class org.eclipse.jdt.core.dom.Type
Returns whether this type is a parameterized type (ParameterizedType).
isParameterizedType() - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
 
isParameterizedType() - Method in class org.eclipse.jdt.internal.compiler.lookup.RawTypeBinding
Raw type is not treated as a standard parameterized type
isParameterizedType() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
Returns true if the type is parameterized, e.g.
isParameterizedWithOwnVariables() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
Returns true if the type is parameterized using its own type variables as arguments
isParamTag() - Method in class org.eclipse.jdt.internal.formatter.FormatJavadocBlock
Returns whether the block is a param tag or not.
isParentOf(IFileStore) - Method in class org.eclipse.core.tests.internal.filesystem.wrapper.WrapperFileStore
 
isParentOf(SimpleBlock) - Method in class org.jmlspecs.jml4.esc.gc.lang.simple.SimpleBlock
 
isPeer() - Method in class org.jmlspecs.jml4.ast.JmlArrayQualifiedTypeReference
 
isPeer() - Method in class org.jmlspecs.jml4.ast.JmlArrayTypeReference
 
isPeer(long) - Static method in class org.jmlspecs.jml4.ast.JmlModifier
 
isPeer() - Method in class org.jmlspecs.jml4.ast.JmlParameterizedQualifiedTypeReference
 
isPeer() - Method in class org.jmlspecs.jml4.ast.JmlParameterizedSingleTypeReference
 
isPeer() - Method in class org.jmlspecs.jml4.ast.JmlQualifiedTypeReference
 
isPeer() - Method in class org.jmlspecs.jml4.ast.JmlSingleTypeReference
 
isPeer() - Method in interface org.jmlspecs.jml4.ast.JmlTypeReference
 
isPeer() - Method in class org.jmlspecs.jml4.ast.JmlWildcard
 
isPersistent(MarkerInfo) - Method in class org.eclipse.core.internal.resources.MarkerManager
Returns true if the given marker is persistent, and false otherwise.
isPersistent(String) - Method in class org.eclipse.core.internal.resources.MarkerTypeDefinitionCache
Returns true if the given marker type is defined to be persistent.
isPhantom() - Method in class org.eclipse.core.internal.resources.Resource
 
isPhantom(int) - Method in class org.eclipse.core.internal.resources.Resource
 
isPhantom() - Method in class org.eclipse.core.internal.resources.ResourceProxy
 
isPhantom() - Method in class org.eclipse.core.internal.resources.WorkspaceRoot
 
isPhantom() - Method in interface org.eclipse.core.resources.IResource
Returns whether this resource is a phantom resource.
isPhantom() - Method in interface org.eclipse.core.resources.IResourceProxy
Returns whether the resource being visited is a phantom resource.
isPositive() - Method in class org.jmlspecs.jml4.rac.quantifiedexpression.RacContext
Returns true if this context is a positive context.
isPotentiallyAssigned(FieldBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.ConditionalFlowInfo
 
isPotentiallyAssigned(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.ConditionalFlowInfo
 
isPotentiallyAssigned(FieldBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.FlowInfo
Check status of potential assignment for a field.
isPotentiallyAssigned(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.FlowInfo
Check status of potential assignment for a local variable.
isPotentiallyAssigned(FieldBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo
 
isPotentiallyAssigned(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo
 
isPotentiallyNonNull(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.ConditionalFlowInfo
 
isPotentiallyNonNull(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.FlowInfo
Check status of potential null assignment for a local.
isPotentiallyNonNull(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo
 
isPotentiallyNull(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.ConditionalFlowInfo
 
isPotentiallyNull(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.FlowInfo
Check status of potential null assignment for a local.
isPotentiallyNull(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo
 
isPotentiallyUnknown(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.ConditionalFlowInfo
 
isPotentiallyUnknown(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.FlowInfo
Return true if the given local may have been assigned to an unknown value.
isPotentiallyUnknown(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo
 
isPotentialZipArchive(String) - Static method in class org.eclipse.jdt.internal.compiler.util.Util
Returns whether the given name is potentially a zip archive file name (it has a file extension and it is not ".java" nor ".class")
isPrecededByModifiers - Variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnSingleNameReference
 
isPrecededByRemovedToken() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveryScanner
 
isPrefixOf(IPath, IPath) - Static method in class org.eclipse.core.internal.utils.FileUtil
Returns true if location1 is the same as, or a proper prefix of, location2.
isPrefixOf(URI, URI) - Static method in class org.eclipse.core.internal.utils.FileUtil
Returns true if location1 is the same as, or a proper prefix of, location2.
isPresent - Variable in class org.eclipse.core.internal.dtree.DataTreeLookup
 
isPresent(String) - Method in class org.jmlspecs.jml4.rac.ExpressionTranslator
 
isPrimary() - Method in class org.eclipse.jdt.internal.core.CompilationUnit
 
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).
isPrimitiveType() - Method in class org.jmlspecs.jml4.ast.JmlQualifiedNameReference
 
isPrimitiveType(TypeBinding) - Static method in class org.jmlspecs.jml4.nonnull.Nullity
 
isPrivate(int) - Static method in class org.eclipse.jdt.core.dom.Modifier
Returns whether the given flags includes the "private" modifier.
isPrivate() - Method in class org.eclipse.jdt.core.dom.Modifier
Answer true if the receiver is the private modifier, false otherwise.
isPrivate(int) - Static method in class org.eclipse.jdt.core.Flags
Returns whether the given integer includes the private modifier.
isPrivate() - Method in class org.eclipse.jdt.internal.compiler.lookup.FieldBinding
 
isPrivate() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
 
isPrivate() - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
Answer true if the receiver has private visibility
isProduct() - Method in class org.jmlspecs.jml4.esc.vc.lang.VcQuantifier
 
isProduct() - Method in class org.jmlspecs.jml4.fspv.theory.TheoryQuantifier
 
isPropagatingInnerClassEmulation - Variable in class org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration
 
isPropagatingInnerClassEmulation - Variable in class org.eclipse.jdt.internal.compiler.lookup.MethodScope
 
isProtected(int) - Static method in class org.eclipse.jdt.core.dom.Modifier
Returns whether the given flags includes the "protected" modifier.
isProtected() - Method in class org.eclipse.jdt.core.dom.Modifier
Answer true if the receiver is the protected modifier, false otherwise.
isProtected(int) - Static method in class org.eclipse.jdt.core.Flags
Returns whether the given integer includes the protected modifier.
isProtected() - Method in class org.eclipse.jdt.internal.compiler.lookup.FieldBinding
 
isProtected() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
 
isProtected() - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
Answer true if the receiver has protected visibility
isProtectedNonNull(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.ConditionalFlowInfo
 
isProtectedNonNull(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.FlowInfo
Return true if the given local is protected by a test against a non null value.
isProtectedNonNull(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo
 
isProtectedNull(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.ConditionalFlowInfo
 
isProtectedNull(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.FlowInfo
Return true if the given local is protected by a test against null.
isProtectedNull(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo
 
isProvablyDistinct(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.RawTypeBinding
 
isProvablyDistinct(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
Returns true if a type is provably distinct from another one,
isPublic(int) - Static method in class org.eclipse.jdt.core.dom.Modifier
Returns whether the given flags includes the "public" modifier.
isPublic() - Method in class org.eclipse.jdt.core.dom.Modifier
Answer true if the receiver is the public modifier, false otherwise.
isPublic(int) - Static method in class org.eclipse.jdt.core.Flags
Returns whether the given integer includes the public modifier.
isPublic() - Method in class org.eclipse.jdt.internal.compiler.lookup.FieldBinding
 
isPublic() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
 
isPublic() - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
Answer true if the receiver has public visibility
isPure() - Method in class org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
 
isPure() - Method in class org.jmlspecs.jml4.ast.JmlConstructorDeclaration
 
isPure() - Method in class org.jmlspecs.jml4.ast.JmlMethodDeclaration
 
isPure(long) - Static method in class org.jmlspecs.jml4.ast.JmlModifier
 
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).
isRACCompiled(Class<?>) - Static method in class org.jmlspecs.jml4.rac.runtime.JMLChecker
Returns true only if the given class, clazz, is compiled with runtime assertion check code.
isRacInlineAssertion(Statement) - Static method in class org.jmlspecs.jml4.rac.InlineAssertionVisitor
Return true if the given statement is a JML in-line assertion and currently supported for RAC.
isRangeCopyPlaceholder(ASTNode) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.RewriteEventStore
 
isRaw() - Method in class org.eclipse.jdt.core.search.SearchMatch
Returns whether the associated element is a raw type/method or not.
isRaw - Variable in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding
 
isRawMethod() - Method in interface org.eclipse.jdt.core.dom.IMethodBinding
Returns whether this method binding represents an instance of a generic method corresponding to a raw method reference.
isRawSubstitution() - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding
 
isRawSubstitution() - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
 
isRawSubstitution() - Method in interface org.eclipse.jdt.internal.compiler.lookup.Substitution
Returns true for raw substitution
isRawType() - Method in class org.eclipse.jdt.core.BindingKey
Returns whether this binding key represents a raw type.
isRawType() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
Returns whether this type binding represents an instance of a generic type corresponding to a raw type reference.
isRawType() - Method in class org.eclipse.jdt.internal.compiler.lookup.RawTypeBinding
 
isRawType() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
 
IsReachable - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
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 class org.eclipse.core.internal.resources.FileState
 
isReadOnly() - Method in class org.eclipse.core.internal.resources.Resource
Deprecated.  
isReadOnly() - Method in interface org.eclipse.core.resources.IFile
Returns whether this file is read-only.
isReadOnly() - Method in interface org.eclipse.core.resources.IFileState
Returns whether this file state is read-only.
isReadOnly() - Method in interface org.eclipse.core.resources.IResource
Deprecated. use IResource#getResourceAttributes()
isReadOnly() - Method in interface org.eclipse.core.resources.IStorage
Returns whether this storage is read-only.
isReadOnly() - Method in class org.eclipse.core.resources.ResourceAttributes
Returns whether this ResourceAttributes object is marked read only.
isReadOnly() - Method in class org.eclipse.core.tests.session.ConfigurationSessionTestSuite
 
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.
isReadOnly() - Method in class org.eclipse.jdt.core.tests.model.OverflowingCacheTests.OverflowingTestBuffer
 
isReadOnly() - Method in class org.eclipse.jdt.core.tests.model.TestBuffer
 
isReadOnly() - Method in class org.eclipse.jdt.internal.core.BecomeWorkingCopyOperation
 
isReadOnly() - Method in class org.eclipse.jdt.internal.core.Buffer
 
isReadOnly() - Method in class org.eclipse.jdt.internal.core.ChangeClasspathOperation
 
isReadOnly() - Method in class org.eclipse.jdt.internal.core.ClassFile
Returns true - class files are always read only.
isReadOnly() - Method in class org.eclipse.jdt.internal.core.CreateTypeHierarchyOperation
 
isReadOnly() - Method in class org.eclipse.jdt.internal.core.DiscardWorkingCopyOperation
 
isReadOnly() - Method in class org.eclipse.jdt.internal.core.JarEntryResource
 
isReadOnly() - Method in class org.eclipse.jdt.internal.core.JarPackageFragmentRoot
Jars and jar entries are all read only
isReadOnly() - Method in class org.eclipse.jdt.internal.core.JavaElement
 
isReadOnly() - Method in class org.eclipse.jdt.internal.core.JavaModelOperation
Returns true if this operation performs no resource modifications, otherwise false.
isReadOnly() - Method in class org.eclipse.jdt.internal.core.Member
 
isReadOnly() - Method in class org.eclipse.jdt.internal.core.NonJavaResource
 
isReadOnly() - Method in class org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation
 
isReadOnly(IResource) - Static method in class org.eclipse.jdt.internal.core.util.Util
Returns whether the given resource is read-only or not.
isReadonly() - Method in class org.jmlspecs.jml4.ast.JmlArrayQualifiedTypeReference
 
isReadonly() - Method in class org.jmlspecs.jml4.ast.JmlArrayTypeReference
 
isReadonly(long) - Static method in class org.jmlspecs.jml4.ast.JmlModifier
 
isReadonly() - Method in class org.jmlspecs.jml4.ast.JmlParameterizedQualifiedTypeReference
 
isReadonly() - Method in class org.jmlspecs.jml4.ast.JmlParameterizedSingleTypeReference
 
isReadonly() - Method in class org.jmlspecs.jml4.ast.JmlQualifiedTypeReference
 
isReadonly() - Method in class org.jmlspecs.jml4.ast.JmlSingleTypeReference
 
isReadonly() - Method in interface org.jmlspecs.jml4.ast.JmlTypeReference
 
isReadonly() - Method in class org.jmlspecs.jml4.ast.JmlWildcard
 
isReadOnlySupported() - Static method in class org.eclipse.jdt.internal.core.util.Util
Returns whether the local file system supports accessing and modifying the read only flag.
isRecovered() - Method in interface org.eclipse.jdt.core.dom.IBinding
Return whether this binding is created because the bindings recovery is enabled.
IsRecovered - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
isRecursive(ArrayList) - Method in class org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration
 
isRedundant() - Method in class org.jmlspecs.jml4.ast.JmlClause
 
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.
isReifiable() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
JLS(3) 4.7.
isRep() - Method in class org.jmlspecs.jml4.ast.JmlArrayQualifiedTypeReference
 
isRep() - Method in class org.jmlspecs.jml4.ast.JmlArrayTypeReference
 
isRep(long) - Static method in class org.jmlspecs.jml4.ast.JmlModifier
 
isRep() - Method in class org.jmlspecs.jml4.ast.JmlParameterizedQualifiedTypeReference
 
isRep() - Method in class org.jmlspecs.jml4.ast.JmlParameterizedSingleTypeReference
 
isRep() - Method in class org.jmlspecs.jml4.ast.JmlQualifiedTypeReference
 
isRep() - Method in class org.jmlspecs.jml4.ast.JmlSingleTypeReference
 
isRep() - Method in interface org.jmlspecs.jml4.ast.JmlTypeReference
 
isRep() - Method in class org.jmlspecs.jml4.ast.JmlWildcard
 
isReplacedToken() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveryScanner
 
isResolved() - Method in interface org.eclipse.jdt.core.IField
Returns whether this field represents a resolved field.
isResolved() - Method in interface org.eclipse.jdt.core.IMethod
Returns whether this method represents a resolved method.
isResolved() - Method in interface org.eclipse.jdt.core.IType
Returns whether this type represents a resolved type.
isResolved() - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistSourceField
 
isResolved() - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistSourceMethod
 
isResolved() - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistSourceType
 
isResolved() - Method in class org.eclipse.jdt.internal.core.BinaryType
 
isResolved() - Method in class org.eclipse.jdt.internal.core.ResolvedBinaryField
 
isResolved() - Method in class org.eclipse.jdt.internal.core.ResolvedBinaryMethod
 
isResolved() - Method in class org.eclipse.jdt.internal.core.ResolvedBinaryType
 
isResolved() - Method in class org.eclipse.jdt.internal.core.ResolvedSourceField
 
isResolved() - Method in class org.eclipse.jdt.internal.core.ResolvedSourceMethod
 
isResolved() - Method in class org.eclipse.jdt.internal.core.ResolvedSourceType
 
isResolved() - Method in class org.eclipse.jdt.internal.core.SourceField
 
isResolved() - Method in class org.eclipse.jdt.internal.core.SourceMethod
 
isResolved() - Method in class org.eclipse.jdt.internal.core.SourceType
 
isResolvedTypeInferredFromExpectedType() - Method in class org.eclipse.jdt.core.dom.MethodInvocation
Returns true if the resolved return type has been inferred from the assignment context (JLS3 15.12.2.8), false otherwise.
isResolvedTypeInferredFromExpectedType() - Method in class org.eclipse.jdt.core.dom.SuperMethodInvocation
Returns true if the resolved return type has been inferred from the assignment context (JLS3 15.12.2.8), false otherwise.
isResolvingBindings() - Method in class org.eclipse.jdt.core.compiler.ReconcileContext
Returns whether the reconcile operation is resolving bindings.
isResourceDeleted(IResource) - Static method in class org.eclipse.jdt.core.tests.util.Util
Returns whether a resource is really deleted or not.
isResult() - Method in class org.jmlspecs.jml4.fspv.theory.TheoryVariable
 
IsReturnedValue - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
isReturnTypeBool() - Method in class org.jmlspecs.jml4.fspv.theory.ast.TheoryMethodDeclaration
 
isReturnTypeInt() - Method in class org.jmlspecs.jml4.fspv.theory.ast.TheoryMethodDeclaration
 
isReturnTypeNat() - Method in class org.jmlspecs.jml4.fspv.theory.ast.TheoryMethodDeclaration
 
isReturnTypeRef() - Method in class org.jmlspecs.jml4.fspv.theory.ast.TheoryMethodDeclaration
 
isReturnTypeVoid() - Method in class org.jmlspecs.jml4.fspv.theory.ast.TheoryMethodDeclaration
 
isRunning() - Method in class org.eclipse.core.tests.resources.usecase.ConcurrentOperation01
 
isRunning() - Method in class org.eclipse.jdt.core.tests.eval.target.CodeSnippetRunner
Whether this code snippet runner is currently running.
isRunning() - Method in class org.eclipse.jdt.core.tests.runtime.LocalVirtualMachine
Returns whether this target VM is still running.
isSatisfied(String[]) - Method in class org.eclipse.core.tests.session.Setup
 
isSecondary() - Method in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
Returns whether the type is a secondary one or not.
IsSecondaryType - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
isSecret() - Method in class org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding
 
isSet(int, int) - Static method in class org.eclipse.core.internal.resources.ResourceInfo
Returns true if all of the bits indicated by the mask are set.
isSet(int) - Method in class org.eclipse.core.internal.resources.ResourceInfo
Returns true if all of the bits indicated by the mask are set.
isSet(int, int) - Static method in class org.eclipse.core.internal.utils.BitMask
Returns true if all of the bits indicated by the mask are set.
isSharedSession() - Method in class org.eclipse.core.tests.session.SessionTestSuite
 
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.
isSignatureEqual(IDOMNode) - Method in class org.eclipse.jdt.internal.core.jdom.DOMNode
Deprecated.  
isSilent - Variable in exception org.eclipse.jdt.internal.compiler.problem.AbortCompilation
 
isSimilar(IMethod) - Method in interface org.eclipse.jdt.core.IMethod
Returns whether this method is similar to the given method.
isSimilar(IMethod) - Method in class org.eclipse.jdt.internal.core.SourceMethod
 
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.
isSourceType() - Method in class org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer
Answer whether the receiver contains the unresolved source form of the type.
isSpecProtected(long) - Static method in class org.jmlspecs.jml4.ast.JmlModifier
 
isSpecPublic(long) - Static method in class org.jmlspecs.jml4.ast.JmlModifier
 
isSpecVar() - Method in class org.jmlspecs.jml4.rac.RacOldExpression
Returns whether the old expression is a specification variable declaration.
isStandardLabel() - Method in class org.eclipse.jdt.internal.compiler.codegen.BranchLabel
 
isStandardLabel() - Method in class org.eclipse.jdt.internal.compiler.codegen.CaseLabel
 
isStatic() - Method in class org.eclipse.jdt.core.dom.ImportDeclaration
Returns whether this import declaration is a static import (added in JLS3 API).
isStatic(int) - Static method in class org.eclipse.jdt.core.dom.Modifier
Returns whether the given flags includes the "static" modifier.
isStatic() - Method in class org.eclipse.jdt.core.dom.Modifier
Answer true if the receiver is the static modifier, false otherwise.
isStatic(int) - Static method in class org.eclipse.jdt.core.Flags
Returns whether the given integer includes the static modifier.
isStatic() - Method in class org.eclipse.jdt.core.tests.eval.JDIStackFrame
 
isStatic() - Method in class org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
 
isStatic() - Method in class org.eclipse.jdt.internal.compiler.ast.Clinit
 
isStatic() - Method in class org.eclipse.jdt.internal.compiler.ast.FieldDeclaration
 
isStatic() - Method in class org.eclipse.jdt.internal.compiler.ast.ImportReference
 
isStatic() - Method in class org.eclipse.jdt.internal.compiler.ast.Initializer
 
isStatic() - Method in class org.eclipse.jdt.internal.compiler.lookup.FieldBinding
 
isStatic() - Method in class org.eclipse.jdt.internal.compiler.lookup.ImportBinding
 
isStatic() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
 
isStatic - Variable in class org.eclipse.jdt.internal.compiler.lookup.MethodScope
 
isStatic() - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
Answer true if the receiver is a static member type (or toplevel)
isStatic() - Method in class org.jmlspecs.jml4.fspv.theory.ast.TheoryFieldDeclaration
 
isStatic() - Method in class org.jmlspecs.jml4.fspv.theory.ast.TheoryMethodDeclaration
 
isStatic() - Method in class org.jmlspecs.jml4.fspv.theory.ast.TheorySingleNameReference
 
isStaticField - Variable in class org.jmlspecs.jml4.esc.gc.lang.expr.CfgVariable
 
isStaticField - Variable in class org.jmlspecs.jml4.esc.gc.lang.simple.expr.SimpleVariable
 
isStaticField - Variable in class org.jmlspecs.jml4.esc.gc.lang.sugared.expr.SugaredVariable
 
isStaticImport(int) - Static method in class org.eclipse.jdt.core.CompletionFlags
Returns whether the given integer includes the CompletionFlags.StaticImport flag.
isStrictfp(int) - Static method in class org.eclipse.jdt.core.dom.Modifier
Returns whether the given flags includes the "strictfp" modifier.
isStrictfp() - Method in class org.eclipse.jdt.core.dom.Modifier
Answer true if the receiver is the strictfp modifier, false otherwise.
isStrictfp(int) - Static method in class org.eclipse.jdt.core.Flags
Returns whether the given integer includes the strictfp modifier.
isStrictfp() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
 
isStrictfp() - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
Answer true if all float operations must adher to IEEE 754 float/double rules
IsStrictlyAssigned - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
isStructureKnown() - Method in interface org.eclipse.jdt.core.IJavaElement
Returns whether the structure of this element is known.
isStructureKnown() - Method in class org.eclipse.jdt.internal.core.BinaryMember
 
isStructureKnown() - Method in class org.eclipse.jdt.internal.core.LocalVariable
 
isStructureKnown() - Method in class org.eclipse.jdt.internal.core.Openable
 
isStructureKnown() - Method in class org.eclipse.jdt.internal.core.OpenableElementInfo
 
isStructureKnown() - Method in class org.eclipse.jdt.internal.core.SourceRefElement
 
isSubExpression() - Method in class org.jmlspecs.jml4.fspv.theory.ast.TheoryAssignment
 
isSubRoutine() - Method in class org.eclipse.jdt.internal.compiler.flow.FinallyFlowContext
 
isSubRoutine() - Method in class org.eclipse.jdt.internal.compiler.flow.FlowContext
 
IsSubRoutineEscaping - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
isSubRoutineEscaping() - Method in class org.eclipse.jdt.internal.compiler.ast.SubRoutineStatement
 
isSubRoutineEscaping() - Method in class org.eclipse.jdt.internal.compiler.ast.SynchronizedStatement
 
isSubRoutineEscaping() - Method in class org.eclipse.jdt.internal.compiler.ast.TryStatement
 
isSubsignature(IMethodBinding) - Method in interface org.eclipse.jdt.core.dom.IMethodBinding
Returns whether this method's signature is a subsignature of the given method as specified in section 8.4.2 of The Java Language Specification, Third Edition (JLS3).
isSubtype(String, String) - Method in class org.eclipse.core.internal.resources.MarkerManager
Returns true if type is a sub type of superType.
isSubtype(String, String) - Method in class org.eclipse.core.internal.resources.MarkerTypeDefinitionCache
Returns true if the given target class has the specified type as a super type.
isSubTypeCompatible(ITypeBinding) - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
Returns whether this type is subtype compatible with the given type, as specified in section 4.10 of The Java Language Specification, Third Edition (JLS3).
isSubtypeOf(String) - Method in class org.eclipse.core.internal.resources.Marker
 
isSubtypeOf(String) - Method in class org.eclipse.core.internal.resources.MarkerDelta
 
isSubtypeOf(String) - Method in interface org.eclipse.core.resources.IMarker
Returns whether the type of this marker is considered to be a sub-type of the given marker type.
isSubtypeOf(String) - Method in interface org.eclipse.core.resources.IMarkerDelta
Returns whether the type of this marker is considered to be a sub-type of the given marker type.
isSum() - Method in class org.jmlspecs.jml4.esc.vc.lang.VcQuantifier
 
isSum() - Method in class org.jmlspecs.jml4.fspv.theory.TheoryQuantifier
 
isSummary() - Method in class org.eclipse.test.internal.performance.data.Sample
 
isSuper(int) - Static method in class org.eclipse.jdt.core.Flags
Returns whether the given integer includes the super modifier.
isSuper() - Method in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
isSuper() - Method in class org.eclipse.jdt.internal.compiler.ast.QualifiedSuperReference
 
isSuper() - Method in class org.eclipse.jdt.internal.compiler.ast.SuperReference
 
isSuperAccess() - Method in class org.eclipse.jdt.internal.compiler.ast.AbstractVariableDeclaration
 
isSuperAccess() - Method in class org.eclipse.jdt.internal.compiler.ast.AllocationExpression
 
isSuperAccess() - Method in class org.eclipse.jdt.internal.compiler.ast.ExplicitConstructorCall
 
isSuperAccess() - Method in class org.eclipse.jdt.internal.compiler.ast.FieldReference
 
isSuperAccess() - Method in class org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression
 
isSuperAccess() - Method in class org.eclipse.jdt.internal.compiler.ast.JavadocFieldReference
 
isSuperAccess() - Method in class org.eclipse.jdt.internal.compiler.ast.JavadocMessageSend
 
isSuperAccess() - Method in class org.eclipse.jdt.internal.compiler.ast.MessageSend
 
isSuperAccess() - Method in class org.eclipse.jdt.internal.compiler.ast.NameReference
 
isSuperAccess() - Method in class org.eclipse.jdt.internal.compiler.ast.QualifiedAllocationExpression
 
isSuperAccess() - Method in interface org.eclipse.jdt.internal.compiler.lookup.InvocationSite
 
isSuperAccess() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetReturnStatement
 
isSuperAccess() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetSuperReference
 
isSuperAccess() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetThisReference
 
isSuperclassOf(ReferenceBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
Answer true if the receiver is in the superclass hierarchy of aType NOTE: Object.isSuperclassOf(Object) -> false
isSuperclassOf(ReferenceBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.WildcardBinding
 
isSuperInvocation() - Method in class org.eclipse.jdt.core.search.MethodReferenceMatch
Returns whether the reference is on a message sent from a type which is a super type of the searched method declaring type.
isSuperType() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnParameterizedQualifiedTypeReference
 
isSuperType() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnQualifiedTypeReference
 
isSuperType() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnSingleTypeReference
 
IsSuperType - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
isSymbolicLink() - Method in class org.eclipse.core.internal.localstore.UnifiedTreeNode
 
isSymbolicLink() - Method in class org.eclipse.core.resources.ResourceAttributes
Returns whether this ResourceAttributes object is marked read only.
isSynchronized(IResource, int) - Method in class org.eclipse.core.internal.localstore.FileSystemResourceManager
 
isSynchronized(int) - Method in class org.eclipse.core.internal.resources.Resource
 
isSynchronized(int) - Method in interface org.eclipse.core.resources.IResource
Returns whether this resource and its descendents to the given depth are considered to be in sync with the local file system.
isSynchronized(IResource, int) - Method in interface org.eclipse.core.resources.team.IResourceTree
Returns whether the given resource and its descendents to the given depth are considered to be in sync with the local file system.
isSynchronized(int) - Static method in class org.eclipse.jdt.core.dom.Modifier
Returns whether the given flags includes the "synchronized" modifier.
isSynchronized() - Method in class org.eclipse.jdt.core.dom.Modifier
Answer true if the receiver is the synchronized modifier, false otherwise.
isSynchronized(int) - Static method in class org.eclipse.jdt.core.Flags
Returns whether the given integer includes the synchronized modifier.
IsSynchronized - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
isSynchronized() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
 
IsSynchronizedVisitor - Class in org.eclipse.core.internal.localstore
Visits a unified tree, and throws a ResourceChangedException on the first node that is discovered to be out of sync.
IsSynchronizedVisitor(IProgressMonitor) - Constructor for class org.eclipse.core.internal.localstore.IsSynchronizedVisitor
Creates a new IsSynchronizedVisitor.
isSynthetic() - Method in interface org.eclipse.jdt.core.dom.IBinding
Returns whether this binding is synthetic.
isSynthetic(int) - Static method in class org.eclipse.jdt.core.Flags
Returns whether the given integer includes the indication that the element is synthetic.
isSynthetic() - Method in class org.eclipse.jdt.core.search.MethodReferenceMatch
Returns whether the reference is on a synthetic element.
isSynthetic() - Method in interface org.eclipse.jdt.core.util.IFieldInfo
Return true if the field info is synthetic according to the JVM specification, false otherwise.
isSynthetic() - Method in interface org.eclipse.jdt.core.util.IMethodInfo
Return true if the method info is synthetic according to the JVM specification, false otherwise.
isSynthetic() - Method in class org.eclipse.jdt.internal.compiler.classfmt.FieldInfo
Return true if the field is a synthetic field, false otherwise.
isSynthetic() - Method in class org.eclipse.jdt.internal.compiler.classfmt.MethodInfo
Return true if the field is a synthetic method, false otherwise.
isSynthetic() - Method in class org.eclipse.jdt.internal.compiler.lookup.FieldBinding
 
isSynthetic() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
 
isSynthetic() - Method in class org.eclipse.jdt.internal.core.util.FieldInfo
 
isSynthetic() - Method in class org.eclipse.jdt.internal.core.util.MethodInfo
 
isSystemLibrary() - Method in class org.eclipse.jdt.internal.core.UserLibrary
 
IStackMapAttribute - Interface in org.eclipse.jdt.core.util
This class represents a stack map attribute.
IStackMapFrame - Interface in org.eclipse.jdt.core.util
Description of a stack map frame as specified in the JVM specifications.
IStackMapTableAttribute - Interface in org.eclipse.jdt.core.util
This class represents a stack map table attribute.
isTail() - Method in class org.eclipse.core.internal.utils.Cache.Entry
 
isTaskCaseSensitive - Variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
isTaskCaseSensitive - Variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
isTaskCaseSensitive - Variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
isTeamPrivateMember(int) - Method in class org.eclipse.core.internal.resources.Project
 
isTeamPrivateMember() - Method in class org.eclipse.core.internal.resources.Resource
 
isTeamPrivateMember(int) - Method in class org.eclipse.core.internal.resources.Resource
 
isTeamPrivateMember() - Method in class org.eclipse.core.internal.resources.ResourceProxy
 
isTeamPrivateMember(int) - Method in class org.eclipse.core.internal.resources.WorkspaceRoot
 
isTeamPrivateMember() - Method in interface org.eclipse.core.resources.IResource
Returns whether this resource is a team private member of its parent container.
isTeamPrivateMember(int) - Method in interface org.eclipse.core.resources.IResource
Returns whether this resource is a team private member of its parent container.
isTeamPrivateMember() - Method in interface org.eclipse.core.resources.IResourceProxy
Returns whether the resource being visited is a team private member.
isTestablePlatform() - Static method in class org.eclipse.core.tests.filesystem.SymlinkTest
 
isText() - Method in class org.eclipse.jdt.internal.formatter.FormatJavadocNode
Returns whether the node is a text (see FormatJavadocText or not.
isText() - Method in class org.eclipse.jdt.internal.formatter.FormatJavadocText
 
isTextAfterHtmlSeparatorTag(int) - Method in class org.eclipse.jdt.internal.formatter.FormatJavadocText
Returns whether the text at the given separator index position is after a separator tag or not.
isThis() - Method in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
isThis() - Method in class org.eclipse.jdt.internal.compiler.ast.JavadocImplicitTypeReference
 
isThis() - Method in class org.eclipse.jdt.internal.compiler.ast.QualifiedSuperReference
 
isThis() - Method in class org.eclipse.jdt.internal.compiler.ast.SuperReference
 
isThis() - Method in class org.eclipse.jdt.internal.compiler.ast.ThisReference
 
isThreeWay() - Method in class org.eclipse.core.resources.mapping.RemoteResourceMappingContext
Return true if the context is associated with an operation that is using a three-way comparison and false if it is using a two-way comparison.
isThrowable() - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
 
isThrowable() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
Returns true if a given type may be thrown
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.
isTopStack() - Method in class org.jmlspecs.jml4.fspv.theory.TheoryHelper
 
IStorage - Interface in org.eclipse.core.resources
A storage object represents a set of bytes which can be accessed.
ISTORE - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
istore(int) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
ISTORE_0 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
istore_0() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
ISTORE_1 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
istore_1() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
ISTORE_2 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
istore_2() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
ISTORE_3 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
istore_3() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
isTransient(int) - Static method in class org.eclipse.jdt.core.dom.Modifier
Returns whether the given flags includes the "transient" modifier.
isTransient() - Method in class org.eclipse.jdt.core.dom.Modifier
Answer true if the receiver is the transient modifier, false otherwise.
isTransient(int) - Static method in class org.eclipse.jdt.core.Flags
Returns whether the given integer includes the transient modifier.
isTransient() - Method in class org.eclipse.jdt.internal.compiler.lookup.FieldBinding
 
isTreeLocked() - Method in class org.eclipse.core.internal.resources.Workspace
 
isTreeLocked() - Method in interface org.eclipse.core.resources.IWorkspace
Returns whether the workspace tree is currently locked.
IStringPoolParticipant - Interface in org.eclipse.core.internal.utils
A string pool participant is used for sharing strings between several unrelated parties.
isTrue(boolean) - Static method in class org.eclipse.test.internal.performance.data.Assert
Asserts that the given boolean is true.
isTrue(boolean, String) - Static method in class org.eclipse.test.internal.performance.data.Assert
Asserts that the given boolean is true.
isTrue() - Method in class org.jmlspecs.jml4.fspv.theory.ast.TheoryBooleanLiteral
 
IsTryBlockExiting - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
isTypeAccess() - Method in class org.eclipse.jdt.internal.compiler.ast.AbstractVariableDeclaration
 
isTypeAccess() - Method in class org.eclipse.jdt.internal.compiler.ast.AllocationExpression
 
isTypeAccess() - Method in class org.eclipse.jdt.internal.compiler.ast.ExplicitConstructorCall
 
isTypeAccess() - Method in class org.eclipse.jdt.internal.compiler.ast.FieldReference
 
isTypeAccess() - Method in class org.eclipse.jdt.internal.compiler.ast.MessageSend
 
isTypeAccess() - Method in class org.eclipse.jdt.internal.compiler.ast.NameReference
 
isTypeAccess() - Method in interface org.eclipse.jdt.internal.compiler.lookup.InvocationSite
 
isTypeAccess() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetReturnStatement
 
isTypeAccess() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetSuperReference
 
isTypeAccess() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetThisReference
 
isTypeArgumentContainedBy(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
 
isTypeClassOrInterface(TypeDeclaration) - Static method in class org.jmlspecs.jml4.rac.RacParser
Returns whether typeDeclarations is a Class or Interface type
isTypeReference() - Method in class org.eclipse.jdt.internal.compiler.ast.Expression
 
isTypeReference() - Method in class org.eclipse.jdt.internal.compiler.ast.NameReference
 
isTypeReference() - Method in class org.eclipse.jdt.internal.compiler.ast.TypeReference
 
isTypeUseDeprecated(TypeBinding, Scope) - Method in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
isTypeVariable() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
Returns whether this type binding represents a type variable.
isTypeVariable() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
Returns true if the type was declared as a type variable
isTypeVariable() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding
Returns true if the type was declared as a type variable
ISUB - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
isub() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
isUnboundWildcard() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
Returns true if wildcard type of the form '?' (no bound)
isUnboundWildcard() - Method in class org.eclipse.jdt.internal.compiler.lookup.WildcardBinding
Returns true if the type is a wildcard
isUnchecked - Variable in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding
 
isUncheckedException(boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.BaseTypeBinding
T_null is acting as an unchecked exception
isUncheckedException(boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
JLS 11.5 ensures that Throwable, Exception, RuntimeException and Error are directly connected.
isUncheckedException(boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
Returns true if the type is a subclass of java.lang.Error or java.lang.RuntimeException
isUnderLink() - Method in class org.eclipse.core.internal.resources.Resource
Returns true if this resource is a linked resource, or a child of a linked resource, and false otherwise.
isUnnamed() - Method in interface org.eclipse.jdt.core.dom.IPackageBinding
Returns whether this package is an unnamed package.
isUpperbound() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
Returns whether this wildcard type is an upper bound ("extends") as opposed to a lower bound ("super").
isUpperBound() - Method in class org.eclipse.jdt.core.dom.WildcardType
Returns whether this wildcard type is an upper bound ("extends") as opposed to a lower bound ("super").
isUpperCase(char) - Static method in class org.eclipse.jdt.internal.compiler.parser.ScannerHelper
 
isUsed() - Method in class org.eclipse.jdt.internal.compiler.lookup.FieldBinding
 
isUsed() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
 
isUsed() - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
Answer true if the receiver has private visibility and is used locally
IsUsefulEmptyStatement - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
isValid() - Method in class org.eclipse.core.tests.resources.ResourceVisitorVerifier
 
isValid() - Method in class org.eclipse.test.internal.performance.results.ConfigResults
Returns whether the configuration has results for the performance current build or not.
isValid() - Method in class org.eclipse.test.internal.performance.results.ScenarioResults
Returns whether the current scenario is valid or not.
isValid(String) - Method in class org.eclipse.test.internal.performance.results.ScenarioResults
Returns whether the current build of the given config has valid results or not.
isValid(Result[]) - Static method in class org.jmlspecs.jml4.esc.result.lang.Result
 
isValid() - Method in class org.jmlspecs.jml4.esc.result.lang.Result
 
isValidBinding() - Method in class org.eclipse.jdt.internal.compiler.lookup.Binding
 
isValidClassFileName(String, String, String) - Static method in class org.eclipse.jdt.internal.core.util.Util
Validate the given .class file name.
isValidCompilationUnitName(String, String, String) - Static method in class org.eclipse.jdt.internal.core.util.Util
Validate the given compilation unit name.
isValidFolderNameForPackage(String, String, String) - Static method in class org.eclipse.jdt.internal.core.util.Util
Returns true if the given folder name is valid for a package, false if it is not.
isValidJavaStatement() - Method in class org.eclipse.jdt.internal.compiler.ast.MagicLiteral
 
isValidJavaStatement() - Method in class org.eclipse.jdt.internal.compiler.ast.NumberLiteral
 
isValidJavaStatement() - Method in class org.eclipse.jdt.internal.compiler.ast.Statement
 
isValidMethodSignature(String) - Static method in class org.eclipse.jdt.internal.core.util.Util
Returns true if the given method signature is valid, false if it is not.
isValidTypeSignature(String, boolean) - Static method in class org.eclipse.jdt.internal.core.util.Util
Returns true if the given type signature is valid, false if it is not.
isVarargs() - Method in interface org.eclipse.jdt.core.dom.IMethodBinding
Returns whether this is a variable arity method.
isVarargs() - Method in class org.eclipse.jdt.core.dom.MethodDeclaration
Returns whether this method declaration declares a variable arity method (added in JLS3 API).
isVarargs() - Method in class org.eclipse.jdt.core.dom.MethodRefParameter
Returns whether this method reference parameter is for the last parameter of a variable arity method (added in JLS3 API).
isVarargs() - Method in class org.eclipse.jdt.core.dom.SingleVariableDeclaration
Returns whether this declaration declares the last parameter of a variable arity method (added in JLS3 API).
isVarargs(int) - Static method in class org.eclipse.jdt.core.Flags
Returns whether the given integer has the AccVarargs bit set.
isVarArgs() - Method in class org.eclipse.jdt.internal.compiler.ast.Argument
 
IsVarArgs - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
isVarargs() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
 
isVariable() - Method in class org.jmlspecs.jml4.esc.gc.lang.expr.CfgAssignable
 
isVariable() - Method in class org.jmlspecs.jml4.esc.gc.lang.expr.CfgVariable
 
isVariable() - Method in class org.jmlspecs.jml4.esc.gc.lang.simple.expr.SimpleAssignable
 
isVariable() - Method in class org.jmlspecs.jml4.esc.gc.lang.simple.expr.SimpleVariable
 
isVariable() - Method in class org.jmlspecs.jml4.esc.gc.lang.sugared.expr.SugaredAssignable
 
isVariable() - Method in class org.jmlspecs.jml4.esc.gc.lang.sugared.expr.SugaredFieldReference
 
isVariable() - Method in class org.jmlspecs.jml4.esc.gc.lang.sugared.expr.SugaredVariable
 
isViewedAsDeprecated() - Method in class org.eclipse.jdt.internal.compiler.lookup.FieldBinding
 
isViewedAsDeprecated() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
 
isViewedAsDeprecated() - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
Answer true if the receiver is deprecated (or any of its enclosing types)
isVolatile(int) - Static method in class org.eclipse.jdt.core.dom.Modifier
Returns whether the given flags includes the "volatile" modifier.
isVolatile() - Method in class org.eclipse.jdt.core.dom.Modifier
Answer true if the receiver is the volatile modifier, false otherwise.
isVolatile(int) - Static method in class org.eclipse.jdt.core.Flags
Returns whether the given integer includes the volatile modifier.
isVolatile() - Method in class org.eclipse.jdt.internal.compiler.lookup.FieldBinding
 
isWaiting(SourceFile) - Method in class org.eclipse.jdt.internal.core.builder.WorkQueue
 
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.jdt.internal.compiler.problem.DefaultProblem
 
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.
isWhitespace(char) - Static method in class org.eclipse.jdt.internal.compiler.parser.ScannerHelper
Include also non JLS whitespaces.
isWidening(int, int) - Static method in class org.eclipse.jdt.internal.compiler.lookup.BaseTypeBinding
 
isWildcard() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
Returns true if the type is a wildcard
isWildcard() - Method in class org.eclipse.jdt.internal.compiler.lookup.WildcardBinding
Returns true if the type is a wildcard
isWildcardType() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
Returns whether this type binding represents a wildcard type.
isWildcardType() - Method in class org.eclipse.jdt.core.dom.Type
Returns whether this type is a wildcard type (WildcardType).
isWorkingCopy() - Method in interface org.eclipse.jdt.core.ICompilationUnit
Returns whether this element is a working copy.
isWorkingCopy() - Method in interface org.eclipse.jdt.core.IWorkingCopy
Deprecated. Use ICompilationUnit.isWorkingCopy() instead.
isWorkingCopy() - Method in class org.eclipse.jdt.internal.core.CompilationUnit
 
isWrapped() - Method in class org.eclipse.jdt.internal.formatter.align.Alignment
 
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.
ISynchronizer - Interface in org.eclipse.core.resources
A synchronizer which maintains a list of registered partners and, on behalf of each partner, it keeps resource level synchronization information (a byte array).
ISynchronizerTest - Class in org.eclipse.core.tests.resources
 
ISynchronizerTest() - Constructor for class org.eclipse.core.tests.resources.ISynchronizerTest
 
ISynchronizerTest(String) - Constructor for class org.eclipse.core.tests.resources.ISynchronizerTest
 
ITEM_DOUBLE - Static variable in interface org.eclipse.jdt.core.util.IVerificationTypeInfo
The tag value representing double variable info
ITEM_DOUBLE - Static variable in class org.eclipse.jdt.internal.compiler.codegen.VerificationTypeInfo
The tag value representing double variable info
ITEM_FLOAT - Static variable in interface org.eclipse.jdt.core.util.IVerificationTypeInfo
The tag value representing float variable info
ITEM_FLOAT - Static variable in class org.eclipse.jdt.internal.compiler.codegen.VerificationTypeInfo
The tag value representing float variable info
ITEM_INTEGER - Static variable in interface org.eclipse.jdt.core.util.IVerificationTypeInfo
The tag value representing integer variable info
ITEM_INTEGER - Static variable in class org.eclipse.jdt.internal.compiler.codegen.VerificationTypeInfo
The tag value representing integer variable info
ITEM_LONG - Static variable in interface org.eclipse.jdt.core.util.IVerificationTypeInfo
The tag value representing long variable info
ITEM_LONG - Static variable in class org.eclipse.jdt.internal.compiler.codegen.VerificationTypeInfo
The tag value representing long variable info
ITEM_NULL - Static variable in interface org.eclipse.jdt.core.util.IVerificationTypeInfo
The tag value representing null variable info
ITEM_NULL - Static variable in class org.eclipse.jdt.internal.compiler.codegen.VerificationTypeInfo
The tag value representing null variable info
ITEM_OBJECT - Static variable in interface org.eclipse.jdt.core.util.IVerificationTypeInfo
The tag value representing object variable info
ITEM_OBJECT - Static variable in class org.eclipse.jdt.internal.compiler.codegen.VerificationTypeInfo
The tag value representing object variable info
ITEM_TOP - Static variable in interface org.eclipse.jdt.core.util.IVerificationTypeInfo
The tag value representing top variable info
ITEM_TOP - Static variable in class org.eclipse.jdt.internal.compiler.codegen.VerificationTypeInfo
The tag value representing top variable info
ITEM_UNINITIALIZED - Static variable in interface org.eclipse.jdt.core.util.IVerificationTypeInfo
The tag value representing uninitialized variable info
ITEM_UNINITIALIZED - Static variable in class org.eclipse.jdt.internal.compiler.codegen.VerificationTypeInfo
The tag value representing uninitialized variable info
ITEM_UNINITIALIZED_THIS - Static variable in interface org.eclipse.jdt.core.util.IVerificationTypeInfo
The tag value representing uninitialized this variable info
ITEM_UNINITIALIZED_THIS - Static variable in class org.eclipse.jdt.internal.compiler.codegen.VerificationTypeInfo
The tag value representing uninitialized this variable info
iterate(IElementContentVisitor) - Method in class org.eclipse.core.internal.watson.ElementTreeIterator
Iterates through this iterator's tree and visits each element in the subtree rooted at the given path.
iterateByPFR(Map) - Method in class org.jmlspecs.eclipse.jdt.ui.EscjavaAction
Iterates over all the package fragment roots in the map, calling start/doit/end for each package fragment root and its Collection.
iterateByProject(Map) - Method in class org.jmlspecs.eclipse.jdt.ui.EscjavaAction
Iterates over all the projects in the map (as produced by getJavaElements()), calling start/doit/end for each project's collection of IJavaElements and IResources.
iterator() - Method in class org.eclipse.core.internal.utils.Queue
 
ITerminalSymbols - Interface in org.eclipse.jdt.core.compiler
Maps each terminal symbol in the java-grammar into a unique integer.
ITrackedNodePosition - Interface in org.eclipse.jdt.core.dom.rewrite
A tracked node position is returned when a rewrite change is requested to be tracked.
IType - Interface in org.eclipse.jdt.core
Represents either a source type in a compilation unit (either a top-level type, a member type, a local type or an anonymous type) or a binary type in a class file.
ITypeBinding - Interface in org.eclipse.jdt.core.dom
A type binding represents fully-resolved type.
ITypeHierarchy - Interface in org.eclipse.jdt.core
A type hierarchy provides navigations between a type and its resolved supertypes and subtypes for a specific type or for all types within a region.
ITypeHierarchyChangedListener - Interface in org.eclipse.jdt.core
A listener which gets notified when a particular type hierarchy object changes.
ITypeNameRequestor - Interface in org.eclipse.jdt.core.search
Deprecated. Use abstract class TypeNameRequestor instead.
ITypeParameter - Interface in org.eclipse.jdt.core
Represents a type parameter defined by a type or a method in a compilation unit or a class file.
ITypeRequestor - Interface in org.eclipse.jdt.internal.compiler.impl
 
ITypeRoot - Interface in org.eclipse.jdt.core
Represents an entire Java type root (either an ICompilationUnit or an IClassFile).
IUnifiedTreeVisitor - Interface in org.eclipse.core.internal.localstore
 
IUSHR - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
iushr() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
IVariableBinding - Interface in org.eclipse.jdt.core.dom
A variable binding represents either a field of a class or interface, or a local variable declaration (including formal parameters, local variables, and exception variables).
IVerificationTypeInfo - Interface in org.eclipse.jdt.core.util
Description of a verification type info as described in the JVM specifications.
IWorkingCopy - Interface in org.eclipse.jdt.core
Deprecated. Use ICompilationUnit instead
IWorkspace - Interface in org.eclipse.core.resources
Workspaces are the basis for Eclipse Platform resource management.
IWorkspace.ProjectOrder - Class in org.eclipse.core.resources
Data structure for holding the multi-part outcome of IWorkspace.computeProjectOrder.
IWorkspace.ProjectOrder(IProject[], boolean, IProject[][]) - Constructor for class org.eclipse.core.resources.IWorkspace.ProjectOrder
Creates an instance with the given values.
IWorkspaceDescription - Interface in org.eclipse.core.resources
A workspace description represents the workspace preferences.
IWorkspaceRoot - Interface in org.eclipse.core.resources
A root resource represents the top of the resource hierarchy in a workspace.
IWorkspaceRootTest - Class in org.eclipse.core.tests.resources
 
IWorkspaceRootTest() - Constructor for class org.eclipse.core.tests.resources.IWorkspaceRootTest
 
IWorkspaceRootTest(String) - Constructor for class org.eclipse.core.tests.resources.IWorkspaceRootTest
 
IWorkspaceRunnable - Interface in org.eclipse.core.resources
A runnable which executes as a batch operation within the workspace.
IWorkspaceRunnableUseCaseTest - Class in org.eclipse.core.tests.resources.usecase
 
IWorkspaceRunnableUseCaseTest() - Constructor for class org.eclipse.core.tests.resources.usecase.IWorkspaceRunnableUseCaseTest
 
IWorkspaceRunnableUseCaseTest(String) - Constructor for class org.eclipse.core.tests.resources.usecase.IWorkspaceRunnableUseCaseTest
 
IWorkspaceTest - Class in org.eclipse.core.tests.resources
 
IWorkspaceTest() - Constructor for class org.eclipse.core.tests.resources.IWorkspaceTest
 
IWorkspaceTest(String) - Constructor for class org.eclipse.core.tests.resources.IWorkspaceTest
 
IWorkspaceTest - Class in org.eclipse.core.tests.resources.regression
 
IWorkspaceTest() - Constructor for class org.eclipse.core.tests.resources.regression.IWorkspaceTest
 
IWorkspaceTest(String) - Constructor for class org.eclipse.core.tests.resources.regression.IWorkspaceTest
 
IXOR - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
ixor() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 

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 _