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 _

A

A_ACCURATE - Static variable in class org.eclipse.jdt.core.search.SearchMatch
The search result corresponds an exact match of the search pattern.
A_INACCURATE - Static variable in class org.eclipse.jdt.core.search.SearchMatch
The search result is potentially a match for the search pattern, but the search engine is unable to fully check it (for example, because there are errors in the code or the classpath are not correctly set).
AALOAD - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
aaload() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
AASTORE - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
aastore() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
ABORT - Static variable in class org.eclipse.jdt.core.JavaCore
Configurable option value: "abort".
abort(int, CategorizedProblem) - Method in class org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
 
abort(int, CategorizedProblem) - Method in class org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration
 
abort(int, CategorizedProblem) - Method in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
 
abort(int, CategorizedProblem) - Method in interface org.eclipse.jdt.internal.compiler.impl.ReferenceContext
 
Abort - Static variable in interface org.eclipse.jdt.internal.compiler.problem.ProblemSeverities
 
abort_againstSourceModel - Static variable in class org.eclipse.jdt.internal.compiler.util.Messages
 
abort_invalidAttribute - Static variable in class org.eclipse.jdt.internal.compiler.util.Messages
 
abort_invalidExceptionAttribute - Static variable in class org.eclipse.jdt.internal.compiler.util.Messages
 
abort_invalidOpcode - Static variable in class org.eclipse.jdt.internal.compiler.util.Messages
 
abort_missingCode - Static variable in class org.eclipse.jdt.internal.compiler.util.Messages
 
AbortCompilation - Exception in org.eclipse.jdt.internal.compiler.problem
 
AbortCompilation() - Constructor for exception org.eclipse.jdt.internal.compiler.problem.AbortCompilation
 
AbortCompilation(CompilationResult, CategorizedProblem) - Constructor for exception org.eclipse.jdt.internal.compiler.problem.AbortCompilation
 
AbortCompilation(CompilationResult, Throwable) - Constructor for exception org.eclipse.jdt.internal.compiler.problem.AbortCompilation
 
AbortCompilation(boolean, RuntimeException) - Constructor for exception org.eclipse.jdt.internal.compiler.problem.AbortCompilation
 
AbortCompilation - Static variable in interface org.eclipse.jdt.internal.compiler.problem.ProblemSeverities
 
AbortCompilationUnit - Exception in org.eclipse.jdt.internal.compiler.problem
 
AbortCompilationUnit(CompilationResult, CategorizedProblem) - Constructor for exception org.eclipse.jdt.internal.compiler.problem.AbortCompilationUnit
 
AbortCompilationUnit(CompilationResult, IOException, String) - Constructor for exception org.eclipse.jdt.internal.compiler.problem.AbortCompilationUnit
Used to surface encoding issues when reading sources
AbortCompilationUnit - Static variable in interface org.eclipse.jdt.internal.compiler.problem.ProblemSeverities
 
abortDueToInternalError(String) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
abortDueToInternalError(String, ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
AbortFormatting - Exception in org.eclipse.jdt.internal.formatter
Unchecked exception wrapping invalid input checked exception which may occur when scanning original formatted source.
AbortFormatting(String) - Constructor for exception org.eclipse.jdt.internal.formatter.AbortFormatting
 
AbortFormatting(Throwable) - Constructor for exception org.eclipse.jdt.internal.formatter.AbortFormatting
 
AbortIncrementalBuildException - Exception in org.eclipse.jdt.internal.core.builder
Exception thrown when an incremental builder cannot find a .class file.
AbortIncrementalBuildException(String) - Constructor for exception org.eclipse.jdt.internal.core.builder.AbortIncrementalBuildException
 
AbortMethod - Exception in org.eclipse.jdt.internal.compiler.problem
 
AbortMethod(CompilationResult, CategorizedProblem) - Constructor for exception org.eclipse.jdt.internal.compiler.problem.AbortMethod
 
AbortMethod - Static variable in interface org.eclipse.jdt.internal.compiler.problem.ProblemSeverities
 
abortOnMissingSource - Variable in class org.eclipse.jdt.internal.core.JavaModelManager
 
AbortType - Exception in org.eclipse.jdt.internal.compiler.problem
 
AbortType(CompilationResult, CategorizedProblem) - Constructor for exception org.eclipse.jdt.internal.compiler.problem.AbortType
 
AbortType - Static variable in interface org.eclipse.jdt.internal.compiler.problem.ProblemSeverities
 
ABOUT_TO_FLUSH - Static variable in class org.eclipse.core.internal.resources.ContentDescriptionManager
 
aboutToBuild(IJavaProject) - Method in class org.eclipse.jdt.core.compiler.CompilationParticipant
Notifies this participant that a build is about to start and provides it the opportunity to create missing source folders for generated source files.
aboutToBuild(IJavaProject) - Method in class org.eclipse.jdt.core.tests.builder.TestBuilderParticipant
 
aboutToBuild(IJavaProject) - Method in class org.jmlspecs.eclipse.jdt.ui.EscjavaCompilationParticipant
 
aboutToCompile(SourceFile) - Method in class org.eclipse.jdt.internal.core.builder.BuildNotifier
Notification before a compile that a unit is about to be compiled.
aboutToResolve(Scope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnKeyword1
 
aboutToResolve(Scope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnQualifiedTypeReference
 
aboutToResolve(Scope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnSingleTypeReference
 
aboutToResolve(Scope) - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionOnQualifiedTypeReference
 
aboutToResolve(Scope) - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionOnSingleTypeReference
 
aboutToResolve(Scope) - Method in class org.eclipse.jdt.internal.compiler.ast.TypeReference
 
aboutToStart() - Method in interface org.eclipse.jdt.core.search.IJavaSearchResultCollector
Deprecated. Replaced by SearchRequestor.beginReporting().
aboutToUpdateIndex(IPath, Integer) - Method in class org.eclipse.jdt.internal.core.search.indexing.IndexManager
 
AbsoluteBandChecker - Class in org.eclipse.test.internal.performance.eval
 
AbsoluteBandChecker(Dim, long, long) - Constructor for class org.eclipse.test.internal.performance.eval.AbsoluteBandChecker
 
ABSTRACT - Static variable in class org.eclipse.jdt.core.dom.Modifier
"abstract" modifier constant (bit mask).
ABSTRACT - Static variable in interface org.eclipse.jdt.internal.codeassist.impl.Keywords
 
ABSTRACT_KEYWORD - Static variable in class org.eclipse.jdt.core.dom.Modifier.ModifierKeyword
"abstract" modifier with flag value Modifier.ABSTRACT.
AbstractAnnotationProcessorManager - Class in org.eclipse.jdt.internal.compiler
 
AbstractAnnotationProcessorManager() - Constructor for class org.eclipse.jdt.internal.compiler.AbstractAnnotationProcessorManager
 
AbstractASTTests - Class in org.eclipse.jdt.core.tests.dom
 
AbstractASTTests(String) - Constructor for class org.eclipse.jdt.core.tests.dom.AbstractASTTests
 
AbstractASTTests.ASTResult - Class in org.eclipse.jdt.core.tests.dom
 
AbstractASTTests.ASTResult(String, String) - Constructor for class org.eclipse.jdt.core.tests.dom.AbstractASTTests.ASTResult
 
AbstractASTTests.BindingRequestor - Class in org.eclipse.jdt.core.tests.dom
 
AbstractASTTests.BindingRequestor() - Constructor for class org.eclipse.jdt.core.tests.dom.AbstractASTTests.BindingRequestor
 
AbstractASTTests.MarkerInfo - Class in org.eclipse.jdt.core.tests.dom
 
AbstractASTTests.MarkerInfo(String) - Constructor for class org.eclipse.jdt.core.tests.dom.AbstractASTTests.MarkerInfo
 
AbstractASTTests.MarkerInfo(String, String) - Constructor for class org.eclipse.jdt.core.tests.dom.AbstractASTTests.MarkerInfo
 
AbstractASTTests.MarkerInfo(String, String, String, String, String) - Constructor for class org.eclipse.jdt.core.tests.dom.AbstractASTTests.MarkerInfo
 
AbstractASTTests.MarkerInfo(String, String, String, String, String, String) - Constructor for class org.eclipse.jdt.core.tests.dom.AbstractASTTests.MarkerInfo
 
AbstractBuilderTest - Class in org.eclipse.core.tests.internal.builders
This class does not define any tests, just convenience methods for other builder tests.
AbstractBuilderTest(String) - Constructor for class org.eclipse.core.tests.internal.builders.AbstractBuilderTest
 
AbstractCommentParser - Class in org.eclipse.jdt.internal.compiler.parser
Parser specialized for decoding javadoc comments
AbstractComparableTest - Class in org.eclipse.jdt.core.tests.compiler.regression
 
AbstractComparableTest(String) - Constructor for class org.eclipse.jdt.core.tests.compiler.regression.AbstractComparableTest
 
AbstractCompilerTest - Class in org.eclipse.jdt.core.tests.util
 
AbstractCompilerTest(String) - Constructor for class org.eclipse.jdt.core.tests.util.AbstractCompilerTest
 
AbstractCompletionTest - Class in org.eclipse.jdt.core.tests.compiler.parser
 
AbstractCompletionTest(String) - Constructor for class org.eclipse.jdt.core.tests.compiler.parser.AbstractCompletionTest
 
AbstractDataTree - Class in org.eclipse.core.internal.dtree
Data trees can be viewed as generic multi-leaf trees.
AbstractDataTree() - Constructor for class org.eclipse.core.internal.dtree.AbstractDataTree
Creates a new empty tree
AbstractDataTreeNode - Class in org.eclipse.core.internal.dtree
This class and its subclasses are used to represent nodes of AbstractDataTrees.
AbstractDOMBuilder - Class in org.eclipse.jdt.internal.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.
AbstractDOMBuilder() - Constructor for class org.eclipse.jdt.internal.core.jdom.AbstractDOMBuilder
Deprecated. AbstractDOMBuilder constructor.
AbstractImageBuilder - Class in org.eclipse.jdt.internal.core.builder
The abstract superclass of Java builders.
AbstractIndexer - Class in org.eclipse.jdt.internal.core.search.indexing
 
AbstractIndexer(SearchDocument) - Constructor for class org.eclipse.jdt.internal.core.search.indexing.AbstractIndexer
 
AbstractJavadocCompletionModelTest - Class in org.eclipse.jdt.core.tests.model
 
AbstractJavadocCompletionModelTest(String) - Constructor for class org.eclipse.jdt.core.tests.model.AbstractJavadocCompletionModelTest
 
AbstractJavaModelCompletionTests - Class in org.eclipse.jdt.core.tests.model
 
AbstractJavaModelCompletionTests(String) - Constructor for class org.eclipse.jdt.core.tests.model.AbstractJavaModelCompletionTests
 
AbstractJavaModelTests - Class in org.eclipse.jdt.core.tests.model
 
AbstractJavaModelTests(String) - Constructor for class org.eclipse.jdt.core.tests.model.AbstractJavaModelTests
 
AbstractJavaModelTests(String, int) - Constructor for class org.eclipse.jdt.core.tests.model.AbstractJavaModelTests
 
AbstractJavaModelTests.BasicProblemRequestor - Class in org.eclipse.jdt.core.tests.model
 
AbstractJavaModelTests.BasicProblemRequestor() - Constructor for class org.eclipse.jdt.core.tests.model.AbstractJavaModelTests.BasicProblemRequestor
 
AbstractJavaModelTests.ProblemRequestor - Class in org.eclipse.jdt.core.tests.model
 
AbstractJavaModelTests.ProblemRequestor() - Constructor for class org.eclipse.jdt.core.tests.model.AbstractJavaModelTests.ProblemRequestor
 
AbstractJavaSearchGenericTests - Class in org.eclipse.jdt.core.tests.model
Abstract class for generic search tests.
AbstractJavaSearchGenericTests(String, int) - Constructor for class org.eclipse.jdt.core.tests.model.AbstractJavaSearchGenericTests
 
AbstractJavaSearchScope - Class in org.eclipse.jdt.internal.core.search
 
AbstractJavaSearchScope() - Constructor for class org.eclipse.jdt.internal.core.search.AbstractJavaSearchScope
 
AbstractJavaSearchTests - Class in org.eclipse.jdt.core.tests.model
Abstract class for Java Search tests.
AbstractJavaSearchTests(String) - Constructor for class org.eclipse.jdt.core.tests.model.AbstractJavaSearchTests
 
AbstractJavaSearchTests(String, int) - Constructor for class org.eclipse.jdt.core.tests.model.AbstractJavaSearchTests
 
AbstractJavaSearchTests.JavaSearchResultCollector - Class in org.eclipse.jdt.core.tests.model
Collects results as a string.
AbstractJavaSearchTests.JavaSearchResultCollector() - Constructor for class org.eclipse.jdt.core.tests.model.AbstractJavaSearchTests.JavaSearchResultCollector
 
AbstractJavaSearchTests.JavaSearchResultCollector(boolean) - Constructor for class org.eclipse.jdt.core.tests.model.AbstractJavaSearchTests.JavaSearchResultCollector
 
AbstractMethodCannotBeOverridden - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
abstractMethodCannotBeOverridden(SourceTypeBinding, MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
AbstractMethodDeclaration - Class in org.eclipse.jdt.internal.compiler.ast
 
AbstractMethodInAbstractClass - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
abstractMethodInAbstractClass(SourceTypeBinding, AbstractMethodDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
AbstractMethodMustBeImplemented - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
abstractMethodMustBeImplemented(SourceTypeBinding, MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
abstractMethodNeedingNoBody(AbstractMethodDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
AbstractMethodTests - Class in org.eclipse.jdt.core.tests.builder
 
AbstractMethodTests(String) - Constructor for class org.eclipse.jdt.core.tests.builder.AbstractMethodTests
 
AbstractReader - Class in org.eclipse.jdt.core.tests.runtime
An abstract reader that continuously reads.
AbstractReader(String) - Constructor for class org.eclipse.jdt.core.tests.runtime.AbstractReader
 
AbstractRegressionTest - Class in org.eclipse.jdt.core.tests.compiler.regression
 
AbstractRegressionTest(String) - Constructor for class org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest
 
AbstractResults - Class in org.eclipse.test.internal.performance.results
Abstract class to store performance results.
AbstractSearchScope - Class in org.eclipse.jdt.internal.core.search
 
AbstractSearchScope() - Constructor for class org.eclipse.jdt.internal.core.search.AbstractSearchScope
 
AbstractSelectionTest - Class in org.eclipse.jdt.core.tests.compiler.parser
 
AbstractSelectionTest(String) - Constructor for class org.eclipse.jdt.core.tests.compiler.parser.AbstractSelectionTest
 
AbstractTypeDeclaration - Class in org.eclipse.jdt.core.dom
Abstract subclass for type declaration, enum declaration, and annotation type declaration AST node types.
AbstractVariableDeclaration - Class in org.eclipse.jdt.internal.compiler.ast
 
AbstractVariableDeclaration() - Constructor for class org.eclipse.jdt.internal.compiler.ast.AbstractVariableDeclaration
 
ACC_ABSTRACT - Static variable in interface org.eclipse.jdt.core.util.IModifierConstants
 
ACC_ANNOTATION - Static variable in interface org.eclipse.jdt.core.util.IModifierConstants
Indicates an annotation (added in J2SE 1.5).
ACC_BRIDGE - Static variable in interface org.eclipse.jdt.core.util.IModifierConstants
Indicates a bridge method (added in J2SE 1.5).
ACC_ENUM - Static variable in interface org.eclipse.jdt.core.util.IModifierConstants
Indicates an enum (added in J2SE 1.5).
ACC_FINAL - Static variable in interface org.eclipse.jdt.core.util.IModifierConstants
 
ACC_INTERFACE - Static variable in interface org.eclipse.jdt.core.util.IModifierConstants
 
ACC_NATIVE - Static variable in interface org.eclipse.jdt.core.util.IModifierConstants
 
ACC_PRIVATE - Static variable in interface org.eclipse.jdt.core.util.IModifierConstants
 
ACC_PROTECTED - Static variable in interface org.eclipse.jdt.core.util.IModifierConstants
 
ACC_PUBLIC - Static variable in interface org.eclipse.jdt.core.util.IModifierConstants
 
ACC_STATIC - Static variable in interface org.eclipse.jdt.core.util.IModifierConstants
 
ACC_STRICT - Static variable in interface org.eclipse.jdt.core.util.IModifierConstants
 
ACC_SUPER - Static variable in interface org.eclipse.jdt.core.util.IModifierConstants
 
ACC_SYNCHRONIZED - Static variable in interface org.eclipse.jdt.core.util.IModifierConstants
 
ACC_SYNTHETIC - Static variable in interface org.eclipse.jdt.core.util.IModifierConstants
Indicates a synthetic member.
ACC_TRANSIENT - Static variable in interface org.eclipse.jdt.core.util.IModifierConstants
 
ACC_VARARGS - Static variable in interface org.eclipse.jdt.core.util.IModifierConstants
Indicates a variable arity method (added in J2SE 1.5).
ACC_VOLATILE - Static variable in interface org.eclipse.jdt.core.util.IModifierConstants
 
AccAbstract - Static variable in class org.eclipse.jdt.core.Flags
Abstract property flag.
AccAbstract - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
 
AccAlternateModifierProblem - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.ExtraCompilerModifiers
 
AccAnnotation - Static variable in class org.eclipse.jdt.core.Flags
Annotation property flag (added in J2SE 1.5).
AccAnnotation - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
 
AccAnnotationDefault - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
Extra flags for types and members attributes.
AccBlankFinal - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.ExtraCompilerModifiers
 
AccBridge - Static variable in class org.eclipse.jdt.core.Flags
Bridge method property flag (added in J2SE 1.5).
AccBridge - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
 
AccDefault - Static variable in class org.eclipse.jdt.core.Flags
Constant representing the absence of any flag
AccDefault - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
 
AccDefaultAbstract - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.ExtraCompilerModifiers
 
AccDeprecated - Static variable in class org.eclipse.jdt.core.Flags
Deprecated property flag.
AccDeprecated - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
 
AccDeprecatedImplicitly - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.ExtraCompilerModifiers
 
AccEnum - Static variable in class org.eclipse.jdt.core.Flags
Enum property flag (added in J2SE 1.5).
AccEnum - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
 
accept(IResourceDeltaVisitor) - Method in class org.eclipse.core.internal.events.ResourceDelta
 
accept(IResourceDeltaVisitor, boolean) - Method in class org.eclipse.core.internal.events.ResourceDelta
 
accept(IResourceDeltaVisitor, int) - Method in class org.eclipse.core.internal.events.ResourceDelta
 
accept(Bucket.Visitor, IPath, int) - Method in class org.eclipse.core.internal.localstore.Bucket
Applies the given visitor to this bucket index.
accept(Bucket.Visitor, IPath, int) - Method in class org.eclipse.core.internal.localstore.BucketTree
From a starting point in the tree, visit all nodes under it.
accept(IUnifiedTreeVisitor) - Method in class org.eclipse.core.internal.localstore.UnifiedTree
 
accept(IUnifiedTreeVisitor, int) - Method in class org.eclipse.core.internal.localstore.UnifiedTree
Performs a breadth-first traversal of the unified tree, passing each node to the provided visitor.
accept(IResourceDeltaVisitor) - Method in class org.eclipse.core.internal.resources.mapping.ProposedResourceDelta
 
accept(IResourceDeltaVisitor, boolean) - Method in class org.eclipse.core.internal.resources.mapping.ProposedResourceDelta
 
accept(IResourceDeltaVisitor, int) - Method in class org.eclipse.core.internal.resources.mapping.ProposedResourceDelta
 
accept(IResourceProxyVisitor, int) - Method in class org.eclipse.core.internal.resources.Resource
 
accept(IResourceVisitor) - Method in class org.eclipse.core.internal.resources.Resource
 
accept(IResourceVisitor, int, boolean) - Method in class org.eclipse.core.internal.resources.Resource
 
accept(IResourceVisitor, int, int) - Method in class org.eclipse.core.internal.resources.Resource
 
accept(QualifiedName, IResource, IResourceVisitor, int) - Method in class org.eclipse.core.internal.resources.Synchronizer
 
accept(IResourceProxyVisitor, int) - Method in interface org.eclipse.core.resources.IResource
Accepts the given visitor for an optimized traversal.
accept(IResourceVisitor) - Method in interface org.eclipse.core.resources.IResource
Accepts the given visitor.
accept(IResourceVisitor, int, boolean) - Method in interface org.eclipse.core.resources.IResource
Accepts the given visitor.
accept(IResourceVisitor, int, int) - Method in interface org.eclipse.core.resources.IResource
Accepts the given visitor.
accept(IResourceDeltaVisitor) - Method in interface org.eclipse.core.resources.IResourceDelta
Accepts the given visitor.
accept(IResourceDeltaVisitor, boolean) - Method in interface org.eclipse.core.resources.IResourceDelta
Accepts the given visitor.
accept(IResourceDeltaVisitor, int) - Method in interface org.eclipse.core.resources.IResourceDelta
Accepts the given visitor.
accept(QualifiedName, IResource, IResourceVisitor, int) - Method in interface org.eclipse.core.resources.ISynchronizer
Visits the given resource and its descendents with the specified visitor if sync information for the given sync partner is found on the resource.
accept(ResourceMappingContext, IResourceVisitor, IProgressMonitor) - Method in class org.eclipse.core.resources.mapping.ResourceMapping
Accepts the given visitor for all existing resources in this mapping.
accept(IResourceVisitor) - Method in class org.eclipse.core.resources.mapping.ResourceTraversal
Visits all existing resources defined by this traversal.
accept(CompletionProposal) - Method in class org.eclipse.jdt.core.CompletionRequestor
Proposes a completion.
accept(ASTVisitor) - Method in class org.eclipse.jdt.core.dom.ASTNode
Accepts the given visitor on a visit of the current node.
accept(IResource, int, int, IJavaElement, int) - Method in interface org.eclipse.jdt.core.search.IJavaSearchResultCollector
Deprecated. Replaced by SearchRequestor.acceptSearchMatch(SearchMatch).
accept(CompletionProposal) - Method in class org.eclipse.jdt.core.tests.model.CompletionTestsRequestor
 
accept(CompletionProposal) - Method in class org.eclipse.jdt.core.tests.model.CompletionTestsRequestor2
 
accept(CompletionProposal) - Method in class org.eclipse.jdt.internal.codeassist.CompletionRequestorWrapper
Deprecated.  
accept(IBinaryType, PackageBinding, AccessRestriction) - Method in class org.eclipse.jdt.internal.codeassist.impl.Engine
Add an additional binary type
accept(ICompilationUnit, AccessRestriction) - Method in class org.eclipse.jdt.internal.codeassist.impl.Engine
Add an additional compilation unit.
accept(ISourceType[], PackageBinding, AccessRestriction) - Method in class org.eclipse.jdt.internal.codeassist.impl.Engine
Add additional source types (the first one is the requested type, the rest is formed by the secondary types defined in the same compilation unit).
accept(TypeBinding, Binding[], int[], int[], boolean) - Method in interface org.eclipse.jdt.internal.codeassist.MissingTypesGuesser.GuessedTypeRequestor
 
accept(IBinaryType, PackageBinding, AccessRestriction) - Method in class org.eclipse.jdt.internal.compiler.Compiler
Add an additional binary type
accept(ICompilationUnit, AccessRestriction) - Method in class org.eclipse.jdt.internal.compiler.Compiler
Add an additional compilation unit into the loop -> build compilation unit declarations, their bindings and record their results.
accept(ISourceType[], PackageBinding, AccessRestriction) - Method in class org.eclipse.jdt.internal.compiler.Compiler
Add additional source types
accept(IBinaryType, PackageBinding, AccessRestriction) - Method in interface org.eclipse.jdt.internal.compiler.impl.ITypeRequestor
Accept the resolved binary form for the requested type.
accept(ICompilationUnit, AccessRestriction) - Method in interface org.eclipse.jdt.internal.compiler.impl.ITypeRequestor
Accept the requested type's compilation unit.
accept(ISourceType[], PackageBinding, AccessRestriction) - Method in interface org.eclipse.jdt.internal.compiler.impl.ITypeRequestor
Accept the unresolved source forms for the requested type.
accept(ISourceType[], PackageBinding, AccessRestriction) - Method in class org.eclipse.jdt.internal.core.CompilationUnitProblemFinder
Add additional source types
accept(IBinaryType, PackageBinding, AccessRestriction) - Method in class org.eclipse.jdt.internal.core.hierarchy.HierarchyResolver
Add an additional binary type
accept(ICompilationUnit, AccessRestriction) - Method in class org.eclipse.jdt.internal.core.hierarchy.HierarchyResolver
Add an additional compilation unit.
accept(ISourceType[], PackageBinding, AccessRestriction) - Method in class org.eclipse.jdt.internal.core.hierarchy.HierarchyResolver
Add additional source types
accept(IBinaryType, PackageBinding, AccessRestriction) - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocator
Add an additional binary type
accept(ICompilationUnit, AccessRestriction) - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocator
Add an additional compilation unit into the loop -> build compilation unit declarations, their bindings and record their results.
accept(ISourceType[], PackageBinding, AccessRestriction) - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocator
Add additional source types
accept(WlpVisitor, VC) - Method in class org.jmlspecs.jml4.esc.gc.lang.CfgAssert
 
accept(WlpVisitor, VC) - Method in class org.jmlspecs.jml4.esc.gc.lang.CfgAssume
 
accept(WlpVisitor, VC) - Method in class org.jmlspecs.jml4.esc.gc.lang.CfgBlock
 
accept(WlpVisitor, VC) - Method in class org.jmlspecs.jml4.esc.gc.lang.CfgGoto
 
accept(WlpVisitor, VC) - Method in class org.jmlspecs.jml4.esc.gc.lang.CfgSequence
 
accept(WlpVisitor, VC) - Method in class org.jmlspecs.jml4.esc.gc.lang.CfgStatement
 
accept(WlpVisitor, VC) - Method in class org.jmlspecs.jml4.esc.gc.lang.CfgStatementBlock
 
accept(WlpVisitor, VC) - Method in class org.jmlspecs.jml4.esc.gc.lang.CfgVarDecl
 
accept(WlpVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.expr.CfgArrayAllocationExpression
 
accept(CfgExpressionVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.expr.CfgArrayAllocationExpression
 
accept(WlpVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.expr.CfgArrayReference
 
accept(CfgExpressionVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.expr.CfgArrayReference
 
accept(WlpVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.expr.CfgBinaryExpression
 
accept(CfgExpressionVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.expr.CfgBinaryExpression
 
accept(WlpVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.expr.CfgBooleanConstant
 
accept(CfgExpressionVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.expr.CfgBooleanConstant
 
accept(WlpVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.expr.CfgConditionalExpression
 
accept(CfgExpressionVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.expr.CfgConditionalExpression
 
accept(WlpVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.expr.CfgExpression
 
accept(CfgExpressionVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.expr.CfgExpression
 
accept(WlpVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.expr.CfgFieldReference
 
accept(CfgExpressionVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.expr.CfgFieldReference
 
accept(WlpVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.expr.CfgFieldStore
 
accept(CfgExpressionVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.expr.CfgFieldStore
 
accept(WlpVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.expr.CfgIntegerConstant
 
accept(CfgExpressionVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.expr.CfgIntegerConstant
 
accept(WlpVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.expr.CfgNotExpression
 
accept(CfgExpressionVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.expr.CfgNotExpression
 
accept(WlpVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.expr.CfgQuantifiedExpression
 
accept(CfgExpressionVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.expr.CfgQuantifiedExpression
 
accept(WlpVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.expr.CfgSuperReference
 
accept(CfgExpressionVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.expr.CfgSuperReference
 
accept(WlpVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.expr.CfgThisReference
 
accept(CfgExpressionVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.expr.CfgThisReference
 
accept(WlpVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.expr.CfgVariable
 
accept(CfgExpressionVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.expr.CfgVariable
 
accept(WlpVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.GcProgram
 
accept(PassifyVisitor, IncarnationMap) - Method in class org.jmlspecs.jml4.esc.gc.lang.simple.expr.SimpleArrayAllocationExpression
 
accept(SimpleExprVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.simple.expr.SimpleArrayAllocationExpression
 
accept(PassifyVisitor, IncarnationMap) - Method in class org.jmlspecs.jml4.esc.gc.lang.simple.expr.SimpleArrayReference
 
accept(SimpleExprVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.simple.expr.SimpleArrayReference
 
accept(PassifyVisitor, IncarnationMap) - Method in class org.jmlspecs.jml4.esc.gc.lang.simple.expr.SimpleBinaryExpression
 
accept(SimpleExprVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.simple.expr.SimpleBinaryExpression
 
accept(PassifyVisitor, IncarnationMap) - Method in class org.jmlspecs.jml4.esc.gc.lang.simple.expr.SimpleBooleanConstant
 
accept(SimpleExprVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.simple.expr.SimpleBooleanConstant
 
accept(PassifyVisitor, IncarnationMap) - Method in class org.jmlspecs.jml4.esc.gc.lang.simple.expr.SimpleConditionalExpression
 
accept(SimpleExprVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.simple.expr.SimpleConditionalExpression
 
accept(PassifyVisitor, IncarnationMap) - Method in class org.jmlspecs.jml4.esc.gc.lang.simple.expr.SimpleExpression
 
accept(SimpleExprVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.simple.expr.SimpleExpression
 
accept(PassifyVisitor, IncarnationMap) - Method in class org.jmlspecs.jml4.esc.gc.lang.simple.expr.SimpleFieldReference
 
accept(SimpleExprVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.simple.expr.SimpleFieldReference
 
accept(PassifyVisitor, IncarnationMap) - Method in class org.jmlspecs.jml4.esc.gc.lang.simple.expr.SimpleIntegerConstant
 
accept(SimpleExprVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.simple.expr.SimpleIntegerConstant
 
accept(PassifyVisitor, IncarnationMap) - Method in class org.jmlspecs.jml4.esc.gc.lang.simple.expr.SimpleMessageSend
 
accept(SimpleExprVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.simple.expr.SimpleMessageSend
 
accept(PassifyVisitor, IncarnationMap) - Method in class org.jmlspecs.jml4.esc.gc.lang.simple.expr.SimpleNotExpression
 
accept(SimpleExprVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.simple.expr.SimpleNotExpression
 
accept(PassifyVisitor, IncarnationMap) - Method in class org.jmlspecs.jml4.esc.gc.lang.simple.expr.SimpleOldExpression
 
accept(SimpleExprVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.simple.expr.SimpleOldExpression
 
accept(PassifyVisitor, IncarnationMap) - Method in class org.jmlspecs.jml4.esc.gc.lang.simple.expr.SimplePostfixExpression
 
accept(SimpleExprVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.simple.expr.SimplePostfixExpression
 
accept(PassifyVisitor, IncarnationMap) - Method in class org.jmlspecs.jml4.esc.gc.lang.simple.expr.SimpleQuantifiedExpression
 
accept(SimpleExprVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.simple.expr.SimpleQuantifiedExpression
 
accept(PassifyVisitor, IncarnationMap) - Method in class org.jmlspecs.jml4.esc.gc.lang.simple.expr.SimpleThisReference
 
accept(SimpleExprVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.simple.expr.SimpleThisReference
 
accept(PassifyVisitor, IncarnationMap) - Method in class org.jmlspecs.jml4.esc.gc.lang.simple.expr.SimpleVariable
 
accept(SimpleExprVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.simple.expr.SimpleVariable
 
accept(PassifyVisitor, IncarnationMap) - Method in class org.jmlspecs.jml4.esc.gc.lang.simple.SimpleAssert
 
accept(PassifyVisitor, IncarnationMap) - Method in class org.jmlspecs.jml4.esc.gc.lang.simple.SimpleAssignment
 
accept(SimpleExprVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.simple.SimpleAssignment
 
accept(PassifyVisitor, IncarnationMap) - Method in class org.jmlspecs.jml4.esc.gc.lang.simple.SimpleAssume
 
accept(PassifyVisitor, IncarnationMap) - Method in class org.jmlspecs.jml4.esc.gc.lang.simple.SimpleBlock
 
accept(PassifyVisitor, IncarnationMap) - Method in class org.jmlspecs.jml4.esc.gc.lang.simple.SimpleExprStatement
 
accept(PassifyVisitor, IncarnationMap) - Method in class org.jmlspecs.jml4.esc.gc.lang.simple.SimpleGoto
 
accept(PassifyVisitor, IncarnationMap) - Method in class org.jmlspecs.jml4.esc.gc.lang.simple.SimpleHavoc
 
accept(PassifyVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.simple.SimpleProgram
 
accept(PassifyVisitor, IncarnationMap) - Method in class org.jmlspecs.jml4.esc.gc.lang.simple.SimpleSequence
 
accept(PassifyVisitor, IncarnationMap) - Method in class org.jmlspecs.jml4.esc.gc.lang.simple.SimpleStatement
 
accept(PassifyVisitor, IncarnationMap) - Method in class org.jmlspecs.jml4.esc.gc.lang.simple.SimpleVarDecl
 
accept(DesugaringVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.sugared.expr.SugaredArrayAllocationExpression
 
accept(SugaredExpressionVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.sugared.expr.SugaredArrayAllocationExpression
 
accept(DesugaringVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.sugared.expr.SugaredArrayReference
 
accept(SugaredExpressionVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.sugared.expr.SugaredArrayReference
 
accept(DesugaringVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.sugared.expr.SugaredAssignment
 
accept(SugaredExpressionVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.sugared.expr.SugaredAssignment
 
accept(DesugaringVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.sugared.expr.SugaredBinaryExpression
 
accept(SugaredExpressionVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.sugared.expr.SugaredBinaryExpression
 
accept(DesugaringVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.sugared.expr.SugaredBooleanConstant
 
accept(SugaredExpressionVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.sugared.expr.SugaredBooleanConstant
 
accept(DesugaringVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.sugared.expr.SugaredConditionalExpression
 
accept(SugaredExpressionVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.sugared.expr.SugaredConditionalExpression
 
accept(DesugaringVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.sugared.expr.SugaredExpression
 
accept(SugaredExpressionVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.sugared.expr.SugaredExpression
 
accept(DesugaringVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.sugared.expr.SugaredFieldReference
 
accept(SugaredExpressionVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.sugared.expr.SugaredFieldReference
 
accept(DesugaringVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.sugared.expr.SugaredIntegerConstant
 
accept(SugaredExpressionVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.sugared.expr.SugaredIntegerConstant
 
accept(DesugaringVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.sugared.expr.SugaredMessageSend
 
accept(SugaredExpressionVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.sugared.expr.SugaredMessageSend
 
accept(DesugaringVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.sugared.expr.SugaredNotExpression
 
accept(SugaredExpressionVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.sugared.expr.SugaredNotExpression
 
accept(DesugaringVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.sugared.expr.SugaredOldExpression
 
accept(SugaredExpressionVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.sugared.expr.SugaredOldExpression
 
accept(DesugaringVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.sugared.expr.SugaredPostfixExpression
 
accept(SugaredExpressionVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.sugared.expr.SugaredPostfixExpression
 
accept(DesugaringVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.sugared.expr.SugaredQuantifiedExpression
 
accept(SugaredExpressionVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.sugared.expr.SugaredQuantifiedExpression
 
accept(DesugaringVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.sugared.expr.SugaredSuperReference
 
accept(SugaredExpressionVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.sugared.expr.SugaredSuperReference
 
accept(DesugaringVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.sugared.expr.SugaredThisReference
 
accept(SugaredExpressionVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.sugared.expr.SugaredThisReference
 
accept(DesugaringVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.sugared.expr.SugaredVariable
 
accept(SugaredExpressionVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.sugared.expr.SugaredVariable
 
accept(DesugaringVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.sugared.SugaredAssert
 
accept(SimplifyingVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.sugared.SugaredAssert
 
accept(DesugarLoopVisitor, SugaredStatement) - Method in class org.jmlspecs.jml4.esc.gc.lang.sugared.SugaredAssert
 
accept(DesugaringVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.sugared.SugaredAssume
 
accept(SimplifyingVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.sugared.SugaredAssume
 
accept(DesugarLoopVisitor, SugaredStatement) - Method in class org.jmlspecs.jml4.esc.gc.lang.sugared.SugaredAssume
 
accept(DesugaringVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.sugared.SugaredBlock
 
accept(SimplifyingVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.sugared.SugaredBlock
 
accept(DesugarLoopVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.sugared.SugaredBlock
 
accept(DesugaringVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.sugared.SugaredBreakStatement
 
accept(SimplifyingVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.sugared.SugaredBreakStatement
 
accept(DesugarLoopVisitor, SugaredStatement) - Method in class org.jmlspecs.jml4.esc.gc.lang.sugared.SugaredBreakStatement
 
accept(DesugaringVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.sugared.SugaredContinueStatement
 
accept(SimplifyingVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.sugared.SugaredContinueStatement
 
accept(DesugarLoopVisitor, SugaredStatement) - Method in class org.jmlspecs.jml4.esc.gc.lang.sugared.SugaredContinueStatement
 
accept(DesugaringVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.sugared.SugaredExprStatement
 
accept(SimplifyingVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.sugared.SugaredExprStatement
 
accept(DesugarLoopVisitor, SugaredStatement) - Method in class org.jmlspecs.jml4.esc.gc.lang.sugared.SugaredExprStatement
 
accept(DesugaringVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.sugared.SugaredGoto
 
accept(SimplifyingVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.sugared.SugaredGoto
 
accept(DesugarLoopVisitor, SugaredStatement) - Method in class org.jmlspecs.jml4.esc.gc.lang.sugared.SugaredGoto
 
accept(DesugaringVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.sugared.SugaredHavoc
 
accept(SimplifyingVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.sugared.SugaredHavoc
 
accept(DesugarLoopVisitor, SugaredStatement) - Method in class org.jmlspecs.jml4.esc.gc.lang.sugared.SugaredHavoc
 
accept(DesugaringVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.sugared.SugaredIfStatement
 
accept(SimplifyingVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.sugared.SugaredIfStatement
 
accept(DesugarLoopVisitor, SugaredStatement) - Method in class org.jmlspecs.jml4.esc.gc.lang.sugared.SugaredIfStatement
 
accept(DesugaringVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.sugared.SugaredPostcondition
 
accept(SimplifyingVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.sugared.SugaredPostcondition
 
accept(DesugarLoopVisitor, SugaredStatement) - Method in class org.jmlspecs.jml4.esc.gc.lang.sugared.SugaredPostcondition
 
accept(DesugaringVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.sugared.SugaredPrecondition
 
accept(SimplifyingVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.sugared.SugaredPrecondition
 
accept(DesugarLoopVisitor, SugaredStatement) - Method in class org.jmlspecs.jml4.esc.gc.lang.sugared.SugaredPrecondition
 
accept(DesugarLoopVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.sugared.SugaredProgram
 
accept(SimplifyingVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.sugared.SugaredProgram
 
accept(DesugaringVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.sugared.SugaredProgram
 
accept(DesugaringVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.sugared.SugaredReturnStatement
 
accept(SimplifyingVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.sugared.SugaredReturnStatement
 
accept(DesugarLoopVisitor, SugaredStatement) - Method in class org.jmlspecs.jml4.esc.gc.lang.sugared.SugaredReturnStatement
 
accept(DesugaringVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.sugared.SugaredSequence
 
accept(SimplifyingVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.sugared.SugaredSequence
 
accept(DesugarLoopVisitor, SugaredStatement) - Method in class org.jmlspecs.jml4.esc.gc.lang.sugared.SugaredSequence
 
accept(DesugaringVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.sugared.SugaredStatement
 
accept(SimplifyingVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.sugared.SugaredStatement
 
accept(DesugarLoopVisitor, SugaredStatement) - Method in class org.jmlspecs.jml4.esc.gc.lang.sugared.SugaredStatement
 
accept(DesugaringVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.sugared.SugaredVarDecl
 
accept(SimplifyingVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.sugared.SugaredVarDecl
 
accept(DesugarLoopVisitor, SugaredStatement) - Method in class org.jmlspecs.jml4.esc.gc.lang.sugared.SugaredVarDecl
 
accept(DesugaringVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.sugared.SugaredWhileStatement
 
accept(SimplifyingVisitor) - Method in class org.jmlspecs.jml4.esc.gc.lang.sugared.SugaredWhileStatement
 
accept(DesugarLoopVisitor, SugaredStatement) - Method in class org.jmlspecs.jml4.esc.gc.lang.sugared.SugaredWhileStatement
 
accept(PassifyVisitor, IncarnationMap) - Method in class org.jmlspecs.jml4.esc.gc.SimpleSuperReference
 
accept(SimpleExprVisitor) - Method in class org.jmlspecs.jml4.esc.gc.SimpleSuperReference
 
accept(ProverVisitor) - Method in class org.jmlspecs.jml4.esc.vc.lang.VC
 
accept(ProverVisitor) - Method in class org.jmlspecs.jml4.esc.vc.lang.VcAnd
 
accept(ProverVisitor) - Method in class org.jmlspecs.jml4.esc.vc.lang.VcAndNary
 
accept(ProverVisitor) - Method in class org.jmlspecs.jml4.esc.vc.lang.VcArithExpression
 
accept(ProverVisitor) - Method in class org.jmlspecs.jml4.esc.vc.lang.VcArrayAllocationExpression
 
accept(ProverVisitor) - Method in class org.jmlspecs.jml4.esc.vc.lang.VcArrayReference
 
accept(ProverVisitor) - Method in class org.jmlspecs.jml4.esc.vc.lang.VcBooleanConstant
 
accept(ProverVisitor) - Method in class org.jmlspecs.jml4.esc.vc.lang.VcConditionalExpression
 
accept(ProverVisitor) - Method in class org.jmlspecs.jml4.esc.vc.lang.VcFieldReference
 
accept(ProverVisitor) - Method in class org.jmlspecs.jml4.esc.vc.lang.VcFieldStore
 
accept(ProverVisitor) - Method in class org.jmlspecs.jml4.esc.vc.lang.VcIntegerConstant
 
accept(ProverVisitor) - Method in class org.jmlspecs.jml4.esc.vc.lang.VcLogicalExpression
 
accept(ProverVisitor) - Method in class org.jmlspecs.jml4.esc.vc.lang.VcNot
 
accept(ProverVisitor) - Method in class org.jmlspecs.jml4.esc.vc.lang.VcOr
 
accept(ProverVisitor) - Method in class org.jmlspecs.jml4.esc.vc.lang.VcQuantifiedExpression
 
accept(ProverVisitor) - Method in class org.jmlspecs.jml4.esc.vc.lang.VcRelativeExpression
 
accept(ProverVisitor) - Method in class org.jmlspecs.jml4.esc.vc.lang.VcSuperReference
 
accept(ProverVisitor) - Method in class org.jmlspecs.jml4.esc.vc.lang.VcThisReference
 
accept(ProverVisitor, int) - Method in class org.jmlspecs.jml4.esc.vc.lang.VcVarDecl
 
accept(ProverVisitor) - Method in class org.jmlspecs.jml4.esc.vc.lang.VcVarDecl
 
accept(ProverVisitor) - Method in class org.jmlspecs.jml4.esc.vc.lang.VcVariable
 
accept(Theory) - Method in class org.jmlspecs.jml4.fspv.PrestateDecorator
 
accept(TheoryLemma) - Method in class org.jmlspecs.jml4.fspv.PrestateDecorator
 
accept(TheoryVariable) - Method in class org.jmlspecs.jml4.fspv.PrestateDecorator
 
accept(TheoryAssignmentStatement) - Method in class org.jmlspecs.jml4.fspv.PrestateDecorator
 
accept(TheoryConditionalStatement) - Method in class org.jmlspecs.jml4.fspv.PrestateDecorator
 
accept(TheoryWhileStatement) - Method in class org.jmlspecs.jml4.fspv.PrestateDecorator
 
accept(TheoryBlockStatement) - Method in class org.jmlspecs.jml4.fspv.PrestateDecorator
 
accept(TheoryLocalDeclarationBlockStatement) - Method in class org.jmlspecs.jml4.fspv.PrestateDecorator
 
accept(TheoryLoopAnnotationsExpression) - Method in class org.jmlspecs.jml4.fspv.PrestateDecorator
 
accept(TheoryVariantExpression) - Method in class org.jmlspecs.jml4.fspv.PrestateDecorator
 
accept(TheoryInvariantExpression) - Method in class org.jmlspecs.jml4.fspv.PrestateDecorator
 
accept(TheoryBinaryExpression) - Method in class org.jmlspecs.jml4.fspv.PrestateDecorator
 
accept(TheoryLiteral) - Method in class org.jmlspecs.jml4.fspv.PrestateDecorator
 
accept(TheoryVariableReference) - Method in class org.jmlspecs.jml4.fspv.PrestateDecorator
 
accept(TheoryOldExpression) - Method in class org.jmlspecs.jml4.fspv.PrestateDecorator
 
accept(TheoryQuantifiedExpression) - Method in class org.jmlspecs.jml4.fspv.PrestateDecorator
 
accept(Theory) - Method in class org.jmlspecs.jml4.fspv.SideEffectHandler
 
accept(TheoryLemma) - Method in class org.jmlspecs.jml4.fspv.SideEffectHandler
 
accept(TheoryVariable) - Method in class org.jmlspecs.jml4.fspv.SideEffectHandler
 
accept(TheoryBlockStatement) - Method in class org.jmlspecs.jml4.fspv.SideEffectHandler
 
accept(TheoryLocalDeclarationBlockStatement) - Method in class org.jmlspecs.jml4.fspv.SideEffectHandler
 
accept(TheoryAssignmentStatement) - Method in class org.jmlspecs.jml4.fspv.SideEffectHandler
 
accept(TheoryConditionalStatement) - Method in class org.jmlspecs.jml4.fspv.SideEffectHandler
 
accept(TheoryWhileStatement) - Method in class org.jmlspecs.jml4.fspv.SideEffectHandler
 
accept(TheoryAssignmentExpression) - Method in class org.jmlspecs.jml4.fspv.SideEffectHandler
 
accept(TheoryPostfixExpression) - Method in class org.jmlspecs.jml4.fspv.SideEffectHandler
 
accept(TheoryPrefixExpression) - Method in class org.jmlspecs.jml4.fspv.SideEffectHandler
 
accept(TheoryBinaryExpression) - Method in class org.jmlspecs.jml4.fspv.SideEffectHandler
 
accept(TheoryLiteral) - Method in class org.jmlspecs.jml4.fspv.SideEffectHandler
 
accept(TheoryVariableReference) - Method in class org.jmlspecs.jml4.fspv.SideEffectHandler
 
accept(TheoryUnaryExpression) - Method in class org.jmlspecs.jml4.fspv.SideEffectHandler
 
accept(TheoryExpression) - Method in class org.jmlspecs.jml4.fspv.SideEffectHandler
 
accept(TheoryStatement) - Method in class org.jmlspecs.jml4.fspv.SideEffectHandler
 
accept(TheoryOperator) - Method in class org.jmlspecs.jml4.fspv.SideEffectHandler
 
accept(TheoryType) - Method in class org.jmlspecs.jml4.fspv.SideEffectHandler
 
accept(Theory) - Method in class org.jmlspecs.jml4.fspv.SimplTranslator
 
accept(TheoryLemma) - Method in class org.jmlspecs.jml4.fspv.SimplTranslator
 
accept(TheoryLocalDeclarationBlockStatement) - Method in class org.jmlspecs.jml4.fspv.SimplTranslator
 
accept(TheoryVariable) - Method in class org.jmlspecs.jml4.fspv.SimplTranslator
 
accept(TheoryConditionalStatement) - Method in class org.jmlspecs.jml4.fspv.SimplTranslator
 
accept(TheoryWhileStatement) - Method in class org.jmlspecs.jml4.fspv.SimplTranslator
 
accept(TheoryBindStatement) - Method in class org.jmlspecs.jml4.fspv.SimplTranslator
 
accept(TheoryAssignmentStatement) - Method in class org.jmlspecs.jml4.fspv.SimplTranslator
 
accept(TheoryBinaryExpression) - Method in class org.jmlspecs.jml4.fspv.SimplTranslator
 
accept(TheoryLiteral) - Method in class org.jmlspecs.jml4.fspv.SimplTranslator
 
accept(TheoryVariableReference) - Method in class org.jmlspecs.jml4.fspv.SimplTranslator
 
accept(TheoryTempVariableReference) - Method in class org.jmlspecs.jml4.fspv.SimplTranslator
 
accept(TheoryOperator) - Method in class org.jmlspecs.jml4.fspv.SimplTranslator
 
accept(TheoryQuantifiedExpression) - Method in class org.jmlspecs.jml4.fspv.SimplTranslator
 
accept(Theory) - Method in class org.jmlspecs.jml4.fspv.theory.TheoryVisitor
 
accept(TheoryLemma) - Method in class org.jmlspecs.jml4.fspv.theory.TheoryVisitor
 
accept(TheoryType) - Method in class org.jmlspecs.jml4.fspv.theory.TheoryVisitor
 
accept(TheoryVariable) - Method in class org.jmlspecs.jml4.fspv.theory.TheoryVisitor
 
accept(TheoryAssignmentStatement) - Method in class org.jmlspecs.jml4.fspv.theory.TheoryVisitor
 
accept(TheoryConditionalStatement) - Method in class org.jmlspecs.jml4.fspv.theory.TheoryVisitor
 
accept(TheoryWhileStatement) - Method in class org.jmlspecs.jml4.fspv.theory.TheoryVisitor
 
accept(TheoryBlockStatement) - Method in class org.jmlspecs.jml4.fspv.theory.TheoryVisitor
 
accept(TheoryLocalDeclarationBlockStatement) - Method in class org.jmlspecs.jml4.fspv.theory.TheoryVisitor
 
accept(TheoryBindStatement) - Method in class org.jmlspecs.jml4.fspv.theory.TheoryVisitor
 
accept(TheoryStatement) - Method in class org.jmlspecs.jml4.fspv.theory.TheoryVisitor
 
accept(TheoryBinaryExpression) - Method in class org.jmlspecs.jml4.fspv.theory.TheoryVisitor
 
accept(TheoryLiteral) - Method in class org.jmlspecs.jml4.fspv.theory.TheoryVisitor
 
accept(TheoryUnaryExpression) - Method in class org.jmlspecs.jml4.fspv.theory.TheoryVisitor
 
accept(TheoryVariableReference) - Method in class org.jmlspecs.jml4.fspv.theory.TheoryVisitor
 
accept(TheoryExpression) - Method in class org.jmlspecs.jml4.fspv.theory.TheoryVisitor
 
accept(TheoryOperator) - Method in class org.jmlspecs.jml4.fspv.theory.TheoryVisitor
 
accept(TheoryAssignmentExpression) - Method in class org.jmlspecs.jml4.fspv.theory.TheoryVisitor
 
accept(TheoryPostfixExpression) - Method in class org.jmlspecs.jml4.fspv.theory.TheoryVisitor
 
accept(TheoryPrefixExpression) - Method in class org.jmlspecs.jml4.fspv.theory.TheoryVisitor
 
accept(TheoryTempVariableReference) - Method in class org.jmlspecs.jml4.fspv.theory.TheoryVisitor
 
accept(TheoryOldExpression) - Method in class org.jmlspecs.jml4.fspv.theory.TheoryVisitor
 
accept(TheoryLoopAnnotationsExpression) - Method in class org.jmlspecs.jml4.fspv.theory.TheoryVisitor
 
accept(TheoryVariantExpression) - Method in class org.jmlspecs.jml4.fspv.theory.TheoryVisitor
 
accept(TheoryInvariantExpression) - Method in class org.jmlspecs.jml4.fspv.theory.TheoryVisitor
 
accept(TheoryQuantifiedExpression) - Method in class org.jmlspecs.jml4.fspv.theory.TheoryVisitor
 
ACCEPT_ACTION - Static variable in interface org.eclipse.jdt.internal.compiler.parser.ParserBasicInformation
 
ACCEPT_ALL - Static variable in class org.eclipse.jdt.internal.core.NameLookup
 
ACCEPT_ANNOTATIONS - Static variable in class org.eclipse.jdt.internal.core.NameLookup
Accept flag for specifying annotations.
accept_cannot - Static variable in class org.eclipse.jdt.internal.compiler.util.Messages
 
ACCEPT_CLASSES - Static variable in class org.eclipse.jdt.internal.core.NameLookup
Accept flag for specifying classes.
ACCEPT_ENUMS - Static variable in class org.eclipse.jdt.internal.core.NameLookup
Accept flag for specifying enums.
ACCEPT_INTERFACES - Static variable in class org.eclipse.jdt.internal.core.NameLookup
Accept flag for specifying interfaces.
acceptAnnotationTypeReference(char[][], int, int) - Method in class org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest
acceptAnnotationTypeReference method comment.
acceptAnnotationTypeReference(char[], int) - Method in class org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest
acceptAnnotationTypeReference method comment.
acceptAnnotationTypeReference(char[][], int, int) - Method in class org.eclipse.jdt.core.tests.compiler.parser.TestSourceElementRequestor
acceptAnnotationTypeReference method comment.
acceptAnnotationTypeReference(char[], int) - Method in class org.eclipse.jdt.core.tests.compiler.parser.TestSourceElementRequestor
acceptAnnotationTypeReference method comment.
acceptAnnotationTypeReference(char[][], int, int) - Method in interface org.eclipse.jdt.internal.compiler.ISourceElementRequestor
 
acceptAnnotationTypeReference(char[], int) - Method in interface org.eclipse.jdt.internal.compiler.ISourceElementRequestor
 
acceptAnnotationTypeReference(char[][], int, int) - Method in class org.eclipse.jdt.internal.compiler.SourceElementRequestorAdapter
 
acceptAnnotationTypeReference(char[], int) - Method in class org.eclipse.jdt.internal.compiler.SourceElementRequestorAdapter
 
acceptAnnotationTypeReference(char[][], int, int) - Method in class org.eclipse.jdt.internal.core.search.indexing.SourceIndexerRequestor
 
acceptAnnotationTypeReference(char[], int) - Method in class org.eclipse.jdt.internal.core.search.indexing.SourceIndexerRequestor
 
acceptAnnotationTypeReference(char[][], int, int) - Method in class org.eclipse.jdt.internal.core.util.ReferenceInfoAdapter
Does nothing.
acceptAnnotationTypeReference(char[], int) - Method in class org.eclipse.jdt.internal.core.util.ReferenceInfoAdapter
Does nothing.
acceptAnonymousType(char[], char[], char[][], char[][], char[][], char[], int, int, int, int) - Method in class org.eclipse.jdt.core.CompletionRequestorAdapter
Deprecated.  
acceptAnonymousType(char[], char[], char[][], char[][], char[][], char[], int, int, int, int) - Method in interface org.eclipse.jdt.core.ICompletionRequestor
Deprecated. Use CompletionRequestor.accept(CompletionProposal) instead.
acceptAST(ICompilationUnit, CompilationUnit) - Method in class org.eclipse.jdt.core.dom.ASTRequestor
Accepts an AST corresponding to the compilation unit.
acceptAST(ICompilationUnit, CompilationUnit) - Method in class org.eclipse.jdt.core.tests.dom.BatchASTCreationTests.TestASTRequestor
 
acceptAsTerm(ProverVisitor) - Method in class org.jmlspecs.jml4.esc.vc.lang.VC
 
acceptAsTerm(ProverVisitor) - Method in class org.jmlspecs.jml4.esc.vc.lang.VcAnd
 
acceptAsTerm(ProverVisitor) - Method in class org.jmlspecs.jml4.esc.vc.lang.VcBooleanConstant
 
acceptAsTerm(ProverVisitor) - Method in class org.jmlspecs.jml4.esc.vc.lang.VcConditionalExpression
 
acceptAsTerm(ProverVisitor) - Method in class org.jmlspecs.jml4.esc.vc.lang.VcLogicalExpression
 
acceptAsTerm(ProverVisitor) - Method in class org.jmlspecs.jml4.esc.vc.lang.VcNot
 
acceptAsTerm(ProverVisitor) - Method in class org.jmlspecs.jml4.esc.vc.lang.VcOr
 
acceptAsTerm(ProverVisitor) - Method in class org.jmlspecs.jml4.esc.vc.lang.VcQuantifiedExpression
 
acceptAsTerm(ProverVisitor) - Method in class org.jmlspecs.jml4.esc.vc.lang.VcRelativeExpression
 
acceptAsTerm(ProverVisitor) - Method in class org.jmlspecs.jml4.esc.vc.lang.VcVariable
 
acceptBinding(String, IBinding) - Method in class org.eclipse.jdt.core.dom.ASTRequestor
Accepts a binding corresponding to the binding key.
acceptBinding(String, IBinding) - Method in class org.eclipse.jdt.core.tests.dom.AbstractASTTests.BindingRequestor
 
acceptBinding(String, IBinding) - Method in class org.eclipse.jdt.core.tests.dom.BatchASTCreationTests.TestASTRequestor
 
acceptClass(char[], char[], char[], int, int, int, int) - Method in class org.eclipse.jdt.core.CompletionRequestorAdapter
Deprecated.  
acceptClass(char[], char[], char[], int, int, int) - Method in interface org.eclipse.jdt.core.ICodeCompletionRequestor
Deprecated. Code assist notification of a class completion.
acceptClass(char[], char[], char[], int, int, int, int) - Method in interface org.eclipse.jdt.core.ICompletionRequestor
Deprecated. Use CompletionRequestor.accept(CompletionProposal) instead.
acceptClass(char[], char[], char[], int, int, int) - Method in interface org.eclipse.jdt.core.ICorrectionRequestor
Notification of a class correction.
acceptClass(char[], char[], char[][], String) - Method in interface org.eclipse.jdt.core.search.ITypeNameRequestor
Deprecated. Accepts a top-level or a member class.
acceptClass(char[], char[], char[], int, int, int) - Method in class org.eclipse.jdt.core.tests.model.CodeCorrectionTestsRequestor
 
acceptClassFiles(byte[][], String[][], String) - Method in interface org.eclipse.jdt.core.eval.ICodeSnippetRequestor
Sends the given class files to the target and loads them.
acceptClassFiles(ClassFile[], char[]) - Method in class org.eclipse.jdt.core.tests.eval.EvaluationTest.Requestor
 
acceptClassFiles(ClassFile[], char[]) - Method in class org.eclipse.jdt.internal.core.eval.RequestorWrapper
 
acceptClassFiles(ClassFile[], char[]) - Method in interface org.eclipse.jdt.internal.eval.IRequestor
 
acceptConstructorReference(char[], int, int) - Method in class org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest
acceptConstructorReference method comment.
acceptConstructorReference(char[], int, int) - Method in class org.eclipse.jdt.core.tests.compiler.parser.TestSourceElementRequestor
acceptConstructorReference method comment.
acceptConstructorReference(char[], int, int) - Method in interface org.eclipse.jdt.internal.compiler.ISourceElementRequestor
 
acceptConstructorReference(char[], int, int) - Method in class org.eclipse.jdt.internal.compiler.SourceElementRequestorAdapter
 
acceptConstructorReference(char[], int, int) - Method in class org.eclipse.jdt.internal.core.search.indexing.SourceIndexerRequestor
 
acceptConstructorReference(char[], int, int) - Method in class org.eclipse.jdt.internal.core.util.ReferenceInfoAdapter
Does nothing.
acceptContext(CompletionContext) - Method in class org.eclipse.jdt.core.CompletionRequestor
Propose the context in which the completion occurs.
acceptContext(CompletionContext) - Method in class org.eclipse.jdt.core.tests.model.CompletionTestsRequestor2
 
acceptDebugResult(CompilationResult) - Method in class org.eclipse.jdt.core.tests.builder.EfficiencyCompilerRequestor
 
acceptDebugResult(CompilationResult) - Method in interface org.eclipse.jdt.internal.compiler.IDebugRequestor
 
acceptError(IProblem) - Method in class org.eclipse.jdt.core.CompletionRequestorAdapter
Deprecated.  
acceptError(IMarker) - Method in interface org.eclipse.jdt.core.ICodeCompletionRequestor
Deprecated. Code assist notification of a compilation error detected during completion.
acceptError(IProblem) - Method in interface org.eclipse.jdt.core.ICompletionRequestor
Deprecated. Use CompletionRequestor.completionFailure(IProblem) instead.
acceptError(CategorizedProblem) - Method in interface org.eclipse.jdt.internal.codeassist.ISelectionRequestor
Code assist notification of a compilation error detected during selection.
acceptError(CategorizedProblem) - Method in class org.eclipse.jdt.internal.core.SelectionRequestor
 
acceptField(char[], char[], char[], char[], char[], char[], int, int, int, int) - Method in class org.eclipse.jdt.core.CompletionRequestorAdapter
Deprecated.  
acceptField(char[], char[], char[], char[], char[], char[], int, int, int) - Method in interface org.eclipse.jdt.core.ICodeCompletionRequestor
Deprecated. Code assist notification of a field completion.
acceptField(char[], char[], char[], char[], char[], char[], int, int, int, int) - Method in interface org.eclipse.jdt.core.ICompletionRequestor
Deprecated. Use CompletionRequestor.accept(CompletionProposal) instead.
acceptField(char[], char[], char[], char[], char[], char[], int, int, int) - Method in interface org.eclipse.jdt.core.ICorrectionRequestor
Notification of a field correction.
acceptField(char[], char[], char[], char[], char[], char[], int, int, int) - Method in class org.eclipse.jdt.core.tests.model.CodeCorrectionTestsRequestor
 
acceptField(char[], char[], char[], boolean, char[], int, int) - Method in interface org.eclipse.jdt.internal.codeassist.ISelectionRequestor
Code assist notification of a field selection.
acceptField(IField) - Method in interface org.eclipse.jdt.internal.core.IJavaElementRequestor
 
acceptField(IField) - Method in class org.eclipse.jdt.internal.core.JavaElementRequestor
 
acceptField(char[], char[], char[], boolean, char[], int, int) - Method in class org.eclipse.jdt.internal.core.SelectionRequestor
Resolve the field.
acceptFieldReference(char[], int) - Method in class org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest
acceptFieldReference method comment.
acceptFieldReference(char[], int) - Method in class org.eclipse.jdt.core.tests.compiler.parser.TestSourceElementRequestor
acceptFieldReference method comment.
acceptFieldReference(char[], int) - Method in interface org.eclipse.jdt.internal.compiler.ISourceElementRequestor
 
acceptFieldReference(char[], int) - Method in class org.eclipse.jdt.internal.compiler.SourceElementRequestorAdapter
 
acceptFieldReference(char[], int) - Method in class org.eclipse.jdt.internal.core.search.indexing.SourceIndexerRequestor
 
acceptFieldReference(char[], int) - Method in class org.eclipse.jdt.internal.core.util.ReferenceInfoAdapter
Does nothing.
acceptImport(int, int, int[], char[], int, boolean, int) - Method in class org.eclipse.jdt.core.tests.compiler.parser.DocumentElementParserTest
 
acceptImport(int, int, char[][], boolean, int) - Method in class org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest
acceptImport method comment.
acceptImport(int, int, char[][], boolean, int) - Method in class org.eclipse.jdt.core.tests.compiler.parser.TestSourceElementRequestor
acceptImport method comment.
acceptImport(int, int, int[], char[], int, boolean, int) - Method in interface org.eclipse.jdt.internal.compiler.IDocumentElementRequestor
 
acceptImport(int, int, char[][], boolean, int) - Method in interface org.eclipse.jdt.internal.compiler.ISourceElementRequestor
 
acceptImport(int, int, char[][], boolean, int) - Method in class org.eclipse.jdt.internal.compiler.SourceElementRequestorAdapter
 
acceptImport(int, int, char[][], boolean, int) - Method in class org.eclipse.jdt.internal.core.CompilationUnitStructureRequestor
 
acceptImport(int, int, int[], char[], int, boolean, int) - Method in class org.eclipse.jdt.internal.core.jdom.DOMBuilder
Deprecated.  
acceptImport(int, int, char[][], boolean, int) - Method in class org.eclipse.jdt.internal.core.jdom.SimpleDOMBuilder
Deprecated.  
acceptImport(int, int, char[][], boolean, int) - Method in class org.eclipse.jdt.internal.core.search.indexing.SourceIndexerRequestor
 
acceptImport(int, int, char[][], boolean, int) - Method in class org.eclipse.jdt.internal.core.SourceMapper
 
acceptIndexMatch(String, SearchPattern, SearchParticipant, AccessRuleSet) - Method in class org.eclipse.jdt.internal.core.search.IndexQueryRequestor
 
acceptIndexMatch(String, SearchPattern, SearchParticipant, AccessRuleSet) - Method in class org.eclipse.jdt.internal.core.search.PathCollector
 
acceptInitializer(int, int, int[], int, int, int, int) - Method in class org.eclipse.jdt.core.tests.compiler.parser.DocumentElementParserTest
 
acceptInitializer(int, int, int[], int, int, int, int) - Method in interface org.eclipse.jdt.internal.compiler.IDocumentElementRequestor
 
acceptInitializer(IInitializer) - Method in interface org.eclipse.jdt.internal.core.IJavaElementRequestor
 
acceptInitializer(IInitializer) - Method in class org.eclipse.jdt.internal.core.JavaElementRequestor
 
acceptInitializer(int, int, int[], int, int, int, int) - Method in class org.eclipse.jdt.internal.core.jdom.DOMBuilder
Deprecated.  
acceptInterface(char[], char[], char[], int, int, int, int) - Method in class org.eclipse.jdt.core.CompletionRequestorAdapter
Deprecated.  
acceptInterface(char[], char[], char[], int, int, int) - Method in interface org.eclipse.jdt.core.ICodeCompletionRequestor
Deprecated. Code assist notification of an interface completion.
acceptInterface(char[], char[], char[], int, int, int, int) - Method in interface org.eclipse.jdt.core.ICompletionRequestor
Deprecated. Use CompletionRequestor.accept(CompletionProposal) instead.
acceptInterface(char[], char[], char[], int, int, int) - Method in interface org.eclipse.jdt.core.ICorrectionRequestor
Notification of an interface correction.
acceptInterface(char[], char[], char[][], String) - Method in interface org.eclipse.jdt.core.search.ITypeNameRequestor
Deprecated. Accepts a top-level or a member interface.
acceptInterface(char[], char[], char[], int, int, int) - Method in class org.eclipse.jdt.core.tests.model.CodeCorrectionTestsRequestor
 
acceptKeyword(char[], int, int, int) - Method in class org.eclipse.jdt.core.CompletionRequestorAdapter
Deprecated.  
acceptKeyword(char[], int, int) - Method in interface org.eclipse.jdt.core.ICodeCompletionRequestor
Deprecated. Code assist notification of a keyword completion.
acceptKeyword(char[], int, int, int) - Method in interface org.eclipse.jdt.core.ICompletionRequestor
Deprecated. Use CompletionRequestor.accept(CompletionProposal) instead.
acceptLabel(char[], int, int, int) - Method in class org.eclipse.jdt.core.CompletionRequestorAdapter
Deprecated.  
acceptLabel(char[], int, int) - Method in interface org.eclipse.jdt.core.ICodeCompletionRequestor
Deprecated. Code assist notification of a label completion.
acceptLabel(char[], int, int, int) - Method in interface org.eclipse.jdt.core.ICompletionRequestor
Deprecated. Use CompletionRequestor.accept(CompletionProposal) instead.
acceptLineSeparatorPositions(int[]) - Method in class org.eclipse.jdt.core.tests.compiler.parser.DocumentElementParserTest
 
acceptLineSeparatorPositions(int[]) - Method in class org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest
acceptLineSeparatorPositions method comment.
acceptLineSeparatorPositions(int[]) - Method in class org.eclipse.jdt.core.tests.compiler.parser.TestSourceElementRequestor
acceptLineSeparatorPositions method comment.
acceptLineSeparatorPositions(int[]) - Method in interface org.eclipse.jdt.internal.compiler.IDocumentElementRequestor
 
acceptLineSeparatorPositions(int[]) - Method in interface org.eclipse.jdt.internal.compiler.ISourceElementRequestor
 
acceptLineSeparatorPositions(int[]) - Method in class org.eclipse.jdt.internal.compiler.SourceElementRequestorAdapter
 
acceptLineSeparatorPositions(int[]) - Method in class org.eclipse.jdt.internal.core.CompilationUnitStructureRequestor
 
acceptLineSeparatorPositions(int[]) - Method in class org.eclipse.jdt.internal.core.jdom.AbstractDOMBuilder
Deprecated. Accepts the line separator table and converts it into a line start table.
acceptLineSeparatorPositions(int[]) - Method in class org.eclipse.jdt.internal.core.search.indexing.SourceIndexerRequestor
 
acceptLineSeparatorPositions(int[]) - Method in class org.eclipse.jdt.internal.core.SourceMapper
 
acceptLocalField(FieldBinding) - Method in class org.eclipse.jdt.internal.core.SelectionRequestor
 
acceptLocalMethod(MethodBinding) - Method in class org.eclipse.jdt.internal.core.SelectionRequestor
 
acceptLocalMethodTypeParameter(TypeVariableBinding) - Method in class org.eclipse.jdt.internal.core.SelectionRequestor
 
acceptLocalType(TypeBinding) - Method in class org.eclipse.jdt.internal.core.SelectionRequestor
 
acceptLocalTypeParameter(TypeVariableBinding) - Method in class org.eclipse.jdt.internal.core.SelectionRequestor
 
acceptLocalVariable(char[], char[], char[], int, int, int, int) - Method in class org.eclipse.jdt.core.CompletionRequestorAdapter
Deprecated.  
acceptLocalVariable(char[], char[], char[], int, int, int) - Method in interface org.eclipse.jdt.core.ICodeCompletionRequestor
Deprecated. Code assist notification of a local variable completion.
acceptLocalVariable(char[], char[], char[], int, int, int, int) - Method in interface org.eclipse.jdt.core.ICompletionRequestor
Deprecated. Use CompletionRequestor.accept(CompletionProposal) instead.
acceptLocalVariable(char[], char[], char[], int, int, int) - Method in interface org.eclipse.jdt.core.ICorrectionRequestor
Notification of a local variable correction.
acceptLocalVariable(char[], char[], char[], int, int, int) - Method in class org.eclipse.jdt.core.tests.model.CodeCorrectionTestsRequestor
 
acceptLocalVariable(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.core.SelectionRequestor
 
acceptMemberType(IType) - Method in interface org.eclipse.jdt.internal.core.IJavaElementRequestor
 
acceptMemberType(IType) - Method in class org.eclipse.jdt.internal.core.JavaElementRequestor
 
acceptMethod(char[], char[], char[], char[][], char[][], char[][], char[], char[], char[], int, int, int, int) - Method in class org.eclipse.jdt.core.CompletionRequestorAdapter
Deprecated.  
acceptMethod(char[], char[], char[], char[][], char[][], char[], char[], char[], int, int, int) - Method in interface org.eclipse.jdt.core.ICodeCompletionRequestor
Deprecated. Code assist notification of a method completion.
acceptMethod(char[], char[], char[], char[][], char[][], char[][], char[], char[], char[], int, int, int, int) - Method in interface org.eclipse.jdt.core.ICompletionRequestor
Deprecated. Use CompletionRequestor.accept(CompletionProposal) instead.
acceptMethod(char[], char[], char[], char[][], char[][], char[][], char[], char[], char[], int, int, int) - Method in interface org.eclipse.jdt.core.ICorrectionRequestor
Notification of a method correction.
acceptMethod(char[], char[], char[], char[][], char[][], char[][], char[], char[], char[], int, int, int) - Method in class org.eclipse.jdt.core.tests.model.CodeCorrectionTestsRequestor
 
acceptMethod(char[], char[], String, char[], char[][], char[][], String[], char[][], char[][][], boolean, boolean, char[], int, int) - Method in interface org.eclipse.jdt.internal.codeassist.ISelectionRequestor
Code assist notification of a method selection.
acceptMethod(IMethod) - Method in interface org.eclipse.jdt.internal.core.IJavaElementRequestor
 
acceptMethod(IMethod) - Method in class org.eclipse.jdt.internal.core.JavaElementRequestor
 
acceptMethod(char[], char[], String, char[], char[][], char[][], String[], char[][], char[][][], boolean, boolean, char[], int, int) - Method in class org.eclipse.jdt.internal.core.SelectionRequestor
Resolve the method
acceptMethodDeclaration(char[], char[], char[], char[][], char[][], char[][], char[], char[], char[], int, int, int, int) - Method in class org.eclipse.jdt.core.CompletionRequestorAdapter
Deprecated.  
acceptMethodDeclaration(char[], char[], char[], char[][], char[][], char[][], char[], char[], char[], int, int, int, int) - Method in interface org.eclipse.jdt.core.ICompletionRequestor
Deprecated. Use CompletionRequestor.accept(CompletionProposal) instead.
acceptMethodReference(char[], int, int) - Method in class org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest
acceptMethodReference method comment.
acceptMethodReference(char[], int, int) - Method in class org.eclipse.jdt.core.tests.compiler.parser.TestSourceElementRequestor
acceptMethodReference method comment.
acceptMethodReference(char[], int, int) - Method in interface org.eclipse.jdt.internal.compiler.ISourceElementRequestor
 
acceptMethodReference(char[], int, int) - Method in class org.eclipse.jdt.internal.compiler.SourceElementRequestorAdapter
 
acceptMethodReference(char[], int, int) - Method in class org.eclipse.jdt.internal.core.search.indexing.SourceIndexerRequestor
 
acceptMethodReference(char[], int, int) - Method in class org.eclipse.jdt.internal.core.util.ReferenceInfoAdapter
Does nothing.
acceptMethodTypeParameter(char[], char[], char[], int, int, char[], boolean, int, int) - Method in interface org.eclipse.jdt.internal.codeassist.ISelectionRequestor
Code assist notification of a type parameter selection.
acceptMethodTypeParameter(char[], char[], char[], int, int, char[], boolean, int, int) - Method in class org.eclipse.jdt.internal.core.SelectionRequestor
 
acceptModifier(char[], int, int, int) - Method in class org.eclipse.jdt.core.CompletionRequestorAdapter
Deprecated.  
acceptModifier(char[], int, int) - Method in interface org.eclipse.jdt.core.ICodeCompletionRequestor
Deprecated. Code assist notification of a modifier completion.
acceptModifier(char[], int, int, int) - Method in interface org.eclipse.jdt.core.ICompletionRequestor
Deprecated. Use CompletionRequestor.accept(CompletionProposal) instead.
acceptName(char[]) - Method in interface org.eclipse.jdt.internal.codeassist.UnresolvedReferenceNameFinder.UnresolvedReferenceNameRequestor
 
acceptNameWithoutPrefixAndSuffix(char[], int) - Method in interface org.eclipse.jdt.internal.core.INamingRequestor
 
acceptNameWithPrefix(char[], boolean, int) - Method in interface org.eclipse.jdt.internal.core.INamingRequestor
 
acceptNameWithPrefixAndSuffix(char[], boolean, boolean, int) - Method in interface org.eclipse.jdt.internal.core.INamingRequestor
 
acceptNameWithSuffix(char[], boolean, int) - Method in interface org.eclipse.jdt.internal.core.INamingRequestor
 
acceptPackage(char[], char[], int, int, int) - Method in class org.eclipse.jdt.core.CompletionRequestorAdapter
Deprecated.  
acceptPackage(char[], char[], int, int) - Method in interface org.eclipse.jdt.core.ICodeCompletionRequestor
Deprecated. Code assist notification of a package completion.
acceptPackage(char[], char[], int, int, int) - Method in interface org.eclipse.jdt.core.ICompletionRequestor
Deprecated. Use CompletionRequestor.accept(CompletionProposal) instead.
acceptPackage(char[], char[], int, int) - Method in interface org.eclipse.jdt.core.ICorrectionRequestor
Notification of a package correction.
acceptPackage(int, int, int[], char[], int) - Method in class org.eclipse.jdt.core.tests.compiler.parser.DocumentElementParserTest
 
acceptPackage(ImportReference) - Method in class org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest
acceptPackage method comment.
acceptPackage(ImportReference) - Method in class org.eclipse.jdt.core.tests.compiler.parser.TestSourceElementRequestor
acceptPackage method comment.
acceptPackage(char[], char[], int, int) - Method in class org.eclipse.jdt.core.tests.model.CodeCorrectionTestsRequestor
 
acceptPackage(char[]) - Method in class org.eclipse.jdt.internal.codeassist.CompletionEngine
One result of the search consists of a new package.
acceptPackage(char[]) - Method in interface org.eclipse.jdt.internal.codeassist.ISearchRequestor
One result of the search consists of a new package.
acceptPackage(char[]) - Method in interface org.eclipse.jdt.internal.codeassist.ISelectionRequestor
Code assist notification of a package selection.
acceptPackage(char[]) - Method in class org.eclipse.jdt.internal.codeassist.SelectionEngine
One result of the search consists of a new package.
acceptPackage(int, int, int[], char[], int) - Method in interface org.eclipse.jdt.internal.compiler.IDocumentElementRequestor
 
acceptPackage(ImportReference) - Method in interface org.eclipse.jdt.internal.compiler.ISourceElementRequestor
 
acceptPackage(ImportReference) - Method in class org.eclipse.jdt.internal.compiler.SourceElementRequestorAdapter
 
acceptPackage(ImportReference) - Method in class org.eclipse.jdt.internal.core.CompilationUnitStructureRequestor
 
acceptPackage(int, int, int[], char[], int) - Method in class org.eclipse.jdt.internal.core.jdom.DOMBuilder
Deprecated.  
acceptPackage(ImportReference) - Method in class org.eclipse.jdt.internal.core.jdom.SimpleDOMBuilder
Deprecated.  
acceptPackage(ImportReference) - Method in class org.eclipse.jdt.internal.core.search.indexing.SourceIndexerRequestor
 
acceptPackage(char[]) - Method in class org.eclipse.jdt.internal.core.SelectionRequestor
Resolve the package
acceptPackage(ImportReference) - Method in class org.eclipse.jdt.internal.core.SourceMapper
 
acceptPackageFragment(IPackageFragment) - Method in interface org.eclipse.jdt.internal.core.IJavaElementRequestor
 
acceptPackageFragment(IPackageFragment) - Method in class org.eclipse.jdt.internal.core.JavaElementRequestor
 
acceptPath(String, boolean) - Method in interface org.eclipse.jdt.internal.core.IPathRequestor
 
acceptPotentialMethodDeclaration(char[], char[], char[], int, int, int) - Method in interface org.eclipse.jdt.internal.codeassist.IExtendedCompletionRequestor
Deprecated.  
acceptProblem(IMarker, String, int) - Method in interface org.eclipse.jdt.core.eval.ICodeSnippetRequestor
Notifies of an evaluation problem.
acceptProblem(IProblem) - Method in interface org.eclipse.jdt.core.IProblemRequestor
Notification of a Java problem.
acceptProblem(CategorizedProblem) - Method in class org.eclipse.jdt.core.tests.compiler.parser.DocumentElementParserTest
 
acceptProblem(CategorizedProblem) - Method in class org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest
acceptProblem method comment.
acceptProblem(CategorizedProblem) - Method in class org.eclipse.jdt.core.tests.compiler.parser.TestSourceElementRequestor
acceptProblem method comment.
acceptProblem(CategorizedProblem, char[], int) - Method in class org.eclipse.jdt.core.tests.eval.EvaluationTest.Requestor
 
acceptProblem(IProblem) - Method in class org.eclipse.jdt.core.tests.model.AbstractJavaModelTests.BasicProblemRequestor
 
acceptProblem(IProblem) - Method in class org.eclipse.jdt.core.tests.model.AbstractJavaModelTests.ProblemRequestor
 
acceptProblem(IProblem) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
acceptProblem(CategorizedProblem) - Method in interface org.eclipse.jdt.internal.compiler.IDocumentElementRequestor
 
acceptProblem(CategorizedProblem) - Method in interface org.eclipse.jdt.internal.compiler.ISourceElementRequestor
 
acceptProblem(CategorizedProblem) - Method in class org.eclipse.jdt.internal.compiler.SourceElementRequestorAdapter
 
acceptProblem(CategorizedProblem) - Method in class org.eclipse.jdt.internal.core.CompilationUnitStructureRequestor
 
acceptProblem(CategorizedProblem, char[], int) - Method in class org.eclipse.jdt.internal.core.eval.RequestorWrapper
 
acceptProblem(IProblem) - Method in class org.eclipse.jdt.internal.core.JavaModelManager.PerWorkingCopyInfo
 
acceptProblem(CategorizedProblem) - Method in class org.eclipse.jdt.internal.core.jdom.DOMBuilder
Deprecated. Sets the abort flag to true.
acceptProblem(CategorizedProblem) - Method in class org.eclipse.jdt.internal.core.jdom.SimpleDOMBuilder
Deprecated. Does nothing.
acceptProblem(CategorizedProblem) - Method in class org.eclipse.jdt.internal.core.search.indexing.SourceIndexerRequestor
 
acceptProblem(CategorizedProblem) - Method in class org.eclipse.jdt.internal.core.SourceMapper
 
acceptProblem(CategorizedProblem, char[], int) - Method in interface org.eclipse.jdt.internal.eval.IRequestor
 
acceptProblem(IProblem) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
acceptProblem(IProblem) - Method in class org.jmlspecs.eclipse.jdt.internal.esc2.PrintVisitor
Deprecated.  
acceptProblem(IProblem) - Method in class org.jmlspecs.jml4.fspv.TraceAstVisitor
 
acceptResult(CompilationResult) - Method in class org.eclipse.jdt.core.tests.compiler.regression.Requestor
 
acceptResult(EvaluationResult) - Method in class org.eclipse.jdt.core.tests.eval.EvaluationTest.Requestor
 
acceptResult(CompilationResult) - Method in interface org.eclipse.jdt.internal.compiler.ICompilerRequestor
Accept a compilation result.
acceptResult(CompilationResult) - Method in class org.eclipse.jdt.internal.core.builder.AbstractImageBuilder
 
acceptSearchMatch(SearchMatch) - Method in class org.eclipse.jdt.core.search.SearchRequestor
Accepts the given search match.
acceptSearchMatch(SearchMatch) - Method in class org.eclipse.jdt.core.tests.model.AbstractJavaSearchTests.JavaSearchResultCollector
 
acceptType(char[], char[], char[], int, int, int) - Method in class org.eclipse.jdt.core.CompletionRequestorAdapter
Deprecated.  
acceptType(char[], char[], char[], int, int) - Method in interface org.eclipse.jdt.core.ICodeCompletionRequestor
Deprecated. Code assist notification of a type completion.
acceptType(char[], char[], char[], int, int, int) - Method in interface org.eclipse.jdt.core.ICompletionRequestor
Deprecated. Use CompletionRequestor.accept(CompletionProposal) instead.
acceptType(int, char[], char[], char[][], String) - Method in class org.eclipse.jdt.core.search.TypeNameRequestor
Accepts a top-level or a member type.
acceptType(int, char[], char[], char[][], String) - Method in class org.eclipse.jdt.core.tests.model.SearchTests.SearchTypeNameRequestor
 
acceptType(char[], char[], char[][], int, AccessRestriction) - Method in class org.eclipse.jdt.internal.codeassist.CompletionEngine
One result of the search consists of a new type.
acceptType(char[], char[], char[][], int, AccessRestriction) - Method in interface org.eclipse.jdt.internal.codeassist.ISearchRequestor
One result of the search consists of a new type.
acceptType(char[], char[], int, boolean, char[], int, int) - Method in interface org.eclipse.jdt.internal.codeassist.ISelectionRequestor
Code assist notification of a enum selection.
acceptType(char[], char[], char[][], int, AccessRestriction) - Method in class org.eclipse.jdt.internal.codeassist.SelectionEngine
 
acceptType(IType) - Method in interface org.eclipse.jdt.internal.core.IJavaElementRequestor
 
acceptType(IType) - Method in class org.eclipse.jdt.internal.core.JavaElementRequestor
 
acceptType(int, char[], char[], char[][], String, AccessRestriction) - Method in interface org.eclipse.jdt.internal.core.search.IRestrictedAccessTypeRequestor
 
acceptType(int, char[], char[], char[][], String, AccessRestriction) - Method in class org.eclipse.jdt.internal.core.search.TypeNameMatchRequestorWrapper
 
acceptType(int, char[], char[], char[][], String, AccessRestriction) - Method in class org.eclipse.jdt.internal.core.search.TypeNameRequestorWrapper
 
acceptType(char[], char[], int, boolean, char[], int, int) - Method in class org.eclipse.jdt.internal.core.SelectionRequestor
Resolve the type.
acceptTypeNameMatch(TypeNameMatch) - Method in class org.eclipse.jdt.core.search.TypeNameMatchRequestor
Accepts a type name match (TypeNameMatch) which contains top-level or a member type information as package name, enclosing types names, simple type name, modifiers, etc.
acceptTypeParameter(char[], char[], char[], boolean, int, int) - Method in interface org.eclipse.jdt.internal.codeassist.ISelectionRequestor
Code assist notification of a type parameter selection.
acceptTypeParameter(char[], char[], char[], boolean, int, int) - Method in class org.eclipse.jdt.internal.core.SelectionRequestor
 
acceptTypeReference(char[][], int, int) - Method in class org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest
acceptTypeReference method comment.
acceptTypeReference(char[], int) - Method in class org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest
acceptTypeReference method comment.
acceptTypeReference(char[][], int, int) - Method in class org.eclipse.jdt.core.tests.compiler.parser.TestSourceElementRequestor
acceptTypeReference method comment.
acceptTypeReference(char[], int) - Method in class org.eclipse.jdt.core.tests.compiler.parser.TestSourceElementRequestor
acceptTypeReference method comment.
acceptTypeReference(char[][], int, int) - Method in interface org.eclipse.jdt.internal.compiler.ISourceElementRequestor
 
acceptTypeReference(char[], int) - Method in interface org.eclipse.jdt.internal.compiler.ISourceElementRequestor
 
acceptTypeReference(char[][], int, int) - Method in class org.eclipse.jdt.internal.compiler.SourceElementRequestorAdapter
 
acceptTypeReference(char[], int) - Method in class org.eclipse.jdt.internal.compiler.SourceElementRequestorAdapter
 
acceptTypeReference(char[][], int, int) - Method in class org.eclipse.jdt.internal.core.search.indexing.SourceIndexerRequestor
 
acceptTypeReference(char[], int) - Method in class org.eclipse.jdt.internal.core.search.indexing.SourceIndexerRequestor
 
acceptTypeReference(char[][], int, int) - Method in class org.eclipse.jdt.internal.core.util.ReferenceInfoAdapter
Does nothing.
acceptTypeReference(char[], int) - Method in class org.eclipse.jdt.internal.core.util.ReferenceInfoAdapter
Does nothing.
acceptUnknownReference(char[][], int, int) - Method in class org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest
acceptUnknownReference method comment.
acceptUnknownReference(char[], int) - Method in class org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest
acceptUnknownReference method comment.
acceptUnknownReference(char[][], int, int) - Method in class org.eclipse.jdt.core.tests.compiler.parser.TestSourceElementRequestor
acceptUnknownReference method comment.
acceptUnknownReference(char[], int) - Method in class org.eclipse.jdt.core.tests.compiler.parser.TestSourceElementRequestor
acceptUnknownReference method comment.
acceptUnknownReference(char[][], int, int) - Method in interface org.eclipse.jdt.internal.compiler.ISourceElementRequestor
 
acceptUnknownReference(char[], int) - Method in interface org.eclipse.jdt.internal.compiler.ISourceElementRequestor
 
acceptUnknownReference(char[][], int, int) - Method in class org.eclipse.jdt.internal.compiler.SourceElementRequestorAdapter
 
acceptUnknownReference(char[], int) - Method in class org.eclipse.jdt.internal.compiler.SourceElementRequestorAdapter
 
acceptUnknownReference(char[][], int, int) - Method in class org.eclipse.jdt.internal.core.search.indexing.SourceIndexerRequestor
 
acceptUnknownReference(char[], int) - Method in class org.eclipse.jdt.internal.core.search.indexing.SourceIndexerRequestor
 
acceptUnknownReference(char[][], int, int) - Method in class org.eclipse.jdt.internal.core.util.ReferenceInfoAdapter
Does nothing.
acceptUnknownReference(char[], int) - Method in class org.eclipse.jdt.internal.core.util.ReferenceInfoAdapter
Does nothing.
acceptUnresolvedName(char[]) - Method in class org.eclipse.jdt.internal.codeassist.CompletionEngine
 
acceptVariableName(char[], char[], char[], char[], int, int, int) - Method in class org.eclipse.jdt.core.CompletionRequestorAdapter
Deprecated.  
acceptVariableName(char[], char[], char[], char[], int, int, int) - Method in interface org.eclipse.jdt.core.ICompletionRequestor
Deprecated. Use CompletionRequestor.accept(CompletionProposal) instead.
AccessEmulation - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
accessFlags() - Method in class org.eclipse.jdt.internal.compiler.classfmt.ClassFileReader
Answer the receiver's access flags.
Accessible - Annotation Type in org.jmlspecs.annotation
 
accessMode - Variable in class org.eclipse.jdt.internal.compiler.ast.ExplicitConstructorCall
 
AccessRestriction - Class in org.eclipse.jdt.internal.compiler.env
 
AccessRestriction(AccessRule, byte, String) - Constructor for class org.eclipse.jdt.internal.compiler.env.AccessRestriction
 
AccessRestrictionsTests - Class in org.eclipse.jdt.core.tests.model
 
AccessRestrictionsTests(String) - Constructor for class org.eclipse.jdt.core.tests.model.AccessRestrictionsTests
 
AccessRule - Class in org.eclipse.jdt.internal.compiler.env
 
AccessRule(char[], int) - Constructor for class org.eclipse.jdt.internal.compiler.env.AccessRule
 
AccessRule(char[], int, boolean) - Constructor for class org.eclipse.jdt.internal.compiler.env.AccessRule
 
accessRuleSet - Variable in class org.eclipse.jdt.internal.compiler.batch.ClasspathLocation
 
AccessRuleSet - Class in org.eclipse.jdt.internal.compiler.env
Definition of a set of access rules used to flag forbidden references to non API code.
AccessRuleSet(AccessRule[], byte, String) - Constructor for class org.eclipse.jdt.internal.compiler.env.AccessRuleSet
Make a new set of access rules.
AccFinal - Static variable in class org.eclipse.jdt.core.Flags
Final access flag.
AccFinal - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
 
AccFromClassFile - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.ExtraCompilerModifiers
 
AccGenericSignature - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.ExtraCompilerModifiers
 
AccidentalBooleanAssign - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
AccImplementing - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.ExtraCompilerModifiers
 
AccInterface - Static variable in class org.eclipse.jdt.core.Flags
Interface property flag.
AccInterface - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
 
AccIsDefaultConstructor - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.ExtraCompilerModifiers
 
AccJustFlag - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.ExtraCompilerModifiers
 
AccLocallyUsed - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.ExtraCompilerModifiers
 
AccModifierProblem - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.ExtraCompilerModifiers
 
AccNative - Static variable in class org.eclipse.jdt.core.Flags
Native property flag.
AccNative - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
 
AccOverriding - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.ExtraCompilerModifiers
 
AccPrivate - Static variable in class org.eclipse.jdt.core.Flags
Private access flag.
AccPrivate - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
 
AccProtected - Static variable in class org.eclipse.jdt.core.Flags
Protected access flag.
AccProtected - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
 
AccPublic - Static variable in class org.eclipse.jdt.core.Flags
Public access flag.
AccPublic - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
 
AccRestrictedAccess - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.ExtraCompilerModifiers
 
AccSemicolonBody - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.ExtraCompilerModifiers
 
AccStatic - Static variable in class org.eclipse.jdt.core.Flags
Static access flag.
AccStatic - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
 
AccStrictfp - Static variable in class org.eclipse.jdt.core.Flags
Strictfp property flag.
AccStrictfp - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
 
AccSuper - Static variable in class org.eclipse.jdt.core.Flags
Super property flag.
AccSuper - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
Other VM flags.
AccSynchronized - Static variable in class org.eclipse.jdt.core.Flags
Synchronized access flag.
AccSynchronized - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
 
AccSynthetic - Static variable in class org.eclipse.jdt.core.Flags
Synthetic property flag.
AccSynthetic - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
 
AccTransient - Static variable in class org.eclipse.jdt.core.Flags
Transient property flag.
AccTransient - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
 
AccUnresolved - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.ExtraCompilerModifiers
 
ACCURATE_MATCH - Static variable in class org.eclipse.jdt.internal.core.search.matching.PatternLocator
 
AccVarargs - Static variable in class org.eclipse.jdt.core.Flags
Varargs method property flag (added in J2SE 1.5).
AccVarargs - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
 
AccVisibilityMASK - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.ExtraCompilerModifiers
 
AccVolatile - Static variable in class org.eclipse.jdt.core.Flags
Volatile property flag.
AccVolatile - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
 
ACONST_NULL - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
aconst_null() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
acquire() - Method in class org.eclipse.core.resources.WorkspaceLock
Deprecated. Attempts to acquire this lock.
acquire() - Method in class org.eclipse.jdt.core.tests.model.Semaphore
 
acquire(long) - Method in class org.eclipse.jdt.core.tests.model.Semaphore
 
acquire(SourceTypeBinding) - Method in class org.eclipse.jdt.internal.compiler.ClassFilePool
 
action - Variable in class org.eclipse.jdt.internal.compiler.ast.DoStatement
 
action - Variable in class org.eclipse.jdt.internal.compiler.ast.ForeachStatement
 
action - Variable in class org.eclipse.jdt.internal.compiler.ast.ForStatement
 
action - Variable in class org.eclipse.jdt.internal.compiler.ast.WhileStatement
 
action - Variable in class org.jmlspecs.jml4.esc.gc.lang.sugared.SugaredWhileStatement
 
action - Variable in class org.jmlspecs.jml4.fspv.theory.ast.TheoryWhileStatement
 
activate() - Method in class org.eclipse.jdt.core.tests.builder.EfficiencyCompilerRequestor
 
activate() - Method in interface org.eclipse.jdt.internal.compiler.IDebugRequestor
 
activated - Variable in class org.eclipse.jdt.internal.core.search.processing.JobManager
 
activateProcessing() - Method in class org.eclipse.jdt.internal.core.search.processing.JobManager
Invoked exactly once, in background, before starting processing any job
Activator - Class in org.jmlspecs.eclipse.jdt.core.tests.nonnull
The activator class controls the plug-in life cycle
Activator() - Constructor for class org.jmlspecs.eclipse.jdt.core.tests.nonnull.Activator
The constructor
Activator - Class in org.jmlspecs.eclipse.jdt.ui
The activator class controls the plug-in life cycle
Activator() - Constructor for class org.jmlspecs.eclipse.jdt.ui.Activator
The constructor
active - Static variable in class org.jmlspecs.jml4.esc.provercoordinator.strategy.ProveEntireVC
 
actualOuterLocalVariable - Variable in class org.eclipse.jdt.internal.compiler.lookup.SyntheticArgumentBinding
 
actualParams - Variable in class org.jmlspecs.jml4.esc.gc.lang.simple.expr.SimpleMessageSend
 
actualParams - Variable in class org.jmlspecs.jml4.esc.gc.lang.sugared.expr.SugaredMessageSend
 
actualReceiverType - Variable in class org.eclipse.jdt.internal.compiler.ast.MessageSend
 
actualReceiverType - Variable in class org.eclipse.jdt.internal.compiler.ast.NameReference
 
ACUTE - Static variable in class org.jmlspecs.jml4.fspv.simpl.ast.SimplConstants
 
add(IResourceChangeListener, int) - Method in class org.eclipse.core.internal.events.ResourceChangeListenerList
Adds the given listener to this list.
add(IResource, MarkerInfo) - Method in class org.eclipse.core.internal.resources.MarkerManager
 
add(IMarkerSetElement) - Method in class org.eclipse.core.internal.resources.MarkerSet
 
add(QualifiedName) - Method in class org.eclipse.core.internal.resources.Synchronizer
 
add(KeyedHashSet.KeyedElement) - Method in class org.eclipse.core.internal.utils.KeyedHashSet
Adds an element to this set.
add(Object) - Method in class org.eclipse.core.internal.utils.Queue
 
add(String) - Method in class org.eclipse.core.internal.utils.StringPool
Adds a String to the pool.
add(QualifiedName) - Method in interface org.eclipse.core.resources.ISynchronizer
Adds the named synchronization partner to this synchronizer's registry of partners.
add(IJavaElement) - Method in interface org.eclipse.jdt.core.IRegion
Adds the given element and all of its descendents to this region.
add(NullInfoRegistry) - Method in class org.eclipse.jdt.internal.compiler.flow.NullInfoRegistry
Add the information held by another NullInfoRegistry instance to this, then return this.
add(TypeDeclaration, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredAnnotation
 
add(AbstractMethodDeclaration, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredBlock
 
add(Block, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredBlock
 
add(LocalDeclaration, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredBlock
 
add(LocalDeclaration, int, boolean) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredBlock
 
add(Statement, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredBlock
 
add(Statement, int, boolean) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredBlock
 
add(TypeDeclaration, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredBlock
 
add(TypeDeclaration, int, boolean) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredBlock
 
add(FieldDeclaration, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredBlock
 
add(AbstractMethodDeclaration, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredElement
 
add(Block, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredElement
 
add(FieldDeclaration, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredElement
 
add(ImportReference, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredElement
 
add(LocalDeclaration, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredElement
 
add(Statement, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredElement
 
add(TypeDeclaration, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredElement
 
add(Statement, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredField
 
add(TypeDeclaration, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredField
 
add(Block, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredInitializer
 
add(FieldDeclaration, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredInitializer
 
add(LocalDeclaration, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredInitializer
 
add(Statement, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredInitializer
 
add(TypeDeclaration, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredInitializer
 
add(Statement, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredLocalVariable
 
add(Block, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredMethod
 
add(FieldDeclaration, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredMethod
 
add(LocalDeclaration, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredMethod
 
add(Statement, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredMethod
 
add(TypeDeclaration, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredMethod
 
add(AbstractMethodDeclaration, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredType
 
add(Block, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredType
 
add(FieldDeclaration, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredType
 
add(TypeDeclaration, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredType
 
add(TypeParameter[], int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredType
 
add(AbstractMethodDeclaration, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredUnit
 
add(FieldDeclaration, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredUnit
 
add(ImportReference, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredUnit
 
add(TypeDeclaration, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredUnit
 
add(char[][]) - Method in class org.eclipse.jdt.internal.compiler.util.CompoundNameVector
 
add(int) - Method in class org.eclipse.jdt.internal.compiler.util.HashSetOfInt
 
add(Object) - Method in class org.eclipse.jdt.internal.compiler.util.ObjectVector
 
add(char[]) - Method in class org.eclipse.jdt.internal.compiler.util.SimpleNameVector
 
add(Object) - Method in class org.eclipse.jdt.internal.compiler.util.SimpleSet
 
add(char[]) - Method in class org.eclipse.jdt.internal.compiler.util.SimpleSetOfCharArray
 
add(char[]) - Method in class org.eclipse.jdt.internal.core.builder.NameSet
 
add(char[][]) - Method in class org.eclipse.jdt.internal.core.builder.QualifiedNameSet
 
add(String) - Method in class org.eclipse.jdt.internal.core.builder.StringSet
 
add(SourceFile) - Method in class org.eclipse.jdt.internal.core.builder.WorkQueue
 
add(IJavaElement) - Method in class org.eclipse.jdt.internal.core.Region
 
add(IResource) - Method in class org.eclipse.jdt.internal.core.search.HierarchyScope
 
add(JavaProject, int, HashSet) - Method in class org.eclipse.jdt.internal.core.search.JavaSearchScope
Add java project all fragment roots to current java search scope.
add(IJavaElement) - Method in class org.eclipse.jdt.internal.core.search.JavaSearchScope
Add an element to the java search scope.
add(PossibleMatch) - Method in class org.eclipse.jdt.internal.core.search.matching.PossibleMatchSet
 
add(IType) - Method in class org.eclipse.jdt.internal.core.TypeVector
 
add(Object[]) - Method in class org.eclipse.jdt.internal.core.util.HashSetOfArray
 
add(char[][]) - Method in class org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray
 
add(char[]) - Method in class org.eclipse.jdt.internal.core.util.SimpleWordSet
 
add(Object) - Method in class org.eclipse.jdt.internal.core.util.WeakHashSet
 
add(char[]) - Method in class org.eclipse.jdt.internal.core.util.WeakHashSetOfCharArray
 
add(SimpleAssignable, int) - Method in class org.jmlspecs.jml4.esc.gc.IncarnationMap
 
add(VcProgram) - Method in class org.jmlspecs.jml4.esc.provercoordinator.prover.CachedVcs
 
add(VC) - Method in class org.jmlspecs.jml4.esc.provercoordinator.prover.CachedVcs
 
add(String) - Method in class org.jmlspecs.jml4.esc.provercoordinator.prover.CachedVcs
 
add(SimplExpression) - Method in class org.jmlspecs.jml4.fspv.simpl.SimplMemoryManagement
 
addAbstractMethod(AbstractMethodDeclaration, MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.ClassFile
INTERNAL USE-ONLY Generate the byte for a problem method info that correspond to a boggus method.
addAll(IMarkerSetElement[]) - Method in class org.eclipse.core.internal.resources.MarkerSet
 
addAll(char[][][]) - Method in class org.eclipse.jdt.internal.compiler.util.CompoundNameVector
 
addAll(Object[]) - Method in class org.eclipse.jdt.internal.compiler.util.ObjectVector
 
addAll(ObjectVector) - Method in class org.eclipse.jdt.internal.compiler.util.ObjectVector
 
addAll(char[][]) - Method in class org.eclipse.jdt.internal.compiler.util.SimpleNameVector
 
addAll(SourceFile[]) - Method in class org.eclipse.jdt.internal.core.builder.WorkQueue
 
addAll(IType[]) - Method in class org.eclipse.jdt.internal.core.TypeVector
 
addAnnotation(Annotation, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredAnnotation
 
addAnnotationName(int, int, int, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredAnnotation
 
addAnnotationName(int, int, int, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredBlock
 
addAnnotationName(int, int, int, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredElement
 
addAnnotationName(int, int, int, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredInitializer
 
addAnnotationName(int, int, int, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredMethod
 
addAnnotationName(int, int, int, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredType
 
addAnnotationName(int, int, int, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredUnit
 
addAnnotationTypeDeclaration(int, char[], char[], char[][], boolean) - Method in class org.eclipse.jdt.internal.core.search.indexing.AbstractIndexer
 
addAnnotationTypeReference(char[]) - Method in class org.eclipse.jdt.internal.core.search.indexing.AbstractIndexer
 
addAnonymousType(TypeDeclaration, ReferenceBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.BlockScope
 
addAssume(CfgExpression) - Method in class org.jmlspecs.jml4.esc.gc.lang.CfgBlock
 
addAttributes() - Method in class org.eclipse.jdt.internal.compiler.ClassFile
INTERNAL USE-ONLY This methods generate all the attributes for the receiver.
addBinary(IFile, IPath) - Method in class org.eclipse.jdt.internal.core.search.indexing.IndexManager
Trigger addition of a resource to an index Note: the actual operation is performed in background
addBinaryClass(IPath, String, byte[]) - Method in class org.eclipse.jdt.core.tests.builder.TestingEnvironment
Adds a binary class with the given contents to the given package in the workspace.
addBinaryClass(IPath, String, String, byte[]) - Method in class org.eclipse.jdt.core.tests.builder.TestingEnvironment
Adds a binary class with the given contents to the given package in the workspace.
addBlob(IFileStore, boolean) - Method in class org.eclipse.core.internal.localstore.BlobStore
 
addBlob(IPath, UniversalUniqueIdentifier, long) - Method in class org.eclipse.core.internal.localstore.HistoryBucket
 
addBlobs(HistoryBucket.HistoryEntry) - Method in class org.eclipse.core.internal.localstore.HistoryBucket
 
addBufferChangedListener(IBufferChangedListener) - Method in interface org.eclipse.jdt.core.IBuffer
Adds the given listener for changes to this buffer.
addBufferChangedListener(IBufferChangedListener) - Method in class org.eclipse.jdt.core.tests.model.OverflowingCacheTests.OverflowingTestBuffer
 
addBufferChangedListener(IBufferChangedListener) - Method in class org.eclipse.jdt.core.tests.model.TestBuffer
 
addBufferChangedListener(IBufferChangedListener) - Method in class org.eclipse.jdt.internal.core.Buffer
 
addBuilder(IProject, ICommand[], IProjectDescription, String, boolean) - Static method in class org.jmlspecs.eclipse.jdt.internal.esc2.Utils
Adds the given builder to the list of commands.
addBuilder(IProject, String) - Static method in class org.jmlspecs.eclipse.jdt.internal.esc2.Utils
Adds an enabled builder to the given project
addBundle(String) - Method in class org.eclipse.core.tests.session.ConfigurationSessionTestSuite
 
addCell(String) - Method in class org.eclipse.test.internal.performance.db.Report
 
addCellRight(String) - Method in class org.eclipse.test.internal.performance.db.Report
 
addChange(ICompilationUnit, IJavaElementDelta) - Method in class org.eclipse.jdt.internal.core.hierarchy.ChangeCollector
 
addChangeListener(IPathVariableChangeListener) - Method in class org.eclipse.core.internal.resources.PathVariableManager
 
addChangeListener(IPathVariableChangeListener) - Method in interface org.eclipse.core.resources.IPathVariableManager
Registers the given listener to receive notification of changes to path variables.
addChild(IDOMNode) - Method in interface org.eclipse.jdt.core.jdom.IDOMNode
Deprecated. Adds the given un-parented node (document fragment) as the last child of this node.
addChild(IJavaElement) - Method in class org.eclipse.jdt.internal.core.JavaElementInfo
 
addChild(IDOMNode) - Method in class org.eclipse.jdt.internal.core.jdom.DOMNode
Deprecated. Adds the given un-parented node (document fragment) as the last child of this node.
addClass(IPath, String, String) - Method in class org.eclipse.jdt.core.tests.builder.TestingEnvironment
Adds a class with the given contents to the given package in the workspace.
addClass(IPath, String, String, String) - Method in class org.eclipse.jdt.core.tests.builder.TestingEnvironment
Adds a class with the given contents to the given package in the workspace.
addClassDeclaration(int, char[], char[], char[][], char[], char[][], char[][], boolean) - Method in class org.eclipse.jdt.internal.core.search.indexing.AbstractIndexer
 
addClassFolder(IPath, IPath, boolean) - Method in class org.eclipse.jdt.core.tests.builder.TestingEnvironment
Add a class folder to the classpath of a project.
addClasspathChange(IProject, IClasspathEntry[], IPath, IClasspathEntry[]) - Method in class org.eclipse.jdt.internal.core.DeltaProcessor
 
addClasspathValidation(JavaProject) - Method in class org.eclipse.jdt.internal.core.DeltaProcessingState
 
addClinit() - Method in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
This method is responsible for adding a method declaration to the type method collections.
addCompletionFlags(int) - Method in interface org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadoc
 
addCompletionFlags(int) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadocAllocationExpression
 
addCompletionFlags(int) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadocFieldReference
 
addCompletionFlags(int) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadocMessageSend
 
addCompletionFlags(int) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadocParamNameReference
 
addCompletionFlags(int) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadocQualifiedTypeReference
 
addCompletionFlags(int) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadocSingleTypeReference
 
addCompletionFlags(int) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadocTag
 
addCompletionFlags(int) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadocTypeParamReference
 
addConstructorDeclaration(char[], char[][], char[][]) - Method in class org.eclipse.jdt.internal.core.search.indexing.AbstractIndexer
 
addConstructorReference(char[], int) - Method in class org.eclipse.jdt.internal.core.search.indexing.AbstractIndexer
 
addCoverage(String, boolean) - Static method in class org.jmlspecs.jml4.rac.runtime.JMLChecker
 
addCrashTest(TestCase) - Method in class org.eclipse.core.tests.session.SessionTestSuite
Crash tests are not expected to complete (they fail if they do).
addDecl(VcVarDecl) - Method in class org.jmlspecs.jml4.esc.vc.lang.VC
 
addDecls(List) - Method in class org.jmlspecs.jml4.esc.vc.lang.VC
 
addDefaultAbstractMethods() - Method in class org.eclipse.jdt.internal.compiler.ClassFile
INTERNAL USE-ONLY This methods generate all the default abstract method infos that correpond to the abstract methods inherited from superinterfaces.
addDefinitelyAssignedVariables(Scope, int) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
addDefinitelyAssignedVariables(Scope, int) - Method in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream
 
addDependencies(String[]) - Method in class org.eclipse.jdt.internal.core.builder.ReferenceCollection
 
addDependentExtensions() - Static method in class org.jmlspecs.jml4.compiler.JmlCompilerExtension
 
addDocumentListener(IDocumentListener) - Method in class org.eclipse.jdt.internal.core.util.SimpleDocument
 
addDocumentName(String) - Method in class org.eclipse.jdt.internal.core.index.EntryResult
 
addDocumentPartitioningListener(IDocumentPartitioningListener) - Method in class org.eclipse.jdt.internal.core.util.SimpleDocument
 
addDocumentTable(HashtableOfObject) - Method in class org.eclipse.jdt.internal.core.index.EntryResult
 
ADDED - Static variable in interface org.eclipse.core.resources.IResourceDelta
Delta kind constant (bit mask) indicating that the resource has been added to its parent.
ADDED - Static variable in class org.eclipse.core.tests.internal.mapping.ChangeDescription
 
ADDED - Static variable in interface org.eclipse.jdt.core.IJavaElementDelta
Status constant indicating that the element has been added.
added(IJavaElement) - Method in class org.eclipse.jdt.internal.core.JavaElementDelta
Creates the nested deltas resulting from an add operation.
added(IJavaElement, int) - Method in class org.eclipse.jdt.internal.core.JavaElementDelta
 
added() - Method in class org.eclipse.jdt.internal.core.SimpleDelta
 
ADDED_PHANTOM - Static variable in interface org.eclipse.core.resources.IResourceDelta
Delta kind constant (bit mask) indicating that a phantom resource has been added at the location of the delta node.
addElementChangedListener(IElementChangedListener) - Static method in class org.eclipse.jdt.core.JavaCore
Adds the given listener for changes to Java elements.
addElementChangedListener(IElementChangedListener, int) - Static method in class org.eclipse.jdt.core.JavaCore
Adds the given listener for changes to Java elements.
addElementChangedListener(IElementChangedListener, int) - Method in class org.eclipse.jdt.internal.core.DeltaProcessingState
 
addEntry(Object, Object) - Method in class org.eclipse.core.internal.utils.Cache
 
addEntry(Object, Object, long) - Method in class org.eclipse.core.internal.utils.Cache
 
addEntry(IPath, IClasspathEntry) - Method in class org.eclipse.jdt.core.tests.builder.TestingEnvironment
 
addEnumDeclaration(int, char[], char[], char[][], char[], char[][], boolean) - Method in class org.eclipse.jdt.internal.core.search.indexing.AbstractIndexer
 
addError(CoreException) - Method in class org.eclipse.core.tests.internal.mapping.ChangeDescription
 
addError(Test, TestFailure) - Method in interface org.eclipse.jdt.core.tests.junit.extension.TestListener
An error occurred.
addError(Test, Throwable) - Method in class org.eclipse.jdt.core.tests.junit.extension.TestResult
Adds an error to the list of errors.
addEvent(ASTNode, StructuralPropertyDescriptor, RewriteEvent) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.RewriteEventStore
 
addException(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMMethod
Deprecated. Adds the given exception to the end of the list of exceptions this method is declared to throw.
addExceptionMarker(int, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream
 
addExpected(IResource) - Method in class org.eclipse.core.tests.resources.ResourceVisitorVerifier
 
addExpected(IResource[]) - Method in class org.eclipse.core.tests.resources.ResourceVisitorVerifier
 
addExpectedChange(IResource, IResource, int, int) - Method in class org.eclipse.core.tests.internal.builders.DeltaVerifierBuilder
Signals to the comparer that the given resource is expected to change in the specified way.
addExpectedChange(IResource, IResource, int, int, IPath, IPath) - Method in class org.eclipse.core.tests.internal.builders.DeltaVerifierBuilder
Signals to the comparer that the given resource is expected to change in the specified way.
addExpectedChange(IResource[], int, int) - Method in class org.eclipse.core.tests.resources.ResourceDeltaVerifier
 
addExpectedChange(IResource, int, int) - Method in class org.eclipse.core.tests.resources.ResourceDeltaVerifier
Signals to the comparer that the given resource is expected to change in the specified way.
addExpectedChange(IResource, int, int, IPath, IPath) - Method in class org.eclipse.core.tests.resources.ResourceDeltaVerifier
Signals to the comparer that the given resource is expected to change in the specified way.
addExpectedChange(IResource, IResource, int, int) - Method in class org.eclipse.core.tests.resources.ResourceDeltaVerifier
Signals to the comparer that the given resource is expected to change in the specified way.
addExpectedChange(IResource, IResource, int, int, IPath, IPath) - Method in class org.eclipse.core.tests.resources.ResourceDeltaVerifier
Signals to the comparer that the given resource is expected to change in the specified way.
addExpectedDeletion(IResource) - Method in class org.eclipse.core.tests.resources.ResourceDeltaVerifier
Adds an expected deletion for the given resource and all children.
addExpectedLifecycleEvent(String) - Method in class org.eclipse.core.tests.internal.builders.TestBuilder
Logs the given plug-in lifecycle event for this builder's plugin.
addExtension(ICompilerExtension) - Static method in class org.jmlspecs.jml4.compiler.CompilerExtensionManager
 
addExternalFolderChange(JavaProject, IClasspathEntry[]) - Method in class org.eclipse.jdt.internal.core.DeltaProcessingState
 
addExternalFolders(IPath, String[]) - Method in class org.eclipse.jdt.core.tests.builder.TestingEnvironment
 
addExternalFolders(IPath, String[], boolean) - Method in class org.eclipse.jdt.core.tests.builder.TestingEnvironment
 
addExternalJar(IPath, String) - Method in class org.eclipse.jdt.core.tests.builder.TestingEnvironment
 
addExternalJar(IPath, String, boolean) - Method in class org.eclipse.jdt.core.tests.builder.TestingEnvironment
Adds an external jar to the classpath of a project.
addExternalJars(IPath, String[]) - Method in class org.eclipse.jdt.core.tests.builder.TestingEnvironment
 
addExternalJars(IPath, String[], boolean) - Method in class org.eclipse.jdt.core.tests.builder.TestingEnvironment
Adds an external jar to the classpath of a project.
addExtraProblems(CategorizedProblem) - Method in class org.eclipse.jdt.internal.compiler.batch.Main
 
addFailure(Test, TestFailure) - Method in interface org.eclipse.jdt.core.tests.junit.extension.TestListener
A failure occurred.
addFailure(Test, AssertionFailedError) - Method in class org.eclipse.jdt.core.tests.junit.extension.TestResult
Adds a failure to the list of failures.
addFieldDeclaration(char[], char[]) - Method in class org.eclipse.jdt.internal.core.search.indexing.AbstractIndexer
 
addFieldInfos() - Method in class org.eclipse.jdt.internal.compiler.ClassFile
INTERNAL USE-ONLY This methods generate all the fields infos for the receiver.
addFieldReference(char[]) - Method in class org.eclipse.jdt.internal.core.search.indexing.AbstractIndexer
 
addFile(IPath, String, String) - Method in class org.eclipse.jdt.core.tests.builder.TestingEnvironment
Adds a file.
addFolder(IPath, String) - Method in class org.eclipse.jdt.core.tests.builder.TestingEnvironment
Adds a folder.
addFolder(IPath) - Method in class org.eclipse.jdt.internal.core.ExternalFoldersManager
 
addForRefresh(IJavaElement) - Method in class org.eclipse.jdt.internal.core.DeltaProcessingState
 
addFramePosition(int) - Method in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream
 
addIfNotIncluded(Object) - Method in class org.eclipse.jdt.internal.compiler.util.SimpleSet
 
addImport(ITypeBinding) - Method in class org.eclipse.jdt.core.dom.rewrite.ImportRewrite
Adds a new import to the rewriter's record and returns a type reference that can be used in the code.
addImport(ITypeBinding, ImportRewrite.ImportRewriteContext) - Method in class org.eclipse.jdt.core.dom.rewrite.ImportRewrite
Adds a new import to the rewriter's record and returns a type reference that can be used in the code.
addImport(ITypeBinding, AST) - Method in class org.eclipse.jdt.core.dom.rewrite.ImportRewrite
Adds a new import to the rewriter's record and returns a Type that can be used in the code.
addImport(ITypeBinding, AST, ImportRewrite.ImportRewriteContext) - Method in class org.eclipse.jdt.core.dom.rewrite.ImportRewrite
Adds a new import to the rewriter's record and returns a Type that can be used in the code.
addImport(String, ImportRewrite.ImportRewriteContext) - Method in class org.eclipse.jdt.core.dom.rewrite.ImportRewrite
Adds a new import to the rewriter's record and returns a type reference that can be used in the code.
addImport(String) - Method in class org.eclipse.jdt.core.dom.rewrite.ImportRewrite
Adds a new import to the rewriter's record and returns a type reference that can be used in the code.
addImport(String, boolean) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ImportRewriteAnalyzer
 
addImportFromSignature(String, AST) - Method in class org.eclipse.jdt.core.dom.rewrite.ImportRewrite
Adds a new import to the rewriter's record and returns a Type node that can be used in the code as a reference to the type.
addImportFromSignature(String, AST, ImportRewrite.ImportRewriteContext) - Method in class org.eclipse.jdt.core.dom.rewrite.ImportRewrite
Adds a new import to the rewriter's record and returns a Type node that can be used in the code as a reference to the type.
addIndexEntry(char[], char[]) - Method in class org.eclipse.jdt.core.search.SearchDocument
Adds the given index entry (category and key) coming from this document to the index.
addIndexEntry(char[], char[], String) - Method in class org.eclipse.jdt.internal.core.index.Index
 
addIndexEntry(char[], char[]) - Method in class org.eclipse.jdt.internal.core.search.indexing.InternalSearchDocument
 
addInitializationsFrom - Static variable in class org.eclipse.jdt.core.tests.compiler.regression.NullReferenceImplTransformations
 
addInitializationsFrom(FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.flow.ConditionalFlowInfo
 
addInitializationsFrom(FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.flow.FlowInfo
Add other inits to this flow info, then return this.
addInitializationsFrom(FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo
 
addInnerEmulationDependent(BlockScope, boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.LocalTypeBinding
 
addInsertEdit(int, String) - Method in class org.eclipse.jdt.internal.formatter.Scribe
 
addInterfaceDeclaration(int, char[], char[], char[][], char[][], char[][], boolean) - Method in class org.eclipse.jdt.internal.core.search.indexing.AbstractIndexer
 
addInternalJar(IPath, String, byte[]) - Method in class org.eclipse.jdt.core.tests.builder.TestingEnvironment
 
addInternalJar(IPath, String, byte[], boolean) - Method in class org.eclipse.jdt.core.tests.builder.TestingEnvironment
Adds a jar with the given contents to the the workspace.
AdditionalTypeCollection - Class in org.eclipse.jdt.internal.core.builder
 
addJavaElementMarkerAttributes(Map, IJavaElement) - Static method in class org.eclipse.jdt.core.JavaCore
Configures the given marker attribute map for the given Java element.
addLabel(BranchLabel) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
addLemma(TheoryLemma) - Method in class org.jmlspecs.jml4.fspv.theory.TheoryHelper
 
addLibrary(IPath, IPath, IPath, IPath) - Method in class org.eclipse.jdt.core.tests.builder.TestingEnvironment
 
addLifecycleListener(ILifecycleListener) - Method in class org.eclipse.core.internal.resources.Workspace
Adds a listener for internal workspace lifecycle events.
addListener(IResourceChangeListener, int) - Method in class org.eclipse.core.internal.events.NotificationManager
 
addLocal(int, VerificationTypeInfo) - Method in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrame
 
addLocalTest(TestCase) - Method in class org.eclipse.core.tests.session.SessionTestSuite
Adds a local test, a test that is run locally, not in a separate session.
addLocalType(TypeDeclaration) - Method in class org.eclipse.jdt.internal.compiler.lookup.BlockScope
 
addLocalVariable(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.BlockScope
 
addMarkerInfo(String, int, int) - Static method in class org.jmlspecs.eclipse.jdt.ui.EscjavaMarker
Deprecated. Adds extra information to the most recently created marker
addMatch(ASTNode, int) - Method in class org.eclipse.jdt.internal.core.search.matching.MatchingNodeSet
 
addMethodDeclaration(char[], char[][], char[], char[][]) - Method in class org.eclipse.jdt.internal.core.search.indexing.AbstractIndexer
 
addMethodReference(char[], int) - Method in class org.eclipse.jdt.internal.core.search.indexing.AbstractIndexer
 
addMissingAbstractMethodFor(MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
 
addModifier(int, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredBlock
 
addModifier(int, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredElement
 
addModifier(int, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredInitializer
 
addModifier(int, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredMethod
 
addModifier(int, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredType
 
addModifier(int, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredUnit
 
addNameReference(char[]) - Method in class org.eclipse.jdt.internal.core.search.indexing.AbstractIndexer
 
addNature(IProject, String) - Static method in class org.jmlspecs.eclipse.jdt.internal.esc2.Utils
Adds the given nature to the given project, if it is not already added
addPackage(IPath, String) - Method in class org.eclipse.jdt.core.tests.builder.TestingEnvironment
Adds a package to the given package fragment root in the workspace.
addPackageFragmentRoot(IPath, String) - Method in class org.eclipse.jdt.core.tests.builder.TestingEnvironment
 
addPackageFragmentRoot(IPath, String, IPath[], String) - Method in class org.eclipse.jdt.core.tests.builder.TestingEnvironment
Adds a package fragment root to the workspace.
addPackageFragmentRoot(IPath, String, IPath[], IPath[], String) - Method in class org.eclipse.jdt.core.tests.builder.TestingEnvironment
Adds a package fragment root to the workspace.
addPages() - Method in class org.jmlspecs.eclipse.jdt.ui.NewJmlSpecWizard
 
addParameter(String, String) - Method in interface org.eclipse.jdt.core.jdom.IDOMMethod
Deprecated. Adds the given parameter to the end of the parameter list.
addParticipant(Plugin, ISaveParticipant) - Method in class org.eclipse.core.internal.resources.SaveManager
 
addPosition(Position) - Method in class org.eclipse.jdt.internal.core.util.SimpleDocument
 
addPosition(String, Position) - Method in class org.eclipse.jdt.internal.core.util.SimpleDocument
 
addPositionCategory(String) - Method in class org.eclipse.jdt.internal.core.util.SimpleDocument
 
addPositionUpdater(IPositionUpdater) - Method in class org.eclipse.jdt.internal.core.util.SimpleDocument
 
addPossibleMatch(ASTNode) - Method in class org.eclipse.jdt.internal.core.search.matching.MatchingNodeSet
 
addPotentialInitializationsFrom - Static variable in class org.eclipse.jdt.core.tests.compiler.regression.NullReferenceImplTransformations
 
addPotentialInitializationsFrom(FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.flow.ConditionalFlowInfo
 
addPotentialInitializationsFrom(FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.flow.FlowInfo
Compose other inits over this flow info, then return this.
addPotentialInitializationsFrom(FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo
 
addPotentialNullInfoFrom(UnconditionalFlowInfo) - Method in class org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo
Compose other inits over this flow info, then return this.
addPrenotifiedDocumentListener(IDocumentListener) - Method in class org.eclipse.jdt.internal.core.util.SimpleDocument
 
addPreProcessingResourceChangedListener(IResourceChangeListener) - Static method in class org.eclipse.jdt.core.JavaCore
Deprecated. use addPreProcessingResourceChangedListener(listener, IResourceChangeEvent.POST_CHANGE) instead
addPreProcessingResourceChangedListener(IResourceChangeListener, int) - Static method in class org.eclipse.jdt.core.JavaCore
Adds the given listener for resource change events of the given types to the Java core.
addPreResourceChangedListener(IResourceChangeListener, int) - Method in class org.eclipse.jdt.internal.core.DeltaProcessingState
 
addProblemClinit(CategorizedProblem[]) - Method in class org.eclipse.jdt.internal.compiler.ClassFile
INTERNAL USE-ONLY Generate the byte for a problem clinit method info that correspond to a boggus method.
addProblemConstructor(AbstractMethodDeclaration, MethodBinding, CategorizedProblem[]) - Method in class org.eclipse.jdt.internal.compiler.ClassFile
INTERNAL USE-ONLY Generate the byte for a problem method info that correspond to a boggus constructor.
addProblemConstructor(AbstractMethodDeclaration, MethodBinding, CategorizedProblem[], int) - Method in class org.eclipse.jdt.internal.compiler.ClassFile
INTERNAL USE-ONLY Generate the byte for a problem method info that correspond to a boggus constructor.
addProblemMethod(AbstractMethodDeclaration, MethodBinding, CategorizedProblem[]) - Method in class org.eclipse.jdt.internal.compiler.ClassFile
INTERNAL USE-ONLY Generate the byte for a problem method info that correspond to a boggus method.
addProblemMethod(AbstractMethodDeclaration, MethodBinding, CategorizedProblem[], int) - Method in class org.eclipse.jdt.internal.compiler.ClassFile
INTERNAL USE-ONLY Generate the byte for a problem method info that correspond to a boggus method.
addProject(IProject) - Method in class org.eclipse.jdt.core.tests.builder.TestingEnvironment
 
addProject(String) - Method in class org.eclipse.jdt.core.tests.builder.TestingEnvironment
 
addProject(String, String) - Method in class org.eclipse.jdt.core.tests.builder.TestingEnvironment
 
addProjectReferenceChange(JavaProject, IClasspathEntry[]) - Method in class org.eclipse.jdt.internal.core.DeltaProcessingState
 
addReplaceEdit(int, int, String) - Method in class org.eclipse.jdt.internal.formatter.Scribe
 
addRequiredProject(IPath, IPath) - Method in class org.eclipse.jdt.core.tests.builder.TestingEnvironment
 
addRequiredProject(IPath, IPath, IPath[], IPath[], boolean) - Method in class org.eclipse.jdt.core.tests.builder.TestingEnvironment
Adds a project to the classpath of a project.
addRequiredProject(IPath, IPath, IPath, int) - Method in class org.eclipse.jdt.core.tests.builder.TestingEnvironment
 
addRequiredProject(IPath, IPath, boolean) - Method in class org.eclipse.jdt.core.tests.builder.TestingEnvironment
 
addRequiresClause(JmlSpecCaseBody, JmlRequiresClause) - Method in class org.jmlspecs.jml4.rac.DesugarSpec
Add the given requires clause to this specification case.
addResourceChangeListener(IResourceChangeListener) - Method in class org.eclipse.core.internal.resources.Workspace
 
addResourceChangeListener(IResourceChangeListener, int) - Method in class org.eclipse.core.internal.resources.Workspace
 
addResourceChangeListener(IResourceChangeListener) - Method in interface org.eclipse.core.resources.IWorkspace
Adds the given listener for resource change events to this workspace.
addResourceChangeListener(IResourceChangeListener, int) - Method in interface org.eclipse.core.resources.IWorkspace
Adds the given listener for the specified resource change events to this workspace.
addSaveParticipant(Plugin, ISaveParticipant) - Method in class org.eclipse.core.internal.resources.Workspace
 
addSaveParticipant(Plugin, ISaveParticipant) - Method in interface org.eclipse.core.resources.IWorkspace
Registers the given plug-in's workspace save participant, and returns an object describing the workspace state at the time of the last save in which the plug-in participated.
addSource(IFile, IPath, SourceElementParser) - Method in class org.eclipse.jdt.internal.core.search.indexing.IndexManager
Trigger addition of a resource to an index Note: the actual operation is performed in background
addSpecialMethods() - Method in class org.eclipse.jdt.internal.compiler.ClassFile
INTERNAL USE-ONLY Generate the byte for all the special method infos.
addSpecificationVariable(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.BlockScope
 
addStackItem(VerificationTypeInfo) - Method in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrame
 
addStackItem(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrame
 
addStandardAnnotations(AnnotationBinding[], long, LookupEnvironment) - Static method in class org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding
Add the standard annotations encoded in the tag bits to the recorded annotations.
addState(IPath, IFileStore, IFileInfo, boolean) - Method in class org.eclipse.core.internal.localstore.HistoryStore2
 
addState(IPath, IFileStore, IFileInfo, boolean) - Method in interface org.eclipse.core.internal.localstore.IHistoryStore
Add an entry to the history store, represented by the given key.
addStaticImport(IBinding) - Method in class org.eclipse.jdt.core.dom.rewrite.ImportRewrite
Adds a new static import to the rewriter's record and returns a reference that can be used in the code.
addStaticImport(IBinding, ImportRewrite.ImportRewriteContext) - Method in class org.eclipse.jdt.core.dom.rewrite.ImportRewrite
Adds a new static import to the rewriter's record and returns a reference that can be used in the code.
addStaticImport(String, String, boolean) - Method in class org.eclipse.jdt.core.dom.rewrite.ImportRewrite
Adds a new static import to the rewriter's record and returns a reference that can be used in the code.
addStaticImport(String, String, boolean, ImportRewrite.ImportRewriteContext) - Method in class org.eclipse.jdt.core.dom.rewrite.ImportRewrite
Adds a new static import to the rewriter's record and returns a reference that can be used in the code.
addStringPoolParticipant(IStringPoolParticipant, ISchedulingRule) - Method in class org.eclipse.core.internal.utils.StringPoolJob
Adds a string pool participant.
addSubscope(Scope) - Method in class org.eclipse.jdt.internal.compiler.lookup.BlockScope
 
addSuperInterface(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMType
Deprecated. Adds the given interface name to the names of interfaces that this type implements or extends (the name will be added after the existing interface names).
addSyntheticArgument(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.NestedTypeBinding
 
addSyntheticArgument(ReferenceBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.NestedTypeBinding
 
addSyntheticArgumentAndField(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.NestedTypeBinding
 
addSyntheticArgumentAndField(ReferenceBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.NestedTypeBinding
 
addSyntheticBridgeMethod(MethodBinding, MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
 
addSyntheticConstructorAccessMethod(SyntheticMethodBinding) - Method in class org.eclipse.jdt.internal.compiler.ClassFile
INTERNAL USE-ONLY Generate the bytes for a synthetic method that provides an access to a private constructor.
addSyntheticEnumMethod(char[]) - Method in class org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
 
addSyntheticEnumValueOfMethod(SyntheticMethodBinding) - Method in class org.eclipse.jdt.internal.compiler.ClassFile
INTERNAL USE-ONLY Generate the bytes for a synthetic method that implements Enum#valueOf(String) for a given enum type
addSyntheticEnumValuesMethod(SyntheticMethodBinding) - Method in class org.eclipse.jdt.internal.compiler.ClassFile
INTERNAL USE-ONLY Generate the bytes for a synthetic method that implements Enum#values() for a given enum type
addSyntheticFieldForAssert(BlockScope) - Method in class org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
 
addSyntheticFieldForClassLiteral(TypeBinding, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
 
addSyntheticFieldForEnumValues() - Method in class org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
 
addSyntheticFieldForInnerclass(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
 
addSyntheticFieldForInnerclass(ReferenceBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
 
addSyntheticFieldForSwitchEnum(char[], String) - Method in class org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
 
addSyntheticFieldReadAccessMethod(SyntheticMethodBinding) - Method in class org.eclipse.jdt.internal.compiler.ClassFile
INTERNAL USE-ONLY Generate the byte for a problem method info that correspond to a synthetic method that generate an read access to a private field.
addSyntheticFieldWriteAccessMethod(SyntheticMethodBinding) - Method in class org.eclipse.jdt.internal.compiler.ClassFile
INTERNAL USE-ONLY Generate the byte for a problem method info that correspond to a synthetic method that generate an write access to a private field.
addSyntheticMethod(FieldBinding, boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
 
addSyntheticMethod(MethodBinding, boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
 
addSyntheticMethodAccessMethod(SyntheticMethodBinding) - Method in class org.eclipse.jdt.internal.compiler.ClassFile
INTERNAL USE-ONLY Generate the bytes for a synthetic method that provides access to a private method.
addSyntheticMethodForSwitchEnum(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
 
addSyntheticSwitchTable(SyntheticMethodBinding) - Method in class org.eclipse.jdt.internal.compiler.ClassFile
 
addTest(TestSuite, Class) - Static method in class org.eclipse.jdt.core.tests.compiler.regression.JavadocTest
 
addTestSuite(Class) - Method in class org.eclipse.jdt.core.tests.junit.extension.PerformanceTestSuite
 
addToLocalHistory(IFile) - Method in interface org.eclipse.core.resources.team.IResourceTree
Adds the current state of the given file to the local history.
addTrustedMatch(ASTNode, boolean) - Method in class org.eclipse.jdt.internal.core.search.matching.MatchingNodeSet
 
addTypeHierarchyChangedListener(ITypeHierarchyChangedListener) - Method in interface org.eclipse.jdt.core.ITypeHierarchy
Adds the given listener for changes to this type hierarchy.
addTypeHierarchyChangedListener(ITypeHierarchyChangedListener) - Method in class org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy
 
addTypeParameter(ISourceElementRequestor.TypeParameterInfo) - Method in class org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest
 
addTypeReference(char[]) - Method in class org.eclipse.jdt.internal.core.search.indexing.AbstractIndexer
 
addTypeReference(char[]) - Method in class org.eclipse.jdt.internal.core.search.indexing.BinaryIndexer
 
addUnknownRef(NameReference) - Method in class org.eclipse.jdt.internal.compiler.SourceElementParser
 
addVariable(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
addVariable(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream
 
addVariable(TheoryVariable) - Method in class org.jmlspecs.jml4.fspv.theory.TheoryHelper
 
addVisibleLocalVariable(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
addWorkingCopies(InternalSearchPattern, SearchDocument[], ICompilationUnit[], SearchParticipant) - Static method in class org.eclipse.jdt.internal.core.search.matching.MatchLocator
 
AFTER - Static variable in class org.eclipse.test.internal.performance.InternalPerformanceMeter
 
afterEol(int) - Method in class org.eclipse.jdt.internal.compiler.parser.diagnose.LexStream
 
afterSaving(Bucket) - Method in class org.eclipse.core.internal.localstore.Bucket.Visitor
Called after the bucket has been visited (and saved).
AliasManager - Class in org.eclipse.core.internal.resources
An alias is a resource that occupies the same file system location as another resource in the workspace.
AliasManager(Workspace) - Constructor for class org.eclipse.core.internal.resources.AliasManager
 
AliasManager.AddToCollectionDoit - Class in org.eclipse.core.internal.resources
 
AliasManager.AddToCollectionDoit() - Constructor for class org.eclipse.core.internal.resources.AliasManager.AddToCollectionDoit
 
ALIGN_TOO_SMALL - Static variable in exception org.eclipse.jdt.internal.formatter.align.AlignmentException
 
align_type_members_on_columns - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
alignFragment(Alignment, int) - Method in class org.eclipse.jdt.internal.formatter.Scribe
 
Alignment - Class in org.eclipse.jdt.internal.formatter.align
Alignment management
Alignment(String, int, int, Scribe, int, int, int) - Constructor for class org.eclipse.jdt.internal.formatter.align.Alignment
 
alignment_for_arguments_in_allocation_expression - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
alignment_for_arguments_in_enum_constant - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
alignment_for_arguments_in_explicit_constructor_call - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
alignment_for_arguments_in_method_invocation - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
alignment_for_arguments_in_qualified_allocation_expression - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
alignment_for_assignment - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
alignment_for_binary_expression - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
alignment_for_compact_if - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
alignment_for_conditional_expression - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
alignment_for_enum_constants - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
alignment_for_expressions_in_array_initializer - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
alignment_for_multiple_fields - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
alignment_for_parameters_in_constructor_declaration - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
alignment_for_parameters_in_method_declaration - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
alignment_for_selector_in_method_invocation - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
alignment_for_superclass_in_type_declaration - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
alignment_for_superinterfaces_in_enum_declaration - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
alignment_for_superinterfaces_in_type_declaration - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
alignment_for_throws_clause_in_constructor_declaration - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
alignment_for_throws_clause_in_method_declaration - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
AlignmentException - Exception in org.eclipse.jdt.internal.formatter.align
Exception used to backtrack and break available alignments When the exception is thrown, it is assumed that some alignment will be changed.
AlignmentException(int, int) - Constructor for exception org.eclipse.jdt.internal.formatter.align.AlignmentException
 
AlignmentException(int, int, int) - Constructor for exception org.eclipse.jdt.internal.formatter.align.AlignmentException
 
ALL - Static variable in interface org.eclipse.jdt.core.util.IClassFileReader
This value should be used to read completely each part of a .class file.
all() - Static method in class org.jmlspecs.jml4.esc.gc.lang.KindOfAssertion
 
ALL - Static variable in class org.jmlspecs.jml4.fspv.simpl.ast.SimplConstants
 
ALL - Static variable in interface org.jmlspecs.jml4.rac.runtime.JMLOption
Indicates that all assertion check code is generated at compile-time and all are checked at runtime.
ALL_BUT_METHOD_BODIES - Static variable in interface org.eclipse.jdt.core.util.IClassFileReader
This value should be used to read the whole contents of the .class file except the method bodies.
ALL_CLASSES - Static variable in class org.eclipse.jdt.core.tests.compiler.regression.JavadocTest
 
ALL_CLASSES - Static variable in class org.eclipse.jdt.core.tests.compiler.regression.RunComparableTests
 
ALL_CONTAINER - Static variable in class org.eclipse.jdt.internal.core.search.matching.PatternLocator
 
ALL_OCCURRENCES - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
The search result is a declaration, a reference, or an implementer of an interface.
ALL_OPTIONS - Static variable in interface org.eclipse.jdt.core.tests.dom.DefaultMarkedNodeLabelProviderOptions
All extra information about marked nodes will be display.
ALL_POSSIBLE_TAGS - Static variable in interface org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadoc
 
ALL_PROCESSING_STAGES - Static variable in interface org.jmlspecs.jml4.compiler.JmlConstants
 
ALL_STANDARD_TAGS - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
ALL_SUPER_TYPES - Static variable in class org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern
 
ALL_TAGS_LENGTH - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
ALL_TEST_SUITES - Static variable in class org.eclipse.jdt.core.tests.formatter.FormatterCommentsTests
 
ALL_TESTS_LOG - Static variable in class org.eclipse.jdt.core.tests.junit.extension.TestCase
 
ALL_WITH_PHANTOMS - Static variable in interface org.eclipse.core.resources.IResourceDelta
The bit mask which describes all possible delta kinds, including ones involving phantoms.
allFiles(IPath, int, IProgressMonitor) - Method in class org.eclipse.core.internal.localstore.HistoryStore2
 
allFiles(IPath, int, IProgressMonitor) - Method in interface org.eclipse.core.internal.localstore.IHistoryStore
Returns the paths of all files with entries in this history store at or below the given workspace resource path to the given depth.
allInstances() - Static method in class org.eclipse.core.tests.internal.builders.SortBuilder
Returns all instances of the SortBuilder that have ever been instantiated.
AllJavaModelTests - Class in org.eclipse.jdt.core.tests.model
Run all java model tests.
AllJavaModelTests(String) - Constructor for class org.eclipse.jdt.core.tests.model.AllJavaModelTests
 
allLocalsCounter - Variable in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
ALLOC - Static variable in class org.jmlspecs.jml4.fspv.simpl.ast.SimplGlobalVariable
 
allocation - Variable in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
 
AllocationExpression - Class in org.eclipse.jdt.internal.compiler.ast
 
AllocationExpression() - Constructor for class org.eclipse.jdt.internal.compiler.ast.AllocationExpression
 
AllocationExpressionCompletionTest - Class in org.eclipse.jdt.core.tests.compiler.parser
Completion is expected to be an AllocationExpression.
AllocationExpressionCompletionTest(String) - Constructor for class org.eclipse.jdt.core.tests.compiler.parser.AllocationExpressionCompletionTest
 
ALLOW_MISSING_LOCAL - Static variable in interface org.eclipse.core.resources.IResource
Update flag constant (bit mask value 16) indicating that the link creation should proceed even if the local file system file or directory is missing.
allowAllRequiredProposals() - Method in class org.eclipse.jdt.core.tests.model.CompletionTestsRequestor2
 
allowBlankFinalFieldAssignment(FieldBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.BlockScope
Answer true if the receiver is suitable for assigning final blank fields.
allowFailureContainer() - Method in class org.eclipse.jdt.core.tests.model.ClasspathInitializerTests.NullContainerInitializer
 
allowFailureContainer() - Method in class org.eclipse.jdt.core.tests.model.CompletionTests2.CompletionContainerInitializer
 
allowFailureContainer() - Method in interface org.eclipse.jdt.core.tests.model.ContainerInitializer.ITestInitializer
 
allowFailureContainer() - Method in class org.eclipse.jdt.core.tests.model.DefaultContainerInitializer
 
AllPerformanceTests - Class in org.eclipse.jdt.core.tests.performance
Class to run all JDT/Core performance tests.
AllPerformanceTests() - Constructor for class org.eclipse.jdt.core.tests.performance.AllPerformanceTests
 
allResourcesFor(URI, boolean, int) - Method in class org.eclipse.core.internal.localstore.FileSystemResourceManager
Returns all resources that correspond to the given file system location, including resources under linked resources.
AllStandardAnnotationsMask - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
 
allSuperDeclaringTypeNames - Variable in class org.eclipse.jdt.internal.core.search.matching.MethodLocator
 
allSuperTypeNames - Variable in class org.eclipse.jdt.internal.core.search.matching.MatchLocator
 
AllTests - Class in org.eclipse.core.tests.filesystem
Class for collecting all test classes that deal with the file system API.
AllTests() - Constructor for class org.eclipse.core.tests.filesystem.AllTests
 
AllTests(String) - Constructor for class org.eclipse.core.tests.filesystem.AllTests
 
AllTests - Class in org.eclipse.core.tests.internal.alias
Class for collecting all test classes that deal with alias support.
AllTests() - Constructor for class org.eclipse.core.tests.internal.alias.AllTests
 
AllTests(String) - Constructor for class org.eclipse.core.tests.internal.alias.AllTests
 
AllTests - Class in org.eclipse.core.tests.internal.builders
 
AllTests() - Constructor for class org.eclipse.core.tests.internal.builders.AllTests
 
AllTests(String) - Constructor for class org.eclipse.core.tests.internal.builders.AllTests
 
AllTests - Class in org.eclipse.core.tests.internal.dtree
 
AllTests() - Constructor for class org.eclipse.core.tests.internal.dtree.AllTests
 
AllTests(String) - Constructor for class org.eclipse.core.tests.internal.dtree.AllTests
 
AllTests - Class in org.eclipse.core.tests.internal.localstore
 
AllTests() - Constructor for class org.eclipse.core.tests.internal.localstore.AllTests
 
AllTests(String) - Constructor for class org.eclipse.core.tests.internal.localstore.AllTests
 
AllTests - Class in org.eclipse.core.tests.internal.mapping
Suite containing all tests in the org.eclipse.core.tests.internal.mapping package.
AllTests() - Constructor for class org.eclipse.core.tests.internal.mapping.AllTests
 
AllTests(String) - Constructor for class org.eclipse.core.tests.internal.mapping.AllTests
 
AllTests - Class in org.eclipse.core.tests.internal.properties
 
AllTests() - Constructor for class org.eclipse.core.tests.internal.properties.AllTests
 
AllTests(String) - Constructor for class org.eclipse.core.tests.internal.properties.AllTests
 
AllTests - Class in org.eclipse.core.tests.internal.resources
The suite method for this class contains test suites for all automated tests in this test package.
AllTests() - Constructor for class org.eclipse.core.tests.internal.resources.AllTests
AllTests constructor comment.
AllTests(String) - Constructor for class org.eclipse.core.tests.internal.resources.AllTests
AllTests constructor comment.
AllTests - Class in org.eclipse.core.tests.internal.utils
 
AllTests() - Constructor for class org.eclipse.core.tests.internal.utils.AllTests
 
AllTests - Class in org.eclipse.core.tests.internal.watson
 
AllTests() - Constructor for class org.eclipse.core.tests.internal.watson.AllTests
AllTests constructor comment.
AllTests(String) - Constructor for class org.eclipse.core.tests.internal.watson.AllTests
AllTests constructor comment.
AllTests - Class in org.eclipse.core.tests.resources
 
AllTests() - Constructor for class org.eclipse.core.tests.resources.AllTests
 
AllTests(String) - Constructor for class org.eclipse.core.tests.resources.AllTests
 
AllTests - Class in org.eclipse.core.tests.resources.content
Runs all content type tests
AllTests() - Constructor for class org.eclipse.core.tests.resources.content.AllTests
 
AllTests(String) - Constructor for class org.eclipse.core.tests.resources.content.AllTests
 
AllTests - Class in org.eclipse.core.tests.resources.perf
 
AllTests() - Constructor for class org.eclipse.core.tests.resources.perf.AllTests
 
AllTests - Class in org.eclipse.core.tests.resources.refresh
Runs all tests in this package.
AllTests() - Constructor for class org.eclipse.core.tests.resources.refresh.AllTests
 
AllTests(String) - Constructor for class org.eclipse.core.tests.resources.refresh.AllTests
 
AllTests - Class in org.eclipse.core.tests.resources.regression
 
AllTests() - Constructor for class org.eclipse.core.tests.resources.regression.AllTests
AllTests constructor comment.
AllTests(String) - Constructor for class org.eclipse.core.tests.resources.regression.AllTests
AllTests constructor comment.
AllTests - Class in org.eclipse.core.tests.resources.session
 
AllTests() - Constructor for class org.eclipse.core.tests.resources.session.AllTests
 
AllTests - Class in org.eclipse.core.tests.resources.usecase
 
AllTests() - Constructor for class org.eclipse.core.tests.resources.usecase.AllTests
 
AllTests(String) - Constructor for class org.eclipse.core.tests.resources.usecase.AllTests
 
allTests() - Static method in class org.eclipse.jdt.core.tests.rewrite.describing.ASTRewritingExpressionsTest
 
allTests() - Static method in class org.eclipse.jdt.core.tests.rewrite.describing.ASTRewritingGroupNodeTest
 
allTests() - Static method in class org.eclipse.jdt.core.tests.rewrite.describing.ASTRewritingInsertBoundTest
 
allTests() - Static method in class org.eclipse.jdt.core.tests.rewrite.describing.ASTRewritingJavadocTest
 
allTests() - Static method in class org.eclipse.jdt.core.tests.rewrite.describing.ASTRewritingMethodDeclTest
 
allTests() - Static method in class org.eclipse.jdt.core.tests.rewrite.describing.ASTRewritingMoveCodeTest
 
allTests() - Static method in class org.eclipse.jdt.core.tests.rewrite.describing.ASTRewritingRevertTest
 
allTests() - Static method in class org.eclipse.jdt.core.tests.rewrite.describing.ASTRewritingStatementsTest
 
allTests() - Static method in class org.eclipse.jdt.core.tests.rewrite.describing.ASTRewritingTrackingTest
 
allTests() - Static method in class org.eclipse.jdt.core.tests.rewrite.describing.ASTRewritingTypeDeclTest
 
allTests() - Static method in class org.eclipse.jdt.core.tests.rewrite.describing.ImportRewriteTest
 
allTests() - Static method in class org.eclipse.jdt.core.tests.rewrite.describing.LineCommentOffsetsTest
 
allTests() - Static method in class org.eclipse.jdt.core.tests.rewrite.describing.SourceModifierTest
 
allTests() - Static method in class org.eclipse.jdt.core.tests.rewrite.modifying.ASTRewritingModifyingCopyTest
 
allTests() - Static method in class org.eclipse.jdt.core.tests.rewrite.modifying.ASTRewritingModifyingInsertTest
 
allTests() - Static method in class org.eclipse.jdt.core.tests.rewrite.modifying.ASTRewritingModifyingMoveTest
 
allTests() - Static method in class org.eclipse.jdt.core.tests.rewrite.modifying.ASTRewritingModifyingOtherTest
 
allTests() - Static method in class org.eclipse.jdt.core.tests.rewrite.modifying.ASTRewritingModifyingRemoveTest
 
allTests() - Static method in class org.eclipse.jdt.core.tests.rewrite.modifying.ASTRewritingModifyingReplaceTest
 
AllTests - Class in org.eclipse.test.internal.performance.tests
 
AllTests() - Constructor for class org.eclipse.test.internal.performance.tests.AllTests
 
AllTestSuites - Class in org.jmlspecs.eclipse.jdt.core.tests.rac
Contains all JML4RAC tests.
AllTestSuites() - Constructor for class org.jmlspecs.eclipse.jdt.core.tests.rac.AllTestSuites
 
AllTestSuites(String) - Constructor for class org.jmlspecs.eclipse.jdt.core.tests.rac.AllTestSuites
 
allVariables() - Method in interface org.eclipse.jdt.core.eval.IEvaluationContext
Returns the global variables declared in this evaluation context.
allVariables() - Method in class org.eclipse.jdt.internal.core.eval.EvaluationContextWrapper
 
allVariables() - Method in class org.eclipse.jdt.internal.eval.EvaluationContext
Returns the global variables of this evaluation context in the order they were created in.
ALOAD - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
aload(int) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
ALOAD_0 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
aload_0() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
ALOAD_1 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
aload_1() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
ALOAD_2 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
aload_2() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
ALOAD_3 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
aload_3() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
ALPHA_REVERSE_SORT - Static variable in class org.eclipse.jdt.core.tests.junit.extension.TestCase
 
ALPHABETICAL_SORT - Static variable in class org.eclipse.jdt.core.tests.junit.extension.TestCase
 
alreadyDefinedLabel(char[], ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
Also - Annotation Type in org.jmlspecs.annotation
 
ALWAYS_DELETE_PROJECT_CONTENT - Static variable in interface org.eclipse.core.resources.IResource
Update flag constant (bit mask value 4) indicating that the operation should delete the files and folders of a project.
Ambiguous - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.ProblemReasons
 
AmbiguousConstructor - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
AmbiguousConstructorInDefaultConstructor - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
AmbiguousConstructorInImplicitConstructorCall - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
AmbiguousField - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
AmbiguousMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
AmbiguousMethodTest - Class in org.eclipse.jdt.core.tests.compiler.regression
 
AmbiguousMethodTest(String) - Constructor for class org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest
 
AmbiguousType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
analyseAssignment(BlockScope, FlowContext, FlowInfo, Assignment, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.ArrayReference
 
analyseAssignment(BlockScope, FlowContext, FlowInfo, Assignment, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.FieldReference
 
analyseAssignment(BlockScope, FlowContext, FlowInfo, Assignment, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.QualifiedNameReference
 
analyseAssignment(BlockScope, FlowContext, FlowInfo, Assignment, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.Reference
 
analyseAssignment(BlockScope, FlowContext, FlowInfo, Assignment, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.SingleNameReference
 
analyseAssignment(BlockScope, FlowContext, FlowInfo, Assignment, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.ThisReference
 
analyseAssignment(BlockScope, FlowContext, FlowInfo, Assignment, boolean) - Method in class org.jmlspecs.jml4.ast.JmlStoreRefExpression
Deprecated.  
analyseCode(BlockScope, FlowContext, FlowInfo) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnBrankStatementLabel
 
analyseCode(ClassScope, InitializationFlowContext, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
 
analyseCode(BlockScope, FlowContext, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.AbstractVariableDeclaration
 
analyseCode(BlockScope, FlowContext, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.AllocationExpression
 
analyseCode(BlockScope, FlowContext, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.AND_AND_Expression
 
analyseCode(BlockScope, FlowContext, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.ArrayAllocationExpression
 
analyseCode(BlockScope, FlowContext, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.ArrayInitializer
 
analyseCode(BlockScope, FlowContext, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.ArrayReference
 
analyseCode(BlockScope, FlowContext, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.AssertStatement
 
analyseCode(BlockScope, FlowContext, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.Assignment
 
analyseCode(BlockScope, FlowContext, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.BinaryExpression
 
analyseCode(BlockScope, FlowContext, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.Block
 
analyseCode(BlockScope, FlowContext, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.BreakStatement
 
analyseCode(BlockScope, FlowContext, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.CaseStatement
 
analyseCode(BlockScope, FlowContext, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.CastExpression
 
analyseCode(BlockScope, FlowContext, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.ClassLiteralAccess
 
analyseCode(ClassScope, InitializationFlowContext, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.Clinit
 
analyseCode(BlockScope, FlowContext, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.CombinedBinaryExpression
 
analyseCode() - Method in class org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration
 
analyseCode(BlockScope, FlowContext, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.CompoundAssignment
 
analyseCode(BlockScope, FlowContext, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.ConditionalExpression
 
analyseCode(ClassScope, InitializationFlowContext, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration
Deprecated. use instead ConstructorDeclaration.analyseCode(ClassScope, InitializationFlowContext, FlowInfo, int)
analyseCode(ClassScope, InitializationFlowContext, FlowInfo, int) - Method in class org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration
The flowInfo corresponds to non-static field initialization infos.
analyseCode(BlockScope, FlowContext, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.ContinueStatement
 
analyseCode(BlockScope, FlowContext, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.DoStatement
 
analyseCode(BlockScope, FlowContext, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.EmptyStatement
 
analyseCode(BlockScope, FlowContext, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.EqualExpression
 
analyseCode(BlockScope, FlowContext, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.ExplicitConstructorCall
 
analyseCode(BlockScope, FlowContext, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.Expression
 
analyseCode(BlockScope, FlowContext, FlowInfo, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.Expression
More sophisticated for of the flow analysis used for analyzing expressions, and be able to optimize out portions of expressions where no actual value is required.
analyseCode(MethodScope, FlowContext, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.FieldDeclaration
 
analyseCode(BlockScope, FlowContext, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.FieldReference
 
analyseCode(BlockScope, FlowContext, FlowInfo, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.FieldReference
 
analyseCode(BlockScope, FlowContext, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.ForeachStatement
 
analyseCode(BlockScope, FlowContext, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.ForStatement
 
analyseCode(BlockScope, FlowContext, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.IfStatement
 
analyseCode(MethodScope, FlowContext, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.Initializer
 
analyseCode(BlockScope, FlowContext, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.InstanceOfExpression
 
analyseCode(BlockScope, FlowContext, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.LabeledStatement
 
analyseCode(BlockScope, FlowContext, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.Literal
 
analyseCode(BlockScope, FlowContext, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.LocalDeclaration
 
analyseCode(BlockScope, FlowContext, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.MessageSend
 
analyseCode(ClassScope, InitializationFlowContext, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.MethodDeclaration
 
analyseCode(BlockScope, FlowContext, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.OR_OR_Expression
 
analyseCode(BlockScope, FlowContext, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.QualifiedAllocationExpression
 
analyseCode(BlockScope, FlowContext, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.QualifiedNameReference
 
analyseCode(BlockScope, FlowContext, FlowInfo, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.QualifiedNameReference
 
analyseCode(BlockScope, FlowContext, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.QualifiedThisReference
 
analyseCode(BlockScope, FlowContext, FlowInfo, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.QualifiedThisReference
 
analyseCode(BlockScope, FlowContext, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.Reference
 
analyseCode(BlockScope, FlowContext, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.ReturnStatement
 
analyseCode(BlockScope, FlowContext, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.SingleNameReference
 
analyseCode(BlockScope, FlowContext, FlowInfo, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.SingleNameReference
 
analyseCode(BlockScope, FlowContext, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.Statement
 
analyseCode(BlockScope, FlowContext, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.SwitchStatement
 
analyseCode(BlockScope, FlowContext, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.SynchronizedStatement
 
analyseCode(BlockScope, FlowContext, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.ThrowStatement
 
analyseCode(BlockScope, FlowContext, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.TryStatement
 
analyseCode(BlockScope, FlowContext, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
Flow analysis for a local innertype
analyseCode(ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
Flow analysis for a member innertype
analyseCode(ClassScope, FlowContext, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
Flow analysis for a local member innertype
analyseCode(CompilationUnitScope) - Method in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
Flow analysis for a package member type
analyseCode(BlockScope, FlowContext, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.TypeReference
 
analyseCode(BlockScope, FlowContext, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.UnaryExpression
 
analyseCode(BlockScope, FlowContext, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.WhileStatement
 
analyseCode(BlockScope, FlowContext, FlowInfo) - Method in class org.eclipse.jdt.internal.eval.CodeSnippetReturnStatement
 
analyseCode(BlockScope, FlowContext, FlowInfo, boolean) - Method in class org.eclipse.jdt.internal.eval.CodeSnippetSingleNameReference
 
analyseCode(BlockScope, FlowContext, FlowInfo) - Method in class org.jmlspecs.jml4.ast.JmlAllocationExpression
 
analyseCode(BlockScope, FlowContext, FlowInfo) - Method in class org.jmlspecs.jml4.ast.JmlAssertOrAssumeStatement
 
analyseCode(BlockScope, FlowContext, FlowInfo) - Method in class org.jmlspecs.jml4.ast.JmlAssignment
 
analyseCode(BlockScope, FlowContext, FlowInfo) - Method in class org.jmlspecs.jml4.ast.JmlClause
 
analyseCode(ClassScope, InitializationFlowContext, FlowInfo) - Method in class org.jmlspecs.jml4.ast.JmlClinit
 
analyseCode(BlockScope, BlockScope, FlowContext, FlowInfo) - Method in class org.jmlspecs.jml4.ast.JmlConstraintClause
 
analyseCode(ClassScope, InitializationFlowContext, FlowInfo, int) - Method in class org.jmlspecs.jml4.ast.JmlConstructorDeclaration
 
analyseCode(BlockScope, FlowContext, FlowInfo) - Method in class org.jmlspecs.jml4.ast.JmlDoStatement
 
analyseCode(BlockScope, FlowContext, FlowInfo) - Method in class org.jmlspecs.jml4.ast.JmlExplicitConstructorCall
 
analyseCode(MethodScope, FlowContext, FlowInfo) - Method in class org.jmlspecs.jml4.ast.JmlFieldDeclaration
 
analyseCode(BlockScope, FlowContext, FlowInfo) - Method in class org.jmlspecs.jml4.ast.JmlForeachStatement
 
analyseCode(BlockScope, FlowContext, FlowInfo) - Method in class org.jmlspecs.jml4.ast.JmlForStatement
 
analyseCode(BlockScope, BlockScope, FlowContext, FlowInfo) - Method in class org.jmlspecs.jml4.ast.JmlInitiallyClause
 
analyseCode(BlockScope, BlockScope, FlowContext, FlowInfo) - Method in class org.jmlspecs.jml4.ast.JmlInvariantForType
 
analyseCode(BlockScope, FlowContext, FlowInfo) - Method in class org.jmlspecs.jml4.ast.JmlLocalDeclaration
 
analyseCode(BlockScope, FlowContext, FlowInfo) - Method in class org.jmlspecs.jml4.ast.JmlLoopAnnotations
 
analyseCode(BlockScope, FlowContext, FlowInfo) - Method in class org.jmlspecs.jml4.ast.JmlLoopVariant
 
analyseCode(BlockScope, FlowContext, FlowInfo) - Method in class org.jmlspecs.jml4.ast.JmlMessageSend
 
analyseCode(ClassScope, InitializationFlowContext, FlowInfo) - Method in class org.jmlspecs.jml4.ast.JmlMethodDeclaration
 
analyseCode(BlockScope, FlowContext, FlowInfo) - Method in class org.jmlspecs.jml4.ast.JmlOldExpression
 
analyseCode(BlockScope, FlowContext, FlowInfo) - Method in class org.jmlspecs.jml4.ast.JmlQuantifiedExpression
analyseCode(BlockScope, BlockScope, FlowContext, FlowInfo) - Method in class org.jmlspecs.jml4.ast.JmlRepresentsClause
 
analyseCode(BlockScope, FlowContext, FlowInfo, boolean) - Method in class org.jmlspecs.jml4.ast.JmlResultReference
 
analyseCode(BlockScope, FlowContext, FlowInfo) - Method in class org.jmlspecs.jml4.ast.JmlResultReference
 
analyseCode(BlockScope, FlowContext, FlowInfo) - Method in class org.jmlspecs.jml4.ast.JmlReturnStatement
 
analyseCode(BlockScope, FlowContext, FlowInfo) - Method in class org.jmlspecs.jml4.ast.JmlSetComprehension
analyseCode(BlockScope, FlowContext, FlowInfo) - Method in class org.jmlspecs.jml4.ast.JmlSetStatement
 
analyseCode(BlockScope, FlowContext, FlowInfo) - Method in class org.jmlspecs.jml4.ast.JmlStoreRefListExpression
 
analyseCode(BlockScope, FlowContext, FlowInfo) - Method in class org.jmlspecs.jml4.ast.JmlSubtypeExpression
analyseCode(BlockScope, BlockScope, FlowContext, FlowInfo) - Method in class org.jmlspecs.jml4.ast.JmlTypeBodyDeclaration
 
analyseCode(CompilationUnitScope) - Method in class org.jmlspecs.jml4.ast.JmlTypeDeclaration
 
analyseCode(BlockScope, FlowContext, FlowInfo) - Method in class org.jmlspecs.jml4.ast.JmlWhileStatement
 
analysePostcondition(MethodScope, FlowContext, FlowInfo) - Method in class org.jmlspecs.jml4.ast.JmlMethodSpecification
 
analysePostcondition(MethodScope, FlowContext, FlowInfo) - Method in class org.jmlspecs.jml4.ast.JmlSpecCase
 
analysePostcondition(MethodScope, FlowContext, FlowInfo) - Method in class org.jmlspecs.jml4.ast.JmlSpecCaseBlock
 
analysePostcondition(MethodScope, FlowContext, FlowInfo) - Method in class org.jmlspecs.jml4.ast.JmlSpecCaseBody
 
analysePostcondition(MethodScope, FlowContext, FlowInfo) - Method in class org.jmlspecs.jml4.ast.JmlSpecCaseRest
 
analysePostcondition(MethodScope, FlowContext, FlowInfo) - Method in class org.jmlspecs.jml4.ast.JmlSpecCaseRestAsClauseSeq
 
analysePrecondition(MethodScope, FlowContext, FlowInfo) - Method in class org.jmlspecs.jml4.ast.JmlMethodSpecification
 
analysePrecondition(MethodScope, FlowContext, FlowInfo) - Method in class org.jmlspecs.jml4.ast.JmlSpecCase
 
analysePrecondition(MethodScope, FlowContext, FlowInfo) - Method in class org.jmlspecs.jml4.ast.JmlSpecCaseBody
 
analysePrecondition(MethodScope, FlowContext, FlowInfo) - Method in class org.jmlspecs.jml4.ast.JmlSpecCaseHeader
 
analysisIndex - Variable in class org.eclipse.jdt.internal.compiler.lookup.MethodScope
 
analyzeManifestContents(Reader) - Method in class org.eclipse.jdt.internal.compiler.batch.ClasspathJar.ManifestAnalyzer
 
analyzeTime - Variable in class org.eclipse.jdt.internal.compiler.impl.CompilerStats
 
ANCHOR_PREFIX_END - Static variable in interface org.eclipse.jdt.internal.core.JavadocConstants
 
ANCHOR_PREFIX_START - Static variable in interface org.eclipse.jdt.internal.core.JavadocConstants
 
ANCHOR_SUFFIX - Static variable in interface org.eclipse.jdt.internal.core.JavadocConstants
 
ANCHOR_SUFFIX_LENGTH - Static variable in interface org.eclipse.jdt.internal.core.JavadocConstants
 
AND - Static variable in class org.eclipse.jdt.core.dom.InfixExpression.Operator
AND "&" operator.
AND - Static variable in interface org.eclipse.jdt.internal.compiler.ast.OperatorIds
 
AND - Static variable in class org.jmlspecs.jml4.esc.gc.lang.expr.CfgOperator
 
AND - Static variable in class org.jmlspecs.jml4.esc.gc.lang.simple.expr.SimpleOperator
 
AND - Static variable in class org.jmlspecs.jml4.esc.gc.lang.sugared.expr.SugaredOperator
 
AND - Static variable in class org.jmlspecs.jml4.fspv.simpl.ast.SimplConstants
 
And() - Static method in class org.jmlspecs.jml4.fspv.theory.TheoryOperator
 
AND_AND - Static variable in interface org.eclipse.jdt.internal.compiler.ast.OperatorIds
 
AND_AND - Static variable in class org.jmlspecs.jml4.fspv.simpl.ast.SimplConstants
 
AND_AND_Expression - Class in org.eclipse.jdt.internal.compiler.ast
 
AND_AND_Expression(Expression, Expression, int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.AND_AND_Expression
 
AND_PATTERN - Static variable in interface org.eclipse.jdt.internal.core.search.indexing.IIndexConstants
 
AndAnd() - Static method in class org.jmlspecs.jml4.fspv.theory.TheoryOperator
 
AndLocator - Class in org.eclipse.jdt.internal.core.search.matching
 
AndLocator(AndPattern) - Constructor for class org.eclipse.jdt.internal.core.search.matching.AndLocator
 
AndPattern - Class in org.eclipse.jdt.internal.core.search.matching
 
AndPattern(SearchPattern, SearchPattern) - Constructor for class org.eclipse.jdt.internal.core.search.matching.AndPattern
 
ANEWARRAY - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
anewarray(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
ANGELIC_EXCEPTION - Static variable in class org.jmlspecs.jml4.rac.runtime.JMLChecker
An exception object indicating angelic undefinedness.
angelicValue(String) - Method in class org.jmlspecs.jml4.rac.quantifiedexpression.RacContext
Returns the string form of statement expression that sets the variable, var, to the value for an angelic undefinedness.
ANNOT_REF_PATTERN - Static variable in interface org.eclipse.jdt.internal.core.search.indexing.IIndexConstants
 
AnnotatableInfo - Class in org.eclipse.jdt.internal.core
 
AnnotatableInfo() - Constructor for class org.eclipse.jdt.internal.core.AnnotatableInfo
 
AnnotatedLoopTest - Class in org.jmlspecs.eclipse.jdt.core.tests.dbc
 
AnnotatedLoopTest(String) - Constructor for class org.jmlspecs.eclipse.jdt.core.tests.dbc.AnnotatedLoopTest
 
Annotation - Class in org.eclipse.jdt.core.dom
Abstract base class of AST nodes that represent annotations.
ANNOTATION - Static variable in interface org.eclipse.jdt.core.dom.IBinding
Kind constant (value 5) indicating an annotation binding.
ANNOTATION - Static variable in interface org.eclipse.jdt.core.IJavaElement
Constant representing an annotation.
Annotation - Class in org.eclipse.jdt.internal.compiler.ast
Annotation
Annotation() - Constructor for class org.eclipse.jdt.internal.compiler.ast.Annotation
 
ANNOTATION - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
annotation - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveredAnnotation
 
Annotation - Class in org.eclipse.jdt.internal.core
 
Annotation(JavaElement, String) - Constructor for class org.eclipse.jdt.internal.core.Annotation
 
Annotation - Class in org.eclipse.jdt.internal.core.util
Default implementation of IAnnotation
Annotation(byte[], IConstantPool, int) - Constructor for class org.eclipse.jdt.internal.core.util.Annotation
Constructor for Annotation.
ANNOTATION - Static variable in interface org.jmlspecs.jml4.rac.RacConstants
 
ANNOTATION_ATTRIBUTE_REF - Static variable in class org.eclipse.jdt.core.CompletionProposal
Completion is a reference to annotation's attribute.
ANNOTATION_DEFAULT - Static variable in interface org.eclipse.jdt.core.util.IAttributeNamesConstants
"AnnotationDefault" attribute (added in J2SE 1.5).
ANNOTATION_ON_LOCAL_VARIABLE - Static variable in interface org.eclipse.jdt.internal.formatter.ICodeFormatterConstants
annotation on a local variable
ANNOTATION_ON_MEMBER - Static variable in interface org.eclipse.jdt.internal.formatter.ICodeFormatterConstants
annotation on a member (type, method, field)
ANNOTATION_ON_PARAMETER - Static variable in interface org.eclipse.jdt.internal.formatter.ICodeFormatterConstants
annotation on a parameter
ANNOTATION_PREFIX - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
ANNOTATION_PROCESSOR_MANAGER_EXTPOINT_ID - Static variable in class org.eclipse.jdt.internal.core.JavaModelManager
Name of the extension point for contributing the Java 6 annotation processor manager
ANNOTATION_REF - Static variable in interface org.eclipse.jdt.internal.core.search.indexing.IIndexConstants
 
ANNOTATION_SUFFIX - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
ANNOTATION_TAG - Static variable in interface org.eclipse.jdt.core.util.IAnnotationComponentValue
Tag value for a value that represents an annotation
ANNOTATION_TYPE - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
The searched element is an annotation type.
ANNOTATION_TYPE_DECL - Static variable in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
 
ANNOTATION_TYPE_DECLARATION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type AnnotationTypeDeclaration.
ANNOTATION_TYPE_MEMBER_DECLARATION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type AnnotationTypeMemberDeclaration.
ANNOTATION_TYPE_OPTIONAL_MEMBER_SUMMARY - Static variable in interface org.eclipse.jdt.internal.core.JavadocConstants
 
ANNOTATION_TYPE_REFERENCE - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
Return only type references used as an annotation.
ANNOTATION_TYPE_REQUIRED_MEMBER_SUMMARY - Static variable in interface org.eclipse.jdt.internal.core.JavadocConstants
 
ANNOTATION_TYPE_SUFFIX - Static variable in interface org.eclipse.jdt.internal.core.search.indexing.IIndexConstants
 
ANNOTATION_UNSPECIFIED - Static variable in interface org.eclipse.jdt.internal.formatter.ICodeFormatterConstants
annotation on unspecified source
AnnotationBinding - Class in org.eclipse.jdt.internal.compiler.lookup
Represents JSR 175 Annotation instances in the type-system.
AnnotationCannotOverrideMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
annotationCannotOverrideMethod(MethodBinding, MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
AnnotationCircularity - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
annotationCircularity(TypeBinding, TypeBinding, TypeReference) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
AnnotationCircularitySelfReference - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
AnnotationClassRetention - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
 
AnnotationCompletionParserTest - Class in org.eclipse.jdt.core.tests.compiler.parser
 
AnnotationCompletionParserTest(String) - Constructor for class org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest
 
AnnotationComponent - Class in org.eclipse.jdt.internal.core.util
Default implementation of IAnnotationComponent
AnnotationComponent(byte[], IConstantPool, int) - Constructor for class org.eclipse.jdt.internal.core.util.AnnotationComponent
 
AnnotationComponentValue - Class in org.eclipse.jdt.internal.core.util
Default implementation of IAnnotationComponent
AnnotationComponentValue(byte[], IConstantPool, int) - Constructor for class org.eclipse.jdt.internal.core.util.AnnotationComponentValue
 
annotationCount - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveredField
 
annotationCount - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveredLocalVariable
 
annotationCount - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveredMethod
 
annotationCount - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveredType
 
AnnotationDefaultAttribute - Class in org.eclipse.jdt.internal.core.util
Default implementation of AnnotationDefaultAttribute.
AnnotationDefaultAttribute(byte[], IConstantPool, int) - Constructor for class org.eclipse.jdt.internal.core.util.AnnotationDefaultAttribute
Constructor for AnnotationDefaultAttribute.
AnnotationDefaultName - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.AttributeNamesConstants
 
AnnotationDeprecated - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
 
AnnotationDietRecoveryTest - Class in org.eclipse.jdt.core.tests.compiler.parser
 
AnnotationDietRecoveryTest(String) - Constructor for class org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest
 
AnnotationDocumented - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
 
AnnotationFieldNeedConstantInitialization - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Deprecated. - problem is no longer generated (code is legite)
AnnotationForAnnotationType - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
 
AnnotationForConstructor - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
 
AnnotationForField - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
 
AnnotationForLocalVariable - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
 
AnnotationForMethod - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
 
AnnotationForPackage - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
 
AnnotationForParameter - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
 
AnnotationForType - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
 
AnnotationHolder - Class in org.eclipse.jdt.internal.compiler.lookup
 
AnnotationHolder() - Constructor for class org.eclipse.jdt.internal.compiler.lookup.AnnotationHolder
 
AnnotationInfo - Class in org.eclipse.jdt.internal.compiler.classfmt
 
AnnotationInfo - Class in org.eclipse.jdt.internal.core
 
AnnotationInfo() - Constructor for class org.eclipse.jdt.internal.core.AnnotationInfo
 
AnnotationInherited - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
 
AnnotationMembersCannotHaveParameters - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
annotationMembersCannotHaveParameters(AnnotationMethodDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
AnnotationMembersCannotHaveTypeParameters - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
annotationMembersCannotHaveTypeParameters(AnnotationMethodDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
AnnotationMethodDeclaration - Class in org.eclipse.jdt.internal.compiler.ast
 
AnnotationMethodDeclaration(CompilationResult) - Constructor for class org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration
MethodDeclaration constructor comment.
AnnotationMethodInfo - Class in org.eclipse.jdt.internal.compiler.classfmt
 
AnnotationMethodInfoWithAnnotations - Class in org.eclipse.jdt.internal.compiler.classfmt
 
annotationNumber - Variable in class org.eclipse.jdt.internal.core.CompilationUnitElementInfo
 
AnnotationOverride - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
 
annotationProcessorManager - Variable in class org.eclipse.jdt.internal.compiler.Compiler
 
AnnotationResolved - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
 
AnnotationRetentionMASK - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
 
AnnotationRuntimeRetention - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
 
annotations() - Method in class org.eclipse.jdt.core.dom.PackageDeclaration
Returns the live ordered list of annotations of this package declaration (added in JLS3 API).
annotations - Variable in class org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
 
annotations - Variable in class org.eclipse.jdt.internal.compiler.ast.AbstractVariableDeclaration
 
annotations - Variable in class org.eclipse.jdt.internal.compiler.ast.ImportReference
 
annotations - Variable in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
 
annotations - Variable in class org.eclipse.jdt.internal.compiler.ISourceElementRequestor.FieldInfo
 
annotations - Variable in class org.eclipse.jdt.internal.compiler.ISourceElementRequestor.MethodInfo
 
annotations - Variable in class org.eclipse.jdt.internal.compiler.ISourceElementRequestor.TypeInfo
 
annotations - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveredField
 
annotations - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveredLocalVariable
 
annotations - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveredMethod
 
annotations - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveredType
 
annotations - Variable in class org.eclipse.jdt.internal.core.LocalVariable
 
annotations - Variable in class org.jmlspecs.jml4.ast.JmlDoStatement
 
annotations - Variable in class org.jmlspecs.jml4.ast.JmlForeachStatement
 
annotations - Variable in class org.jmlspecs.jml4.ast.JmlForStatement
 
annotations - Variable in class org.jmlspecs.jml4.ast.JmlWhileStatement
 
annotations - Variable in class org.jmlspecs.jml4.esc.gc.lang.sugared.SugaredWhileStatement
 
ANNOTATIONS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.PackageDeclaration
The "annotations" structural property of this node type (added in JLS3 API).
AnnotationSelectionTest - Class in org.eclipse.jdt.core.tests.compiler.parser
 
AnnotationSelectionTest(String) - Constructor for class org.eclipse.jdt.core.tests.compiler.parser.AnnotationSelectionTest
 
AnnotationSourceRetention - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
 
AnnotationSuperInterface - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
AnnotationSuppressWarnings - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
 
AnnotationTarget - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
 
AnnotationTargetMASK - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
 
AnnotationTest - Class in org.eclipse.jdt.core.tests.compiler.regression
 
AnnotationTest(String) - Constructor for class org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest
 
AnnotationTypeDeclaration - Class in org.eclipse.jdt.core.dom
Annotation type declaration AST node type (added in JLS3 API).
AnnotationTypeDeclarationCannotHaveConstructor - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
annotationTypeDeclarationCannotHaveConstructor(ConstructorDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
AnnotationTypeDeclarationCannotHaveSuperclass - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
annotationTypeDeclarationCannotHaveSuperclass(TypeDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
AnnotationTypeDeclarationCannotHaveSuperinterfaces - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
annotationTypeDeclarationCannotHaveSuperinterfaces(TypeDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
AnnotationTypeMemberDeclaration - Class in org.eclipse.jdt.core.dom
Annotation type member declaration AST node type (added in JLS3 API).
AnnotationTypeUsedAsSuperInterface - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
annotationTypeUsedAsSuperinterface(SourceTypeBinding, TypeReference, ReferenceBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
AnnotationValueMustBeAnEnumConstant - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
AnnotationValueMustBeAnnotation - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
annotationValueMustBeAnnotation(TypeBinding, char[], Expression, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
AnnotationValueMustBeArrayInitializer - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
annotationValueMustBeArrayInitializer(TypeBinding, char[], Expression) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
AnnotationValueMustBeClassLiteral - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
annotationValueMustBeClassLiteral(TypeBinding, char[], Expression) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
AnnotationValueMustBeConstant - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
annotationValueMustBeConstant(TypeBinding, char[], Expression, boolean) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
ANONYM_PREFIX - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
ANONYM_SUFFIX - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
ANONYMOUS_CLASS_DECLARATION - Static variable in class org.eclipse.jdt.core.CompletionProposal
Completion is a declaration of an anonymous class.
ANONYMOUS_CLASS_DECLARATION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type AnonymousClassDeclaration.
ANONYMOUS_CLASS_DECLARATION_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.ClassInstanceCreation
The "anonymousClassDeclaration" structural property of this node type.
ANONYMOUS_CLASS_DECLARATION_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.EnumConstantDeclaration
The "anonymousClassDeclaration" structural property of this node type.
AnonymousClassCannotExtendFinalClass - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
anonymousClassCannotExtendFinalClass(TypeReference, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
AnonymousClassDeclaration - Class in org.eclipse.jdt.core.dom
Anonymous class declaration AST node type.
anonymousMember - Variable in class org.eclipse.jdt.internal.compiler.ISourceElementRequestor.TypeInfo
 
anonymousOriginalSuperType() - Method in class org.eclipse.jdt.internal.compiler.lookup.LocalTypeBinding
 
anonymousType - Variable in class org.eclipse.jdt.internal.compiler.ast.QualifiedAllocationExpression
 
anonymousTypeCount - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveredField
 
AnonymousTypeMask - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
 
anonymousTypes - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveredField
 
AntAdapterMessages - Class in org.eclipse.jdt.internal.antadapter
 
ANY_EXCEPTION - Static variable in class org.eclipse.jdt.internal.compiler.lookup.Binding
 
anyExceptionVariable - Variable in class org.eclipse.jdt.internal.compiler.ast.TryStatement
 
APIDocumentationTests - Class in org.eclipse.jdt.core.tests.dom
The intent of this tests series is to check the consistency of parts of our APIs documentation with real values and results.
APIDocumentationTests(String) - Constructor for class org.eclipse.jdt.core.tests.dom.APIDocumentationTests
 
apiLevel() - Method in class org.eclipse.jdt.core.dom.AST
Return the API level supported by this AST.
append(char[], char) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers a new array with appending the suffix character at the end of the array.
append(char[], int, char[], int, int) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Append the given sub-array to the target array starting at the given index in the target array.
append(char[]) - Method in interface org.eclipse.jdt.core.IBuffer
Appends the given character array to the contents of the buffer.
append(String) - Method in interface org.eclipse.jdt.core.IBuffer
Appends the given string to the contents of the buffer.
append(char[]) - Method in class org.eclipse.jdt.core.tests.model.OverflowingCacheTests.OverflowingTestBuffer
 
append(String) - Method in class org.eclipse.jdt.core.tests.model.OverflowingCacheTests.OverflowingTestBuffer
 
append(char[]) - Method in class org.eclipse.jdt.core.tests.model.TestBuffer
 
append(String) - Method in class org.eclipse.jdt.core.tests.model.TestBuffer
 
Append - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
append(char[]) - Method in class org.eclipse.jdt.internal.core.Buffer
Append the text to the actual content, the gap is moved to the end of the text.
append(String) - Method in class org.eclipse.jdt.internal.core.Buffer
Append the text to the actual content, the gap is moved to the end of the text.
append(char[]) - Method in class org.eclipse.jdt.internal.core.util.CharArrayBuffer
Appends the entire given char array.
append(char[], int, int) - Method in class org.eclipse.jdt.internal.core.util.CharArrayBuffer
Appends a sub array of the given array to the buffer.
append(char) - Method in class org.eclipse.jdt.internal.core.util.CharArrayBuffer
Appends the given char.
append(String) - Method in class org.eclipse.jdt.internal.core.util.CharArrayBuffer
Appends the given String to the buffer.
append(String, Object...) - Method in class org.jmlspecs.jml4.rac.CodeBuffer
Appends the given string to this buffer with format strings appearing in the string replaced with the corresponding arguments.
append(boolean) - Method in class org.jmlspecs.jml4.rac.CodeBuffer
Appends the string representation of the boolean argument.
append(char) - Method in class org.jmlspecs.jml4.rac.CodeBuffer
Appends the string representation of the character argument.
append(char[]) - Method in class org.jmlspecs.jml4.rac.CodeBuffer
Appends the string representation of the char[] argument.
append(int) - Method in class org.jmlspecs.jml4.rac.CodeBuffer
Appends the string representation of the int argument.
append(Object) - Method in class org.jmlspecs.jml4.rac.CodeBuffer
Appends the string representation of the object argument.
append(String) - Method in class org.jmlspecs.jml4.rac.CodeBuffer
Appends the given string.
append(StringBuffer) - Method in class org.jmlspecs.jml4.rac.CodeBuffer
Appends the given string buffer.
append(CodeBuffer) - Method in class org.jmlspecs.jml4.rac.CodeBuffer
Appends the given string buffer.
APPEND_FRAME - Static variable in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrame
 
appendContents(InputStream, int, IProgressMonitor) - Method in class org.eclipse.core.internal.resources.File
 
appendContents(InputStream, boolean, boolean, IProgressMonitor) - Method in class org.eclipse.core.internal.resources.File
 
appendContents(InputStream, boolean, boolean, IProgressMonitor) - Method in interface org.eclipse.core.resources.IFile
Appends the entire contents of the given stream to this file.
appendContents(InputStream, int, IProgressMonitor) - Method in interface org.eclipse.core.resources.IFile
Appends the entire contents of the given stream to this file.
appendProblem(StringBuffer, IProblem, char[], int) - Static method in class org.eclipse.jdt.core.tests.util.Util
 
APPLICATION - Static variable in class org.eclipse.core.tests.session.Setup
 
APPLICATION_LIBRARIES - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchScope
Include type constant (bit mask) indicating that application libraries should be considered in the search scope.
applyData(Object) - Method in class org.jmlspecs.eclipse.jdt.ui.preferences.JmlPreferencePage
 
applyTextEdit(TextEdit, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IBuffer.ITextEditCapability
Applies a text edit to this underlying buffer.
applyTextEdit(TextEdit, IProgressMonitor) - Method in interface org.eclipse.jdt.core.ICompilationUnit
Applies a text edit to the compilation unit's buffer.
applyTextEdit(TextEdit, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.CompilationUnit
 
areClasspathsEqual(IClasspathEntry[], IClasspathEntry[], IPath, IPath) - Static method in class org.eclipse.jdt.internal.core.JavaProject
 
AreFieldsComplete - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
 
AreFieldsSorted - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
 
AreMethodsComplete - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
 
AreMethodsSorted - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
 
areParameterErasuresEqual(MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
 
areParametersCompatibleWith(TypeBinding[]) - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
 
areParametersEqual(MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
 
ARETURN - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
areturn() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
areturn() - Method in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream
 
areTypeVariableErasuresEqual(MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
 
arg - Variable in class org.jmlspecs.jml4.ast.JmlSignalsClause
 
ARG_NOT_HANDLED - Static variable in interface org.jmlspecs.jml4.compiler.IBatchCompilerExtension
 
args - Static variable in class org.eclipse.core.tests.harness.EclipseTestHarnessApplication
command line arguments made available to all tests.
Argument - Class in org.eclipse.jdt.internal.compiler.ast
 
Argument(char[], long, TypeReference, int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.Argument
 
argument - Variable in class org.eclipse.jdt.internal.compiler.ast.JavadocArgumentExpression
 
ARGUMENT - Static variable in class org.jmlspecs.jml4.fspv.theory.TheoryVariable
 
Argument(String, TheoryType, int) - Static method in class org.jmlspecs.jml4.fspv.theory.TheoryVariable
 
ArgumentHidingField - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ArgumentHidingLocalVariable - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ArgumentIsNeverUsed - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
argumentPrefixes - Variable in class org.eclipse.jdt.internal.codeassist.impl.AssistOptions
 
ARGUMENTS - Static variable in interface org.eclipse.core.internal.resources.IModelObjectConstants
 
arguments() - Method in class org.eclipse.jdt.core.dom.ClassInstanceCreation
Returns the live ordered list of argument expressions in this class instance creation expression.
arguments() - Method in class org.eclipse.jdt.core.dom.ConstructorInvocation
Returns the live ordered list of argument expressions in this alternate constructor invocation statement.
arguments() - Method in class org.eclipse.jdt.core.dom.EnumConstantDeclaration
Returns the live ordered list of argument expressions in this enumeration constant declaration.
arguments() - Method in class org.eclipse.jdt.core.dom.MethodInvocation
Returns the live ordered list of argument expressions in this method invocation expression.
arguments() - Method in class org.eclipse.jdt.core.dom.SuperConstructorInvocation
Returns the live ordered list of argument expressions in this super constructor invocation statement.
arguments() - Method in class org.eclipse.jdt.core.dom.SuperMethodInvocation
Returns the live ordered list of argument expressions in this "super" method invocation expression.
ARGUMENTS - Static variable in interface org.eclipse.jdt.core.IJavaModelMarker
Id marker attribute (value "arguments").
arguments - Variable in class org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
 
arguments - Variable in class org.eclipse.jdt.internal.compiler.ast.AllocationExpression
 
arguments - Variable in class org.eclipse.jdt.internal.compiler.ast.ExplicitConstructorCall
 
arguments - Variable in class org.eclipse.jdt.internal.compiler.ast.MessageSend
 
arguments - Variable in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
 
arguments - Variable in class org.jmlspecs.jml4.fspv.simpl.ast.SimplProcedure
 
arguments - Variable in class org.jmlspecs.jml4.fspv.theory.ast.TheoryAllocationExpression
 
arguments - Variable in class org.jmlspecs.jml4.fspv.theory.ast.TheoryMessageSend
 
arguments - Variable in class org.jmlspecs.jml4.fspv.theory.ast.TheoryMethodDeclaration
 
ARGUMENTS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.ClassInstanceCreation
The "arguments" structural property of this node type.
ARGUMENTS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.ConstructorInvocation
The "arguments" structural property of this node type.
ARGUMENTS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.EnumConstantDeclaration
The "arguments" structural property of this node type.
ARGUMENTS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.MethodInvocation
The "arguments" structural property of this node type.
ARGUMENTS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.SuperConstructorInvocation
The "arguments" structural property of this node type.
ARGUMENTS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.SuperMethodInvocation
The "arguments" structural property of this node type.
argumentsToString(AbstractMethodDeclaration) - Static method in class org.jmlspecs.jml4.rac.RacTranslator
Returns the arguments of the given method as a comma-separated list of names.
argumentsToString(MethodBinding) - Static method in class org.jmlspecs.jml4.rac.RacTranslator
Returns the arguments of the given method as a comma-separated list of names.
argumentSuffixes - Variable in class org.eclipse.jdt.internal.codeassist.impl.AssistOptions
 
ArgumentTypeAmbiguous - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Deprecated. - problem is no longer generated, use IProblem.AmbiguousType instead
ArgumentTypeCannotBeVoid - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
argumentTypeCannotBeVoid(SourceTypeBinding, AbstractMethodDeclaration, Argument) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
ArgumentTypeCannotBeVoidArray - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Deprecated. - problem is no longer generated, use IProblem.CannotAllocateVoidArray instead
argumentTypeCannotBeVoidArray(Argument) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
ArgumentTypeInheritedNameHidesEnclosingName - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Deprecated. - problem is no longer generated, use IProblem.InheritedTypeHidesEnclosingName instead
ArgumentTypeInternalNameProvided - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Deprecated. - problem is no longer generated, use IProblem.InternalTypeNameProvided instead
ArgumentTypeNotFound - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Deprecated. - problem is no longer generated, use IProblem.UndefinedType instead
ArgumentTypeNotVisible - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Deprecated. - problem is no longer generated, use IProblem.NotVisibleType instead
arity - Variable in class org.eclipse.jdt.internal.compiler.ast.CombinedBinaryExpression
The number of consecutive binary expressions of this' left branch that bear the same operator as this.
Notes: the presence of a CombinedBinaryExpression instance resets arity, even when its operator is compatible; this property is maintained by the parser.
ARITY_MAX_MAX - Static variable in class org.eclipse.jdt.internal.compiler.ast.CombinedBinaryExpression
Upper limit for CombinedBinaryExpression.arityMax.
ARITY_MAX_MIN - Static variable in class org.eclipse.jdt.internal.compiler.ast.CombinedBinaryExpression
Default lower limit for CombinedBinaryExpression.arityMax.
arityMax - Variable in class org.eclipse.jdt.internal.compiler.ast.CombinedBinaryExpression
The threshold that will trigger the creation of the next full-fledged CombinedBinaryExpression.
array - Variable in class org.jmlspecs.jml4.ast.JmlMemberFieldRef
Deprecated.  
ARRAY_ACCESS - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type ArrayAccess.
ARRAY_CREATION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type ArrayCreation.
ARRAY_INITIALIZER - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type ArrayInitializer.
ARRAY_NEWINSTANCE_NAME - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
ARRAY_NEWINSTANCE_SIGNATURE - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
ARRAY_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.ArrayAccess
The "array" structural property of this node type.
ARRAY_TAG - Static variable in interface org.eclipse.jdt.core.util.IAnnotationComponentValue
Tag value for a value that represents an array
ARRAY_TYPE - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type ArrayType.
ARRAY_TYPE - Static variable in class org.eclipse.jdt.internal.compiler.lookup.Binding
 
ARRAY_TYPE_SIGNATURE - Static variable in class org.eclipse.jdt.core.Signature
Kind constant for an array type signature.
ArrayAccess - Class in org.eclipse.jdt.core.dom
Array access expression AST node type.
ArrayAllocationExpression - Class in org.eclipse.jdt.internal.compiler.ast
 
ArrayAllocationExpression() - Constructor for class org.eclipse.jdt.internal.compiler.ast.ArrayAllocationExpression
 
arrayAt(int) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
arrayAtPut(int, boolean) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
ArrayBinding - Class in org.eclipse.jdt.internal.compiler.lookup
 
ArrayBinding(TypeBinding, int, LookupEnvironment) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.ArrayBinding
 
arrayConcat(char[][], char[][]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers the concatenation of the two arrays.
arrayConcat(char[][], char[]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers a new array adding the second array at the end of first array.
arrayConcat(String[], String) - Static method in class org.eclipse.jdt.internal.core.util.Util
Returns a new array adding the second array at the end of first array.
ArrayConstantsOnlyInArrayInitializers - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
arrayConstantsOnlyInArrayInitializers(int, int) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
ArrayCopy - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
ArrayCopySignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
ArrayCreation - Class in org.eclipse.jdt.core.dom
Array creation expression AST node type.
ArrayInitializer - Class in org.eclipse.jdt.core.dom
Array initializer AST node type.
ArrayInitializer - Class in org.eclipse.jdt.internal.compiler.ast
 
ArrayInitializer() - Constructor for class org.eclipse.jdt.internal.compiler.ast.ArrayInitializer
ArrayInitializer constructor comment.
arrayInitializer(int) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
ArrayIterator - Class in org.eclipse.core.internal.utils
An object that iterates over the elements of an array
ArrayIterator(Object[]) - Constructor for class org.eclipse.core.internal.utils.ArrayIterator
Returns new array enumeration over the given object array
ArrayIterator(Object[], int, int) - Constructor for class org.eclipse.core.internal.utils.ArrayIterator
Returns new array enumeration over the given object array
ArrayJavaLangClassConstantPoolName - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
ArrayJavaLangObjectConstantPoolName - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
ARRAYLENGTH - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
arraylength() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
ArrayLength - Static variable in class org.eclipse.jdt.internal.compiler.lookup.ArrayBinding
 
ArrayQualifiedTypeReference - Class in org.eclipse.jdt.internal.compiler.ast
 
ArrayQualifiedTypeReference(char[][], int, long[]) - Constructor for class org.eclipse.jdt.internal.compiler.ast.ArrayQualifiedTypeReference
 
ArrayReference - Class in org.eclipse.jdt.internal.compiler.ast
 
ArrayReference(Expression, Expression) - Constructor for class org.eclipse.jdt.internal.compiler.ast.ArrayReference
 
ArrayReferenceRequired - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ArrayTest - Class in org.eclipse.jdt.core.tests.compiler.regression
 
ArrayTest(String) - Constructor for class org.eclipse.jdt.core.tests.compiler.regression.ArrayTest
 
ArrayTests - Class in org.jmlspecs.eclipse.jdt.core.tests.esc
 
ArrayTests(String) - Constructor for class org.jmlspecs.eclipse.jdt.core.tests.esc.ArrayTests
 
ArrayType - Class in org.eclipse.jdt.core.dom
Type node for an array type.
ArrayTypeReference - Class in org.eclipse.jdt.internal.compiler.ast
 
ArrayTypeReference(char[], int, long) - Constructor for class org.eclipse.jdt.internal.compiler.ast.ArrayTypeReference
ArrayTypeReference constructor comment.
ARROW - Static variable in class org.jmlspecs.jml4.fspv.simpl.ast.SimplConstants
 
asArray(Object[]) - Method in class org.eclipse.jdt.internal.compiler.util.SimpleSet
 
asArray(Object[]) - Method in class org.eclipse.jdt.internal.compiler.util.SimpleSetOfCharArray
 
asb - Static variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
asBlock(CfgExpression, CfgVarDecl[]) - Static method in class org.jmlspecs.jml4.esc.gc.lang.expr.CfgQuantifiedExpression
 
ASCENDING - Static variable in class org.eclipse.core.tests.internal.builders.SortBuilder
 
asi(int) - Static method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
askForType(char[][]) - Method in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
Ask the name environment for a type which corresponds to the compoundName.
asNegatedCondition() - Method in class org.eclipse.jdt.internal.compiler.flow.ConditionalFlowInfo
 
asNegatedCondition() - Method in class org.eclipse.jdt.internal.compiler.flow.FlowInfo
 
asr - Static variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
asReverseComparisonTree(IComparator) - Method in class org.eclipse.core.internal.dtree.DeltaDataTree
This method can only be called on a comparison tree created using DeltaDataTree.compareWith().
assembleWithForwardDelta(DeltaDataTree) - Method in class org.eclipse.core.internal.dtree.DeltaDataTree
Assembles the receiver with the given delta tree and answer the resulting, mutable source tree.
ASSERT - Static variable in interface org.eclipse.jdt.internal.codeassist.impl.Keywords
 
Assert - Class in org.eclipse.test.internal.performance.data
Assert is useful for for embedding runtime sanity checks in code.
ASSERT - Static variable in class org.jmlspecs.jml4.esc.gc.lang.KindOfAssertion
 
Assert_isTrue(boolean) - Method in class org.eclipse.jdt.internal.compiler.parser.JmlParserHelper
 
Assert_isTrue(boolean, String) - Method in class org.eclipse.jdt.internal.compiler.parser.JmlParserHelper
 
ASSERT_STATEMENT - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type AssertStatement.
assertASTNodeEquals(String, String, ASTNode) - Method in class org.eclipse.jdt.core.tests.model.AbstractJavaModelTests
 
AssertChecker - Class in org.eclipse.test.internal.performance.eval
 
AssertChecker(Dim) - Constructor for class org.eclipse.test.internal.performance.eval.AssertChecker
 
AssertChecker(Dim[]) - Constructor for class org.eclipse.test.internal.performance.eval.AssertChecker
 
assertCreation(IJavaElement[]) - Method in class org.eclipse.jdt.core.tests.model.AbstractJavaModelTests
Ensures the elements are present after creation.
assertCreation(IJavaElement) - Method in class org.eclipse.jdt.core.tests.model.AbstractJavaModelTests
Ensures the element is present after creation.
assertDeletion(IJavaElement[]) - Method in class org.eclipse.jdt.core.tests.model.AbstractJavaModelTests
Creates an operation to delete the given elements, asserts the operation is successful, and ensures the elements are no longer present in the model.
assertDeletion(IJavaElement) - Method in class org.eclipse.jdt.core.tests.model.AbstractJavaModelTests
Creates an operation to delete the given element, asserts the operation is successfull, and ensures the element is no longer present in the model.
assertDelta() - Method in class org.eclipse.core.tests.internal.builders.BuildDeltaVerificationTest
Tests that the builder is receiving an appropriate delta
assertDelta(DeltaDataTree) - Method in class org.eclipse.core.tests.internal.dtree.DeltaDataTreeTest
Assert that the given tree is the same as the final delta tree created in the string of deltas in testLongDeltaChain and testReroot
assertDelta() - Method in class org.eclipse.core.tests.resources.IResourceChangeListenerTest
Tests that the builder is receiving an appropriate delta
assertDelta() - Method in class org.eclipse.core.tests.resources.regression.PR_1GEAB3C_Test
 
assertDoesNotExistInFileSystem(IResource) - Method in class org.eclipse.core.tests.resources.ResourceTest
Assert that the given resource does not exist in the local store.
assertDoesNotExistInFileSystem(IResource[]) - Method in class org.eclipse.core.tests.resources.ResourceTest
Assert that each element of the resource array does not exist in the local store.
assertDoesNotExistInFileSystem(String, IResource) - Method in class org.eclipse.core.tests.resources.ResourceTest
Assert that the given resource does not exist in the local store.
assertDoesNotExistInFileSystem(String, IResource[]) - Method in class org.eclipse.core.tests.resources.ResourceTest
Assert that each element of the resource array does not exist in the local store.
assertDoesNotExistInWorkspace(IResource) - Method in class org.eclipse.core.tests.resources.ResourceTest
Assert that the given resource does not exist in the workspace resource info tree.
assertDoesNotExistInWorkspace(IResource[]) - Method in class org.eclipse.core.tests.resources.ResourceTest
Assert that each element of the resource array does not exist in the workspace resource info tree.
assertDoesNotExistInWorkspace(String, IResource) - Method in class org.eclipse.core.tests.resources.ResourceTest
Assert that the given resource does not exist in the workspace resource info tree.
assertDoesNotExistInWorkspace(String, IResource[]) - Method in class org.eclipse.core.tests.resources.ResourceTest
Assert that each element of the resource array does not exist in the workspace resource info tree.
assertEquals(String, byte[], byte[]) - Method in class org.eclipse.core.tests.filesystem.FileCacheTest
Overrides generic method from Assert to perform proper array equality test.
assertEquals(String, IFileState, IFileState) - Static method in class org.eclipse.core.tests.internal.localstore.HistoryStoreTest
 
assertEquals(String, byte[], byte[]) - Static method in class org.eclipse.core.tests.internal.resources.ResourceInfoTest
 
assertEquals(String, Hashtable, Hashtable) - Static method in class org.eclipse.core.tests.internal.resources.ResourceInfoTest
 
assertEquals(String, ResourceInfo, ResourceInfo) - Static method in class org.eclipse.core.tests.internal.resources.ResourceInfoTest
 
assertEquals(String, IWorkspaceDescription, Preferences) - Method in class org.eclipse.core.tests.internal.resources.WorkspacePreferencesTest
Compares the values in a workspace description with the corresponding properties in a preferences object.
assertEquals(String, IWorkspaceDescription, IWorkspaceDescription) - Method in class org.eclipse.core.tests.internal.resources.WorkspacePreferencesTest
Compares two workspace description objects..
assertEquals(String, IMarkerSetElement[], IMarkerSetElement[]) - Method in class org.eclipse.core.tests.resources.MarkerSetTest
 
assertEquals(String, char[], char[]) - Method in class org.eclipse.jdt.core.tests.eval.EvaluationTest
Asserts that two char arrays are equal.
assertEquals(String, String) - Static method in class org.eclipse.jdt.core.tests.junit.extension.TestCase
 
assertEquals(String, String, String) - Static method in class org.eclipse.jdt.core.tests.junit.extension.TestCase
 
assertEqualString(String, String) - Static method in class org.eclipse.jdt.core.tests.rewrite.describing.ASTRewritingTest
 
assertEqualString(String, String) - Static method in class org.eclipse.jdt.core.tests.rewrite.describing.StringAsserts
 
assertEqualString(String, String) - Static method in class org.eclipse.jdt.core.tests.rewrite.modifying.ASTRewritingModifyingTest
 
assertEqualStringIgnoreDelim(String, String) - Static method in class org.eclipse.jdt.core.tests.rewrite.describing.StringAsserts
 
assertEqualStringsIgnoreOrder(String[], String[]) - Static method in class org.eclipse.jdt.core.tests.rewrite.describing.StringAsserts
 
assertExistsInFileSystem(IResource) - Method in class org.eclipse.core.tests.resources.ResourceTest
Assert whether or not the given resource exists in the local store.
assertExistsInFileSystem(IResource[]) - Method in class org.eclipse.core.tests.resources.ResourceTest
Assert that each element in the resource array exists in the local store.
assertExistsInFileSystem(String, IResource) - Method in class org.eclipse.core.tests.resources.ResourceTest
Assert whether or not the given resource exists in the local store.
assertExistsInFileSystem(String, IResource[]) - Method in class org.eclipse.core.tests.resources.ResourceTest
Assert that each element in the resource array exists in the local store.
assertExistsInFileSystemWithNoContent(IFile) - Method in class org.eclipse.core.tests.internal.localstore.LocalSyncTest
 
assertExistsInWorkspace(IResource) - Method in class org.eclipse.core.tests.resources.ResourceTest
Assert whether or not the given resource exists in the workspace resource info tree.
assertExistsInWorkspace(IResource, boolean) - Method in class org.eclipse.core.tests.resources.ResourceTest
Assert whether or not the given resource exists in the workspace resource info tree.
assertExistsInWorkspace(IResource[]) - Method in class org.eclipse.core.tests.resources.ResourceTest
Assert that each element of the resource array exists in the workspace resource info tree.
assertExistsInWorkspace(IResource[], boolean) - Method in class org.eclipse.core.tests.resources.ResourceTest
Assert that each element of the resource array exists in the workspace resource info tree.
assertExistsInWorkspace(String, IResource) - Method in class org.eclipse.core.tests.resources.ResourceTest
Assert whether or not the given resource exists in the workspace resource info tree.
assertExistsInWorkspace(String, IResource, boolean) - Method in class org.eclipse.core.tests.resources.ResourceTest
Assert whether or not the given resource exists in the workspace resource info tree.
assertExistsInWorkspace(String, IResource[]) - Method in class org.eclipse.core.tests.resources.ResourceTest
Assert that each element of the resource array exists in the workspace resource info tree.
assertExistsInWorkspace(String, IResource[], boolean) - Method in class org.eclipse.core.tests.resources.ResourceTest
Assert that each element of the resource array exists in the workspace resource info tree.
assertExpression - Variable in class org.eclipse.jdt.internal.compiler.ast.AssertStatement
 
AssertionMethod - Class in org.jmlspecs.jml4.rac
An abstract class to generate assertion check methods for various kinds of assertions such as preconditions, normal and exceptional postconditions, invariants, and history constraints.
assertionPosition() - Method in class org.jmlspecs.jml4.esc.result.lang.Result
 
AssertionTest - Class in org.eclipse.jdt.core.tests.compiler.regression
 
AssertionTest(String) - Constructor for class org.eclipse.jdt.core.tests.compiler.regression.AssertionTest
 
assertLifecycleEvents(String) - Method in class org.eclipse.core.tests.internal.builders.TestBuilder
Verifies that the given lifecycle events occurred.
assertNotNull(Object, String) - Static method in class org.jmlspecs.jml4.ast.JmlAstUtils
 
assertNotNull(Object) - Static method in class org.jmlspecs.jml4.esc.util.Utils
 
assertNotNull(Object, String) - Static method in class org.jmlspecs.jml4.esc.util.Utils
 
assertNotSame(String, byte[], byte[]) - Method in class org.eclipse.core.tests.filesystem.FileCacheTest
Overrides generic method from Assert to perform proper array equality test.
assertOverlap(String, IResource, IResource) - Method in class org.eclipse.core.tests.internal.alias.BasicAliasTest
Asserts that the two given resources are duplicates in the file system.
assertPerformance() - Method in class org.eclipse.jdt.core.tests.junit.extension.TestCase
 
assertPerformance(PerformanceMeter) - Method in class org.eclipse.test.performance.Performance
Asserts default properties of the measurements captured by the given performance meter.
assertPerformanceInAbsoluteBand(PerformanceMeter, Dimension, int, int) - Method in class org.eclipse.test.performance.Performance
Asserts that the measurement specified by the dimension captured in the given performance meter is within a certain range with respect to some reference value.
assertPerformanceInRelativeBand(PerformanceMeter, Dimension, int, int) - Method in class org.eclipse.test.performance.Performance
Asserts that the measurement specified by the dimension captured in the given performance meter is within a certain range with respect to some reference value.
AssertStatement - Class in org.eclipse.jdt.core.dom
Assert statement AST node type.
AssertStatement - Class in org.eclipse.jdt.internal.compiler.ast
 
AssertStatement(Expression, Expression, int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.AssertStatement
 
AssertStatement(Expression, int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.AssertStatement
 
assertStringEquals(String, String, boolean) - Static method in class org.eclipse.jdt.core.tests.junit.extension.TestCase
 
assertStringEquals(String, String, String, boolean) - Static method in class org.eclipse.jdt.core.tests.junit.extension.TestCase
 
assertTree(DeltaDataTree) - Method in class org.eclipse.core.tests.internal.dtree.DeltaDataTreeTest
Assert that the given tree is the same as the original "tree" created during setup
assertTrue(boolean, String) - Static method in class org.jmlspecs.jml4.ast.JmlAstUtils
 
assertTrue(boolean, String) - Static method in class org.jmlspecs.jml4.esc.util.Utils
 
AssertUsedAsAnIdentifier - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
assertUsedUp() - Method in class org.eclipse.core.tests.harness.FussyProgressMonitor
Asserts that this progress monitor is all used up
ASSIGN - Static variable in class org.eclipse.jdt.core.dom.Assignment.Operator
= operator.
Assignable - Annotation Type in org.jmlspecs.annotation
 
assignableReferences - Variable in class org.jmlspecs.jml4.ast.JmlStoreRefExpression
Deprecated.  
AssignableTest - Class in org.jmlspecs.eclipse.jdt.core.tests.dbc
 
AssignableTest(String) - Constructor for class org.jmlspecs.eclipse.jdt.core.tests.dbc.AssignableTest
 
AssignableTestCompiler - Class in org.jmlspecs.eclipse.jdt.core.tests.dbc
 
AssignableTestCompiler(String) - Constructor for class org.jmlspecs.eclipse.jdt.core.tests.dbc.AssignableTestCompiler
 
Assignment - Class in org.eclipse.jdt.core.dom
Assignment expression AST node type.
ASSIGNMENT - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type Assignment.
Assignment - Class in org.eclipse.jdt.internal.compiler.ast
 
Assignment(Expression, Expression, int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.Assignment
 
assignment - Variable in class org.jmlspecs.jml4.fspv.theory.TheoryAssignmentExpression
 
assignment - Variable in class org.jmlspecs.jml4.fspv.theory.TheoryBindStatement
 
assignment - Variable in class org.jmlspecs.jml4.fspv.theory.TheoryPostfixExpression
 
assignment - Variable in class org.jmlspecs.jml4.fspv.theory.TheoryPrefixExpression
 
Assignment.Operator - Class in org.eclipse.jdt.core.dom
Assignment operators (typesafe enumeration).
AssignmentHasNoEffect - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
assignmentHasNoEffect(AbstractVariableDeclaration, char[]) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
assignmentHasNoEffect(Assignment, char[]) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
AssignmentTest - Class in org.eclipse.jdt.core.tests.compiler.regression
 
AssignmentTest(String) - Constructor for class org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest
 
AssignNull - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
AssistAnnotation - Class in org.eclipse.jdt.internal.codeassist.impl
 
AssistAnnotation(JavaElement, String, Map) - Constructor for class org.eclipse.jdt.internal.codeassist.impl.AssistAnnotation
 
AssistCompilationUnit - Class in org.eclipse.jdt.internal.codeassist.impl
 
AssistCompilationUnit(ICompilationUnit, WorkingCopyOwner, Map, Map) - Constructor for class org.eclipse.jdt.internal.codeassist.impl.AssistCompilationUnit
 
assistIdentifier() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
assistIdentifier() - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
assistIdentifier() - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionParser
 
AssistImportContainer - Class in org.eclipse.jdt.internal.codeassist.impl
 
AssistImportContainer(CompilationUnit, Map) - Constructor for class org.eclipse.jdt.internal.codeassist.impl.AssistImportContainer
 
AssistImportDeclaration - Class in org.eclipse.jdt.internal.codeassist.impl
 
AssistImportDeclaration(ImportContainer, String, boolean, Map) - Constructor for class org.eclipse.jdt.internal.codeassist.impl.AssistImportDeclaration
 
AssistInitializer - Class in org.eclipse.jdt.internal.codeassist.impl
 
AssistInitializer(JavaElement, int, Map, Map) - Constructor for class org.eclipse.jdt.internal.codeassist.impl.AssistInitializer
 
assistNode - Variable in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
assistNodeParent - Variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
assistNodeParent - Variable in class org.eclipse.jdt.internal.codeassist.select.SelectionParser
 
AssistOptions - Class in org.eclipse.jdt.internal.codeassist.impl
 
AssistOptions() - Constructor for class org.eclipse.jdt.internal.codeassist.impl.AssistOptions
Initializing the assist options with default settings
AssistOptions(Map) - Constructor for class org.eclipse.jdt.internal.codeassist.impl.AssistOptions
Initializing the assist options with external settings
AssistPackageDeclaration - Class in org.eclipse.jdt.internal.codeassist.impl
 
AssistPackageDeclaration(CompilationUnit, String, Map) - Constructor for class org.eclipse.jdt.internal.codeassist.impl.AssistPackageDeclaration
 
AssistParser - Class in org.eclipse.jdt.internal.codeassist.impl
 
AssistParser(ProblemReporter) - Constructor for class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
AssistSourceField - Class in org.eclipse.jdt.internal.codeassist.impl
 
AssistSourceField(JavaElement, String, Map, Map) - Constructor for class org.eclipse.jdt.internal.codeassist.impl.AssistSourceField
 
AssistSourceMethod - Class in org.eclipse.jdt.internal.codeassist.impl
 
AssistSourceMethod(JavaElement, String, String[], Map, Map) - Constructor for class org.eclipse.jdt.internal.codeassist.impl.AssistSourceMethod
 
AssistSourceType - Class in org.eclipse.jdt.internal.codeassist.impl
 
AssistSourceType(JavaElement, String, Map, Map) - Constructor for class org.eclipse.jdt.internal.codeassist.impl.AssistSourceType
 
AssistTypeParameter - Class in org.eclipse.jdt.internal.codeassist.impl
 
AssistTypeParameter(JavaElement, String, Map) - Constructor for class org.eclipse.jdt.internal.codeassist.impl.AssistTypeParameter
 
associatedNode - Variable in class org.eclipse.jdt.internal.compiler.flow.FlowContext
 
asStatus() - Method in class org.eclipse.core.tests.internal.mapping.ChangeDescription
 
asString(ASTNode, RewriteEventStore) - Static method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
AST - Class in org.eclipse.jdt.core.dom
Umbrella owner and abstract syntax tree node factory.
AST() - Constructor for class org.eclipse.jdt.core.dom.AST
Deprecated. Clients should port their code to use the new JLS3 AST API and call AST.newAST(AST.JLS3) instead of using this constructor.
AST(Map) - Constructor for class org.eclipse.jdt.core.dom.AST
Deprecated. Clients should port their code to use the new JLS3 AST API and call AST.newAST(AST.JLS3) instead of using this constructor.
ast - Variable in class org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation
 
Ast2SugaredVisitor - Class in org.jmlspecs.jml4.esc.gc
 
Ast2SugaredVisitor(AbstractMethodDeclaration) - Constructor for class org.jmlspecs.jml4.esc.gc.Ast2SugaredVisitor
 
ast_missingCode - Static variable in class org.eclipse.jdt.internal.compiler.util.Messages
 
ASTConverter15Test - Class in org.eclipse.jdt.core.tests.dom
 
ASTConverter15Test(String) - Constructor for class org.eclipse.jdt.core.tests.dom.ASTConverter15Test
 
ASTConverter16Test - Class in org.eclipse.jdt.core.tests.dom
 
ASTConverter16Test(String) - Constructor for class org.eclipse.jdt.core.tests.dom.ASTConverter16Test
 
ASTConverterAST3Test - Class in org.eclipse.jdt.core.tests.dom
 
ASTConverterAST3Test(String) - Constructor for class org.eclipse.jdt.core.tests.dom.ASTConverterAST3Test
 
ASTConverterBindingsTest - Class in org.eclipse.jdt.core.tests.dom
 
ASTConverterBindingsTest(String) - Constructor for class org.eclipse.jdt.core.tests.dom.ASTConverterBindingsTest
 
ASTConverterBugsTest - Class in org.eclipse.jdt.core.tests.dom
 
ASTConverterBugsTest(String) - Constructor for class org.eclipse.jdt.core.tests.dom.ASTConverterBugsTest
 
ASTConverterBugsTestJLS3 - Class in org.eclipse.jdt.core.tests.dom
Test suite to verify that DOM/AST bugs are fixed.
ASTConverterBugsTestJLS3(String) - Constructor for class org.eclipse.jdt.core.tests.dom.ASTConverterBugsTestJLS3
 
ASTConverterJavadocTest - Class in org.eclipse.jdt.core.tests.dom
 
ASTConverterJavadocTest(String, String, String) - Constructor for class org.eclipse.jdt.core.tests.dom.ASTConverterJavadocTest
 
ASTConverterJavadocTest(String) - Constructor for class org.eclipse.jdt.core.tests.dom.ASTConverterJavadocTest
 
ASTConverterRecoveryTest - Class in org.eclipse.jdt.core.tests.dom
 
ASTConverterRecoveryTest(String) - Constructor for class org.eclipse.jdt.core.tests.dom.ASTConverterRecoveryTest
 
ASTConverterTest - Class in org.eclipse.jdt.core.tests.dom
 
ASTConverterTest(String) - Constructor for class org.eclipse.jdt.core.tests.dom.ASTConverterTest
 
ASTConverterTest2 - Class in org.eclipse.jdt.core.tests.dom
 
ASTConverterTest2(String) - Constructor for class org.eclipse.jdt.core.tests.dom.ASTConverterTest2
 
ASTConverterTestAST3_2 - Class in org.eclipse.jdt.core.tests.dom
 
ASTConverterTestAST3_2(String) - Constructor for class org.eclipse.jdt.core.tests.dom.ASTConverterTestAST3_2
 
AstDirtyBitsRestorer - Class in org.jmlspecs.jml4.rac
 
AstDirtyBitsRestorer() - Constructor for class org.jmlspecs.jml4.rac.AstDirtyBitsRestorer
 
AstDirtyBitsRetriever - Class in org.jmlspecs.jml4.rac
 
AstDirtyBitsRetriever() - Constructor for class org.jmlspecs.jml4.rac.AstDirtyBitsRetriever
 
ASTHolderCUInfo - Class in org.eclipse.jdt.internal.core
 
ASTHolderCUInfo() - Constructor for class org.eclipse.jdt.internal.core.ASTHolderCUInfo
 
ASTImplTests - Class in org.eclipse.jdt.core.tests.compiler.regression
A tests series especially meant to validate the internals of our AST implementation.
ASTImplTests(String) - Constructor for class org.eclipse.jdt.core.tests.compiler.regression.ASTImplTests
 
astInternalJLS2() - Static method in class org.eclipse.jdt.core.tests.dom.AbstractASTTests
 
astLevel - Variable in class org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation
 
ASTMatcher - Class in org.eclipse.jdt.core.dom
Concrete superclass and default implementation of an AST subtree matcher.
ASTMatcher() - Constructor for class org.eclipse.jdt.core.dom.ASTMatcher
Creates a new AST matcher instance.
ASTMatcher(boolean) - Constructor for class org.eclipse.jdt.core.dom.ASTMatcher
Creates a new AST matcher instance.
ASTMatcherTest - Class in org.eclipse.jdt.core.tests.dom
Test suite for ASTMatcher and ASTNode.subtreeMatch.
ASTMatcherTest(String, int) - Constructor for class org.eclipse.jdt.core.tests.dom.ASTMatcherTest
 
AstMerger - Class in org.jmlspecs.jml4.rac
Merges two compilation unit ASTs.
AstMerger(CompilationUnitDeclaration, CompilationUnitDeclaration) - Constructor for class org.jmlspecs.jml4.rac.AstMerger
Creates a new merger that merges the given fromCU to toCU.
AstMergerTest - Class in org.jmlspecs.eclipse.jdt.core.tests.rac
Tests merging of two ASTs, one from Java compiler and the other from RAC code generation.
AstMergerTest(String) - Constructor for class org.jmlspecs.eclipse.jdt.core.tests.rac.AstMergerTest
 
ASTModelBridgeTests - Class in org.eclipse.jdt.core.tests.dom
 
ASTModelBridgeTests(String) - Constructor for class org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests
 
ASTNode - Class in org.eclipse.jdt.core.dom
Abstract superclass of all Abstract Syntax Tree (AST) node types.
astNode - Variable in exception org.eclipse.jdt.internal.codeassist.complete.CompletionNodeFound
 
ASTNode - Class in org.eclipse.jdt.internal.compiler.ast
 
ASTNode() - Constructor for class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
ASTNodeFinder - Class in org.eclipse.jdt.internal.core.util
Finds an ASTNode given an IJavaElement in a CompilationUnitDeclaration
ASTNodeFinder(CompilationUnitDeclaration) - Constructor for class org.eclipse.jdt.internal.core.util.ASTNodeFinder
 
ASTORE - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
astore(int) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
ASTORE_0 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
astore_0() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
ASTORE_1 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
astore_1() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
ASTORE_2 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
astore_2() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
ASTORE_3 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
astore_3() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
ASTParser - Class in org.eclipse.jdt.core.dom
A Java language parser for creating abstract syntax trees (ASTs).
ASTParserTest - Class in org.eclipse.jdt.core.tests.dom
 
ASTParserTest(String, int) - Constructor for class org.eclipse.jdt.core.tests.dom.ASTParserTest
 
ASTPositionsTest - Class in org.eclipse.jdt.core.tests.dom
 
ASTPositionsTest(String) - Constructor for class org.eclipse.jdt.core.tests.dom.ASTPositionsTest
 
ASTRequestor - Class in org.eclipse.jdt.core.dom
An AST requestor handles ASTs for compilation units passed to ASTParser.createASTs.
ASTRewrite - Class in org.eclipse.jdt.core.dom.rewrite
Infrastructure for modifying code by describing changes to AST nodes.
ASTRewriteAnalyzer - Class in org.eclipse.jdt.internal.core.dom.rewrite
Infrastructure to support code modifications.
ASTRewriteAnalyzer(char[], LineInformation, String, TextEdit, RewriteEventStore, NodeInfoStore, List, Map, TargetSourceRangeComputer) - Constructor for class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer
Constructor for ASTRewriteAnalyzer.
ASTRewriteFlattener - Class in org.eclipse.jdt.internal.core.dom.rewrite
 
ASTRewriteFlattener(RewriteEventStore) - Constructor for class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
ASTRewritingExpressionsTest - Class in org.eclipse.jdt.core.tests.rewrite.describing
 
ASTRewritingExpressionsTest(String) - Constructor for class org.eclipse.jdt.core.tests.rewrite.describing.ASTRewritingExpressionsTest
 
ASTRewritingGroupNodeTest - Class in org.eclipse.jdt.core.tests.rewrite.describing
 
ASTRewritingGroupNodeTest(String) - Constructor for class org.eclipse.jdt.core.tests.rewrite.describing.ASTRewritingGroupNodeTest
 
ASTRewritingInsertBoundTest - Class in org.eclipse.jdt.core.tests.rewrite.describing
 
ASTRewritingInsertBoundTest(String) - Constructor for class org.eclipse.jdt.core.tests.rewrite.describing.ASTRewritingInsertBoundTest
 
ASTRewritingJavadocTest - Class in org.eclipse.jdt.core.tests.rewrite.describing
 
ASTRewritingJavadocTest(String) - Constructor for class org.eclipse.jdt.core.tests.rewrite.describing.ASTRewritingJavadocTest
 
ASTRewritingMethodDeclTest - Class in org.eclipse.jdt.core.tests.rewrite.describing
 
ASTRewritingMethodDeclTest(String) - Constructor for class org.eclipse.jdt.core.tests.rewrite.describing.ASTRewritingMethodDeclTest
 
ASTRewritingModifyingCopyTest - Class in org.eclipse.jdt.core.tests.rewrite.modifying
 
ASTRewritingModifyingCopyTest(String) - Constructor for class org.eclipse.jdt.core.tests.rewrite.modifying.ASTRewritingModifyingCopyTest
 
ASTRewritingModifyingInsertTest - Class in org.eclipse.jdt.core.tests.rewrite.modifying
 
ASTRewritingModifyingInsertTest(String) - Constructor for class org.eclipse.jdt.core.tests.rewrite.modifying.ASTRewritingModifyingInsertTest
 
ASTRewritingModifyingMoveTest - Class in org.eclipse.jdt.core.tests.rewrite.modifying
 
ASTRewritingModifyingMoveTest(String) - Constructor for class org.eclipse.jdt.core.tests.rewrite.modifying.ASTRewritingModifyingMoveTest
 
ASTRewritingModifyingOtherTest - Class in org.eclipse.jdt.core.tests.rewrite.modifying
 
ASTRewritingModifyingOtherTest(String) - Constructor for class org.eclipse.jdt.core.tests.rewrite.modifying.ASTRewritingModifyingOtherTest
 
ASTRewritingModifyingRemoveTest - Class in org.eclipse.jdt.core.tests.rewrite.modifying
 
ASTRewritingModifyingRemoveTest(String) - Constructor for class org.eclipse.jdt.core.tests.rewrite.modifying.ASTRewritingModifyingRemoveTest
 
ASTRewritingModifyingReplaceTest - Class in org.eclipse.jdt.core.tests.rewrite.modifying
 
ASTRewritingModifyingReplaceTest(String) - Constructor for class org.eclipse.jdt.core.tests.rewrite.modifying.ASTRewritingModifyingReplaceTest
 
ASTRewritingModifyingTest - Class in org.eclipse.jdt.core.tests.rewrite.modifying
 
ASTRewritingModifyingTest(String) - Constructor for class org.eclipse.jdt.core.tests.rewrite.modifying.ASTRewritingModifyingTest
 
ASTRewritingMoveCodeTest - Class in org.eclipse.jdt.core.tests.rewrite.describing
 
ASTRewritingMoveCodeTest(String) - Constructor for class org.eclipse.jdt.core.tests.rewrite.describing.ASTRewritingMoveCodeTest
 
ASTRewritingRevertTest - Class in org.eclipse.jdt.core.tests.rewrite.describing
 
ASTRewritingRevertTest(String) - Constructor for class org.eclipse.jdt.core.tests.rewrite.describing.ASTRewritingRevertTest
 
ASTRewritingStatementsTest - Class in org.eclipse.jdt.core.tests.rewrite.describing
 
ASTRewritingStatementsTest(String) - Constructor for class org.eclipse.jdt.core.tests.rewrite.describing.ASTRewritingStatementsTest
 
ASTRewritingTest - Class in org.eclipse.jdt.core.tests.rewrite.describing
 
ASTRewritingTest(String) - Constructor for class org.eclipse.jdt.core.tests.rewrite.describing.ASTRewritingTest
 
ASTRewritingTrackingTest - Class in org.eclipse.jdt.core.tests.rewrite.describing
 
ASTRewritingTrackingTest(String) - Constructor for class org.eclipse.jdt.core.tests.rewrite.describing.ASTRewritingTrackingTest
 
ASTRewritingTypeDeclTest - Class in org.eclipse.jdt.core.tests.rewrite.describing
 
ASTRewritingTypeDeclTest(String) - Constructor for class org.eclipse.jdt.core.tests.rewrite.describing.ASTRewritingTypeDeclTest
 
asts - Variable in class org.eclipse.jdt.core.tests.dom.BatchASTCreationTests.TestASTRequestor
 
ASTStructuralPropertyTest - Class in org.eclipse.jdt.core.tests.dom
 
ASTStructuralPropertyTest(String, int) - Constructor for class org.eclipse.jdt.core.tests.dom.ASTStructuralPropertyTest
 
ASTTest - Class in org.eclipse.jdt.core.tests.dom
 
ASTTest(String, int) - Constructor for class org.eclipse.jdt.core.tests.dom.ASTTest
 
ASTVisitor - Class in org.eclipse.jdt.core.dom
A visitor for abstract syntax trees.
ASTVisitor() - Constructor for class org.eclipse.jdt.core.dom.ASTVisitor
Creates a new AST visitor instance.
ASTVisitor(boolean) - Constructor for class org.eclipse.jdt.core.dom.ASTVisitor
Creates a new AST visitor instance.
ASTVisitor - Class in org.eclipse.jdt.internal.compiler
A visitor for iterating through the parse tree.
ASTVisitor() - Constructor for class org.eclipse.jdt.internal.compiler.ASTVisitor
 
ASTVisitorTest - Class in org.eclipse.jdt.core.tests.dom
 
ASTVisitorTest(String, int) - Constructor for class org.eclipse.jdt.core.tests.dom.ASTVisitorTest
 
AT_GHOST - Static variable in interface org.jmlspecs.jml4.rac.RacConstants
Ghost annotation.
AT_MODEL - Static variable in interface org.jmlspecs.jml4.rac.RacConstants
Model annotation.
atEnd() - Method in class org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper
 
atEnd() - Method in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
atEnd() - Method in class org.eclipse.jdt.internal.core.util.PublicScanner
 
ATHROW - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
athrow() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
athrow() - Method in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream
 
attach(RecoveredAnnotation[], int, int, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredField
 
attach(RecoveredAnnotation[], int, int, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredLocalVariable
 
attach(RecoveredAnnotation[], int, int, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredMethod
 
attach(RecoveredAnnotation[], int, int, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredType
 
AttachedJavadocTests - Class in org.eclipse.jdt.core.tests.model
 
AttachedJavadocTests(String) - Constructor for class org.eclipse.jdt.core.tests.model.AttachedJavadocTests
 
attachMethodDeclsToMethodBindings(AbstractMethodDeclaration[]) - Static method in class org.jmlspecs.jml4.lookup.JmlSourceLookup
 
attachSource(IPath, IPath, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IPackageFragmentRoot
Attaches the source archive identified by the given absolute path to this binary package fragment root.
attachSource(IPath, IPath, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.PackageFragmentRoot
 
AttachSourceTests - Class in org.eclipse.jdt.core.tests.model
TO DO: - source attachment on external jar.
AttachSourceTests(String) - Constructor for class org.eclipse.jdt.core.tests.model.AttachSourceTests
 
AttemptBroadenReturnNullity - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
attemptBroadenReturnNullity(JmlMethodDeclaration, TypeReference) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
AttemptNarrowParameterNullity - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
attemptToAssignNullValue(Assignment) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
attemptToAssignNullValue(AbstractVariableDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
attemptToDereferenceNullValue(QualifiedNameReference) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
attemptToDereferenceNullValue(QualifiedNameReference, int) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
attemptToDereferenceNullValue(Expression) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
attemptToReturnNonVoidExpression(ReturnStatement, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
attemptToReturnNullValue(ReturnStatement) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
attemptToReturnVoidValue(ReturnStatement) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
attemptToSendNullValue(ExplicitConstructorCall, int, String) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
attemptToSendNullValue(MessageSend, int, String) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
attemptToSendNullValue(AllocationExpression, int, String) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
attemptToSendToNullValue(MessageSend) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
ATTR_LINES - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
 
ATTR_SOURCE - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
 
ATTR_STACK_MAP - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
 
ATTR_STACK_MAP_TABLE - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
 
ATTR_VARS - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
 
ATTRIBUTE_BOOLEAN - Static variable in class org.eclipse.core.internal.resources.MarkerReader_1
 
ATTRIBUTE_BOOLEAN - Static variable in class org.eclipse.core.internal.resources.MarkerReader_2
 
ATTRIBUTE_BOOLEAN - Static variable in class org.eclipse.core.internal.resources.MarkerReader_3
 
ATTRIBUTE_BOOLEAN - Static variable in class org.eclipse.core.internal.resources.MarkerSnapshotReader_1
 
ATTRIBUTE_BOOLEAN - Static variable in class org.eclipse.core.internal.resources.MarkerSnapshotReader_2
 
ATTRIBUTE_BOOLEAN - Static variable in class org.eclipse.core.internal.resources.MarkerWriter
 
ATTRIBUTE_INTEGER - Static variable in class org.eclipse.core.internal.resources.MarkerReader_1
 
ATTRIBUTE_INTEGER - Static variable in class org.eclipse.core.internal.resources.MarkerReader_2
 
ATTRIBUTE_INTEGER - Static variable in class org.eclipse.core.internal.resources.MarkerReader_3
 
ATTRIBUTE_INTEGER - Static variable in class org.eclipse.core.internal.resources.MarkerSnapshotReader_1
 
ATTRIBUTE_INTEGER - Static variable in class org.eclipse.core.internal.resources.MarkerSnapshotReader_2
 
ATTRIBUTE_INTEGER - Static variable in class org.eclipse.core.internal.resources.MarkerWriter
 
ATTRIBUTE_NOT_SUPPORTED - Static variable in class org.eclipse.jdt.core.ClasspathContainerInitializer
Status code indicating that an attribute is not supported.
ATTRIBUTE_NULL - Static variable in class org.eclipse.core.internal.resources.MarkerReader_1
 
ATTRIBUTE_NULL - Static variable in class org.eclipse.core.internal.resources.MarkerReader_2
 
ATTRIBUTE_NULL - Static variable in class org.eclipse.core.internal.resources.MarkerReader_3
 
ATTRIBUTE_NULL - Static variable in class org.eclipse.core.internal.resources.MarkerSnapshotReader_1
 
ATTRIBUTE_NULL - Static variable in class org.eclipse.core.internal.resources.MarkerSnapshotReader_2
 
ATTRIBUTE_NULL - Static variable in class org.eclipse.core.internal.resources.MarkerWriter
 
ATTRIBUTE_READ_ONLY - Static variable in class org.eclipse.jdt.core.ClasspathContainerInitializer
Status code indicating that an attribute is not modifiable.
ATTRIBUTE_STRING - Static variable in class org.eclipse.core.internal.resources.MarkerReader_1
 
ATTRIBUTE_STRING - Static variable in class org.eclipse.core.internal.resources.MarkerReader_2
 
ATTRIBUTE_STRING - Static variable in class org.eclipse.core.internal.resources.MarkerReader_3
 
ATTRIBUTE_STRING - Static variable in class org.eclipse.core.internal.resources.MarkerSnapshotReader_1
 
ATTRIBUTE_STRING - Static variable in class org.eclipse.core.internal.resources.MarkerSnapshotReader_2
 
ATTRIBUTE_STRING - Static variable in class org.eclipse.core.internal.resources.MarkerWriter
 
AttributeNamesConstants - Interface in org.eclipse.jdt.internal.compiler.codegen
 
attributes(IResource) - Method in class org.eclipse.core.internal.localstore.FileSystemResourceManager
 
attributesToFileInfo(ResourceAttributes) - Static method in class org.eclipse.core.internal.utils.FileUtil
Converts a ResourceAttributes object into an IFileInfo object.
AUTO_BUILD - Static variable in class org.eclipse.core.resources.IncrementalProjectBuilder
Build kind constant (value 9) indicating an automatic build request.
AUTOBOX_COMPATIBLE - Static variable in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
AutoBoxing - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
autoboxing(Expression, TypeBinding, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
AutoBoxingTest - Class in org.eclipse.jdt.core.tests.compiler.regression
 
AutoBoxingTest(String) - Constructor for class org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest
 
AUTOBUILD - Static variable in interface org.eclipse.core.internal.resources.IModelObjectConstants
 
AutomatedTests - Class in org.eclipse.core.tests.resources
Runs the sniff tests for the build.
AutomatedTests() - Constructor for class org.eclipse.core.tests.resources.AutomatedTests
 
AutomatedTests(String) - Constructor for class org.eclipse.core.tests.resources.AutomatedTests
 
available() - Method in class org.eclipse.core.internal.localstore.SafeChunkyInputStream
 
available() - Method in class org.eclipse.jdt.core.tests.runtime.VMInputStream
 
availableFields() - Method in class org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding
 
availableFields() - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
Return the array of resolvable fields (resilience)
availableMethods() - Method in class org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding
 
availableMethods() - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
Return the array of resolvable methods (resilience)
AVERAGE - Static variable in class org.eclipse.test.internal.performance.InternalPerformanceMeter
 
AVOID_NATURE_CONFIG - Static variable in interface org.eclipse.core.resources.IResource
Update flag constant (bit mask value 64) indicating that setting the project description should not attempt to configure and de-configure natures.
AVOID_UPDATE - Static variable in interface org.eclipse.core.resources.IWorkspace
flag constant (bit mask value 1) indicating that resource change notifications should be avoided during the invocation of a compound resource changing operation.
awaitingJobsCount() - Method in class org.eclipse.jdt.internal.core.search.processing.JobManager
Answer the amount of awaiting jobs.
Axiom - Annotation Type in org.jmlspecs.annotation
 
AxiomDefinitions - Annotation Type in org.jmlspecs.annotation
 

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 _