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 - Variable in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
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
 
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.
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
 
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
 
AbstractCommentParser - Class in org.eclipse.jdt.internal.compiler.parser
Parser specialized for decoding javadoc comments
AbstractCommentParser(Parser) - Constructor for class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
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.
AbstractImageBuilder(JavaBuilder, boolean, State) - Constructor for class org.eclipse.jdt.internal.core.builder.AbstractImageBuilder
 
AbstractIndexer - Class in org.eclipse.jdt.internal.core.search.indexing
 
AbstractIndexer(SearchDocument) - Constructor for class org.eclipse.jdt.internal.core.search.indexing.AbstractIndexer
 
AbstractJavaSearchScope - Class in org.eclipse.jdt.internal.core.search
 
AbstractJavaSearchScope() - Constructor for class org.eclipse.jdt.internal.core.search.AbstractJavaSearchScope
 
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
 
abstractMethodInConcreteClass(SourceTypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
AbstractMethodInEnum - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
AbstractMethodMustBeImplemented - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
abstractMethodMustBeImplemented(SourceTypeBinding, MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
abstractMethodMustBeImplemented(SourceTypeBinding, MethodBinding, MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
AbstractMethodMustBeImplementedOverConcreteMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
abstractMethodNeedingNoBody(AbstractMethodDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
AbstractMethodsInConcreteClass - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
AbstractSearchScope - Class in org.eclipse.jdt.internal.core.search
 
AbstractSearchScope() - Constructor for class org.eclipse.jdt.internal.core.search.AbstractSearchScope
 
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(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(ICompilationUnit, AccessRestriction) - Method in class org.eclipse.jdt.internal.codeassist.CompletionEngine
 
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_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.
acceptAnnotation(Annotation, AnnotatableInfo, JavaElement) - Method in class org.eclipse.jdt.internal.codeassist.CompletionUnitStructureRequestor
 
acceptAnnotation(Annotation, AnnotatableInfo, JavaElement) - Method in class org.eclipse.jdt.internal.core.CompilationUnitStructureRequestor
 
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(String, CompilationUnit) - Method in class org.eclipse.jdt.core.dom.FileASTRequestor
Accepts an AST corresponding to the compilation unit.
acceptBinaryMethod(IType, char[], char[][], char[][], String[], char[][], char[][][], char[], boolean) - Method in class org.eclipse.jdt.internal.core.SelectionRequestor
Resolve the binary method fix for 1FWFT6Q
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.dom.FileASTRequestor
Accepts a binding corresponding to the binding key.
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.
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.internal.core.eval.RequestorWrapper
 
acceptClassFiles(ClassFile[], char[]) - Method in interface org.eclipse.jdt.internal.eval.IRequestor
 
acceptConstructor(int, char[], int, char[], char[][], char[][], int, char[], int, String, AccessRestriction) - Method in class org.eclipse.jdt.internal.codeassist.CompletionEngine
 
acceptConstructor(int, char[], int, char[], char[][], char[][], int, char[], int, String, AccessRestriction) - Method in interface org.eclipse.jdt.internal.codeassist.ISearchRequestor
 
acceptConstructor(int, char[], int, char[], char[][], char[][], int, char[], int, String, AccessRestriction) - Method in class org.eclipse.jdt.internal.codeassist.SelectionEngine
 
acceptConstructor(int, char[], int, char[], char[][], char[][], int, char[], int, String, AccessRestriction) - Method in interface org.eclipse.jdt.internal.core.search.IRestrictedAccessConstructorRequestor
 
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.
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[], 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 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 interface org.eclipse.jdt.internal.compiler.IDocumentElementRequestor
 
acceptImport(int, int, int, int, char[][], boolean, int) - Method in interface org.eclipse.jdt.internal.compiler.ISourceElementRequestor
 
acceptImport(int, int, int, int, char[][], boolean, int) - Method in class org.eclipse.jdt.internal.compiler.SourceElementRequestorAdapter
 
acceptImport(int, int, 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, int, int, char[][], boolean, int) - Method in class org.eclipse.jdt.internal.core.jdom.SimpleDOMBuilder
Deprecated.  
acceptImport(int, int, int, int, char[][], boolean, int) - Method in class org.eclipse.jdt.internal.core.search.indexing.SourceIndexerRequestor
 
acceptImport(int, int, 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 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.
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 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(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.core.SelectionRequestor
 
acceptMatch(String, String, char, SearchPattern, IndexQueryRequestor, SearchParticipant, IJavaSearchScope) - Method in class org.eclipse.jdt.core.search.SearchPattern
 
acceptMatch(String, String, char, SearchPattern, IndexQueryRequestor, SearchParticipant, IJavaSearchScope, IProgressMonitor) - Method in class org.eclipse.jdt.core.search.SearchPattern
 
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[], 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.
acceptMethodDeclaration(IType, char[], int, int) - Method in class org.eclipse.jdt.internal.core.SelectionRequestor
 
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(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(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
 
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.
acceptSecondaryType(ClassFile) - Method in class org.eclipse.jdt.internal.core.builder.AbstractImageBuilder
 
acceptSecondaryType(ClassFile) - Method in class org.eclipse.jdt.internal.core.builder.BatchImageBuilder
 
acceptSourceMethod(IType, char[], char[][], char[][], String[], char[][], char[][][], char[]) - Method in class org.eclipse.jdt.internal.core.SelectionRequestor
Resolve the source method fix for 1FWFT6Q
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(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(IType, int, boolean) - Method in class org.eclipse.jdt.internal.core.NameLookup
Returns true if: the given type is an existing class and the flag's ACCEPT_CLASSES bit is on the given type is an existing interface and the ACCEPT_INTERFACES bit is on neither the ACCEPT_CLASSES or ACCEPT_INTERFACES bit is on Otherwise, false is returned.
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.
acceptType(IType) - 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(ISourceElementRequestor.TypeParameterInfo, JavaElementInfo) - Method in class org.eclipse.jdt.internal.core.CompilationUnitStructureRequestor
 
acceptTypeParameter(char[], char[], char[], boolean, int, int) - Method in class org.eclipse.jdt.internal.core.SelectionRequestor
 
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 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.
accessFlags - Variable in class org.eclipse.jdt.internal.compiler.classfmt.FieldInfo
 
accessFlags - Variable in class org.eclipse.jdt.internal.compiler.classfmt.MethodInfo
 
accessibility - Variable in class org.eclipse.jdt.internal.codeassist.InternalCompletionProposal
 
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
 
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(SourceTypeBinding) - Method in class org.eclipse.jdt.internal.compiler.ClassFilePool
 
action() - Method in class java_cup.production
An action_part containing code for the action to be performed when we reduce with this production.
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_code - Static variable in class java_cup.emit
User declarations for direct inclusion in user action class.
action_code_time - Static variable in class java_cup.emit
Time to produce action code class.
action_part - Class in java_cup
This class represents a part of a production which contains an action.
action_part(String) - Constructor for class java_cup.action_part
Simple constructor.
action_production - Class in java_cup
A specialized version of a production used when we split an existing production in order to remove an embedded action.
action_production(production, non_terminal, production_part[], int, String, int) - Constructor for class java_cup.action_production
Constructor.
action_tab - Variable in class java_cup.runtime.lr_parser
Direct reference to the action table.
action_table - Static variable in class java_cup.Main
Resulting parse action table.
action_table() - Method in class java_cup.runtime.lr_parser
The action table (supplied by generated subclass).
action_table_time - Static variable in class java_cup.emit
Time to produce the action table.
actions - Variable in class org.eclipse.jdt.internal.core.JavaModelOperation
 
actionsEnd - Variable in class org.eclipse.jdt.internal.core.JavaModelOperation
 
actionsStart - Variable in class org.eclipse.jdt.internal.core.JavaModelOperation
 
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
actualOuterLocalVariable - Variable in class org.eclipse.jdt.internal.compiler.lookup.SyntheticArgumentBinding
 
actualReceiverType - Variable in class org.eclipse.jdt.internal.compiler.ast.FieldReference
 
actualReceiverType - Variable in class org.eclipse.jdt.internal.compiler.ast.MessageSend
 
actualReceiverType - Variable in class org.eclipse.jdt.internal.compiler.ast.NameReference
 
actualType() - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
May return an UnresolvedReferenceBinding.
add(lalr_item) - Method in class java_cup.lalr_item_set
Add a singleton item, merging lookahead sets if the item is already part of the set.
add(lalr_item_set) - Method in class java_cup.lalr_item_set
Add a complete set, merging lookaheads where items are already in the set
add(symbol) - Method in class java_cup.symbol_set
Add a single symbol to the set.
add(symbol_set) - Method in class java_cup.symbol_set
Add (union) in a complete set.
add(terminal) - Method in class java_cup.terminal_set
Add a single terminal to the set.
add(terminal_set) - Method in class java_cup.terminal_set
Add (union) in a complete set.
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(FieldDeclaration, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredField
 
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_production(production) - Method in class java_cup.non_terminal
Add a production to our set of productions.
add_propagate(lalr_item) - Method in class java_cup.lalr_item
Add a new item to the set of items we propagate to.
add_transition(symbol, lalr_state) - Method in class java_cup.lalr_state
Add a transition out of this state to another.
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 bogus method.
addAction(JavaModelOperation.IPostAction) - Method in class org.eclipse.jdt.internal.core.JavaModelOperation
 
addAffectedChild(JavaElementDelta) - Method in class org.eclipse.jdt.internal.core.JavaElementDelta
Adds the child delta to the collection of affected children.
addAffectedSourceFiles() - Method in class org.eclipse.jdt.internal.core.builder.IncrementalImageBuilder
 
addAffectedSourceFiles(StringSet, StringSet, StringSet, StringSet) - Method in class org.eclipse.jdt.internal.core.builder.IncrementalImageBuilder
 
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
 
addAllSourceFiles(ArrayList) - Method in class org.eclipse.jdt.internal.core.builder.AbstractImageBuilder
 
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
 
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
addBlockStatement(RecoveredBlock) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredElement
 
addBuffer(IBuffer) - Method in class org.eclipse.jdt.internal.core.BufferManager
Adds a buffer to the table of open buffers.
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.internal.core.Buffer
 
addCategories(IJavaElement, char[][]) - Method in class org.eclipse.jdt.internal.core.SourceTypeElementInfo
 
addChange(ICompilationUnit, IJavaElementDelta) - Method in class org.eclipse.jdt.internal.core.hierarchy.ChangeCollector
 
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(IDOMNode) - Method in class org.eclipse.jdt.internal.core.jdom.AbstractDOMBuilder
Deprecated. Adds the given node to the current enclosing scope, building the JDOM tree.
addChild(IDOMNode) - Method in class org.eclipse.jdt.internal.core.jdom.DOMBuilder
Deprecated. Adds the given node to the current enclosing scope, building the JDOM tree.
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.
addChild(IJavaElement) - Method in class org.eclipse.jdt.internal.core.OpenableElementInfo
 
addClassDeclaration(int, char[], char[], char[][], char[], char[][], char[][], boolean) - Method in class org.eclipse.jdt.internal.core.search.indexing.AbstractIndexer
 
addClasspathChange(IProject, IClasspathEntry[], IPath, IClasspathEntry[]) - Method in class org.eclipse.jdt.internal.core.DeltaProcessingState
 
addClasspathChange() - Method in class org.eclipse.jdt.internal.core.JavaModelManager.PerProjectInfo
 
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.
addCompilationUnit(ICompilationUnit, CompilationUnitDeclaration) - Method in class org.eclipse.jdt.internal.compiler.Compiler
 
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[], int, char[], char[][], char[][], int, char[], int, char[][], int) - 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
 
addCPResolutionBPListener(JavaProject.ClasspathResolutionBreakpointListener) - Static method in class org.eclipse.jdt.internal.core.JavaProject
 
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.
addDefaultConstructorDeclaration(char[], char[], int, int) - Method in class org.eclipse.jdt.internal.core.search.indexing.AbstractIndexer
 
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
 
addDelta(IJavaElementDelta) - Method in class org.eclipse.jdt.internal.core.JavaModelOperation
 
addDependencies(String[]) - Method in class org.eclipse.jdt.internal.core.builder.ReferenceCollection
 
addDependentsOf(IPath, boolean) - Method in class org.eclipse.jdt.internal.core.builder.IncrementalImageBuilder
 
addDependentsOf(IPath, boolean, StringSet, StringSet, StringSet) - Method in class org.eclipse.jdt.internal.core.builder.IncrementalImageBuilder
 
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(Object) - Method in class org.eclipse.jdt.internal.core.index.EntryResult
 
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
 
addedFiles - Variable in class org.eclipse.jdt.internal.core.builder.CompilationParticipantResult
 
addElement(IJavaElement) - Method in class org.eclipse.jdt.internal.core.SelectionRequestor
 
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
 
addEntryToClasspath(IClasspathEntry, IWorkspaceRoot) - Method in class org.eclipse.jdt.internal.core.CopyPackageFragmentRootOperation
 
addEnumDeclaration(int, char[], char[], char[][], char[], char[][], boolean) - Method in class org.eclipse.jdt.internal.core.search.indexing.AbstractIndexer
 
addEvaluationResultForCompilationProblem(Map, CategorizedProblem, char[]) - Method in class org.eclipse.jdt.internal.eval.CodeSnippetEvaluator
 
addEvaluationResultForCompilationProblem(Map, CategorizedProblem, char[]) - Method in class org.eclipse.jdt.internal.eval.Evaluator
Adds the given problem to the corresponding evaluation result in the given table.
addEvaluationResultForCompilationProblem(Map, CategorizedProblem, char[]) - Method in class org.eclipse.jdt.internal.eval.VariablesEvaluator
 
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
 
addExternalFolderChange(JavaProject, IClasspathEntry[]) - Method in class org.eclipse.jdt.internal.core.DeltaProcessingState
 
addExtraProblems(CategorizedProblem) - Method in class org.eclipse.jdt.internal.compiler.batch.Main
 
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
 
addFolder(IPath, boolean) - 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.AbstractIndexer
 
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
 
addInterface(IType) - Method in class org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy
Adds the type to the collection of interfaces.
addInterfaceDeclaration(int, char[], char[], char[][], char[][], char[][], boolean) - Method in class org.eclipse.jdt.internal.core.search.indexing.AbstractIndexer
 
addInvalidArchive(IPath) - Method in class org.eclipse.jdt.internal.core.JavaModelManager
 
AdditionalTypeCollection - Class in org.eclipse.jdt.internal.core.builder
 
AdditionalTypeCollection(char[][], char[][][], char[][], char[][]) - Constructor for class org.eclipse.jdt.internal.core.builder.AdditionalTypeCollection
 
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
 
addLocal(int, VerificationTypeInfo) - Method in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrame
 
addLocalType(TypeDeclaration) - Method in class org.eclipse.jdt.internal.compiler.lookup.BlockScope
 
addLocalVariable(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.BlockScope
 
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
 
addNewEntry(ArrayList, String, ArrayList, String, String, boolean, boolean) - Method in class org.eclipse.jdt.internal.compiler.batch.Main
 
addNonChainingJar(IPath) - Method in class org.eclipse.jdt.internal.core.JavaModelManager
 
addNullInfoFrom(FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.flow.ConditionalFlowInfo
 
addNullInfoFrom(FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.flow.FlowInfo
Add all null information from otherInits to this flow info and return this.
addNullInfoFrom(FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo
 
addParameter(String, String) - Method in interface org.eclipse.jdt.core.jdom.IDOMMethod
Deprecated. Adds the given parameter to the end of the parameter list.
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(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.
addProjectReferenceChange(JavaProject, IClasspathEntry[]) - Method in class org.eclipse.jdt.internal.core.DeltaProcessingState
 
addReconcileDelta(ICompilationUnit, IJavaElementDelta) - Method in class org.eclipse.jdt.internal.core.JavaModelOperation
 
addReplaceEdit(int, int, String) - Method in class org.eclipse.jdt.internal.formatter.Scribe
 
addResourceDelta(IResourceDelta) - Method in class org.eclipse.jdt.internal.core.JavaElementDelta
Adds the child delta to the collection of affected children.
addRootClass(IType) - Method in class org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy
Adds the type to the collection of root classes if the classes is not already present in the collection.
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.
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.
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.
addSubscope(Scope) - Method in class org.eclipse.jdt.internal.compiler.lookup.BlockScope
 
addSubtype(IType, IType) - Method in class org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy
Adds the given subtype to the type.
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).
AddSuppressed - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
AddSuppressedSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
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
 
addSyntheticBridgeMethod(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.
addSyntheticEnumInitializationMethod(SyntheticMethodBinding) - Method in class org.eclipse.jdt.internal.compiler.ClassFile
 
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, 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.
addSyntheticMethodForEnumInitialization(int, int) - Method in class org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
 
addSyntheticMethodForSwitchEnum(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
 
addSyntheticSwitchTable(SyntheticMethodBinding) - Method in class org.eclipse.jdt.internal.compiler.ClassFile
 
addToBuildSpec(String) - Method in class org.eclipse.jdt.internal.core.JavaProject
Adds a builder to the build spec for the given project.
addToParentInfo(Openable) - Method in class org.eclipse.jdt.internal.core.ModelUpdater
Adds the given child handle to its parent's cache of children.
addToResult(char[][]) - Method in class org.eclipse.jdt.internal.core.search.matching.SuperTypeNamesCollector
 
addTrustedMatch(ASTNode, boolean) - Method in class org.eclipse.jdt.internal.core.search.matching.MatchingNodeSet
 
addTypeDeclaration(int, char[], char[], char[][], boolean) - Method in class org.eclipse.jdt.internal.core.search.indexing.AbstractIndexer
 
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
 
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
 
addVisibleLocalVariable(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
addWorkingCopies(SearchPattern, SearchDocument[], ICompilationUnit[], SearchParticipant) - Static method in class org.eclipse.jdt.internal.core.search.matching.MatchLocator
 
advance_lookahead() - Method in class java_cup.runtime.lr_parser
Advance to next "parse ahead" input Symbol.
afterEol(int) - Method in class org.eclipse.jdt.internal.compiler.parser.diagnose.LexStream
 
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(int, 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_annotation - 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_method_declaration - 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_resources_in_try - 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
 
alignment_for_union_type_in_multicatch - 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() - Method in class java_cup.lalr_item_set
Access to all elements of the set.
all() - Static method in class java_cup.lalr_state
Collection of all states.
all() - Static method in class java_cup.non_terminal
Access to all non-terminals.
all() - Static method in class java_cup.production
Access to all productions.
all() - Method in class java_cup.symbol_set
Access to all elements of the set.
all() - Static method in class java_cup.terminal
Access to all terminals.
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 variable in class org.eclipse.jdt.internal.compiler.impl.IrritantSet
 
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_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_POSSIBLE_TAGS - Static variable in interface org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadoc
 
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
 
allLocalsCounter - Variable in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
allocation - Variable in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
 
ALLOCATION - Static variable in class org.eclipse.jdt.internal.formatter.align.Alignment
 
AllocationExpression - Class in org.eclipse.jdt.internal.compiler.ast
 
AllocationExpression() - Constructor for class org.eclipse.jdt.internal.compiler.ast.AllocationExpression
 
allowBlankFinalFieldAssignment(FieldBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.BlockScope
Answer true if the receiver is suitable for assigning final blank fields.
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
 
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
 
alreadyDefinedLabel(char[], ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
alteredName - Variable in class org.eclipse.jdt.internal.core.CreateTypeMemberOperation
The name of the ASTNode that may be used to create this new element.
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
 
AmbiguousType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
analyseArguments(BlockScope, FlowContext, FlowInfo, MethodBinding, Expression[]) - Method in class org.eclipse.jdt.internal.compiler.ast.Statement
Analysing arguments of MessageSend, ExplicitConstructorCall, AllocationExpression.
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
 
analyseCloseableAllocation(BlockScope, FlowInfo, AllocationExpression) - Static method in class org.eclipse.jdt.internal.compiler.ast.FakedTrackingVariable
Compute/assign a tracking variable for a freshly allocated closeable value, using information from our white lists.
analyseCode(BlockScope, FlowContext, FlowInfo) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnBranchStatementLabel
 
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, 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, FlowContext, 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, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.SuperReference
 
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.ThisReference
 
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
 
analyseResourceLeaks - Variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
Should resources (objects of type Closeable) be analysed for matching calls to close()?
analysisIndex - Variable in class org.eclipse.jdt.internal.compiler.lookup.MethodScope
 
analyzeManifestContents(InputStream) - Method in class org.eclipse.jdt.internal.compiler.util.ManifestAnalyzer
Analyze the manifest contents.
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_PREFIX_START_LENGHT - 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
 
anchorElement - Variable in class org.eclipse.jdt.internal.core.CreateElementInCUOperation
The element that the newly created element is positioned relative to, as described by fInsertPosition, or null if the newly created element will be positioned last.
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_AND - Static variable in interface org.eclipse.jdt.internal.compiler.ast.OperatorIds
 
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
 
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
 
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
 
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(JavaElement, String, 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 class org.eclipse.jdt.internal.core.util.MementoTokenizer
 
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_MEMBERS_VALUE_PAIRS - Static variable in class org.eclipse.jdt.internal.formatter.align.Alignment
 
ANNOTATION_ON_FIELD - Static variable in interface org.eclipse.jdt.internal.formatter.ICodeFormatterConstants
annotation on a field
ANNOTATION_ON_LOCAL_VARIABLE - Static variable in interface org.eclipse.jdt.internal.formatter.ICodeFormatterConstants
annotation on a local variable
ANNOTATION_ON_METHOD - Static variable in interface org.eclipse.jdt.internal.formatter.ICodeFormatterConstants
annotation on a method
ANNOTATION_ON_PACKAGE - Static variable in interface org.eclipse.jdt.internal.formatter.ICodeFormatterConstants
annotation on a package
ANNOTATION_ON_PARAMETER - Static variable in interface org.eclipse.jdt.internal.formatter.ICodeFormatterConstants
annotation on a parameter
ANNOTATION_ON_TYPE - Static variable in interface org.eclipse.jdt.internal.formatter.ICodeFormatterConstants
annotation on a type
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
 
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
 
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
 
AnnotationNonNull - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
 
AnnotationNonNullByDefault - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
 
AnnotationNullable - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
 
AnnotationNullUnspecifiedByDefault - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
 
annotationNumber - Variable in class org.eclipse.jdt.internal.core.CompilationUnitElementInfo
 
AnnotationOverride - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
 
AnnotationPolymorphicSignature - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
 
annotationProcessorManager - Variable in class org.eclipse.jdt.internal.compiler.Compiler
 
annotationProcessorStartIndex - Variable in class org.eclipse.jdt.internal.compiler.Compiler
 
annotationRecoveryActivated - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
annotationRecoveryCheckPoint(int, int) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
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.classfmt.MethodInfoWithAnnotations
 
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.AnnotatableInfo
 
annotations - Variable in class org.eclipse.jdt.internal.core.LocalVariable
 
ANNOTATIONS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.PackageDeclaration
The "annotations" structural property of this node type (element type: Annotation) (added in JLS3 API).
AnnotationSafeVarargs - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
 
annotationsConsumed(Annotation[]) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredType
 
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
 
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_CONSTRUCTOR_INVOCATION - Static variable in class org.eclipse.jdt.core.CompletionProposal
Completion is a reference of a constructor of an anonymous class.
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 (child type: AnonymousClassDeclaration).
ANONYMOUS_CLASS_DECLARATION_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.EnumConstantDeclaration
The "anonymousClassDeclaration" structural property of this node type (child type: AnonymousClassDeclaration).
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
 
ANY_EXCEPTION - Static variable in class org.eclipse.jdt.internal.compiler.lookup.Binding
 
anyExceptionVariable - Variable in class org.eclipse.jdt.internal.compiler.ast.TryStatement
 
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 - 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 - Static variable in class org.eclipse.jdt.internal.core.JavaModelOperation
 
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_FRAME - Static variable in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrame
 
appendContents(CharArrayBuffer) - Method in class org.eclipse.jdt.internal.core.jdom.DOMNode
Deprecated. Appends the current contents of this document fragment to the given CharArrayBuffer.
appendContentsOfChildren(CharArrayBuffer) - Method in class org.eclipse.jdt.internal.core.jdom.DOMNode
Deprecated. Appends the contents of all children of this node to the given CharArrayBuffer.
appendFragmentedContents(CharArrayBuffer) - Method in class org.eclipse.jdt.internal.core.jdom.DOMNode
Deprecated. Appends the contents of this node to the given CharArrayBufer, using the original document and indicies as a form for the current attribute values of this node.
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.
applyCloseableWhitelists() - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
 
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
 
applyTextEdit(ICompilationUnit, TextEdit) - Method in class org.eclipse.jdt.internal.core.JavaModelOperation
 
areAllSet() - Method in class org.eclipse.jdt.internal.compiler.impl.IrritantSet
 
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
 
areIndexesReady - Variable in class org.eclipse.jdt.internal.core.search.PatternSearchJob
 
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
 
areSimilarMethods(String, String[], String, String[], String[]) - Static method in class org.eclipse.jdt.internal.core.Member
 
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
 
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_RECOVERY - Static variable in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
ARGUMENT_TYPE_RECOVERY - Static variable in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
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
 
argumentNames - Variable in class org.eclipse.jdt.internal.compiler.classfmt.MethodInfo
 
argumentNames - Variable in class org.eclipse.jdt.internal.core.SourceMethodElementInfo
For a source method (that is, a method contained in a compilation unit) this is a collection of the names of the parameters for this method, in the order the parameters are delcared.
argumentNamesIndex - Variable in class org.eclipse.jdt.internal.compiler.classfmt.MethodInfo
 
argumentPrefixes - Variable in class org.eclipse.jdt.internal.codeassist.impl.AssistOptions
 
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.eclipse.jdt.internal.core.SourceMethodElementInfo
 
ARGUMENTS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.ClassInstanceCreation
The "arguments" structural property of this node type (element type: Expression).
ARGUMENTS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.ConstructorInvocation
The "arguments" structural property of this node type (element type: Expression).
ARGUMENTS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.EnumConstantDeclaration
The "arguments" structural property of this node type (element type: Expression).
ARGUMENTS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.MethodInvocation
The "arguments" structural property of this node type (element type: Expression).
ARGUMENTS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.SuperConstructorInvocation
The "arguments" structural property of this node type (element type: Expression).
ARGUMENTS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.SuperMethodInvocation
The "arguments" structural property of this node type (element type: Expression).
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_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_INITIALIZER - Static variable in class org.eclipse.jdt.internal.formatter.align.Alignment
 
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 (child type: Expression).
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
 
arrayClone - Variable in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
 
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
 
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
 
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.
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
 
AsciiCharacterMatcher - Class in org.apache.tapestry.util.text
An object for matching a set of provided ASCII characters.
AsciiCharacterMatcher(String) - Constructor for class org.apache.tapestry.util.text.AsciiCharacterMatcher
Create a new ASCII character matcher for identifying the set of provided ASCII characters
AsciiCharacterTranslator - Class in org.apache.tapestry.util.text
An object that translates selected ASCII characters into equivalent strings.
AsciiCharacterTranslator(String[][]) - Constructor for class org.apache.tapestry.util.text.AsciiCharacterTranslator
Creates and initializes a new translator that translates the provided ASCII characters into strings.
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
 
ASSERT - Static variable in interface org.eclipse.jdt.internal.codeassist.impl.Keywords
 
ASSERT_STATEMENT - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type AssertStatement.
assertExpression - Variable in class org.eclipse.jdt.internal.compiler.ast.AssertStatement
 
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
 
AssertUsedAsAnIdentifier - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
ASSIGN - Static variable in class org.eclipse.jdt.core.dom.Assignment.Operator
= operator.
ASSIGN_TO_NONNULL - Static variable in class org.eclipse.jdt.internal.compiler.flow.FlowContext
 
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 - Static variable in class org.eclipse.jdt.internal.formatter.align.Alignment
 
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
 
AssignmentToMultiCatchParameter - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
AssignmentToResource - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ASSIST_PARSER - Static variable in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
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
 
assoc - Class in java_cup
 
assoc() - Constructor for class java_cup.assoc
 
associatedNode - Variable in class org.eclipse.jdt.internal.compiler.flow.FlowContext
 
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 JLS4 AST API and call AST.newAST(AST.JLS4) 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 JLS4 AST API and call AST.newAST(AST.JLS4) instead of using this constructor.
ast - Variable in class org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation
 
ast_missingCode - Static variable in class org.eclipse.jdt.internal.compiler.util.Messages
 
AST_STACK_INCREMENT - Static variable in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
ASTHolderCUInfo - Class in org.eclipse.jdt.internal.core
 
ASTHolderCUInfo() - Constructor for class org.eclipse.jdt.internal.core.ASTHolderCUInfo
 
astLengthPtr - Variable in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
astLengthPtr - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
astLengthStack - Variable in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
astLengthStack - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
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.
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).
astPtr - Variable in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
astPtr - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
ASTRequestor - Class in org.eclipse.jdt.core.dom
An AST requestor handles ASTs for compilation units passed to ASTParser.createASTs.
ASTRequestor() - Constructor for class org.eclipse.jdt.core.dom.ASTRequestor
Creates a new instance.
ASTRewrite - Class in org.eclipse.jdt.core.dom.rewrite
Infrastructure for modifying code by describing changes to AST nodes.
ASTRewrite(AST) - Constructor for class org.eclipse.jdt.core.dom.rewrite.ASTRewrite
Internal constructor.
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, RecoveryScannerData) - 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
 
astStack - Variable in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
astStack - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
AstStackIncrement - Static variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
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
 
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
 
ATT_HANDLE_ID - Static variable in class org.eclipse.jdt.core.JavaCore
Name of the handle id attribute in a Java marker.
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
 
ATTACHMENT_PROPERTY_DELIMITER - Static variable in class org.eclipse.jdt.internal.core.PackageFragmentRoot
The delimiter between the source path and root path in the attachment server property.
attachOrphanCompletionNode() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
attachOrphanCompletionNode() - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionParser
 
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
 
attemptToReturnNonVoidExpression(ReturnStatement, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
attemptToReturnVoidValue(ReturnStatement) - 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_NOT_SUPPORTED - Static variable in class org.eclipse.jdt.core.ClasspathContainerInitializer
Status code indicating that an attribute is not supported.
ATTRIBUTE_READ_ONLY - Static variable in class org.eclipse.jdt.core.ClasspathContainerInitializer
Status code indicating that an attribute is not modifiable.
attributeBytes - Variable in class org.eclipse.jdt.internal.compiler.classfmt.FieldInfo
 
attributeBytes - Variable in class org.eclipse.jdt.internal.compiler.classfmt.MethodInfo
 
AttributeNamesConstants - Interface in org.eclipse.jdt.internal.compiler.codegen
 
attributes - Variable in class org.eclipse.jdt.internal.core.JavaModelOperation
 
author_str - Static variable in class java_cup.version
Name of the author
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
 
AutoManagedResourceNotBelow17 - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
autoManagedResourcesNotBelow17(LocalDeclaration[]) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
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)
awaitingJobs - Variable in class org.eclipse.jdt.internal.core.search.processing.JobManager
 
awaitingJobsCount() - Method in class org.eclipse.jdt.internal.core.search.processing.JobManager
Answer the amount of awaiting jobs.

B

BAD_TEXT_EDIT_LOCATION - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status constant indicating that a text edit can not be applied as there is a problem with the text edit location.
badtoken() - Method in class org.eclipse.jdt.internal.compiler.parser.diagnose.LexStream
 
BALOAD - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
baload() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
base_action - Static variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
base_check(int) - Static method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
base_production() - Method in class java_cup.action_production
The production we were taken out of.
BASE_TYPE - Static variable in class org.eclipse.jdt.internal.compiler.lookup.Binding
 
BASE_TYPE_SIGNATURE - Static variable in class org.eclipse.jdt.core.Signature
Kind constant for a base (primitive or void) type signature.
BASE_TYPES - Static variable in interface org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadoc
 
BaseTypeBinding - Class in org.eclipse.jdt.internal.compiler.lookup
 
baseTypeReference(int, int) - Static method in class org.eclipse.jdt.internal.compiler.ast.TypeReference
 
BasicCompilationUnit - Class in org.eclipse.jdt.internal.core
A basic implementation of ICompilationUnit for use in the SourceMapper.
BasicCompilationUnit(char[], char[][], String) - Constructor for class org.eclipse.jdt.internal.core.BasicCompilationUnit
 
BasicCompilationUnit(char[], char[][], String, String) - Constructor for class org.eclipse.jdt.internal.core.BasicCompilationUnit
 
BasicCompilationUnit(char[], char[][], String, IJavaElement) - Constructor for class org.eclipse.jdt.internal.core.BasicCompilationUnit
 
basicParser() - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocator
 
BasicSearchEngine - Class in org.eclipse.jdt.internal.core.search
Search basic engine.
BasicSearchEngine() - Constructor for class org.eclipse.jdt.internal.core.search.BasicSearchEngine
 
BasicSearchEngine(ICompilationUnit[]) - Constructor for class org.eclipse.jdt.internal.core.search.BasicSearchEngine
 
BasicSearchEngine(WorkingCopyOwner) - Constructor for class org.eclipse.jdt.internal.core.search.BasicSearchEngine
 
BASTORE - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
bastore() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
BATCH_INITIALIZATION_FINISHED - Static variable in class org.eclipse.jdt.internal.core.JavaModelManager
 
BATCH_INITIALIZATION_IN_PROGRESS - Static variable in class org.eclipse.jdt.internal.core.JavaModelManager
 
BatchCompiler - Class in org.eclipse.jdt.core.compiler.batch
A public API for invoking the Eclipse Compiler for Java.
batchCompiler - Variable in class org.eclipse.jdt.internal.compiler.batch.Main
 
batchContainerInitializations - Variable in class org.eclipse.jdt.internal.core.JavaModelManager
 
batchContainerInitializationsProgress - Variable in class org.eclipse.jdt.internal.core.JavaModelManager
 
BatchImageBuilder - Class in org.eclipse.jdt.internal.core.builder
 
BatchImageBuilder(JavaBuilder, boolean) - Constructor for class org.eclipse.jdt.internal.core.builder.BatchImageBuilder
 
BatchInitializationMonitor - Class in org.eclipse.jdt.internal.core
Copyright (c) 2000, 2009 IBM Corporation and others.
BatchInitializationMonitor() - Constructor for class org.eclipse.jdt.internal.core.BatchInitializationMonitor
 
BatchOperation - Class in org.eclipse.jdt.internal.core
An operation created as a result of a call to JavaCore.run(IWorkspaceRunnable, IProgressMonitor) that encapsulates a user defined IWorkspaceRunnable.
BatchOperation(IWorkspaceRunnable) - Constructor for class org.eclipse.jdt.internal.core.BatchOperation
 
bCodeStream - Variable in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
becomeDelegateFor(BranchLabel) - Method in class org.eclipse.jdt.internal.compiler.codegen.BranchLabel
Makes the current label inline all references to the other label
becomeDetailed() - Method in class org.eclipse.jdt.internal.core.jdom.DOMNode
Deprecated. Generates detailed source indexes for this node if possible.
becomeSimpleParser() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
becomeSimpleParser() - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
The parser become a simple parser which behave like a Parser
becomeWorkingCopy(IProblemRequestor, WorkingCopyOwner, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IClassFile
Deprecated. Use ITypeRoot.getWorkingCopy(WorkingCopyOwner, IProgressMonitor) instead. Note that if this deprecated method is used, problems will be reported to the given problem requestor as well as the problem requestor returned by the working copy owner (if not null).
becomeWorkingCopy(IProblemRequestor, IProgressMonitor) - Method in interface org.eclipse.jdt.core.ICompilationUnit
Deprecated. Use ICompilationUnit.becomeWorkingCopy(IProgressMonitor) instead. Note that if this deprecated method is used, problems will be reported to the given problem requestor as well as the problem requestor returned by the working copy owner (if not null).
becomeWorkingCopy(IProgressMonitor) - Method in interface org.eclipse.jdt.core.ICompilationUnit
Changes this compilation unit handle into a working copy.
becomeWorkingCopy(IProblemRequestor, WorkingCopyOwner, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.ClassFile
 
becomeWorkingCopy(IProblemRequestor, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.CompilationUnit
 
becomeWorkingCopy(IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.CompilationUnit
 
BecomeWorkingCopyOperation - Class in org.eclipse.jdt.internal.core
Switch and ICompilationUnit to working copy mode and signal the working copy addition through a delta.
BecomeWorkingCopyOperation(CompilationUnit, IProblemRequestor) - Constructor for class org.eclipse.jdt.internal.core.BecomeWorkingCopyOperation
 
begin(int) - Method in class org.eclipse.jdt.core.compiler.CompilationProgress
Notifies that the compilation is beginning.
begin() - Method in class org.eclipse.jdt.internal.core.builder.BuildNotifier
 
BeginAnnotationCheck - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
 
BeginHierarchyCheck - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
 
beginReporting() - Method in class org.eclipse.jdt.core.CompletionRequestor
Pro forma notification sent before reporting a batch of completion proposals.
beginReporting() - Method in interface org.eclipse.jdt.core.IProblemRequestor
Notification sent before starting the problem detection process.
beginReporting() - Method in class org.eclipse.jdt.core.search.SearchRequestor
Notification sent before starting the search action.
beginReporting() - Method in class org.eclipse.jdt.internal.core.JavaModelManager.PerWorkingCopyInfo
 
beginSearching() - Method in class org.eclipse.jdt.core.search.SearchParticipant
Notification that this participant's help is needed in a search.
beginSearching() - Method in class org.eclipse.jdt.internal.core.search.JavaSearchParticipant
 
beginTask(String, int) - Method in class org.eclipse.jdt.internal.core.BatchInitializationMonitor
 
beginTask(String, int) - Method in class org.eclipse.jdt.internal.core.JavaModelOperation
 
beginToCompile(ICompilationUnit[]) - Method in class org.eclipse.jdt.internal.compiler.Compiler
Add the initial set of compilation units into the loop -> build compilation unit declarations, their bindings and record their results.
belongsTo(String) - Method in class org.eclipse.jdt.internal.core.search.indexing.IndexRequest
 
belongsTo(String) - Method in class org.eclipse.jdt.internal.core.search.PatternSearchJob
 
belongsTo(String) - Method in interface org.eclipse.jdt.internal.core.search.processing.IJob
Answer true if the job belongs to a given family (tag)
binariesFromIndexMatches - Variable in class org.eclipse.jdt.internal.core.hierarchy.IndexBasedHierarchyBuilder
Cache used to record binaries recreated from index matches
BINARY - Static variable in class org.eclipse.jdt.internal.compiler.batch.ClasspathLocation
 
BINARY_EXPRESSION - Static variable in class org.eclipse.jdt.internal.formatter.align.Alignment
 
BINARY_LITERAL_NOT_BELOW_17 - Static variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
BINARY_LITERAL_NOT_BELOW_17 - Static variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
BinaryExpression - Class in org.eclipse.jdt.internal.compiler.ast
 
BinaryExpression(Expression, Expression, int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.BinaryExpression
 
BinaryExpression(BinaryExpression) - Constructor for class org.eclipse.jdt.internal.compiler.ast.BinaryExpression
 
BinaryIndexer - Class in org.eclipse.jdt.internal.core.search.indexing
 
BinaryIndexer(SearchDocument) - Constructor for class org.eclipse.jdt.internal.core.search.indexing.BinaryIndexer
 
BinaryLiteralNotBelow17 - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
BinaryMember - Class in org.eclipse.jdt.internal.core
Common functionality for Binary member handles.
BinaryMember(JavaElement, String) - Constructor for class org.eclipse.jdt.internal.core.BinaryMember
 
binarySearch(char[], FieldBinding[]) - Static method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
 
binarySearch(char[], MethodBinding[]) - Static method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
Returns a combined range value representing: (start + (end<<32)), where start is the index of the first matching method (remember methods are sorted alphabetically on selectors), and end is the index of last contiguous methods with same selector.
BinaryType - Class in org.eclipse.jdt.internal.core
Parent is an IClassFile.
BinaryType(JavaElement, String) - Constructor for class org.eclipse.jdt.internal.core.BinaryType
 
binaryType - Variable in class org.eclipse.jdt.internal.core.ClassFile
 
binaryType - Variable in class org.eclipse.jdt.internal.core.SourceMapper
The binary type source is being mapped for
BinaryTypeBinding - Class in org.eclipse.jdt.internal.compiler.lookup
 
BinaryTypeBinding() - Constructor for class org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding
Default empty constructor for subclasses only.
BinaryTypeBinding(PackageBinding, IBinaryType, LookupEnvironment) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding
Standard constructor for creating binary type bindings from binary models (classfiles)
BinaryTypeConverter - Class in org.eclipse.jdt.internal.core
Converter from a binary type to an AST type declaration.
BinaryTypeConverter(ProblemReporter, CompilationResult, HashSetOfCharArrayArray) - Constructor for class org.eclipse.jdt.internal.core.BinaryTypeConverter
 
bind(MethodScope, TypeBinding, boolean) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnArgumentName
 
bind(MethodScope, TypeBinding, boolean) - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionOnArgumentName
 
bind(MethodScope, TypeBinding, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.Argument
 
bind(String) - Method in class org.eclipse.jdt.internal.compiler.batch.Main
 
bind(String, String) - Method in class org.eclipse.jdt.internal.compiler.batch.Main
 
bind(String, String, String) - Method in class org.eclipse.jdt.internal.compiler.batch.Main
 
bind(String, String[]) - Method in class org.eclipse.jdt.internal.compiler.batch.Main
 
bind(String) - Static method in class org.eclipse.jdt.internal.compiler.util.Messages
Bind the given message's substitution locations with the given string values.
bind(String, Object) - Static method in class org.eclipse.jdt.internal.compiler.util.Messages
Bind the given message's substitution locations with the given string values.
bind(String, Object, Object) - Static method in class org.eclipse.jdt.internal.compiler.util.Messages
Bind the given message's substitution locations with the given string values.
bind(String, Object[]) - Static method in class org.eclipse.jdt.internal.compiler.util.Messages
Bind the given message's substitution locations with the given string values.
bind(String) - Static method in class org.eclipse.jdt.internal.core.util.Messages
Bind the given message's substitution locations with the given string values.
bind(String, Object) - Static method in class org.eclipse.jdt.internal.core.util.Messages
Bind the given message's substitution locations with the given string values.
bind(String, Object, Object) - Static method in class org.eclipse.jdt.internal.core.util.Messages
Bind the given message's substitution locations with the given string values.
bind(String, Object[]) - Static method in class org.eclipse.jdt.internal.core.util.Messages
Bind the given message's substitution locations with the given string values.
bindArguments() - Method in class org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
Bind and add argument's binding into the scope of the method
binding - Variable in exception org.eclipse.jdt.internal.codeassist.select.SelectionNodeFound
 
binding - Variable in class org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
 
binding - Variable in class org.eclipse.jdt.internal.compiler.ast.AllocationExpression
 
binding - Variable in class org.eclipse.jdt.internal.compiler.ast.ArrayInitializer
 
binding - Variable in class org.eclipse.jdt.internal.compiler.ast.ExplicitConstructorCall
 
binding - Variable in class org.eclipse.jdt.internal.compiler.ast.FieldDeclaration
 
binding - Variable in class org.eclipse.jdt.internal.compiler.ast.FieldReference
 
binding - Variable in class org.eclipse.jdt.internal.compiler.ast.LocalDeclaration
 
binding - Variable in class org.eclipse.jdt.internal.compiler.ast.MemberValuePair
 
binding - Variable in class org.eclipse.jdt.internal.compiler.ast.MessageSend
 
binding - Variable in class org.eclipse.jdt.internal.compiler.ast.NameReference
 
binding - Variable in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
 
binding - Variable in class org.eclipse.jdt.internal.compiler.ast.TypeParameter
 
Binding - Class in org.eclipse.jdt.internal.compiler.lookup
 
Binding() - Constructor for class org.eclipse.jdt.internal.compiler.lookup.Binding
 
binding - Variable in class org.eclipse.jdt.internal.compiler.lookup.ElementValuePair
 
BindingKey - Class in org.eclipse.jdt.core
Utility class to decode or create a binding key.
BindingKey(String) - Constructor for class org.eclipse.jdt.core.BindingKey
Creates a new binding key.
BindingKeyParser - Class in org.eclipse.jdt.internal.core.util
 
BindingKeyParser(BindingKeyParser) - Constructor for class org.eclipse.jdt.internal.core.util.BindingKeyParser
 
BindingKeyParser(String) - Constructor for class org.eclipse.jdt.internal.core.util.BindingKeyParser
 
BindingKeyResolver - Class in org.eclipse.jdt.internal.core.util
 
BindingKeyResolver(String, Compiler, LookupEnvironment) - Constructor for class org.eclipse.jdt.internal.core.util.BindingKeyResolver
 
bindThrownExceptions() - Method in class org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
Record the thrown exception type bindings in the corresponding type references.
BIPUSH - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
bipush(byte) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
Bit1 - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit10 - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit11 - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit12 - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit13 - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit14 - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit15 - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit16 - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit17 - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit18 - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit19 - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit2 - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit20 - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit21 - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit22 - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit23 - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit24 - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit25 - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit26 - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit27 - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit28 - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit29 - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit3 - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit30 - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit31 - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit32 - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit32L - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit33L - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit34L - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit35L - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit36L - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit37L - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit38L - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit39L - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit4 - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit40L - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit41L - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit42L - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit43L - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit44L - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit45L - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit46L - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit47L - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit48L - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit49L - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit5 - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit50L - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit51L - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit52L - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit53L - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit54L - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit55L - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit56L - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit57L - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit58L - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit59L - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit6 - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit60L - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit61L - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit62L - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit63L - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit64L - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit7 - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit8 - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit9 - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
BIT_AND_ASSIGN - Static variable in class org.eclipse.jdt.core.dom.Assignment.Operator
&= operator.
BIT_OR_ASSIGN - Static variable in class org.eclipse.jdt.core.dom.Assignment.Operator
|= operator.
BIT_XOR_ASSIGN - Static variable in class org.eclipse.jdt.core.dom.Assignment.Operator
^= operator.
BitAutoCloseable - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
Marks all sub-types of java.lang.AutoCloseable.
BitCacheSize - Static variable in class org.eclipse.jdt.internal.compiler.flow.ExceptionHandlingFlowContext
 
BitCacheSize - Static variable in class org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo
 
BitCloseable - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
Marks all sub-types of java.io.Closeable.
BitResourceFreeCloseable - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
Bit for members of a white list: Subtypes of Closeable that do not hold an OS resource that needs to be released.
bits - Variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bits - Static variable in class org.eclipse.jdt.internal.compiler.parser.ScannerHelper
 
BitUninitialized - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
Marks a type whose type bits have not yet been initialized.
BitWrapperCloseable - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
Bit for members of a white list: Subtypes of Closeable that wrap another resource without directly holding any OS resources.
BK_NAME - Static variable in class org.eclipse.jdt.core.NamingConventions
The base name associated to this base name kind is a simple name.
BK_SIMPLE_NAME - Static variable in class org.eclipse.jdt.internal.core.InternalNamingConventions
 
BK_SIMPLE_TYPE_NAME - Static variable in class org.eclipse.jdt.internal.core.InternalNamingConventions
 
BK_TYPE_NAME - Static variable in class org.eclipse.jdt.core.NamingConventions
The base name associated to this base name kind is a simple type name.
blank_lines_after_imports - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
blank_lines_after_package - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
blank_lines_at_beginning_of_method_body - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
blank_lines_before_field - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
blank_lines_before_first_class_body_declaration - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
blank_lines_before_imports - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
blank_lines_before_member_type - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
blank_lines_before_method - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
blank_lines_before_new_chunk - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
blank_lines_before_package - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
blank_lines_between_import_groups - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
blank_lines_between_type_declarations - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
BLOCK - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type Block.
Block - Class in org.eclipse.jdt.core.dom
Block statement AST node type.
Block - Class in org.eclipse.jdt.internal.compiler.ast
 
Block(int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.Block
 
block - Variable in class org.eclipse.jdt.internal.compiler.ast.Initializer
 
block - Variable in class org.eclipse.jdt.internal.compiler.ast.SynchronizedStatement
 
BLOCK_ALL_TAGS_LENGTH - Static variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionJavadocParser
 
BLOCK_COMMENT - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type BlockComment.
BLOCK_FOOTER - Static variable in interface org.eclipse.jdt.internal.formatter.comment.IJavaDocTagConstants
 
BLOCK_FOOTER_LENGTH - Static variable in interface org.eclipse.jdt.internal.formatter.comment.IJavaDocTagConstants
 
BLOCK_HEADER - Static variable in interface org.eclipse.jdt.internal.formatter.comment.IJavaDocTagConstants
BLOCK COMMENTS
BLOCK_HEADER_LENGTH - Static variable in interface org.eclipse.jdt.internal.formatter.comment.IJavaDocTagConstants
 
BLOCK_IDX - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
BLOCK_LINE_PREFIX - Static variable in interface org.eclipse.jdt.internal.formatter.comment.IJavaDocTagConstants
 
BLOCK_LINE_PREFIX_LENGTH - Static variable in interface org.eclipse.jdt.internal.formatter.comment.IJavaDocTagConstants
 
BLOCK_SCOPE - Static variable in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
BLOCK_TAGS - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
BLOCK_TAGS_LENGTH - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
blockAlign - Variable in class org.eclipse.jdt.internal.formatter.align.Alignment
 
BlockComment - Class in org.eclipse.jdt.core.dom
Block comment AST node type.
blockDeclaration - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveredBlock
 
BlockExit - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
blockReal() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
BlockScope - Class in org.eclipse.jdt.internal.compiler.lookup
 
BlockScope(BlockScope) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.BlockScope
 
BlockScope(BlockScope, boolean) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.BlockScope
 
BlockScope(BlockScope, int) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.BlockScope
 
BlockScope(int, Scope) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.BlockScope
 
blockStart - Variable in class org.eclipse.jdt.internal.compiler.ast.SwitchStatement
 
BODY_DECLARATIONS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.AnnotationTypeDeclaration
The "bodyDeclarations" structural property of this node type (element type: BodyDeclaration).
BODY_DECLARATIONS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.AnonymousClassDeclaration
The "bodyDeclarations" structural property of this node type (element type: BodyDeclaration).
BODY_DECLARATIONS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.EnumDeclaration
The "bodyDeclarations" structural property of this node type (element type: BodyDeclaration).
BODY_DECLARATIONS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.TypeDeclaration
The "bodyDeclarations" structural property of this node type (element type: BodyDeclaration) (added in JLS3 API).
BODY_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.CatchClause
The "body" structural property of this node type (child type: Block).
BODY_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.DoStatement
The "body" structural property of this node type (child type: Statement).
BODY_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.EnhancedForStatement
The "body" structural property of this node type (child type: Statement).
BODY_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.ForStatement
The "body" structural property of this node type (child type: Statement).
BODY_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.Initializer
The "body" structural property of this node type (child type: Block).
BODY_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.LabeledStatement
The "body" structural property of this node type (child type: Statement).
BODY_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.MethodDeclaration
The "body" structural property of this node type (child type: Block).
BODY_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.SynchronizedStatement
The "body" structural property of this node type (child type: Block).
BODY_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.TryStatement
The "body" structural property of this node type (child type: Block).
BODY_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.WhileStatement
The "body" structural property of this node type (child type: Statement).
BodyDeclaration - Class in org.eclipse.jdt.core.dom
Abstract base class of all AST nodes that represent body declarations that may appear in the body of some kind of class or interface declaration, including anonymous class declarations, enumeration declarations, and enumeration constant declarations.
bodyDeclarations() - Method in class org.eclipse.jdt.core.dom.AbstractTypeDeclaration
Returns the live ordered list of body declarations of this type declaration.
bodyDeclarations() - Method in class org.eclipse.jdt.core.dom.AnonymousClassDeclaration
Returns the live ordered list of body declarations of this anonymous class declaration.
bodyEnd(AbstractMethodDeclaration) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
bodyEnd(Initializer) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
bodyEnd(AbstractMethodDeclaration) - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
bodyEnd(Initializer) - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
bodyEnd - Variable in class org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
 
bodyEnd - Variable in class org.eclipse.jdt.internal.compiler.ast.Initializer
 
bodyEnd - Variable in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
 
bodyEnd - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveredType
 
bodyEnd() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredType
 
BodyForAbstractMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
BodyForNativeMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
bodyStart - Variable in class org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
 
bodyStart - Variable in class org.eclipse.jdt.internal.compiler.ast.Initializer
 
bodyStart - Variable in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
 
bodyStartsAtHeaderEnd() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredMethod
 
bodyStartsAtHeaderEnd() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredType
 
BOOLEAN - Static variable in class org.eclipse.jdt.core.dom.PrimitiveType
Type code for the primitive type "boolean".
BOOLEAN - Static variable in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
 
BOOLEAN - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
Boolean2Boolean - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
Boolean2Int - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
Boolean2String - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
BOOLEAN_ARRAY - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
 
BOOLEAN_LITERAL - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type BooleanLiteral.
BOOLEAN_TAG - Static variable in interface org.eclipse.jdt.core.util.IAnnotationComponentValue
Tag value for a constant of type boolean
BOOLEAN_VALUE_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.BooleanLiteral
The "booleanValue" structural property of this node type (type: Boolean).
booleanBooleanSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
BooleanConstant - Class in org.eclipse.jdt.internal.compiler.impl
 
BooleanConstrSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
BooleanLiteral - Class in org.eclipse.jdt.core.dom
Boolean literal node.
booleanValue() - Method in class org.eclipse.jdt.core.dom.BooleanLiteral
Returns the boolean value of this boolean literal node.
booleanValue() - Method in class org.eclipse.jdt.internal.compiler.impl.BooleanConstant
 
booleanValue() - Method in class org.eclipse.jdt.internal.compiler.impl.Constant
 
BOOLEANVALUE_BOOLEAN_METHOD_NAME - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
BOOLEANVALUE_BOOLEAN_METHOD_SIGNATURE - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
BOOTSTRAP_METHODS - Static variable in interface org.eclipse.jdt.core.util.IAttributeNamesConstants
"BootstrapMethods" attribute (added in cldc1.0).
BootstrapMethodsAttribute - Class in org.eclipse.jdt.internal.core.util
Default implementation of IBootstrapMethodsAttribute.
BootstrapMethodsAttribute(byte[], IConstantPool, int) - Constructor for class org.eclipse.jdt.internal.core.util.BootstrapMethodsAttribute
Constructor for BootstrapMethodsAttribute.
BootstrapMethodsEntry - Class in org.eclipse.jdt.internal.core.util
Default implementation of IBootstrapMethodsEntry
BootstrapMethodsEntry(byte[], IConstantPool, int) - Constructor for class org.eclipse.jdt.internal.core.util.BootstrapMethodsEntry
 
BOTH - Static variable in class org.eclipse.jdt.internal.core.dom.rewrite.ListRewriteEvent
 
BOTH - Static variable in class org.eclipse.jdt.internal.core.dom.rewrite.RewriteEventStore
 
bound - Variable in class org.eclipse.jdt.internal.compiler.ast.Wildcard
 
bound - Variable in class org.eclipse.jdt.internal.compiler.lookup.WildcardBinding
 
BOUND_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.WildcardType
The "bound" structural property of this node type (child type: Type).
BoundCannotBeArray - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
boundCannotBeArray(ASTNode, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
boundCheck(Scope, TypeReference[]) - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
Iterate type arguments, and validate them according to corresponding variable bounds.
boundCheck(Substitution, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding
Returns true if the argument type satisfies all bounds of the type parameter
boundCheck(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.WildcardBinding
Returns true if the argument type satisfies the wildcard bound(s)
BoundHasConflictingArguments - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
boundKind - Variable in class org.eclipse.jdt.internal.compiler.lookup.WildcardBinding
 
BoundMustBeAnInterface - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
boundMustBeAnInterface(ASTNode, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
bounds - Variable in class org.eclipse.jdt.internal.compiler.ast.TypeParameter
 
bounds - Variable in class org.eclipse.jdt.internal.compiler.ISourceElementRequestor.TypeParameterInfo
 
bounds - Variable in class org.eclipse.jdt.internal.core.TypeParameterElementInfo
 
boundsCount() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding
 
boundsSignatures - Variable in class org.eclipse.jdt.internal.core.TypeParameterElementInfo
 
BOXING - Static variable in class org.eclipse.jdt.internal.compiler.impl.IrritantSet
 
boxing(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
BOXING - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
BoxingConversion - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
brace_position_for_annotation_type_declaration - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
brace_position_for_anonymous_type_declaration - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
brace_position_for_array_initializer - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
brace_position_for_block - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
brace_position_for_block_in_case - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
brace_position_for_constructor_declaration - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
brace_position_for_enum_constant - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
brace_position_for_enum_declaration - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
brace_position_for_method_declaration - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
brace_position_for_switch - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
brace_position_for_type_declaration - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
bracket - Variable in class org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper
 
bracketBalance - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveredElement
 
bracketDepth - Variable in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
BracketKinds - Static variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
BracketKinds - Static variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
BracketKinds - Static variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
branchChainTo(BranchLabel) - Method in class org.eclipse.jdt.internal.compiler.ast.Block
Dispatch the call on its last statement.
branchChainTo(BranchLabel) - Method in class org.eclipse.jdt.internal.compiler.ast.Statement
INTERNAL USE ONLY.
branchChainTo(BranchLabel) - Method in class org.eclipse.jdt.internal.compiler.ast.SwitchStatement
Dispatch the call on its last statement.
BranchLabel - Class in org.eclipse.jdt.internal.compiler.codegen
 
BranchLabel() - Constructor for class org.eclipse.jdt.internal.compiler.codegen.BranchLabel
 
BranchLabel(CodeStream) - Constructor for class org.eclipse.jdt.internal.compiler.codegen.BranchLabel
 
BranchStatement - Class in org.eclipse.jdt.internal.compiler.ast
 
BranchStatement(char[], int, int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.BranchStatement
BranchStatement constructor comment.
BREAK - Static variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnBranchStatementLabel
 
BREAK - Static variable in interface org.eclipse.jdt.internal.codeassist.impl.Keywords
 
BREAK - Static variable in class org.eclipse.jdt.internal.formatter.align.Alignment
 
BREAK_STATEMENT - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type BreakStatement.
breakIndentationLevel - Variable in class org.eclipse.jdt.internal.formatter.align.Alignment
 
breakLabel - Variable in class org.eclipse.jdt.internal.compiler.ast.SwitchStatement
 
breakLabel() - Method in class org.eclipse.jdt.internal.compiler.flow.FlowContext
 
breakLabel - Variable in class org.eclipse.jdt.internal.compiler.flow.SwitchFlowContext
 
breakLabel() - Method in class org.eclipse.jdt.internal.compiler.flow.SwitchFlowContext
 
BREAKPOINT - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
breakpoint(int) - Method in class org.eclipse.jdt.internal.core.JavaProject.ClasspathResolutionBreakpointListener
 
BreakStatement - Class in org.eclipse.jdt.core.dom
Break statement AST node type.
BreakStatement - Class in org.eclipse.jdt.internal.compiler.ast
 
BreakStatement(char[], int, int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.BreakStatement
 
BridgeMethod - Static variable in class org.eclipse.jdt.internal.compiler.lookup.SyntheticMethodBinding
 
Buffer - Class in org.eclipse.jdt.internal.core
 
Buffer(IFile, IOpenable, boolean) - Constructor for class org.eclipse.jdt.internal.core.Buffer
Creates a new buffer on an underlying resource.
buffer - Variable in class org.eclipse.jdt.internal.core.dom.NaiveASTFlattener
The string buffer into which the serialized representation of the AST is written.
buffer - Variable in class org.eclipse.jdt.internal.core.util.CharArrayBuffer
This is the buffer of char arrays which must be appended together during the getContents method.
buffer_closed - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
BufferCache - Class in org.eclipse.jdt.internal.core
An LRU cache of IBuffers.
BufferCache(int) - Constructor for class org.eclipse.jdt.internal.core.BufferCache
Constructs a new buffer cache of the given size.
BufferCache(int, int) - Constructor for class org.eclipse.jdt.internal.core.BufferCache
Constructs a new buffer cache of the given size.
bufferChanged(BufferChangedEvent) - Method in interface org.eclipse.jdt.core.IBufferChangedListener
Notifies that the given event has occurred.
bufferChanged(BufferChangedEvent) - Method in class org.eclipse.jdt.internal.core.Openable
The buffer associated with this element has changed.
BufferChangedEvent - Class in org.eclipse.jdt.core
A buffer changed event describes how a buffer has changed.
BufferChangedEvent(IBuffer, int, int, String) - Constructor for class org.eclipse.jdt.core.BufferChangedEvent
Creates a new buffer changed event indicating that the given buffer has changed.
BufferFactoryWrapper - Class in org.eclipse.jdt.internal.core
Deprecated.  
BufferManager - Class in org.eclipse.jdt.internal.core
The buffer manager manages the set of open buffers.
BufferManager() - Constructor for class org.eclipse.jdt.internal.core.BufferManager
 
build() - Method in class org.eclipse.jdt.internal.core.builder.BatchImageBuilder
 
build(SimpleLookupTable) - Method in class org.eclipse.jdt.internal.core.builder.IncrementalImageBuilder
 
build(int, Map, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.builder.JavaBuilder
 
build(boolean) - Method in class org.eclipse.jdt.internal.core.hierarchy.HierarchyBuilder
 
build(boolean) - Method in class org.eclipse.jdt.internal.core.hierarchy.IndexBasedHierarchyBuilder
 
build(boolean) - Method in class org.eclipse.jdt.internal.core.hierarchy.RegionBasedHierarchyBuilder
 
build_abortDueToClasspathProblems - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
build_analyzingDeltas - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
build_analyzingSources - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
build_cannotSaveState - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
build_cannotSaveStates - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
build_classFileCollision - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
build_cleaningOutput - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
build_compiling - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
build_copyingResources - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
build_done - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
build_duplicateClassFile - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
build_duplicateResource - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
build_end - Static variable in class java_cup.Main
Timing data -- when did we end state and table building
build_fixedHeader - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
build_foundHeader - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
build_incompleteClassPath - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
build_inconsistentClassFile - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
build_inconsistentProject - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
build_initializationError - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
build_machine(production) - Static method in class java_cup.lalr_state
Build an LALR viable prefix recognition machine given a start production.
build_missingSourceFile - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
build_multipleErrors - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
build_multipleWarnings - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
build_oneError - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
build_oneWarning - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
build_parser() - Static method in class java_cup.Main
Build the (internal) parser from the previously parsed specification.
build_preparingBuild - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
build_prereqProjectHasClasspathProblems - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
build_prereqProjectMustBeRebuilt - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
build_readingDelta - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
build_readStateProgress - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
build_saveStateComplete - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
build_saveStateProgress - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
build_serializationError - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
build_table_entries(parse_action_table, parse_reduce_table) - Method in class java_cup.lalr_state
Fill in the parse table entries for this state.
build_wrongFileFormat - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
buildAfterBatchBuild() - Method in class org.eclipse.jdt.internal.core.builder.IncrementalImageBuilder
 
buildAllDirectoriesInto(String, String) - Static method in class org.eclipse.jdt.internal.compiler.util.Util
Build all the directories and subdirectories corresponding to the packages names into the directory specified in parameters.
buildBindings(ICompilationUnit, boolean) - Method in class org.eclipse.jdt.internal.core.search.matching.SuperTypeNamesCollector
 
buildCompilationUnit(ISourceType[], int, ProblemReporter, CompilationResult) - Static method in class org.eclipse.jdt.internal.compiler.parser.SourceTypeConverter
 
BuildContext - Class in org.eclipse.jdt.core.compiler
The context of a build event that is notified to interested compilation participants when a build is starting, or to annotations processors when a source file has annotations.
BuildContext() - Constructor for class org.eclipse.jdt.core.compiler.BuildContext
 
buildDeltas() - Method in class org.eclipse.jdt.internal.core.JavaElementDeltaBuilder
Builds the java element deltas between the old content of the compilation unit and its new content.
BUILDER_ID - Static variable in class org.eclipse.jdt.core.JavaCore
The identifier for the Java builder (value "org.eclipse.jdt.core.javabuilder").
BUILDER_INITIALIZATION_ERROR - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status constant indicating that the Java builder could not be initialized.
BUILDER_SERIALIZATION_ERROR - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status constant indicating that the Java builder's last built state could not be serialized or deserialized.
buildFileName(String, String) - Method in class org.eclipse.jdt.internal.compiler.batch.Main.Logger
 
buildFilesFromLPG(String, String) - Static method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
buildFinished(IJavaProject) - Method in class org.eclipse.jdt.core.compiler.CompilationParticipant
Notifies this participant that a build has finished for the project.
buildFinished() - Static method in class org.eclipse.jdt.internal.core.builder.JavaBuilder
Hook allowing to reset some static state after a complete build iteration.
buildImports(ClassFileReader) - Method in class org.eclipse.jdt.internal.core.BinaryTypeConverter
 
buildInitialRecoveryState() - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
buildInitialRecoveryState() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
buildIntLiteral(char[], int, int) - Static method in class org.eclipse.jdt.internal.compiler.ast.IntLiteral
 
BuildJarIndex - Class in org.eclipse.jdt.core
An Ant task to generate the index file for the given jar path.
BuildJarIndex() - Constructor for class org.eclipse.jdt.core.BuildJarIndex
 
buildLongLiteral(char[], int, int) - Static method in class org.eclipse.jdt.internal.compiler.ast.LongLiteral
 
BuildNotifier - Class in org.eclipse.jdt.internal.core.builder
 
BuildNotifier(IProgressMonitor, IProject) - Constructor for class org.eclipse.jdt.internal.core.builder.BuildNotifier
 
BUILDPATH_PROBLEM_MARKER - Static variable in interface org.eclipse.jdt.core.IJavaModelMarker
Build path problem marker type (value "org.eclipse.jdt.core.buildpath_problem").
buildStarting(BuildContext[], boolean) - Method in class org.eclipse.jdt.core.compiler.CompilationParticipant
Notifies this participant that a compile operation is about to start and provides it the opportunity to generate source files based on the source files about to be compiled.
buildStarting() - Static method in class org.eclipse.jdt.internal.core.builder.JavaBuilder
Hook allowing to initialize some static state before a complete build iteration.
buildStructure(OpenableElementInfo, IProgressMonitor, Map, IResource) - Method in class org.eclipse.jdt.internal.core.ClassFile
Creates the children elements for this class file adding the resulting new handles and info objects to the newElements table.
buildStructure(OpenableElementInfo, IProgressMonitor, Map, IResource) - Method in class org.eclipse.jdt.internal.core.CompilationUnit
 
buildStructure(OpenableElementInfo, IProgressMonitor, Map, IResource) - Method in class org.eclipse.jdt.internal.core.JavaModel
 
buildStructure(OpenableElementInfo, IProgressMonitor, Map, IResource) - Method in class org.eclipse.jdt.internal.core.JavaProject
 
buildStructure(OpenableElementInfo, IProgressMonitor, Map, IResource) - Method in class org.eclipse.jdt.internal.core.Openable
Builds this element's structure and properties in the given info object, based on this element's current contents (reuse buffer contents if this element has an open buffer, or resource contents if this element does not have an open buffer).
buildStructure(OpenableElementInfo, IProgressMonitor, Map, IResource) - Method in class org.eclipse.jdt.internal.core.PackageFragment
 
buildStructure(OpenableElementInfo, IProgressMonitor, Map, IResource) - Method in class org.eclipse.jdt.internal.core.PackageFragmentRoot
 
buildSupertypes() - Method in class org.eclipse.jdt.internal.core.hierarchy.HierarchyBuilder
Configure this type hierarchy by computing the supertypes only.
buildTypeBindings(CompilationUnitDeclaration, AccessRestriction) - Method in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
 
buildTypeDeclaration(IType, CompilationUnitDeclaration) - Method in class org.eclipse.jdt.internal.core.BinaryTypeConverter
Convert a binary type into an AST type declaration and put it in the given compilation unit.
bundle - Variable in class org.eclipse.jdt.internal.compiler.batch.Main
 
bundleName - Static variable in class org.eclipse.jdt.internal.compiler.batch.Main
 
BYTE - Static variable in class org.eclipse.jdt.core.dom.PrimitiveType
Type code for the primitive type "byte".
BYTE - Static variable in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
 
BYTE - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
Byte2Byte - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
Byte2Char - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
Byte2Double - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
Byte2Float - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
Byte2Int - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
Byte2Long - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
Byte2Short - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
Byte2String - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
BYTE_ARRAY - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
 
BYTE_TAG - Static variable in interface org.eclipse.jdt.core.util.IAnnotationComponentValue
Tag value for a constant of type byte
byteByteSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
BYTECODE_NAMES - Static variable in class org.eclipse.jdt.core.util.OpcodeStringValues
 
BytecodeExceeds64KLimit - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
bytecodeExceeds64KLimit(AbstractMethodDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
bytecodeExceeds64KLimit(TypeDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
BytecodeExceeds64KLimitForClinit - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
BytecodeExceeds64KLimitForConstructor - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ByteCodeVisitorAdapter - Class in org.eclipse.jdt.core.util
Adapter that implements the IBytecodeVisitor.
ByteCodeVisitorAdapter() - Constructor for class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
ByteConstant - Class in org.eclipse.jdt.internal.compiler.impl
 
ByteConstrSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
byteContents - Variable in class org.eclipse.jdt.internal.core.search.JavaSearchDocument
 
bytesToChar(byte[], String) - Static method in class org.eclipse.jdt.internal.compiler.util.Util
Returns the given bytes as a char array using a given encoding (null means platform default).
byteValue() - Method in class org.eclipse.jdt.internal.compiler.impl.ByteConstant
 
byteValue() - Method in class org.eclipse.jdt.internal.compiler.impl.CharConstant
 
byteValue() - Method in class org.eclipse.jdt.internal.compiler.impl.Constant
 
byteValue() - Method in class org.eclipse.jdt.internal.compiler.impl.DoubleConstant
 
byteValue() - Method in class org.eclipse.jdt.internal.compiler.impl.FloatConstant
 
byteValue() - Method in class org.eclipse.jdt.internal.compiler.impl.IntConstant
 
byteValue() - Method in class org.eclipse.jdt.internal.compiler.impl.LongConstant
 
byteValue() - Method in class org.eclipse.jdt.internal.compiler.impl.ShortConstant
 
BYTEVALUE_BYTE_METHOD_NAME - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
BYTEVALUE_BYTE_METHOD_SIGNATURE - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 

C

C_ARRAY - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating an array type in a signature.
C_ARRAY - Static variable in class org.eclipse.jdt.internal.compiler.util.Util
Character constant indicating an array type in a signature.
C_BOOLEAN - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the primitive type boolean in a signature.
C_BOOLEAN - Static variable in class org.eclipse.jdt.internal.compiler.util.Util
Character constant indicating the primitive type boolean in a signature.
C_BYTE - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the primitive type byte in a signature.
C_BYTE - Static variable in class org.eclipse.jdt.internal.compiler.util.Util
Character constant indicating the primitive type byte in a signature.
C_CAPTURE - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating a capture of a wildcard type in a signature.
C_CAPTURE - Static variable in class org.eclipse.jdt.internal.compiler.util.Util
Character constant indicating a capture of a wildcard type in a signature.
C_CHAR - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the primitive type char in a signature.
C_CHAR - Static variable in class org.eclipse.jdt.internal.compiler.util.Util
Character constant indicating the primitive type char in a signature.
C_COLON - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the colon in a signature.
C_COLON - Static variable in class org.eclipse.jdt.internal.compiler.util.Util
Character constant indicating the colon in a signature.
C_DIGIT - Static variable in class org.eclipse.jdt.internal.compiler.parser.ScannerHelper
 
C_DOLLAR - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the dollar in a signature.
C_DOLLAR - Static variable in class org.eclipse.jdt.internal.compiler.util.Util
Character constant indicating the dollar in a signature.
C_DOT - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the dot in a signature.
C_DOT - Static variable in class org.eclipse.jdt.internal.compiler.util.Util
Character constant indicating the dot in a signature.
C_DOUBLE - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the primitive type double in a signature.
C_DOUBLE - Static variable in class org.eclipse.jdt.internal.compiler.util.Util
Character constant indicating the primitive type double in a signature.
C_EXCEPTION_START - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating an exception in a signature.
C_EXCEPTION_START - Static variable in class org.eclipse.jdt.internal.compiler.util.Util
Character constant indicating an exception in a signature.
C_EXTENDS - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating a bound wildcard type argument in a signature with extends clause.
C_EXTENDS - Static variable in class org.eclipse.jdt.internal.compiler.util.Util
Character constant indicating a bound wildcard type argument in a signature with extends clause.
C_FLOAT - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the primitive type float in a signature.
C_FLOAT - Static variable in class org.eclipse.jdt.internal.compiler.util.Util
Character constant indicating the primitive type float in a signature.
C_GENERIC_END - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the end of a generic type list in a signature.
C_GENERIC_END - Static variable in class org.eclipse.jdt.internal.compiler.util.Util
Character constant indicating the end of a generic type list in a signature.
C_GENERIC_START - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the start of a formal type parameter (or type argument) list in a signature.
C_GENERIC_START - Static variable in class org.eclipse.jdt.internal.compiler.util.Util
Character constant indicating the start of a formal type parameter (or type argument) list in a signature.
C_IDENT_PART - Static variable in class org.eclipse.jdt.internal.compiler.parser.ScannerHelper
 
C_IDENT_START - Static variable in class org.eclipse.jdt.internal.compiler.parser.ScannerHelper
 
C_INT - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the primitive type int in a signature.
C_INT - Static variable in class org.eclipse.jdt.internal.compiler.util.Util
Character constant indicating the primitive type int in a signature.
C_INTERSECTION - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating an intersection type in a signature.
C_JLS_SPACE - Static variable in class org.eclipse.jdt.internal.compiler.parser.ScannerHelper
 
C_LONG - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the primitive type long in a signature.
C_LONG - Static variable in class org.eclipse.jdt.internal.compiler.util.Util
Character constant indicating the primitive type long in a signature.
C_LOWER_LETTER - Static variable in class org.eclipse.jdt.internal.compiler.parser.ScannerHelper
 
C_NAME_END - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the end of a named type in a signature.
C_NAME_END - Static variable in class org.eclipse.jdt.internal.compiler.util.Util
Character constant indicating the end of a named type in a signature.
C_PARAM_END - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the end of a parameter type list in a signature.
C_PARAM_END - Static variable in class org.eclipse.jdt.internal.compiler.util.Util
Character constant indicating the end of a parameter type list in a signature.
C_PARAM_START - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the start of a parameter type list in a signature.
C_PARAM_START - Static variable in class org.eclipse.jdt.internal.compiler.util.Util
Character constant indicating the start of a parameter type list in a signature.
C_RESOLVED - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the start of a resolved, named type in a signature.
C_RESOLVED - Static variable in class org.eclipse.jdt.internal.compiler.util.Util
Character constant indicating the start of a resolved, named type in a signature.
C_SEMICOLON - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the semicolon in a signature.
C_SEMICOLON - Static variable in class org.eclipse.jdt.internal.compiler.util.Util
Character constant indicating the semicolon in a signature.
C_SEPARATOR - Static variable in class org.eclipse.jdt.internal.compiler.parser.ScannerHelper
 
C_SHORT - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the primitive type short in a signature.
C_SHORT - Static variable in class org.eclipse.jdt.internal.compiler.util.Util
Character constant indicating the primitive type short in a signature.
C_SPACE - Static variable in class org.eclipse.jdt.internal.compiler.parser.ScannerHelper
 
C_SPECIAL - Static variable in class org.eclipse.jdt.internal.compiler.parser.ScannerHelper
 
C_STAR - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating an unbound wildcard type argument in a signature.
C_STAR - Static variable in class org.eclipse.jdt.internal.compiler.util.Util
Character constant indicating an unbound wildcard type argument in a signature.
C_SUPER - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating a bound wildcard type argument in a signature with super clause.
C_SUPER - Static variable in class org.eclipse.jdt.internal.compiler.util.Util
Character constant indicating a bound wildcard type argument in a signature with super clause.
C_TYPE_VARIABLE - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the start of a resolved type variable in a signature.
C_TYPE_VARIABLE - Static variable in class org.eclipse.jdt.internal.compiler.util.Util
Character constant indicating the start of a resolved type variable in a signature.
C_UNRESOLVED - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the start of an unresolved, named type in a signature.
C_UNRESOLVED - Static variable in class org.eclipse.jdt.internal.compiler.util.Util
Character constant indicating the start of an unresolved, named type in a signature.
C_UPPER_LETTER - Static variable in class org.eclipse.jdt.internal.compiler.parser.ScannerHelper
 
C_VOID - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating result type void in a signature.
C_VOID - Static variable in class org.eclipse.jdt.internal.compiler.util.Util
Character constant indicating result type void in a signature.
cache_invalidLoadFactor - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
cacheBinaryType(IBinaryType, AccessRestriction) - Method in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
 
cacheBinaryType(IBinaryType, boolean, AccessRestriction) - Method in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
 
cacheBinaryType(IType, IBinaryType) - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocator
 
CachedIndexEntry - Class in org.eclipse.jdt.internal.compiler.codegen
 
CachedIndexEntry(char[], int) - Constructor for class org.eclipse.jdt.internal.compiler.codegen.CachedIndexEntry
 
cacheFlags(IType, int) - Method in class org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy
cacheFlags.
cacheSuperclass(IType, IType) - Method in class org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy
Caches the handle of the superclass for the specified type.
cacheSuperInterfaces(IType, IType[]) - Method in class org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy
Caches all of the superinterfaces that are specified for the type.
cacheToString(String) - Method in class org.eclipse.jdt.internal.core.JavaModelManager
 
cacheZipFiles(Object) - Method in class org.eclipse.jdt.internal.core.JavaModelManager
Starts caching ZipFiles.
calc_lookahead(terminal_set) - Method in class java_cup.lalr_item
Calculate lookahead representing symbols that could appear after the symbol that the dot is currently in front of.
calculateEdit(CompilationUnit, TextEditGroup) - Method in class org.eclipse.jdt.internal.core.SortElementsOperation
Calculates the required text edits to sort the unit
CALOAD - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
caload() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
CAMELCASE_FLAVOR - Static variable in class org.eclipse.jdt.internal.core.search.matching.PatternLocator
 
camelCaseMatch(char[], char[]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers true if the pattern matches the given name using CamelCase rules, or false otherwise.
camelCaseMatch(char[], char[], boolean) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers true if the pattern matches the given name using CamelCase rules, or false otherwise.
camelCaseMatch(char[], int, int, char[], int, int) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers true if a sub-pattern matches the sub-part of the given name using CamelCase rules, or false otherwise.
camelCaseMatch(char[], int, int, char[], int, int, boolean) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers true if a sub-pattern matches the sub-part of the given name using CamelCase rules, or false otherwise.
camelCaseMatch(String, String) - Static method in class org.eclipse.jdt.core.search.SearchPattern
Answers true if the pattern matches the given name using CamelCase rules, or false otherwise.
camelCaseMatch(String, String, boolean) - Static method in class org.eclipse.jdt.core.search.SearchPattern
Answers true if the pattern matches the given name using CamelCase rules, or false otherwise.
camelCaseMatch(String, int, int, String, int, int) - Static method in class org.eclipse.jdt.core.search.SearchPattern
Answers true if a sub-pattern matches the sub-part of the given name using CamelCase rules, or false otherwise.
camelCaseMatch(String, int, int, String, int, int, boolean) - Static method in class org.eclipse.jdt.core.search.SearchPattern
Answers true if a sub-pattern matches the sub-part of the given name using CamelCase rules, or false otherwise.
camelCaseMatch - Variable in class org.eclipse.jdt.internal.codeassist.impl.AssistOptions
 
CAN_ONLY_NON_NULL - Static variable in class org.eclipse.jdt.internal.compiler.flow.FlowContext
 
CAN_ONLY_NULL - Static variable in class org.eclipse.jdt.internal.compiler.flow.FlowContext
 
CAN_ONLY_NULL_NON_NULL - Static variable in class org.eclipse.jdt.internal.compiler.flow.FlowContext
 
canAlign() - Method in class org.eclipse.jdt.internal.formatter.align.Alignment
Returns whether the alignment can be aligned or not.
canBeExplicitConstructor - Variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnSingleNameReference
 
canBeInstantiated() - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
 
canBeInstantiated() - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
Answer true if the receiver can be instantiated
canBeInstantiated() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
 
canBeInstantiated() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding
 
canBeInstantiated() - Method in class org.eclipse.jdt.internal.compiler.lookup.WildcardBinding
 
canBeRemovedFromCache() - Method in class org.eclipse.jdt.internal.core.CompilationUnit
 
canBeRemovedFromCache() - Method in class org.eclipse.jdt.internal.core.Openable
 
canBeSeenBy(PackageBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.FieldBinding
 
canBeSeenBy(TypeBinding, InvocationSite, Scope) - Method in class org.eclipse.jdt.internal.compiler.lookup.FieldBinding
 
canBeSeenBy(InvocationSite, Scope) - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
 
canBeSeenBy(PackageBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
 
canBeSeenBy(TypeBinding, InvocationSite, Scope) - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
 
canBeSeenBy(PackageBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
Answer true if the receiver is visible to the invocationPackage.
canBeSeenBy(ReferenceBinding, ReferenceBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
Answer true if the receiver is visible to the receiverType and the invocationType.
canBeSeenBy(Scope) - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
Answer true if the receiver is visible to the type provided by the scope.
canBeSeenByForCodeSnippet(FieldBinding, TypeBinding, InvocationSite, Scope) - Method in class org.eclipse.jdt.internal.eval.CodeSnippetScope
 
canBeSeenByForCodeSnippet(MethodBinding, TypeBinding, InvocationSite, Scope) - Method in class org.eclipse.jdt.internal.eval.CodeSnippetScope
 
canBeSeenByForCodeSnippet(ReferenceBinding, ReferenceBinding) - Method in class org.eclipse.jdt.internal.eval.CodeSnippetScope
 
CanBeStatic - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
canBufferBeRemovedFromCache(IBuffer) - Method in class org.eclipse.jdt.internal.core.CompilationUnit
 
canBufferBeRemovedFromCache(IBuffer) - Method in class org.eclipse.jdt.internal.core.Openable
 
cancel() - Method in class org.eclipse.jdt.internal.core.search.indexing.IndexRequest
 
cancel() - Method in class org.eclipse.jdt.internal.core.search.PatternSearchJob
 
cancel() - Method in interface org.eclipse.jdt.internal.core.search.processing.IJob
Asks this job to cancel its execution.
CANCEL_IF_NOT_READY_TO_SEARCH - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
The search operation throws an org.eclipse.core.runtime.OperationCanceledException if the underlying indexer has not finished indexing the workspace.
CancelableNameEnvironment - Class in org.eclipse.jdt.internal.core
 
CancelableNameEnvironment(JavaProject, WorkingCopyOwner, IProgressMonitor) - Constructor for class org.eclipse.jdt.internal.core.CancelableNameEnvironment
 
CancelableProblemFactory - Class in org.eclipse.jdt.internal.core
 
CancelableProblemFactory(IProgressMonitor) - Constructor for class org.eclipse.jdt.internal.core.CancelableProblemFactory
 
canceled - Variable in class org.eclipse.jdt.internal.core.JavaElementRequestor
True if this requestor no longer wants to receive results from its IRequestorNameLookup.
CancelIfNotReady - Static variable in interface org.eclipse.jdt.internal.core.search.processing.IJob
 
cancelling - Variable in class org.eclipse.jdt.internal.core.builder.BuildNotifier
 
canChangeResources - Variable in class org.eclipse.jdt.internal.core.ChangeClasspathOperation
 
canCompleteEmptyToken() - Method in interface org.eclipse.jdt.internal.codeassist.complete.CompletionOnKeyword
 
canCompleteEmptyToken - Variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnKeyword1
 
canCompleteEmptyToken() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnKeyword1
 
canCompleteEmptyToken() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnKeyword2
 
canCompleteEmptyToken() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnKeyword3
 
canHaveChildren() - Method in interface org.eclipse.jdt.core.jdom.IDOMNode
Deprecated. Returns whether this node is allowed to have children.
canHaveChildren() - Method in class org.eclipse.jdt.internal.core.jdom.DOMNode
Deprecated. Returns true if this node is allowed to have children, otherwise false.
canModifyRoots() - Method in class org.eclipse.jdt.internal.core.BatchOperation
 
canModifyRoots() - Method in class org.eclipse.jdt.internal.core.ChangeClasspathOperation
 
canModifyRoots() - Method in class org.eclipse.jdt.internal.core.JavaModelOperation
 
CANNOT_RETRIEVE_ATTACHED_JAVADOC - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status constant indicating that the attached javadoc content cannot be retrieved due to multiple reasons: invalid url, incorrect proxy, wrong authentication,...
CANNOT_RETRIEVE_ATTACHED_JAVADOC_TIMEOUT - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status constant indicating that the attached javadoc content cannot be retrieved due to timeout
CannotAllocateVoidArray - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
cannotAllocateVoidArray(Expression) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
cannotAssignToFinalField(FieldBinding, ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
cannotAssignToFinalLocal(LocalVariableBinding, ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
cannotAssignToFinalOuterLocal(LocalVariableBinding, ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
cannotBeDefinitelyNullOrNonNull(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.FlowInfo
Check whether a given local variable is known to be unable to gain a definite non null or definite null status by the use of an enclosing flow info.
cannotBeDefinitelyNullOrNonNull(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo
 
cannotBeNull(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.FlowInfo
Check whether a given local variable is known to be non null, either because it is definitely non null, or because is has been tested against non null.
cannotBeNull(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo
 
CannotDeclareEnumSpecialMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
CannotDefineAnnotationInLocalType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
CannotDefineDimensionExpressionsWithInit - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
cannotDefineDimensionsAndInitializer(ArrayAllocationExpression) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
CannotDefineEnumInLocalType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
CannotDefineInterfaceInLocalType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
CannotDefineStaticInitializerInLocalType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
cannotDireclyInvokeAbstractMethod(MessageSend, MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
CannotExtendEnum - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
cannotExtendEnum(SourceTypeBinding, TypeReference, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
CannotHideAnInstanceMethodWithAStaticMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
CannotImplementIncompatibleNullness - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
cannotImplementIncompatibleNullness(MethodBinding, MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
CannotImportPackage - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
cannotImportPackage(ImportReference) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
CannotInferElidedTypes - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
cannotInferElidedTypes(AllocationExpression) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
cannotInstantiate(TypeReference, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
CannotInvokeSuperConstructorInEnum - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
cannotInvokeSuperConstructorInEnum(ExplicitConstructorCall, MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
CannotOverrideAStaticMethodWithAnInstanceMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
CannotReadSource - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
cannotReadSource(CompilationUnitDeclaration, AbortCompilationUnit, boolean) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
cannotReferToNonFinalOuterLocal(LocalVariableBinding, ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
CannotReturnInInitializer - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
cannotReturnInInitializer(ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
CannotThrowNull - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
cannotThrowNull(ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
CannotThrowType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
cannotThrowType(ASTNode, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
CannotUseDiamondWithAnonymousClasses - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
CannotUseDiamondWithExplicitTypeArguments - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
cannotUseQualifiedEnumConstantInCaseLabel(Reference, FieldBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
CannotUseSuperInCodeSnippet - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
cannotUseSuperInCodeSnippet(int, int) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
cannotUseSuperInJavaLangObject(ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
canonicalizedPath(IPath) - Static method in class org.eclipse.jdt.internal.core.JavaProject
Returns a canonicalized path from the given external path.
canOnlyBeNull(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.FlowInfo
Check whether a given local variable is known to be null, either because it is definitely null, or because is has been tested against null.
canOnlyBeNull(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo
 
canOverridingMethodDifferInErasure(MethodBinding, MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodVerifier
 
canSeeFocus(SearchPattern, IPath) - Static method in class org.eclipse.jdt.internal.core.search.IndexSelector
Returns whether elements of the given project or jar can see the given focus (an IJavaProject or a JarPackageFragmentRot) either because the focus is part of the project or the jar, or because it is accessible throught the project's classpath
canUpdateClasspathContainer(IPath, IJavaProject) - Method in class org.eclipse.jdt.core.ClasspathContainerInitializer
Returns true if this container initializer can be requested to perform updates on its own container values.
canUpdateClasspathContainer(IPath, IJavaProject) - Method in class org.eclipse.jdt.internal.core.UserLibraryClasspathContainerInitializer
 
canUseDiamond(CompletionContext) - Method in class org.eclipse.jdt.core.CompletionProposal
Returns whether it is safe to use the '<>' (diamond) operator in place of explicitly specifying type arguments for this proposal.
canUseDiamond(CompletionContext) - Method in class org.eclipse.jdt.internal.codeassist.InternalCompletionProposal
 
canUseDiamond(String[], char[]) - Method in class org.eclipse.jdt.internal.codeassist.InternalExtendedCompletionContext
 
capture(Scope, int) - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
Perform capture conversion for a parameterized type with wildcard arguments
capture(Scope, int) - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
Perform capture conversion on a given type (only effective on parameterized type with wildcards)
CAPTURE_TYPE_SIGNATURE - Static variable in class org.eclipse.jdt.core.Signature
Kind constant for the capture of a wildcard type signature.
CaptureBinding - Class in org.eclipse.jdt.internal.compiler.lookup
 
CaptureBinding(WildcardBinding, ReferenceBinding, int, int) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.CaptureBinding
 
captureID - Variable in class org.eclipse.jdt.internal.compiler.lookup.CaptureBinding
 
CASCADING_MESSAGE_SEND - Static variable in class org.eclipse.jdt.internal.formatter.align.Alignment
 
CASE - Static variable in interface org.eclipse.jdt.internal.codeassist.impl.Keywords
 
CASE - Static variable in class org.eclipse.jdt.internal.compiler.ast.SwitchStatement
 
CASE_INSENSITIVE - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
Deprecated. Use the methods that take the matchMode without SearchPattern.R_CASE_SENSITIVE as a matchRule instead.
CASE_SENSITIVE - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
Deprecated. Use the methods that take the matchMode with SearchPattern.R_CASE_SENSITIVE as a matchRule instead.
caseCount - Variable in class org.eclipse.jdt.internal.compiler.ast.SwitchStatement
 
caseExpressionMustBeConstant(Expression) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
CaseLabel - Class in org.eclipse.jdt.internal.compiler.codegen
 
CaseLabel(CodeStream) - Constructor for class org.eclipse.jdt.internal.compiler.codegen.CaseLabel
CaseLabel constructor comment.
cases - Variable in class org.eclipse.jdt.internal.compiler.ast.SwitchStatement
 
CASES_OMITTED_TAG - Static variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
CaseStatement - Class in org.eclipse.jdt.internal.compiler.ast
 
CaseStatement(Expression, int, int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.CaseStatement
 
CAST - Static variable in class org.eclipse.jdt.internal.compiler.impl.IrritantSet
 
CAST_EXPRESSION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type CastExpression.
CAST_TYPE_REFERENCE - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
Return only type references used in a cast expression.
CastExpression - Class in org.eclipse.jdt.core.dom
Cast expression AST node type.
CastExpression - Class in org.eclipse.jdt.internal.compiler.ast
 
CastExpression(Expression, TypeReference) - Constructor for class org.eclipse.jdt.internal.compiler.ast.CastExpression
 
CASTORE - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
castore() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
castTo(int) - Method in class org.eclipse.jdt.internal.compiler.impl.Constant
 
CAT_BUILDPATH - Static variable in class org.eclipse.jdt.core.compiler.CategorizedProblem
Category for problems related to buildpath
CAT_CODE_STYLE - Static variable in class org.eclipse.jdt.core.compiler.CategorizedProblem
Category for optional problems related to coding style practices
CAT_DEPRECATION - Static variable in class org.eclipse.jdt.core.compiler.CategorizedProblem
Category for optional problems related to deprecation
CAT_IMPORT - Static variable in class org.eclipse.jdt.core.compiler.CategorizedProblem
Category for fatal problems in import statements
CAT_INTERNAL - Static variable in class org.eclipse.jdt.core.compiler.CategorizedProblem
Category for fatal problems which could not be addressed by external changes, but require an edit to be addressed
CAT_JAVADOC - Static variable in class org.eclipse.jdt.core.compiler.CategorizedProblem
Category for optional problems in Javadoc
CAT_MEMBER - Static variable in class org.eclipse.jdt.core.compiler.CategorizedProblem
Category for fatal problems related to type members, could be addressed by some field or method change
CAT_NAME_SHADOWING_CONFLICT - Static variable in class org.eclipse.jdt.core.compiler.CategorizedProblem
Category for optional problems related to naming conflicts
CAT_NLS - Static variable in class org.eclipse.jdt.core.compiler.CategorizedProblem
Category for optional problems related to internationalization of String literals
CAT_POTENTIAL_PROGRAMMING_PROBLEM - Static variable in class org.eclipse.jdt.core.compiler.CategorizedProblem
Category for optional problems related to potential programming flaws
CAT_RESTRICTION - Static variable in class org.eclipse.jdt.core.compiler.CategorizedProblem
Category for optional problems related to access restrictions
CAT_SYNTAX - Static variable in class org.eclipse.jdt.core.compiler.CategorizedProblem
Category for fatal problems related to syntax
CAT_TYPE - Static variable in class org.eclipse.jdt.core.compiler.CategorizedProblem
Category for fatal problems related to types, could be addressed by some type change
CAT_UNCHECKED_RAW - Static variable in class org.eclipse.jdt.core.compiler.CategorizedProblem
Category for optional problems related to type safety in generics
CAT_UNNECESSARY_CODE - Static variable in class org.eclipse.jdt.core.compiler.CategorizedProblem
Category for optional problems related to unnecessary code
CAT_UNSPECIFIED - Static variable in class org.eclipse.jdt.core.compiler.CategorizedProblem
List of standard category IDs used by Java problems, more categories will be added in the future.
CATCH - Static variable in interface org.eclipse.jdt.internal.codeassist.impl.Keywords
 
CATCH_CLAUSE - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type CatchClause.
CATCH_CLAUSES_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.TryStatement
The "catchClauses" structural property of this node type (element type: CatchClause).
CATCH_TYPE_REFERENCE - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
Return only type references used in a catch header.
catchArguments - Variable in class org.eclipse.jdt.internal.compiler.ast.TryStatement
 
catchArguments - Variable in class org.eclipse.jdt.internal.compiler.flow.ExceptionHandlingFlowContext
 
catchBlocks - Variable in class org.eclipse.jdt.internal.compiler.ast.TryStatement
 
CatchClause - Class in org.eclipse.jdt.core.dom
Catch clause AST node type.
catchClauses() - Method in class org.eclipse.jdt.core.dom.TryStatement
Returns the live ordered list of catch clauses for this try statement.
CatchParameterBinding - Class in org.eclipse.jdt.internal.compiler.lookup
 
CatchParameterBinding(LocalDeclaration, TypeBinding, int, boolean) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.CatchParameterBinding
 
categories - Variable in class org.eclipse.jdt.internal.compiler.ISourceElementRequestor.FieldInfo
 
categories - Variable in class org.eclipse.jdt.internal.compiler.ISourceElementRequestor.MethodInfo
 
categories - Variable in class org.eclipse.jdt.internal.compiler.ISourceElementRequestor.TypeInfo
 
CATEGORIES - Static variable in class org.eclipse.jdt.internal.core.search.matching.MultiTypeDeclarationPattern
 
CATEGORIES - Static variable in class org.eclipse.jdt.internal.core.search.matching.PackageReferencePattern
 
CATEGORIES - Static variable in class org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern
 
CATEGORIES - Static variable in class org.eclipse.jdt.internal.core.search.matching.TypeDeclarationPattern
 
categories - Variable in class org.eclipse.jdt.internal.core.SourceMapper
 
categories - Variable in class org.eclipse.jdt.internal.core.SourceTypeElementInfo
 
CategorizedProblem - Class in org.eclipse.jdt.core.compiler
Richer description of a Java problem, as detected by the compiler or some of the underlying technology reusing the compiler.
CategorizedProblem() - Constructor for class org.eclipse.jdt.core.compiler.CategorizedProblem
 
CATEGORY_ID - Static variable in interface org.eclipse.jdt.core.IJavaModelMarker
ID category marker attribute (value "categoryId")
ChangeClasspathOperation - Class in org.eclipse.jdt.internal.core
 
ChangeClasspathOperation(IJavaElement[], boolean) - Constructor for class org.eclipse.jdt.internal.core.ChangeClasspathOperation
 
ChangeCollector - Class in org.eclipse.jdt.internal.core.hierarchy
 
ChangeCollector(TypeHierarchy) - Constructor for class org.eclipse.jdt.internal.core.hierarchy.ChangeCollector
 
changeCollector - Variable in class org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy
 
CHANGED - Static variable in interface org.eclipse.jdt.core.IJavaElementDelta
Status constant indicating that the element has been changed, as described by the change flags.
changed(IJavaElement, int) - Method in class org.eclipse.jdt.internal.core.JavaElementDelta
Creates the nested deltas resulting from a change operation.
changed(int) - Method in class org.eclipse.jdt.internal.core.SimpleDelta
 
changedAST(CompilationUnit) - Method in class org.eclipse.jdt.internal.core.JavaElementDelta
 
changeFlags - Variable in class org.eclipse.jdt.internal.core.SimpleDelta
 
changeIndent(String, int, int, int, String, String) - Static method in class org.eclipse.jdt.core.formatter.IndentManipulation
Change the indent of a, possible multiple line, code string.
changeListeners - Variable in class org.eclipse.jdt.internal.core.Buffer
 
changeListeners - Variable in class org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy
Change listeners - null if no one is listening.
CHAR - Static variable in class org.eclipse.jdt.core.dom.PrimitiveType
Type code for the primitive type "char".
CHAR - Static variable in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
 
CHAR - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
Char2Byte - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
Char2Char - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
Char2Double - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
Char2Float - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
Char2Int - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
Char2Long - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
Char2Short - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
Char2String - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
CHAR_ARRAY - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
 
CHAR_TAG - Static variable in interface org.eclipse.jdt.core.util.IAnnotationComponentValue
Tag value for a constant of type char
CHARACTER_LITERAL - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type CharacterLiteral.
CharacterLiteral - Class in org.eclipse.jdt.core.dom
Character literal nodes.
CharArray_JAVA_IO_OBJECTINPUTSTREAM - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
CharArray_JAVA_IO_OBJECTOUTPUTSTREAM - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
CharArray_JAVA_IO_OBJECTSTREAMFIELD - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
CharArray_JAVA_LANG_ANNOTATION_ANNOTATION - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
CharArray_JAVA_LANG_ENUM - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
CharArray_JAVA_LANG_OBJECT - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
charArray_length - Variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
charArray_length - Variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
CharArrayBuffer - Class in org.eclipse.jdt.internal.core.util
The CharArrayBuffer is intended as a lightweight partial implementation of the StringBuffer class, but using char[]'s instead of Strings.
CharArrayBuffer() - Constructor for class org.eclipse.jdt.internal.core.util.CharArrayBuffer
Creates a CharArrayBuffer with the default buffer size (10).
CharArrayBuffer(char[]) - Constructor for class org.eclipse.jdt.internal.core.util.CharArrayBuffer
Creates a CharArrayBuffer with the default buffer size, and sets the first element in the buffer to be the given char[].
CharArrayBuffer(char[], int) - Constructor for class org.eclipse.jdt.internal.core.util.CharArrayBuffer
Creates a CharArrayBuffer with the given buffer size, and sets the first element in the buffer to be the given char array.
CharArrayBuffer(int) - Constructor for class org.eclipse.jdt.internal.core.util.CharArrayBuffer
Creates a CharArrayBuffer with the given buffer size.
CharArrayCache - Class in org.eclipse.jdt.internal.compiler.codegen
 
CharArrayCache() - Constructor for class org.eclipse.jdt.internal.compiler.codegen.CharArrayCache
Constructs a new, empty hashtable.
CharArrayCache(int) - Constructor for class org.eclipse.jdt.internal.compiler.codegen.CharArrayCache
Constructs a new, empty hashtable with the specified initial capacity.
charArrayToStringArray(char[][]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Returns the char arrays as an array of Strings
charCharacterSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
CharConstant - Class in org.eclipse.jdt.internal.compiler.impl
 
CharConstrSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
charContents - Variable in class org.eclipse.jdt.internal.core.search.JavaSearchDocument
 
CharLiteral - Class in org.eclipse.jdt.internal.compiler.ast
 
CharLiteral(char[], int, int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.CharLiteral
 
CharOperation - Class in org.eclipse.jdt.core.compiler
This class is a collection of helper methods to manipulate char arrays.
CharOperation() - Constructor for class org.eclipse.jdt.core.compiler.CharOperation
 
charToString(char[]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Returns the char array as a String
charValue() - Method in class org.eclipse.jdt.core.dom.CharacterLiteral
Returns the value of this literal node.
charValue() - Method in class org.eclipse.jdt.internal.compiler.impl.ByteConstant
 
charValue() - Method in class org.eclipse.jdt.internal.compiler.impl.CharConstant
 
charValue() - Method in class org.eclipse.jdt.internal.compiler.impl.Constant
 
charValue() - Method in class org.eclipse.jdt.internal.compiler.impl.DoubleConstant
 
charValue() - Method in class org.eclipse.jdt.internal.compiler.impl.FloatConstant
 
charValue() - Method in class org.eclipse.jdt.internal.compiler.impl.IntConstant
 
charValue() - Method in class org.eclipse.jdt.internal.compiler.impl.LongConstant
 
charValue() - Method in class org.eclipse.jdt.internal.compiler.impl.ShortConstant
 
CHARVALUE_CHARACTER_METHOD_NAME - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
CHARVALUE_CHARACTER_METHOD_SIGNATURE - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
check_end - Static variable in class java_cup.Main
Timing data -- when did we end checking
check_first_set() - Method in class java_cup.production
Update (and return) the first set based on current NT firsts.
CHECK_MASK - Static variable in class org.eclipse.jdt.internal.compiler.flow.FlowContext
 
check_nullable() - Method in class java_cup.production
Check to see if the production (now) appears to be nullable.
check_reductions() - Method in class java_cup.parse_action_table
Check the table to ensure that all productions have been reduced.
check_table - Static variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
check_unused() - Static method in class java_cup.Main
Check for unused symbols.
checkAccess(MethodScope) - Method in class org.eclipse.jdt.internal.compiler.ast.ThisReference
 
checkAccess(MethodScope) - Method in class org.eclipse.jdt.internal.eval.CodeSnippetThisReference
 
checkAccessRestrictions - Variable in class org.eclipse.jdt.internal.core.SearchableEnvironment
 
checkAndSetModifiers(int) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
checkAndSetModifiers(int) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
checkAssignmentAgainstNullAnnotation(BlockScope, FlowContext, LocalVariableBinding, int, Expression, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.ast.Statement
Check null-ness of 'local' against a possible null annotation
checkBounds(Scope) - Method in class org.eclipse.jdt.internal.compiler.ast.ParameterizedQualifiedTypeReference
 
checkBounds(ReferenceBinding, Scope, int) - Method in class org.eclipse.jdt.internal.compiler.ast.ParameterizedQualifiedTypeReference
 
checkBounds(Scope) - Method in class org.eclipse.jdt.internal.compiler.ast.ParameterizedSingleTypeReference
 
checkBounds(Scope) - Method in class org.eclipse.jdt.internal.compiler.ast.TypeParameter
 
checkBounds(Scope) - Method in class org.eclipse.jdt.internal.compiler.ast.TypeReference
 
checkBuilderState() - Method in class org.eclipse.jdt.internal.core.eval.EvaluationContextWrapper
Checks to ensure that there is a previously built state.
checkCancel() - Method in class org.eclipse.jdt.internal.core.builder.BuildNotifier
Check whether the build has been canceled.
checkCanceled() - Method in class org.eclipse.jdt.internal.core.CreateElementInCUOperation
Only allow cancelling if this operation is not nested.
checkCanceled() - Method in class org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy
Checks with the progress monitor to see whether the creation of the type hierarchy should be canceled.
checkCanceled() - Method in class org.eclipse.jdt.internal.core.JavaModelOperation
Checks with the progress monitor to see whether this operation should be canceled.
checkCancelWithinCompiler() - Method in class org.eclipse.jdt.internal.core.builder.BuildNotifier
Check whether the build has been canceled.
checkCapturedLocalInitializationIfNecessary(ReferenceBinding, BlockScope, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.AllocationExpression
 
CHECKCAST - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
checkcast(int) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
checkcast(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
checkCastCompatibility() - Method in class org.eclipse.jdt.internal.compiler.ast.CompoundAssignment
 
checkCastCompatibility() - Method in class org.eclipse.jdt.internal.compiler.ast.PostfixExpression
 
checkCastCompatibility() - Method in class org.eclipse.jdt.internal.compiler.ast.PrefixExpression
 
checkCastTypesCompatibility(Scope, TypeBinding, TypeBinding, Expression) - Method in class org.eclipse.jdt.internal.compiler.ast.Expression
Returns false if cast is not legal.
checkChunkStart(int, int, int) - Method in class org.eclipse.jdt.internal.formatter.align.Alignment
 
checkColumn() - Method in class org.eclipse.jdt.internal.formatter.align.Alignment
 
checkComment() - Method in class org.eclipse.jdt.internal.compiler.DocumentElementParser
 
checkComment() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
checkComment() - Method in class org.eclipse.jdt.internal.compiler.SourceElementParser
 
checkComment() - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocatorParser
 
checkComment() - Method in class org.eclipse.jdt.internal.core.util.CommentRecorderParser
 
checkConstructors(Parser) - Method in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
Check for constructor vs.
CheckDebugAttributes - Class in org.eclipse.jdt.core
An Ant task to find out if a class file or a jar contains debug attributes.
CheckDebugAttributes() - Constructor for class org.eclipse.jdt.core.CheckDebugAttributes
 
checkDeprecation(int) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionJavadocParser
 
checkDeprecation - Variable in class org.eclipse.jdt.internal.codeassist.impl.AssistOptions
 
checkDeprecation(int) - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionJavadocParser
 
checkDeprecation(int) - Method in class org.eclipse.jdt.internal.compiler.parser.JavadocParser
 
checkDeprecation(int) - Method in class org.eclipse.jdt.internal.compiler.SourceJavadocParser
 
checkDiscouragedReference - Variable in class org.eclipse.jdt.internal.codeassist.impl.AssistOptions
 
checkDocComment - Variable in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
checkedClasspaths - Variable in class org.eclipse.jdt.internal.compiler.batch.Main
 
checkExceptionHandlers(TypeBinding, ASTNode, FlowInfo, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.flow.FlowContext
 
checkExceptionHandlers(TypeBinding, ASTNode, FlowInfo, BlockScope, boolean) - Method in class org.eclipse.jdt.internal.compiler.flow.FlowContext
 
checkExceptionHandlers(TypeBinding[], ASTNode, FlowInfo, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.flow.FlowContext
 
checkExternalArchiveChanges(IJavaElement[], IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.DeltaProcessor
 
checkExternalizeStrings - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
checkFieldAccess(BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.SingleNameReference
 
checkFieldAccess(BlockScope) - Method in class org.eclipse.jdt.internal.eval.CodeSnippetQualifiedNameReference
Check and/or redirect the field access to the delegate receiver if any
checkFieldAccess(BlockScope) - Method in class org.eclipse.jdt.internal.eval.CodeSnippetSingleNameReference
Check and/or redirect the field access to the delegate receiver if any
checkForbiddenReference - Variable in class org.eclipse.jdt.internal.codeassist.impl.AssistOptions
 
checkForClassFileChanges(IResourceDelta, ClasspathMultiDirectory, int) - Method in class org.eclipse.jdt.internal.core.builder.IncrementalImageBuilder
 
checkForDiamond(TypeReference) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
checkInitializerExceptions(BlockScope, FlowContext, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.flow.InitializationFlowContext
 
checkInvocationArguments(BlockScope, Expression, TypeBinding, MethodBinding, Expression[], TypeBinding[], boolean, InvocationSite) - Static method in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
checkModifiers() - Method in class org.eclipse.jdt.internal.compiler.ast.LocalDeclaration
 
checkNeedForArgumentCast(BlockScope, int, int, Expression, int) - Static method in class org.eclipse.jdt.internal.compiler.ast.CastExpression
Only complain for identity cast, since other type of casts may be useful: e.g.
checkNeedForArgumentCasts(BlockScope, Expression, TypeBinding, MethodBinding, Expression[], TypeBinding[], InvocationSite) - Static method in class org.eclipse.jdt.internal.compiler.ast.CastExpression
Cast expressions will considered as useful if removing them all would actually bind to a different method (no fine grain analysis on per casted argument basis, simply separate widening cast from narrowing ones)
checkNeedForArgumentCasts(BlockScope, int, int, Expression, int, boolean, Expression, int, boolean) - Static method in class org.eclipse.jdt.internal.compiler.ast.CastExpression
Check binary operator casted arguments
checkNeedForAssignedCast(BlockScope, TypeBinding, CastExpression) - Static method in class org.eclipse.jdt.internal.compiler.ast.CastExpression
Complain if assigned expression is cast, but not actually used as such, e.g.
checkNeedForCastCast(BlockScope, CastExpression) - Static method in class org.eclipse.jdt.internal.compiler.ast.CastExpression
Complain if cast expression is cast, but not actually needed, int i = (int)(Integer) 12; Note that this (int) cast is however needed: Integer i = 0; char c = (char)((int) i);
checkNeedForEnclosingInstanceCast(BlockScope, Expression, TypeBinding, TypeBinding) - Static method in class org.eclipse.jdt.internal.compiler.ast.CastExpression
Casting an enclosing instance will considered as useful if removing it would actually bind to a different type
checkNLSTag(int) - Method in class org.eclipse.jdt.internal.formatter.Scribe
 
checkNonExternalizedStringLiterals - Variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
checkNonExternalizedStringLiterals - Variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
checkNonNLSAfterBodyEnd(int) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
checkNPE(BlockScope, FlowContext, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.Expression
Check the local variable of this expression, if any, against potential NPEs given a flow context and an upstream flow info.
checkNPE(BlockScope, FlowContext, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.MessageSend
 
checkNPE(BlockScope, FlowContext, FlowInfo, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.QualifiedNameReference
 
checkParameterizedSuperTypeCollisions() - Method in class org.eclipse.jdt.internal.compiler.lookup.ClassScope
 
checkParameterizedTypeBounds() - Method in class org.eclipse.jdt.internal.compiler.lookup.ClassScope
 
checkRedundantNullnessDefaultOne(ASTNode, Annotation[], long) - Method in class org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
 
checkRedundantNullnessDefaultRecurse(ASTNode, Annotation[], long) - Method in class org.eclipse.jdt.internal.compiler.lookup.LocalTypeBinding
 
checkRedundantNullnessDefaultRecurse(ASTNode, Annotation[], long) - Method in class org.eclipse.jdt.internal.compiler.lookup.NestedTypeBinding
 
checkRedundantNullnessDefaultRecurse(ASTNode, Annotation[], long) - Method in class org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
 
checkSecondaryTypes - Variable in class org.eclipse.jdt.internal.compiler.CompilationResult
 
checkTaskTag(int, int) - Method in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
checkTaskTag(int, int) - Method in class org.eclipse.jdt.internal.core.util.PublicScanner
 
checkTypeArgumentRedundancy(ParameterizedTypeBinding, ReferenceBinding, TypeBinding[], BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.AllocationExpression
 
checkUnclosedCloseables(FlowInfo, FlowContext, ASTNode, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.lookup.BlockScope
At the end of a block check the closing-status of all tracked closeables that are declared in this block.
checkUnsafeCast(Scope, TypeBinding, TypeBinding, TypeBinding, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.CastExpression
 
checkUnsafeCast(Scope, TypeBinding, TypeBinding, TypeBinding, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.Expression
 
checkUnusedImports() - Method in class org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration
 
checkUnusedParameters(MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodScope
 
checkVisibility - Variable in class org.eclipse.jdt.internal.codeassist.impl.AssistOptions
 
ChildListPropertyDescriptor - Class in org.eclipse.jdt.core.dom
Descriptor for a child list property of an AST node.
ChildPropertyDescriptor - Class in org.eclipse.jdt.core.dom
Descriptor for a child property of an AST node.
children - Variable in class org.eclipse.jdt.internal.core.CompilationUnitStructureRequestor
 
children - Variable in class org.eclipse.jdt.internal.core.ImportContainerInfo
 
children - Variable in class org.eclipse.jdt.internal.core.InitializerWithChildrenInfo
 
children - Variable in class org.eclipse.jdt.internal.core.JavaModelStatus
 
children - Variable in class org.eclipse.jdt.internal.core.OpenableElementInfo
Collection of handles of immediate children of this object.
children - Variable in class org.eclipse.jdt.internal.core.SourceConstructorWithChildrenInfo
 
children - Variable in class org.eclipse.jdt.internal.core.SourceFieldWithChildrenInfo
 
children - Variable in class org.eclipse.jdt.internal.core.SourceMethodWithChildrenInfo
 
children - Variable in class org.eclipse.jdt.internal.core.SourceTypeElementInfo
 
CHILDREN_CHANGED - Static variable in class org.eclipse.jdt.internal.core.dom.rewrite.RewriteEvent
Change kind to signal that children changed.
childrenCache - Variable in class org.eclipse.jdt.internal.core.JavaModelCache
Cache of open children of openable Java Model Java elements
childrenCategories - Variable in class org.eclipse.jdt.internal.compiler.ISourceElementRequestor.TypeInfo
 
childrenToRemove - Variable in class org.eclipse.jdt.internal.core.DeleteElementsOperation
The elements this operation processes grouped by compilation unit
CHOP_FRAME - Static variable in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrame
 
CHUNK_ENUM - Static variable in class org.eclipse.jdt.internal.formatter.align.Alignment
 
CHUNK_FIELD - Static variable in class org.eclipse.jdt.internal.formatter.align.Alignment
 
CHUNK_METHOD - Static variable in class org.eclipse.jdt.internal.formatter.align.Alignment
 
CHUNK_TYPE - Static variable in class org.eclipse.jdt.internal.formatter.align.Alignment
 
chunkKind - Variable in class org.eclipse.jdt.internal.formatter.align.Alignment
 
chunkStartIndex - Variable in class org.eclipse.jdt.internal.formatter.align.Alignment
 
CLASS - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
The searched element is a class.
CLASS - Static variable in interface org.eclipse.jdt.internal.codeassist.impl.Keywords
 
CLASS_AND_ENUM - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
The searched element is a class or enum type.
CLASS_AND_ENUM_SUFFIX - Static variable in interface org.eclipse.jdt.internal.core.search.indexing.IIndexConstants
 
CLASS_AND_INTERFACE - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
The searched element is a class or interface type.
CLASS_AND_INTERFACE_SUFFIX - Static variable in interface org.eclipse.jdt.internal.core.search.indexing.IIndexConstants
 
CLASS_CONTAINER - Static variable in class org.eclipse.jdt.internal.core.search.matching.PatternLocator
 
CLASS_DECL - Static variable in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
 
CLASS_FILE - Static variable in interface org.eclipse.jdt.core.IJavaElement
Constant representing a class file.
CLASS_INITIAL_SIZE - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
CLASS_INSTANCE_CREATION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type ClassInstanceCreation.
CLASS_INSTANCE_CREATION_TYPE_REFERENCE - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
Return only type references used in class instance creation.
CLASS_SCOPE - Static variable in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
CLASS_SUFFIX - Static variable in interface org.eclipse.jdt.internal.core.search.indexing.IIndexConstants
 
CLASS_TAG - Static variable in interface org.eclipse.jdt.core.util.IAnnotationComponentValue
Tag value for a value that represents a class
CLASS_TAGS - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
class_type_argument - Static variable in class java_cup.emit
TUM changes; proposed by Henning Niss 20050628: Type arguments for class declaration
CLASS_TYPE_SIGNATURE - Static variable in class org.eclipse.jdt.core.Signature
Kind constant for a class type signature.
classCache - Variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
CLASSES - Static variable in class org.eclipse.jdt.core.CorrectionEngine
This field is not intended to be used by client.
ClassExtendFinalClass - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
classExtendFinalClass(SourceTypeBinding, TypeReference, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
ClassFile - Class in org.eclipse.jdt.internal.compiler
Represents a class file wrapper on bytes, it is aware of its actual type name.
ClassFile() - Constructor for class org.eclipse.jdt.internal.compiler.ClassFile
INTERNAL USE-ONLY This methods creates a new instance of the receiver.
ClassFile(SourceTypeBinding) - Constructor for class org.eclipse.jdt.internal.compiler.ClassFile
 
classFile - Variable in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
classFile - Variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
ClassFile - Class in org.eclipse.jdt.internal.core
 
ClassFile(PackageFragment, String) - Constructor for class org.eclipse.jdt.internal.core.ClassFile
 
classFile - Variable in class org.eclipse.jdt.internal.core.ClassFileWorkingCopy
 
CLASSFILE - Static variable in class org.eclipse.jdt.internal.core.util.MementoTokenizer
 
CLASSFILE_ATTRIBUTES - Static variable in interface org.eclipse.jdt.core.util.IClassFileReader
This value should be used to read the constant pool entries and the attributes of a .class file.
ClassFileAttribute - Class in org.eclipse.jdt.internal.core.util
Default implementation of IClassFileAttribute
ClassFileAttribute(byte[], IConstantPool, int) - Constructor for class org.eclipse.jdt.internal.core.util.ClassFileAttribute
 
ClassFileBytesDisassembler - Class in org.eclipse.jdt.core.util
This class is intended to be subclassed to disassemble classfile bytes onto a String using the proper line separator.
ClassFileBytesDisassembler() - Constructor for class org.eclipse.jdt.core.util.ClassFileBytesDisassembler
 
ClassFileConstants - Interface in org.eclipse.jdt.internal.compiler.classfmt
 
classfileformat_anyexceptionhandler - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
classfileformat_clinitname - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
classfileformat_exceptiontableentry - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
classfileformat_fieldddescriptor - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
classfileformat_linenumbertableentry - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
classfileformat_localvariabletableentry - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
classfileformat_methoddescriptor - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
classfileformat_stacksAndLocals - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
classfileformat_superflagisnotset - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
classfileformat_superflagisset - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
classfileformat_versiondetails - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
classfileformat_versionUnknown - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
ClassFileMatchLocator - Class in org.eclipse.jdt.internal.core.search.matching
 
ClassFileMatchLocator() - Constructor for class org.eclipse.jdt.internal.core.search.matching.ClassFileMatchLocator
 
classFileOffset - Variable in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
ClassFilePool - Class in org.eclipse.jdt.internal.compiler
 
classFilePool - Variable in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
 
ClassFileReader - Class in org.eclipse.jdt.internal.compiler.classfmt
 
ClassFileReader(byte[], char[]) - Constructor for class org.eclipse.jdt.internal.compiler.classfmt.ClassFileReader
 
ClassFileReader(byte[], char[], boolean) - Constructor for class org.eclipse.jdt.internal.compiler.classfmt.ClassFileReader
 
classFileReader(IType) - Static method in class org.eclipse.jdt.internal.core.search.matching.MatchLocator
 
ClassFileReader - Class in org.eclipse.jdt.internal.core.util
 
ClassFileReader(byte[], int) - Constructor for class org.eclipse.jdt.internal.core.util.ClassFileReader
Constructor for ClassFileReader.
ClassFileStruct - Class in org.eclipse.jdt.internal.compiler.classfmt
 
ClassFileStruct(byte[], int[], int) - Constructor for class org.eclipse.jdt.internal.compiler.classfmt.ClassFileStruct
 
ClassFileStruct - Class in org.eclipse.jdt.internal.core.util
Abstract class that defines helpers methods for decoding .class file.
ClassFileStruct() - Constructor for class org.eclipse.jdt.internal.core.util.ClassFileStruct
 
ClassFileWorkingCopy - Class in org.eclipse.jdt.internal.core
A working copy on an IClassFile.
ClassFileWorkingCopy(ClassFile, WorkingCopyOwner) - Constructor for class org.eclipse.jdt.internal.core.ClassFileWorkingCopy
 
classformat_anewarray - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
classformat_checkcast - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
classformat_classformatexception - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
classformat_getfield - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
classformat_getstatic - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
classformat_iinc - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
classformat_instanceof - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
classformat_invokedynamic - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
classformat_invokeinterface - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
classformat_invokespecial - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
classformat_invokestatic - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
classformat_invokevirtual - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
classformat_ldc2_w_double - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
classformat_ldc2_w_long - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
classformat_ldc_w_class - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
classformat_ldc_w_float - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
classformat_ldc_w_integer - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
classformat_ldc_w_string - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
classformat_load - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
classformat_multianewarray - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
classformat_new - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
classformat_newarray_boolean - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
classformat_newarray_byte - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
classformat_newarray_char - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
classformat_newarray_double - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
classformat_newarray_float - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
classformat_newarray_int - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
classformat_newarray_long - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
classformat_newarray_short - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
classformat_putfield - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
classformat_putstatic - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
classformat_store - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
ClassFormatException - Exception in org.eclipse.jdt.core.util
Exception thrown by a class file reader when encountering a error in decoding information contained in a .class file.
ClassFormatException(int) - Constructor for exception org.eclipse.jdt.core.util.ClassFormatException
Constructor for ClassFormatException.
ClassFormatException(String) - Constructor for exception org.eclipse.jdt.core.util.ClassFormatException
Constructor for ClassFormatException.
ClassFormatException(String, Throwable) - Constructor for exception org.eclipse.jdt.core.util.ClassFormatException
Constructor for ClassFormatException.
ClassFormatException - Exception in org.eclipse.jdt.internal.compiler.classfmt
 
ClassFormatException(RuntimeException, char[]) - Constructor for exception org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException
 
ClassFormatException(int) - Constructor for exception org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException
 
ClassFormatException(int, int) - Constructor for exception org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException
 
classInitialize() - Static method in class org.eclipse.jdt.internal.compiler.ast.OperatorExpression
 
ClassInstanceCreation - Class in org.eclipse.jdt.core.dom
Class instance creation expression AST node type.
classInstanceCreation(boolean) - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionParser
 
classInstanceCreation(boolean) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
classInstanceCreation(boolean) - Method in class org.eclipse.jdt.internal.compiler.SourceElementParser
 
classInstanceCreation(boolean) - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocatorParser
 
classInstanceCreation(boolean) - Method in class org.eclipse.jdt.internal.eval.CodeSnippetParser
 
ClassLiteralAccess - Class in org.eclipse.jdt.internal.compiler.ast
 
ClassLiteralAccess(int, TypeReference) - Constructor for class org.eclipse.jdt.internal.compiler.ast.ClassLiteralAccess
 
classNames - Variable in class org.eclipse.jdt.internal.compiler.batch.Main
 
classOrInterface - Variable in class org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern
 
classpath_archiveReadError - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
classpath_buildPath - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
classpath_cannotNestEntryInEntry - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
classpath_cannotNestEntryInEntryNoExclusion - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
classpath_cannotNestEntryInLibrary - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
classpath_cannotNestEntryInOutput - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
classpath_cannotNestOutputInEntry - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
classpath_cannotNestOutputInOutput - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
classpath_cannotReadClasspathFile - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
classpath_cannotReferToItself - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
classpath_cannotUseDistinctSourceFolderAsOutput - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
classpath_cannotUseLibraryAsOutput - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
classpath_closedProject - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
classpath_containerInfo - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
classpath_couldNotWriteClasspathFile - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
CLASSPATH_CYCLE - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status indicating that a project is involved in a build path cycle.
classpath_cycle - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
classpath_deprecated_variable - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
classpath_disabledInclusionExclusionPatterns - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
classpath_disabledMultipleOutputLocations - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
classpath_duplicateEntryExtraAttribute - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
classpath_duplicateEntryPath - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
CLASSPATH_FILE_FORMAT - Static variable in interface org.eclipse.jdt.core.IJavaModelMarker
Classpath file format marker attribute (value "classpathFileFormat").
CLASSPATH_FILE_NAME - Static variable in interface org.eclipse.jdt.core.IJavaProject
Path of the file containing the project's classpath relative to the project's root.
CLASSPATH_FILENAME - Static variable in class org.eclipse.jdt.internal.core.JavaProject
Name of file containing project classpath
classpath_illegalContainerPath - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
classpath_illegalEntryInClasspathFile - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
classpath_illegalExternalFolder - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
classpath_illegalExternalFolderInContainer - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
classpath_illegalLibraryArchive - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
classpath_illegalLibraryPath - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
classpath_illegalLibraryPathInContainer - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
classpath_illegalProjectPath - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
classpath_illegalSourceFolderPath - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
classpath_illegalVariablePath - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
classpath_incompatibleLibraryJDKLevel - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
classpath_incompatibleLibraryJDKLevelInContainer - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
classpath_invalidClasspathInClasspathFile - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
classpath_invalidContainer - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
classpath_mustEndWithSlash - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
classpath_settingOutputLocationProgress - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
classpath_settingProgress - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
classpath_unboundContainerPath - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
classpath_unboundLibrary - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
classpath_unboundLibraryInContainer - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
classpath_unboundProject - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
classpath_unboundSourceAttachment - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
classpath_unboundSourceAttachmentInContainedLibrary - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
classpath_unboundSourceFolder - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
classpath_unboundVariablePath - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
classpath_unknownKind - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
classpath_userLibraryInfo - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
classpath_xmlFormatError - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
ClasspathAccessRule - Class in org.eclipse.jdt.internal.core
 
ClasspathAccessRule(IPath, int) - Constructor for class org.eclipse.jdt.internal.core.ClasspathAccessRule
 
ClasspathAttribute - Class in org.eclipse.jdt.internal.core
 
ClasspathAttribute(String, String) - Constructor for class org.eclipse.jdt.internal.core.ClasspathAttribute
 
ClasspathChange - Class in org.eclipse.jdt.internal.core
 
ClasspathChange(JavaProject, IClasspathEntry[], IPath, IClasspathEntry[]) - Constructor for class org.eclipse.jdt.internal.core.ClasspathChange
 
classpathChanged(ClasspathChange, boolean) - Method in class org.eclipse.jdt.internal.core.ChangeClasspathOperation
 
ClasspathContainerInitializer - Class in org.eclipse.jdt.core
Abstract base implementation of all classpath container initializer.
ClasspathContainerInitializer() - Constructor for class org.eclipse.jdt.core.ClasspathContainerInitializer
Creates a new classpath container initializer.
ClasspathDirectory - Class in org.eclipse.jdt.internal.compiler.batch
 
ClasspathDirectory - Class in org.eclipse.jdt.internal.core.builder
 
ClasspathEntry - Class in org.eclipse.jdt.internal.core
 
ClasspathEntry(int, int, IPath, IPath[], IPath[], IPath, IPath, IPath, boolean, IAccessRule[], boolean, IClasspathAttribute[]) - Constructor for class org.eclipse.jdt.internal.core.ClasspathEntry
 
ClasspathEntry(int, int, IPath, IPath[], IPath[], IPath, IPath, IPath, IClasspathEntry, boolean, IAccessRule[], boolean, IClasspathAttribute[]) - Constructor for class org.eclipse.jdt.internal.core.ClasspathEntry
Creates a class path entry of the specified kind with the given path.
ClasspathEntry.AssertionFailedException - Exception in org.eclipse.jdt.internal.core
 
ClasspathEntry.AssertionFailedException(String) - Constructor for exception org.eclipse.jdt.internal.core.ClasspathEntry.AssertionFailedException
 
classpathEntryName - Variable in class org.eclipse.jdt.internal.compiler.env.AccessRestriction
 
classpathEntryName - Variable in class org.eclipse.jdt.internal.compiler.env.AccessRuleSet
 
classpathEntryType - Variable in class org.eclipse.jdt.internal.compiler.env.AccessRestriction
 
classpathEntryType - Variable in class org.eclipse.jdt.internal.compiler.env.AccessRuleSet
 
ClasspathJar - Class in org.eclipse.jdt.internal.compiler.batch
 
ClasspathJar(File, boolean, AccessRuleSet, String) - Constructor for class org.eclipse.jdt.internal.compiler.batch.ClasspathJar
 
ClasspathJar - Class in org.eclipse.jdt.internal.core.builder
 
ClasspathLocation - Class in org.eclipse.jdt.internal.compiler.batch
 
ClasspathLocation(AccessRuleSet, String) - Constructor for class org.eclipse.jdt.internal.compiler.batch.ClasspathLocation
 
ClasspathLocation - Class in org.eclipse.jdt.internal.core.builder
 
ClasspathLocation() - Constructor for class org.eclipse.jdt.internal.core.builder.ClasspathLocation
 
ClasspathMultiDirectory - Class in org.eclipse.jdt.internal.core.builder
 
classpaths - Variable in class org.eclipse.jdt.internal.compiler.batch.FileSystem
 
ClasspathSourceDirectory - Class in org.eclipse.jdt.internal.core.search.matching
 
ClasspathSourceJar - Class in org.eclipse.jdt.internal.compiler.batch
 
ClasspathSourceJar(File, boolean, AccessRuleSet, String, String) - Constructor for class org.eclipse.jdt.internal.compiler.batch.ClasspathSourceJar
 
ClasspathValidation - Class in org.eclipse.jdt.internal.core
 
ClasspathValidation(JavaProject) - Constructor for class org.eclipse.jdt.internal.core.ClasspathValidation
 
ClasspathVariableInitializer - Class in org.eclipse.jdt.core
Abstract base implementation of all classpath variable initializers.
ClasspathVariableInitializer() - Constructor for class org.eclipse.jdt.core.ClasspathVariableInitializer
Creates a new classpath variable initializer.
ClassScope - Class in org.eclipse.jdt.internal.compiler.lookup
 
ClassScope(Scope, TypeDeclaration) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.ClassScope
 
classScope() - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
ClassSignature - Class in org.eclipse.jdt.internal.compiler.env
Represents a class reference in the class file.
ClassSignature(char[]) - Constructor for class org.eclipse.jdt.internal.compiler.env.ClassSignature
 
classStart - Variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnClassLiteralAccess
 
ClassTag - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
 
classToSuperclass - Variable in class org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy
 
CLDC_1_1 - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
 
CLEAN - Static variable in class org.eclipse.jdt.core.JavaCore
Configurable option value: "clean".
clean(IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.builder.JavaBuilder
 
cleanOutputFolders(boolean) - Method in class org.eclipse.jdt.internal.core.builder.BatchImageBuilder
 
cleanStarting(IJavaProject) - Method in class org.eclipse.jdt.core.compiler.CompilationParticipant
Notifies this participant that a clean is about to start and provides it the opportunity to delete generated source files.
cleanUp() - Method in class org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration
 
cleanup() - Method in class org.eclipse.jdt.internal.compiler.batch.FileSystem
 
cleanup() - Method in interface org.eclipse.jdt.internal.compiler.env.INameEnvironment
This method cleans the environment uo.
cleanUp() - Method in class org.eclipse.jdt.internal.core.builder.AbstractImageBuilder
 
cleanUp() - Method in class org.eclipse.jdt.internal.core.builder.BatchImageBuilder
 
cleanup() - Method in class org.eclipse.jdt.internal.core.builder.ClasspathDirectory
 
cleanup() - Method in class org.eclipse.jdt.internal.core.builder.ClasspathJar
 
cleanup() - Method in class org.eclipse.jdt.internal.core.builder.ClasspathLocation
 
cleanUp() - Method in class org.eclipse.jdt.internal.core.builder.IncrementalImageBuilder
 
cleanup() - Method in class org.eclipse.jdt.internal.core.builder.NameEnvironment
 
cleanUp(IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.ExternalFoldersManager
 
cleanup() - Method in class org.eclipse.jdt.internal.core.search.matching.ClasspathSourceDirectory
 
cleanup() - Method in class org.eclipse.jdt.internal.core.search.matching.JavaSearchNameEnvironment
 
cleanUp() - Method in class org.eclipse.jdt.internal.core.search.matching.PossibleMatch
 
cleanup() - Method in class org.eclipse.jdt.internal.core.SearchableEnvironment
 
cleanup() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetEnvironment
 
cleanUpAfterAssignment(BlockScope, int, Expression) - Static method in class org.eclipse.jdt.internal.compiler.ast.FakedTrackingVariable
 
cleanUpIndexes() - Method in class org.eclipse.jdt.internal.core.search.indexing.IndexManager
 
clear() - Static method in class java_cup.emit
 
clear() - Static method in class java_cup.lalr_state
 
clear() - Static method in class java_cup.non_terminal
 
clear() - Static method in class java_cup.parse_action_row
 
clear() - Static method in class java_cup.parse_reduce_row
 
clear() - Static method in class java_cup.production
 
clear() - Static method in class java_cup.terminal
 
clear() - Method in class org.eclipse.jdt.internal.compiler.codegen.CharArrayCache
Clears the hash table so that it has no more elements in it.
clear() - Method in class org.eclipse.jdt.internal.compiler.codegen.DoubleCache
Clears the hash table so that it has no more elements in it.
clear() - Method in class org.eclipse.jdt.internal.compiler.codegen.FloatCache
Clears the hash table so that it has no more elements in it.
clear() - Method in class org.eclipse.jdt.internal.compiler.codegen.IntegerCache
Clears the hash table so that it has no more elements in it.
clear() - Method in class org.eclipse.jdt.internal.compiler.codegen.LongCache
Clears the hash table so that it has no more elements in it.
clear() - Method in class org.eclipse.jdt.internal.compiler.codegen.ObjectCache
Clears the hash table so that it has no more elements in it.
clear(int) - Method in class org.eclipse.jdt.internal.compiler.impl.IrritantSet
 
clear() - Method in class org.eclipse.jdt.internal.compiler.util.HashtableOfObject
 
clear() - Method in class org.eclipse.jdt.internal.compiler.util.SimpleSet
 
clear() - Method in class org.eclipse.jdt.internal.compiler.util.SimpleSetOfCharArray
 
clear() - Method in class org.eclipse.jdt.internal.core.builder.StringSet
 
clear() - Method in class org.eclipse.jdt.internal.core.builder.WorkQueue
 
clear() - Method in class org.eclipse.jdt.internal.core.dom.rewrite.NodeInfoStore
 
clear() - Method in class org.eclipse.jdt.internal.core.dom.rewrite.RewriteEventStore
 
clear() - Method in class org.eclipse.jdt.internal.core.search.matching.MethodLocator
 
clear() - Method in class org.eclipse.jdt.internal.core.search.matching.PatternLocator
 
CLEAR_ALL - Static variable in class org.eclipse.jdt.core.JavaCore
Configurable option value: "clear all".
clearAll() - Method in class org.eclipse.jdt.internal.compiler.impl.IrritantSet
 
ClearPrivateModifier - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
 
Clinit - Class in org.eclipse.jdt.internal.compiler.ast
 
Clinit(CompilationResult) - Constructor for class org.eclipse.jdt.internal.compiler.ast.Clinit
 
Clinit - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
CLINIT - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
ClinitSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
clone() - Method in interface org.eclipse.jdt.core.jdom.IDOMNode
Deprecated. Returns a stand-alone copy of the document fragment represented by this node that is in no way dependent on the document this node is part of.
CLONE - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
clone() - Method in class org.eclipse.jdt.internal.compiler.util.HashSetOfInt
 
clone() - Method in class org.eclipse.jdt.internal.compiler.util.HashtableOfIntValues
 
clone() - Method in class org.eclipse.jdt.internal.compiler.util.HashtableOfObject
 
clone() - Method in class org.eclipse.jdt.internal.compiler.util.HashtableOfObjectToInt
 
clone() - Method in class org.eclipse.jdt.internal.compiler.util.HashtableOfObjectToIntArray
 
clone() - Method in class org.eclipse.jdt.internal.compiler.util.SimpleLookupTable
 
clone() - Method in class org.eclipse.jdt.internal.compiler.util.SimpleSet
 
clone() - Method in class org.eclipse.jdt.internal.compiler.util.SimpleSetOfCharArray
 
clone(Object) - Method in class org.eclipse.jdt.internal.core.JarEntryDirectory
 
clone(Object) - Method in class org.eclipse.jdt.internal.core.JarEntryFile
 
clone(Object) - Method in class org.eclipse.jdt.internal.core.JarEntryResource
 
clone() - Method in class org.eclipse.jdt.internal.core.JavaElementInfo
 
clone() - Method in class org.eclipse.jdt.internal.core.jdom.DOMNode
Deprecated.  
clone() - Method in class org.eclipse.jdt.internal.core.OverflowingLRUCache
Returns a new cache containing the same contents.
clone() - Method in class org.eclipse.jdt.internal.core.util.HashSetOfArray
 
clone() - Method in class org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray
 
clone() - Method in class org.eclipse.jdt.internal.core.util.HashtableOfArrayToObject
 
clone() - Method in class org.eclipse.jdt.internal.core.util.LRUCache
Returns a new cache containing the same contents.
cloneCachingContents() - Method in class org.eclipse.jdt.internal.core.CompilationUnit
 
close() - Method in class org.apache.tapestry.util.text.ExtendedReader
 
close() - Method in interface org.eclipse.jdt.core.IBuffer
Closes the buffer.
close() - Method in interface org.eclipse.jdt.core.IOpenable
Closes this element and its buffer (if any).
close() - Method in class org.eclipse.jdt.internal.compiler.batch.Main.Logger
 
Close - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
CLOSE - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
close() - Method in class org.eclipse.jdt.internal.core.Buffer
 
close(LRUCache.LRUCacheEntry) - Method in class org.eclipse.jdt.internal.core.BufferCache
Returns true if the buffer is successfully closed and removed from the cache, otherwise false.
close() - Method in class org.eclipse.jdt.internal.core.CompilationUnit
 
close(LRUCache.LRUCacheEntry) - Method in class org.eclipse.jdt.internal.core.ElementCache
Returns true if the element is successfully closed and removed from the cache, otherwise false.
close() - Method in class org.eclipse.jdt.internal.core.index.IndexLocation
Closes any open streams.
close() - Method in class org.eclipse.jdt.internal.core.index.JarIndexLocation
 
close() - Method in class org.eclipse.jdt.internal.core.JavaElement
 
close() - Method in class org.eclipse.jdt.internal.core.JavaProject
 
close(Openable) - Static method in class org.eclipse.jdt.internal.core.ModelUpdater
Closes the given element, which removes it from the cache of open elements.
close(LRUCache.LRUCacheEntry) - Method in class org.eclipse.jdt.internal.core.OverflowingLRUCache
Returns true if the element is successfully closed and removed from the cache, otherwise false.
close() - Method in class org.eclipse.jdt.internal.core.SourceMapper
Closes this SourceMapper's zip file.
close() - Method in class org.eclipse.jdt.internal.formatter.comment.SubstitutionTextReader
 
close_files() - Static method in class java_cup.Main
Close various files used by the system.
closeBuffer() - Method in class org.eclipse.jdt.internal.core.Openable
Close the buffer associated with this element, if any.
closed(IJavaElement) - Method in class org.eclipse.jdt.internal.core.JavaElementDelta
Creates the nested deltas for a closed element.
CloseSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
closestMatch() - Method in class org.eclipse.jdt.internal.compiler.lookup.ArrayBinding
 
closestMatch - Variable in class org.eclipse.jdt.internal.compiler.lookup.ProblemFieldBinding
 
closestMatch - Variable in class org.eclipse.jdt.internal.compiler.lookup.ProblemMethodBinding
 
closestMatch() - Method in class org.eclipse.jdt.internal.compiler.lookup.ProblemReferenceBinding
 
closestMatch() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
In case of problems, returns the closest match found.
closestReferenceMatch() - Method in class org.eclipse.jdt.internal.compiler.lookup.ProblemReferenceBinding
 
closeTracker - Variable in class org.eclipse.jdt.internal.compiler.ast.AllocationExpression
 
closeTracker - Variable in class org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding
 
closeZipFile(ZipFile) - Method in class org.eclipse.jdt.internal.core.JavaModelManager
 
closeZipFileAtEnd - Variable in class org.eclipse.jdt.internal.compiler.batch.ClasspathJar
 
closing(Object) - Method in class org.eclipse.jdt.internal.core.BinaryType
 
closing(Object) - Method in class org.eclipse.jdt.internal.core.CompilationUnit
 
closing(Object) - Method in class org.eclipse.jdt.internal.core.JavaElement
This element is being closed.
closing(Object) - Method in class org.eclipse.jdt.internal.core.LocalVariable
 
closing(Object) - Method in class org.eclipse.jdt.internal.core.Openable
This element is being closed.
closing(Object) - Method in class org.eclipse.jdt.internal.core.SourceMethod
 
closing(Object) - Method in class org.eclipse.jdt.internal.core.SourceRefElement
This element is being closed.
closing(Object) - Method in class org.eclipse.jdt.internal.core.SourceType
 
CODE - Static variable in interface org.eclipse.jdt.core.util.IAttributeNamesConstants
"Code" attribute.
code - Variable in class org.eclipse.jdt.internal.core.dom.rewrite.NodeInfoStore.StringPlaceholderData
 
code_assist_internal_error - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
CODE_SNIPPET - Static variable in interface org.eclipse.jdt.core.eval.ICodeSnippetRequestor
Indicates a compilation problem related to a code snippet.
CODE_SNIPPET_CLASS_NAME_PREFIX - Static variable in interface org.eclipse.jdt.internal.eval.EvaluationConstants
 
CODE_SNIPPET_NAME - Static variable in interface org.eclipse.jdt.internal.eval.EvaluationConstants
 
code_string() - Method in class java_cup.action_part
String containing code for the action in question.
CODEASSIST_ARGUMENT_PREFIXES - Static variable in class org.eclipse.jdt.core.JavaCore
Code assist option ID: Define the Prefixes for Argument Name.
CODEASSIST_ARGUMENT_SUFFIXES - Static variable in class org.eclipse.jdt.core.JavaCore
Code assist option ID: Define the Suffixes for Argument Name.
CODEASSIST_CAMEL_CASE_MATCH - Static variable in class org.eclipse.jdt.core.JavaCore
Code assist option ID: Activate Camel Case Sensitive Completion.
CODEASSIST_DEPRECATION_CHECK - Static variable in class org.eclipse.jdt.core.JavaCore
Code assist option ID: Activate Deprecation Sensitive Completion.
CODEASSIST_DISCOURAGED_REFERENCE_CHECK - Static variable in class org.eclipse.jdt.core.JavaCore
Code assist option ID: Activate Discouraged Reference Sensitive Completion.
CODEASSIST_FIELD_PREFIXES - Static variable in class org.eclipse.jdt.core.JavaCore
Code assist option ID: Define the Prefixes for Field Name.
CODEASSIST_FIELD_SUFFIXES - Static variable in class org.eclipse.jdt.core.JavaCore
Code assist option ID: Define the Suffixes for Field Name.
CODEASSIST_FORBIDDEN_REFERENCE_CHECK - Static variable in class org.eclipse.jdt.core.JavaCore
Code assist option ID: Activate Forbidden Reference Sensitive Completion.
CODEASSIST_IMPLICIT_QUALIFICATION - Static variable in class org.eclipse.jdt.core.JavaCore
Code assist option ID: Automatic Qualification of Implicit Members.
CODEASSIST_LOCAL_PREFIXES - Static variable in class org.eclipse.jdt.core.JavaCore
Code assist option ID: Define the Prefixes for Local Variable Name.
CODEASSIST_LOCAL_SUFFIXES - Static variable in class org.eclipse.jdt.core.JavaCore
Code assist option ID: Define the Suffixes for Local Variable Name.
CODEASSIST_STATIC_FIELD_PREFIXES - Static variable in class org.eclipse.jdt.core.JavaCore
Code assist option ID: Define the Prefixes for Static Field Name.
CODEASSIST_STATIC_FIELD_SUFFIXES - Static variable in class org.eclipse.jdt.core.JavaCore
Code assist option ID: Define the Suffixes for Static Field Name.
CODEASSIST_STATIC_FINAL_FIELD_PREFIXES - Static variable in class org.eclipse.jdt.core.JavaCore
Code assist option ID: Define the Prefixes for Static Final Field Name.
CODEASSIST_STATIC_FINAL_FIELD_SUFFIXES - Static variable in class org.eclipse.jdt.core.JavaCore
Code assist option ID: Define the Suffixes for Static Final Field Name.
CODEASSIST_SUGGEST_STATIC_IMPORTS - Static variable in class org.eclipse.jdt.core.JavaCore
Code assist option ID: Activate Suggestion of Static Import.
CODEASSIST_VISIBILITY_CHECK - Static variable in class org.eclipse.jdt.core.JavaCore
Code assist option ID: Activate Visibility Sensitive Completion.
CodeAttribute - Class in org.eclipse.jdt.internal.core.util
Default implementation of ICodeAttribute.
CodeCannotBeReached - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
codeComplete(String, int, ICompletionRequestor) - Method in interface org.eclipse.jdt.core.eval.IEvaluationContext
Deprecated. Use IEvaluationContext.codeComplete(String,int,CompletionRequestor) instead.
codeComplete(String, int, ICompletionRequestor, WorkingCopyOwner) - Method in interface org.eclipse.jdt.core.eval.IEvaluationContext
Deprecated. Use #codeComplete(String,int,CompletionRequestor,WorkingCopyOwner) instead.
codeComplete(String, int, CompletionRequestor) - Method in interface org.eclipse.jdt.core.eval.IEvaluationContext
Performs a code completion at the given position in the given code snippet, reporting results to the given completion requestor.
codeComplete(String, int, CompletionRequestor, IProgressMonitor) - Method in interface org.eclipse.jdt.core.eval.IEvaluationContext
Performs a code completion at the given position in the given code snippet, reporting results to the given completion requestor.
codeComplete(String, int, CompletionRequestor, WorkingCopyOwner, IProgressMonitor) - Method in interface org.eclipse.jdt.core.eval.IEvaluationContext
Performs a code completion at the given position in the given code snippet, reporting results to the given completion requestor.
codeComplete(String, int, ICodeCompletionRequestor) - Method in interface org.eclipse.jdt.core.eval.IEvaluationContext
Deprecated. - use codeComplete(String, int, ICompletionRequestor) instead
codeComplete(int, ICodeCompletionRequestor) - Method in interface org.eclipse.jdt.core.ICodeAssist
Deprecated. Use ICodeAssist.codeComplete(int, ICompletionRequestor) instead.
codeComplete(int, ICompletionRequestor) - Method in interface org.eclipse.jdt.core.ICodeAssist
Deprecated. Use ICodeAssist.codeComplete(int, CompletionRequestor) instead.
codeComplete(int, CompletionRequestor) - Method in interface org.eclipse.jdt.core.ICodeAssist
Performs code completion at the given offset position in this compilation unit, reporting results to the given completion requestor.
codeComplete(int, CompletionRequestor, IProgressMonitor) - Method in interface org.eclipse.jdt.core.ICodeAssist
Performs code completion at the given offset position in this compilation unit, reporting results to the given completion requestor.
codeComplete(int, ICompletionRequestor, WorkingCopyOwner) - Method in interface org.eclipse.jdt.core.ICodeAssist
Deprecated. Use #codeComplete(int, CompletionRequestor, WorkingCopyOwner) instead.
codeComplete(int, CompletionRequestor, WorkingCopyOwner, IProgressMonitor) - Method in interface org.eclipse.jdt.core.ICodeAssist
Performs code completion at the given offset position in this compilation unit, reporting results to the given completion requestor.
codeComplete(char[], int, int, char[][], char[][], int[], boolean, ICompletionRequestor) - Method in interface org.eclipse.jdt.core.IType
Deprecated. Use IType.codeComplete(char[],int,int,char[][],char[][],int[],boolean,CompletionRequestor) instead.
codeComplete(char[], int, int, char[][], char[][], int[], boolean, ICompletionRequestor, WorkingCopyOwner) - Method in interface org.eclipse.jdt.core.IType
Deprecated. Use #codeComplete(char[],int,int,char[][],char[][],int[],boolean,CompletionRequestor,WorkingCopyOwner) instead.
codeComplete(char[], int, int, char[][], char[][], int[], boolean, CompletionRequestor) - Method in interface org.eclipse.jdt.core.IType
Do code completion inside a code snippet in the context of the current type.
codeComplete(char[], int, int, char[][], char[][], int[], boolean, CompletionRequestor, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IType
Do code completion inside a code snippet in the context of the current type.
codeComplete(char[], int, int, char[][], char[][], int[], boolean, CompletionRequestor, WorkingCopyOwner, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IType
Do code completion inside a code snippet in the context of the current type.
codeComplete(char[], int, int, char[][], char[][], int[], boolean, ICompletionRequestor) - Method in class org.eclipse.jdt.internal.core.BinaryType
Deprecated.  
codeComplete(char[], int, int, char[][], char[][], int[], boolean, ICompletionRequestor, WorkingCopyOwner) - Method in class org.eclipse.jdt.internal.core.BinaryType
Deprecated.  
codeComplete(char[], int, int, char[][], char[][], int[], boolean, CompletionRequestor) - Method in class org.eclipse.jdt.internal.core.BinaryType
 
codeComplete(char[], int, int, char[][], char[][], int[], boolean, CompletionRequestor, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.BinaryType
 
codeComplete(char[], int, int, char[][], char[][], int[], boolean, CompletionRequestor, WorkingCopyOwner, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.BinaryType
 
codeComplete(int, ICompletionRequestor) - Method in class org.eclipse.jdt.internal.core.ClassFile
Deprecated.  
codeComplete(int, ICompletionRequestor, WorkingCopyOwner) - Method in class org.eclipse.jdt.internal.core.ClassFile
Deprecated.  
codeComplete(int, CompletionRequestor) - Method in class org.eclipse.jdt.internal.core.ClassFile
 
codeComplete(int, CompletionRequestor, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.ClassFile
 
codeComplete(int, CompletionRequestor, WorkingCopyOwner, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.ClassFile
 
codeComplete(int, ICodeCompletionRequestor) - Method in class org.eclipse.jdt.internal.core.ClassFile
Deprecated. - should use codeComplete(int, ICompletionRequestor) instead
codeComplete(int, ICompletionRequestor) - Method in class org.eclipse.jdt.internal.core.CompilationUnit
Deprecated.  
codeComplete(int, ICompletionRequestor, WorkingCopyOwner) - Method in class org.eclipse.jdt.internal.core.CompilationUnit
Deprecated.  
codeComplete(int, ICodeCompletionRequestor) - Method in class org.eclipse.jdt.internal.core.CompilationUnit
Deprecated. - use codeComplete(int, ICompletionRequestor)
codeComplete(int, CompletionRequestor) - Method in class org.eclipse.jdt.internal.core.CompilationUnit
 
codeComplete(int, CompletionRequestor, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.CompilationUnit
 
codeComplete(int, CompletionRequestor, WorkingCopyOwner, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.CompilationUnit
 
codeComplete(String, int, ICompletionRequestor) - Method in class org.eclipse.jdt.internal.core.eval.EvaluationContextWrapper
Deprecated.  
codeComplete(String, int, ICompletionRequestor, WorkingCopyOwner) - Method in class org.eclipse.jdt.internal.core.eval.EvaluationContextWrapper
Deprecated.  
codeComplete(String, int, CompletionRequestor) - Method in class org.eclipse.jdt.internal.core.eval.EvaluationContextWrapper
 
codeComplete(String, int, CompletionRequestor, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.eval.EvaluationContextWrapper
 
codeComplete(String, int, CompletionRequestor, WorkingCopyOwner, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.eval.EvaluationContextWrapper
 
codeComplete(String, int, ICodeCompletionRequestor) - Method in class org.eclipse.jdt.internal.core.eval.EvaluationContextWrapper
Deprecated. - use codeComplete(String, int, ICompletionRequestor) instead
codeComplete(ICompilationUnit, ICompilationUnit, int, CompletionRequestor, WorkingCopyOwner, ITypeRoot, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.Openable
 
codeComplete(char[], int, int, char[][], char[][], int[], boolean, ICompletionRequestor) - Method in class org.eclipse.jdt.internal.core.SourceType
Deprecated.  
codeComplete(char[], int, int, char[][], char[][], int[], boolean, ICompletionRequestor, WorkingCopyOwner) - Method in class org.eclipse.jdt.internal.core.SourceType
Deprecated.  
codeComplete(char[], int, int, char[][], char[][], int[], boolean, CompletionRequestor) - Method in class org.eclipse.jdt.internal.core.SourceType
 
codeComplete(char[], int, int, char[][], char[][], int[], boolean, CompletionRequestor, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.SourceType
 
codeComplete(char[], int, int, char[][], char[][], int[], boolean, CompletionRequestor, WorkingCopyOwner, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.SourceType
 
CodeFormatter - Class in org.eclipse.jdt.core.formatter
Specification for a generic source code formatter.
CodeFormatter() - Constructor for class org.eclipse.jdt.core.formatter.CodeFormatter
 
CodeFormatter - Class in org.eclipse.jdt.internal.formatter.old
Deprecated.  
CodeFormatter(Map) - Constructor for class org.eclipse.jdt.internal.formatter.old.CodeFormatter
Deprecated.  
CodeFormatterApplication - Class in org.eclipse.jdt.core.formatter
Implements an Eclipse Application for org.eclipse.jdt.core.JavaCodeFormatter.
CodeFormatterApplication() - Constructor for class org.eclipse.jdt.core.formatter.CodeFormatterApplication
 
CodeFormatterVisitor - Class in org.eclipse.jdt.internal.formatter
This class is responsible for formatting a valid java source code.
CodeFormatterVisitor(DefaultCodeFormatterOptions, Map, IRegion[], CodeSnippetParsingUtil, boolean) - Constructor for class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
CodeFormatterVisitor.MultiFieldDeclaration - Class in org.eclipse.jdt.internal.formatter
 
CodeName - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.AttributeNamesConstants
 
codeSelect(String, int, int) - Method in interface org.eclipse.jdt.core.eval.IEvaluationContext
Resolves and returns a collection of Java elements corresponding to the source code at the given positions in the given code snippet.
codeSelect(String, int, int, WorkingCopyOwner) - Method in interface org.eclipse.jdt.core.eval.IEvaluationContext
Resolves and returns a collection of Java elements corresponding to the source code at the given positions in the given code snippet.
codeSelect(int, int) - Method in interface org.eclipse.jdt.core.ICodeAssist
Returns the Java elements corresponding to the given selected text in this compilation unit.
codeSelect(int, int, WorkingCopyOwner) - Method in interface org.eclipse.jdt.core.ICodeAssist
Returns the Java elements corresponding to the given selected text in this compilation unit.
codeSelect(int, int) - Method in class org.eclipse.jdt.internal.core.ClassFile
 
codeSelect(int, int, WorkingCopyOwner) - Method in class org.eclipse.jdt.internal.core.ClassFile
 
codeSelect(int, int) - Method in class org.eclipse.jdt.internal.core.CompilationUnit
 
codeSelect(int, int, WorkingCopyOwner) - Method in class org.eclipse.jdt.internal.core.CompilationUnit
 
codeSelect(String, int, int) - Method in class org.eclipse.jdt.internal.core.eval.EvaluationContextWrapper
 
codeSelect(String, int, int, WorkingCopyOwner) - Method in class org.eclipse.jdt.internal.core.eval.EvaluationContextWrapper
 
codeSelect(ICompilationUnit, int, int, WorkingCopyOwner) - Method in class org.eclipse.jdt.internal.core.Openable
 
CodeSnippetAllocationExpression - Class in org.eclipse.jdt.internal.eval
 
CodeSnippetAllocationExpression(EvaluationContext) - Constructor for class org.eclipse.jdt.internal.eval.CodeSnippetAllocationExpression
CodeSnippetAllocationExpression constructor comment.
CodeSnippetClassFile - Class in org.eclipse.jdt.internal.eval
 
CodeSnippetClassFile(SourceTypeBinding, ClassFile, boolean) - Constructor for class org.eclipse.jdt.internal.eval.CodeSnippetClassFile
CodeSnippetClassFile constructor comment.
CodeSnippetCompiler - Class in org.eclipse.jdt.internal.eval
A compiler that compiles code snippets.
CodeSnippetCompiler(INameEnvironment, IErrorHandlingPolicy, CompilerOptions, ICompilerRequestor, IProblemFactory, EvaluationContext, int, int) - Constructor for class org.eclipse.jdt.internal.eval.CodeSnippetCompiler
Creates a new code snippet compiler initialized with a code snippet parser.
CodeSnippetEnvironment - Class in org.eclipse.jdt.internal.eval
An environment that wraps the client's name environment.
CodeSnippetEnvironment(INameEnvironment, EvaluationContext) - Constructor for class org.eclipse.jdt.internal.eval.CodeSnippetEnvironment
Creates a new wrapper for the given environment.
CodeSnippetEvaluator - Class in org.eclipse.jdt.internal.eval
A code snippet evaluator compiles and returns class file for a code snippet.
CodeSnippetFieldReference - Class in org.eclipse.jdt.internal.eval
 
CodeSnippetFieldReference(char[], long, EvaluationContext) - Constructor for class org.eclipse.jdt.internal.eval.CodeSnippetFieldReference
CodeSnippetFieldReference constructor comment.
CodeSnippetMessageSend - Class in org.eclipse.jdt.internal.eval
 
CodeSnippetMessageSend(EvaluationContext) - Constructor for class org.eclipse.jdt.internal.eval.CodeSnippetMessageSend
CodeSnippetMessageSend constructor comment.
CodeSnippetMissingClass - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
codeSnippetMissingClass(String, int, int) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
CodeSnippetMissingMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
codeSnippetMissingMethod(String, String, String, int, int) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
CodeSnippetParser - Class in org.eclipse.jdt.internal.eval
A parser for code snippets.
CodeSnippetParser(ProblemReporter, EvaluationContext, boolean, int, int) - Constructor for class org.eclipse.jdt.internal.eval.CodeSnippetParser
Creates a new code snippet parser.
CodeSnippetParsingUtil - Class in org.eclipse.jdt.internal.core.util
Utility class to parse different code snippets
CodeSnippetParsingUtil(boolean) - Constructor for class org.eclipse.jdt.internal.core.util.CodeSnippetParsingUtil
 
CodeSnippetParsingUtil() - Constructor for class org.eclipse.jdt.internal.core.util.CodeSnippetParsingUtil
 
CodeSnippetQualifiedNameReference - Class in org.eclipse.jdt.internal.eval
 
CodeSnippetQualifiedNameReference(char[][], long[], int, int, EvaluationContext) - Constructor for class org.eclipse.jdt.internal.eval.CodeSnippetQualifiedNameReference
CodeSnippetQualifiedNameReference constructor comment.
CodeSnippetReturnStatement - Class in org.eclipse.jdt.internal.eval
A return statement inside a code snippet.
CodeSnippetReturnStatement(Expression, int, int) - Constructor for class org.eclipse.jdt.internal.eval.CodeSnippetReturnStatement
 
CodeSnippetScope - Class in org.eclipse.jdt.internal.eval
This scope is used for code snippet lookup to emulate private, protected and default access.
CodeSnippetScope(int, Scope) - Constructor for class org.eclipse.jdt.internal.eval.CodeSnippetScope
CodeSnippetScope constructor comment.
CodeSnippetScope(BlockScope) - Constructor for class org.eclipse.jdt.internal.eval.CodeSnippetScope
CodeSnippetScope constructor comment.
CodeSnippetScope(BlockScope, int) - Constructor for class org.eclipse.jdt.internal.eval.CodeSnippetScope
CodeSnippetScope constructor comment.
CodeSnippetSingleNameReference - Class in org.eclipse.jdt.internal.eval
A single name reference inside a code snippet can denote a field of a remote receiver object (that is, the receiver of the context in the stack frame).
CodeSnippetSingleNameReference(char[], long, EvaluationContext) - Constructor for class org.eclipse.jdt.internal.eval.CodeSnippetSingleNameReference
 
CodeSnippetSkeleton - Class in org.eclipse.jdt.internal.eval
The skeleton of the class 'org.eclipse.jdt.internal.eval.target.CodeSnippet' used at compile time.
CodeSnippetSkeleton() - Constructor for class org.eclipse.jdt.internal.eval.CodeSnippetSkeleton
CodeSnippetSkeleton constructor comment.
CodeSnippetSkeleton.BinaryMethodSkeleton - Class in org.eclipse.jdt.internal.eval
 
CodeSnippetSkeleton.BinaryMethodSkeleton(char[], char[], char[][], boolean) - Constructor for class org.eclipse.jdt.internal.eval.CodeSnippetSkeleton.BinaryMethodSkeleton
 
CodeSnippetSuperReference - Class in org.eclipse.jdt.internal.eval
A super reference inside a code snippet denotes a reference to the super type of the remote receiver object (that is, the receiver of the context in the stack frame).
CodeSnippetSuperReference(int, int) - Constructor for class org.eclipse.jdt.internal.eval.CodeSnippetSuperReference
 
CodeSnippetThisReference - Class in org.eclipse.jdt.internal.eval
A this reference inside a code snippet denotes a remote receiver object (that is, the receiver of the context in the stack frame)
CodeSnippetThisReference(int, int, EvaluationContext, boolean) - Constructor for class org.eclipse.jdt.internal.eval.CodeSnippetThisReference
CodeSnippetThisReference constructor comment.
CodeSnippetTypeDeclaration - Class in org.eclipse.jdt.internal.eval
 
CodeSnippetTypeDeclaration(CompilationResult) - Constructor for class org.eclipse.jdt.internal.eval.CodeSnippetTypeDeclaration
 
codeStream - Variable in class org.eclipse.jdt.internal.compiler.ClassFile
 
CodeStream - Class in org.eclipse.jdt.internal.compiler.codegen
 
CodeStream(ClassFile) - Constructor for class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
codeStream - Variable in class org.eclipse.jdt.internal.compiler.codegen.Label
 
collect() - Method in class org.eclipse.jdt.internal.core.search.matching.SuperTypeNamesCollector
 
collection - Variable in class org.eclipse.jdt.internal.compiler.ast.ForeachStatement
 
collectionVariable - Variable in class org.eclipse.jdt.internal.compiler.ast.ForeachStatement
 
collectMissingTypes(List) - Method in class org.eclipse.jdt.internal.compiler.lookup.ArrayBinding
 
collectMissingTypes(List) - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
 
collectMissingTypes(List) - Method in class org.eclipse.jdt.internal.compiler.lookup.MissingTypeBinding
 
collectMissingTypes(List) - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
 
collectMissingTypes(List) - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
Iterate through the type components to collect instances of leaf missing types
collectMissingTypes(List) - Method in class org.eclipse.jdt.internal.compiler.lookup.WildcardBinding
 
collectRunningVMBootclasspath(List) - Static method in class org.eclipse.jdt.internal.compiler.util.Util
 
collectSubstitutes(Scope, TypeBinding, InferenceContext, int) - Method in class org.eclipse.jdt.internal.compiler.lookup.ArrayBinding
Collect the substitutes into a map for certain type variables inside the receiver type e.g.
collectSubstitutes(Scope, TypeBinding, InferenceContext, int) - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
Collect the substitutes into a map for certain type variables inside the receiver type e.g.
collectSubstitutes(Scope, TypeBinding, InferenceContext, int) - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
Collect the substitutes into a map for certain type variables inside the receiver type e.g.
collectSubstitutes(Scope, TypeBinding, InferenceContext, int) - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding
Collect the substitutes into a map for certain type variables inside the receiver type e.g.
collectSubstitutes(Scope, TypeBinding, InferenceContext, int) - Method in class org.eclipse.jdt.internal.compiler.lookup.WildcardBinding
Collect the substitutes into a map for certain type variables inside the receiver type e.g.
collectSuperTypeNames(ReferenceBinding, char[][]) - Method in class org.eclipse.jdt.internal.core.search.matching.SuperTypeNamesCollector
Collects the names of all the supertypes of the given type.
column - Variable in class org.eclipse.jdt.internal.compiler.problem.DefaultProblem
 
column - Variable in class org.eclipse.jdt.internal.formatter.Scribe
one-based column
combineAccessRules() - Method in interface org.eclipse.jdt.core.IClasspathEntry
Returns whether the access rules of the project's exported entries should be combined with this entry's access rules.
combineAccessRules() - Method in class org.eclipse.jdt.internal.core.ClasspathEntry
 
CombinedBinaryExpression - Class in org.eclipse.jdt.internal.compiler.ast
CombinedBinaryExpression is an implementation of BinaryExpression that specifically attempts to mitigate the issues raised by expressions which have a very deep leftmost branch.
CombinedBinaryExpression(Expression, Expression, int, int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.CombinedBinaryExpression
Make a new CombinedBinaryExpression.
CombinedBinaryExpression(CombinedBinaryExpression) - Constructor for class org.eclipse.jdt.internal.compiler.ast.CombinedBinaryExpression
 
combineHashCodes(int, int) - Static method in class org.eclipse.jdt.internal.core.util.Util
Combines two hash codes to make a new one.
combineWith(ClasspathEntry) - Method in class org.eclipse.jdt.internal.core.ClasspathEntry
Used to perform export/restriction propagation across referring projects/containers
COMMAND_LINE - Static variable in class org.eclipse.jdt.internal.compiler.env.AccessRestriction
 
Comment - Class in org.eclipse.jdt.core.dom
Abstract base class for all AST nodes that represent comments.
COMMENT_ARRAYS_SIZE - Static variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
COMMENT_ARRAYS_SIZE - Static variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
comment_clear_blank_lines_in_block_comment - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
comment_clear_blank_lines_in_javadoc_comment - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
comment_format_block_comment - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
comment_format_header - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
comment_format_html - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
comment_format_javadoc_comment - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
comment_format_line_comment - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
comment_format_line_comment_starting_on_first_column - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
comment_format_source - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
comment_indent_parameter_description - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
comment_indent_root_tags - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
comment_insert_empty_line_before_root_tags - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
comment_insert_new_line_for_parameter - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
comment_line_length - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
comment_new_lines_at_block_boundaries - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
comment_new_lines_at_javadoc_boundaries - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
comment_preserve_white_space_between_code_and_line_comments - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
COMMENT_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.Javadoc
Deprecated. Replaced by Javadoc.TAGS_PROPERTY in the JLS3 API.
COMMENT_ROOT_TAGS - Static variable in interface org.eclipse.jdt.internal.formatter.comment.IJavaDocTagConstants
Comment root tags
COMMENT_TAG_PREFIX - Static variable in interface org.eclipse.jdt.internal.formatter.comment.IJavaDocTagConstants
Tag prefix of comment tags
CommentFormatterUtil - Class in org.eclipse.jdt.internal.formatter.comment
Comment formatting utils.
CommentFormatterUtil() - Constructor for class org.eclipse.jdt.internal.formatter.comment.CommentFormatterUtil
 
CommentIncrement - Static variable in class org.eclipse.jdt.internal.core.util.CommentRecorderParser
 
commentParse() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionJavadocParser
 
commentParse() - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionJavadocParser
 
commentParse() - Method in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
commentPositions - Variable in class org.eclipse.jdt.internal.core.util.RecordedParsingInformation
 
commentPtr - Variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
commentPtr - Variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
CommentRecorderParser - Class in org.eclipse.jdt.internal.core.util
Internal parser used for parsing source to create DOM AST nodes.
CommentRecorderParser(ProblemReporter, boolean) - Constructor for class org.eclipse.jdt.internal.core.util.CommentRecorderParser
 
comments - Variable in class org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration
 
commentStarts - Variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
commentStarts - Variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
commentStops - Variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
commentStops - Variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
commentTagStarts - Variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
commentTagStarts - Variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
commit(boolean, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IWorkingCopy
Deprecated. Use ICompilationUnit.commitWorkingCopy(boolean, IProgressMonitor) instead.
commit(boolean, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.CompilationUnit
Deprecated.  
commitWorkingCopy(boolean, IProgressMonitor) - Method in interface org.eclipse.jdt.core.ICompilationUnit
Commits the contents of this working copy to its underlying resource.
commitWorkingCopy(boolean, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.ClassFileWorkingCopy
 
commitWorkingCopy(boolean, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.CompilationUnit
 
CommitWorkingCopyOperation - Class in org.eclipse.jdt.internal.core
Commits the contents of a working copy compilation unit to its original element and resource, bringing the Java Model up-to-date with the current contents of the working copy.
CommitWorkingCopyOperation(ICompilationUnit, boolean) - Constructor for class org.eclipse.jdt.internal.core.CommitWorkingCopyOperation
Constructs an operation to commit the contents of a working copy to its original compilation unit.
commonVerify() - Method in class org.eclipse.jdt.internal.core.JavaModelOperation
Common code used to verify the elements this operation is processing.
COMPACT - Static variable in class org.eclipse.jdt.core.JavaCore
Configurable option value: "compact".
COMPACT - Static variable in class org.eclipse.jdt.core.util.ClassFileBytesDisassembler
This mode is used to compact the class name to a simple name instead of a qualified name.
compact_else_if - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
COMPACT_IF - Static variable in class org.eclipse.jdt.internal.formatter.align.Alignment
 
compare(String, String) - Method in class org.eclipse.jdt.internal.core.util.ToStringSorter
Returns true if stringTwo is 'greater than' stringOne This is the 'ordering' method of the sort operation.
compare(byte[], byte[]) - Static method in class org.eclipse.jdt.internal.core.util.Util
Compares two byte arrays.
compare(char[], char[]) - Static method in class org.eclipse.jdt.internal.core.util.Util
Compares two strings lexicographically.
compare(Object, Object) - Method in interface org.eclipse.jdt.internal.core.util.Util.Comparer
Returns 0 if a and b are equal, >0 if a is greater than b, or <0 if a is less than b.
compareTo(char[], char[]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Compares the two char arrays lexicographically.
compareTo(char[], char[], int, int) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Compares the two char arrays lexicographically between the given start and end positions.
compareTo(Object) - Method in class org.eclipse.jdt.internal.compiler.classfmt.FieldInfo
 
compareTo(Object) - Method in class org.eclipse.jdt.internal.compiler.classfmt.MethodInfo
 
compareTo(Object) - Method in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.ExceptionMarker
 
compareTo(Object) - Method in class org.eclipse.jdt.internal.compiler.impl.CompilerStats
 
compareTo(Object) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.RewriteEventStore.CopySourceInfo
 
compareTo(Util.Comparable) - Method in interface org.eclipse.jdt.internal.core.util.Util.Comparable
Returns 0 if this and c are equal, >0 if this is greater than c, or <0 if this is less than c.
compareTypes(TypeBinding, TypeBinding) - Static method in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
compareWith(char[], char[]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Compares the contents of the two arrays array and prefix.
ComparingIdentical - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ComparingIdentical - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
comparingIdenticalExpressions(Expression) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
COMPATIBLE - Static variable in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
COMPIL_PARSER - Static variable in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
compilation_beginningToCompile - Static variable in class org.eclipse.jdt.internal.compiler.util.Messages
 
compilation_done - Static variable in class org.eclipse.jdt.internal.compiler.util.Messages
 
compilation_internalError - Static variable in class org.eclipse.jdt.internal.compiler.util.Messages
 
compilation_loadBinary - Static variable in class org.eclipse.jdt.internal.compiler.util.Messages
 
COMPILATION_PARTICIPANT_EXTPOINT_ID - Static variable in class org.eclipse.jdt.internal.core.JavaModelManager
Name of the extension point for contributing a compilation participant
compilation_process - Static variable in class org.eclipse.jdt.internal.compiler.util.Messages
 
compilation_processing - Static variable in class org.eclipse.jdt.internal.compiler.util.Messages
 
compilation_request - Static variable in class org.eclipse.jdt.internal.compiler.util.Messages
 
COMPILATION_UNIT - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type CompilationUnit.
COMPILATION_UNIT - Static variable in interface org.eclipse.jdt.core.IJavaElement
Constant representing a Java compilation unit.
COMPILATION_UNIT - Static variable in interface org.eclipse.jdt.core.jdom.IDOMNode
Deprecated. Node type constant indicating a compilation unit.
compilation_unit - Static variable in class org.eclipse.jdt.internal.compiler.util.Messages
 
COMPILATION_UNIT_CONTAINER - Static variable in class org.eclipse.jdt.internal.core.search.matching.PatternLocator
 
COMPILATION_UNIT_SCOPE - Static variable in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
COMPILATION_UNIT_TAGS - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
compilation_units - Static variable in class org.eclipse.jdt.internal.compiler.util.Messages
 
compilation_unresolvedProblem - Static variable in class org.eclipse.jdt.internal.compiler.util.Messages
 
compilation_unresolvedProblems - Static variable in class org.eclipse.jdt.internal.compiler.util.Messages
 
compilation_write - Static variable in class org.eclipse.jdt.internal.compiler.util.Messages
 
CompilationParticipant - Class in org.eclipse.jdt.core.compiler
A compilation participant is notified of events occurring during the compilation process.
CompilationParticipant() - Constructor for class org.eclipse.jdt.core.compiler.CompilationParticipant
 
CompilationParticipantResult - Class in org.eclipse.jdt.internal.core.builder
 
CompilationParticipantResult(SourceFile) - Constructor for class org.eclipse.jdt.internal.core.builder.CompilationParticipantResult
 
compilationParticipants - Variable in class org.eclipse.jdt.internal.core.JavaModelManager
 
CompilationProgress - Class in org.eclipse.jdt.core.compiler
A compilation progress is used by the BatchCompiler to report progress during compilation.
CompilationProgress() - Constructor for class org.eclipse.jdt.core.compiler.CompilationProgress
 
compilationResult - Variable in class org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
 
compilationResult() - Method in class org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
 
compilationResult - Variable in class org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration
 
compilationResult() - Method in class org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration
 
compilationResult - Variable in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
 
compilationResult() - Method in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
 
CompilationResult - Class in org.eclipse.jdt.internal.compiler
 
CompilationResult(char[], int, int, int) - Constructor for class org.eclipse.jdt.internal.compiler.CompilationResult
 
CompilationResult(ICompilationUnit, int, int, int) - Constructor for class org.eclipse.jdt.internal.compiler.CompilationResult
 
compilationResult() - Method in interface org.eclipse.jdt.internal.compiler.impl.ReferenceContext
 
compilationResult - Variable in exception org.eclipse.jdt.internal.compiler.problem.AbortCompilation
 
compilationUnit - Variable in class org.eclipse.jdt.core.CorrectionEngine
This field is not intended to be used by client.
CompilationUnit - Class in org.eclipse.jdt.core.dom
Java compilation unit AST node type.
CompilationUnit - Class in org.eclipse.jdt.internal.compiler.batch
 
CompilationUnit(char[], String, String) - Constructor for class org.eclipse.jdt.internal.compiler.batch.CompilationUnit
 
CompilationUnit(char[], String, String, String) - Constructor for class org.eclipse.jdt.internal.compiler.batch.CompilationUnit
 
CompilationUnit(char[], String, String, String, boolean) - Constructor for class org.eclipse.jdt.internal.compiler.batch.CompilationUnit
 
compilationUnit - Variable in class org.eclipse.jdt.internal.compiler.CompilationResult
 
compilationUnit - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
CompilationUnit - Class in org.eclipse.jdt.internal.core
 
CompilationUnit(PackageFragment, String, WorkingCopyOwner) - Constructor for class org.eclipse.jdt.internal.core.CompilationUnit
Constructs a handle to a compilation unit with the given name in the specified package for the specified owner
CompilationUnit - Class in org.eclipse.jdt.internal.core.jdom
Implements a very simple version of the ICompilationUnit.
CompilationUnit(char[], char[]) - Constructor for class org.eclipse.jdt.internal.core.jdom.CompilationUnit
 
COMPILATIONUNIT - Static variable in class org.eclipse.jdt.internal.core.util.MementoTokenizer
 
CompilationUnitDeclaration - Class in org.eclipse.jdt.internal.compiler.ast
 
CompilationUnitDeclaration(ProblemReporter, CompilationResult, int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration
 
CompilationUnitElementInfo - Class in org.eclipse.jdt.internal.core
 
CompilationUnitElementInfo() - Constructor for class org.eclipse.jdt.internal.core.CompilationUnitElementInfo
 
CompilationUnitProblemFinder - Class in org.eclipse.jdt.internal.core
Responsible for resolving types inside a compilation unit being reconciled, reporting the discovered problems to a given IProblemRequestor.
CompilationUnitProblemFinder(INameEnvironment, IErrorHandlingPolicy, CompilerOptions, ICompilerRequestor, IProblemFactory) - Constructor for class org.eclipse.jdt.internal.core.CompilationUnitProblemFinder
Answer a new CompilationUnitVisitor using the given name environment and compiler options.
CompilationUnitScope - Class in org.eclipse.jdt.internal.compiler.lookup
 
CompilationUnitScope(CompilationUnitDeclaration, LookupEnvironment) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope
 
compilationUnitScope() - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
CompilationUnitSorter - Class in org.eclipse.jdt.core.util
Operation for sorting members within a compilation unit.
CompilationUnitStructureRequestor - Class in org.eclipse.jdt.internal.core
A requestor for the fuzzy parser, used to compute the children of an ICompilationUnit.
CompilationUnitStructureRequestor(ICompilationUnit, CompilationUnitElementInfo, Map) - Constructor for class org.eclipse.jdt.internal.core.CompilationUnitStructureRequestor
 
compile(String, PrintWriter, PrintWriter, CompilationProgress) - Static method in class org.eclipse.jdt.core.compiler.batch.BatchCompiler
Invokes the Eclipse Compiler for Java with the given command line arguments, using the given writers to print messages, and reporting progress to the given compilation progress.
compile(String[], PrintWriter, PrintWriter, CompilationProgress) - Static method in class org.eclipse.jdt.core.compiler.batch.BatchCompiler
Invokes the Eclipse Compiler for Java with the given command line arguments, using the given writers to print messages, and reporting progress to the given compilation progress.
compile(String) - Static method in class org.eclipse.jdt.internal.compiler.batch.Main
Deprecated. - use BatchCompiler.compile(String, PrintWriter, PrintWriter, CompilationProgress) instead e.g. BatchCompiler.compile(commandLine, new PrintWriter(System.out), new PrintWriter(System.err), null);
compile(String, PrintWriter, PrintWriter) - Static method in class org.eclipse.jdt.internal.compiler.batch.Main
Deprecated. - use BatchCompiler.compile(String, PrintWriter, PrintWriter, CompilationProgress) instead e.g. BatchCompiler.compile(commandLine, outWriter, errWriter, null);
compile(String[], PrintWriter, PrintWriter, CompilationProgress) - Static method in class org.eclipse.jdt.internal.compiler.batch.Main
 
compile(String[]) - Method in class org.eclipse.jdt.internal.compiler.batch.Main
 
compile(ICompilationUnit[]) - Method in class org.eclipse.jdt.internal.compiler.Compiler
General API -> compile each of supplied files -> recompile any required types for which we have an incomplete principle structure
compile(SourceFile[]) - Method in class org.eclipse.jdt.internal.core.builder.AbstractImageBuilder
 
compile(SourceFile[], SourceFile[], boolean) - Method in class org.eclipse.jdt.internal.core.builder.AbstractImageBuilder
 
compile(SourceFile[], SourceFile[], boolean) - Method in class org.eclipse.jdt.internal.core.builder.BatchImageBuilder
 
compile(SourceFile[], SourceFile[], boolean) - Method in class org.eclipse.jdt.internal.core.builder.IncrementalImageBuilder
 
COMPILE_TYPE_MASK - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
compiled(SourceFile) - Method in class org.eclipse.jdt.internal.core.builder.BuildNotifier
Notification while within a compile that a unit has finished being compiled.
compiledAllAtOnce - Variable in class org.eclipse.jdt.internal.core.builder.AbstractImageBuilder
 
compiledTypes - Variable in class org.eclipse.jdt.internal.compiler.CompilationResult
 
compileLoop - Variable in class org.eclipse.jdt.internal.core.builder.IncrementalImageBuilder
 
Compiler - Class in org.eclipse.jdt.internal.compiler
 
Compiler(INameEnvironment, IErrorHandlingPolicy, Map, ICompilerRequestor, IProblemFactory) - Constructor for class org.eclipse.jdt.internal.compiler.Compiler
Deprecated. this constructor is kept to preserve 3.1 and 3.2M4 compatibility
Compiler(INameEnvironment, IErrorHandlingPolicy, Map, ICompilerRequestor, IProblemFactory, boolean) - Constructor for class org.eclipse.jdt.internal.compiler.Compiler
Deprecated. this constructor is kept to preserve 3.1 and 3.2M4 compatibility
Compiler(INameEnvironment, IErrorHandlingPolicy, CompilerOptions, ICompilerRequestor, IProblemFactory) - Constructor for class org.eclipse.jdt.internal.compiler.Compiler
Answer a new compiler using the given name environment and compiler options.
Compiler(INameEnvironment, IErrorHandlingPolicy, CompilerOptions, ICompilerRequestor, IProblemFactory, PrintWriter) - Constructor for class org.eclipse.jdt.internal.compiler.Compiler
Deprecated.  
Compiler(INameEnvironment, IErrorHandlingPolicy, CompilerOptions, ICompilerRequestor, IProblemFactory, PrintWriter, CompilationProgress) - Constructor for class org.eclipse.jdt.internal.compiler.Compiler
 
compiler - Variable in class org.eclipse.jdt.internal.core.builder.AbstractImageBuilder
 
COMPILER_ANNOTATION_NULL_ANALYSIS - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Annotation-based Null Analysis.
COMPILER_CODEGEN_INLINE_JSR_BYTECODE - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Inline JSR Bytecode Instruction.
COMPILER_CODEGEN_TARGET_PLATFORM - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Defining Target Java Platform.
COMPILER_CODEGEN_UNUSED_LOCAL - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Preserving Unused Local Variables.
COMPILER_COMPLIANCE - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Setting Compliance Level.
COMPILER_DEFAULT_ERRORS - Static variable in class org.eclipse.jdt.internal.compiler.impl.IrritantSet
 
COMPILER_DEFAULT_WARNINGS - Static variable in class org.eclipse.jdt.internal.compiler.impl.IrritantSet
 
COMPILER_DOC_COMMENT_SUPPORT - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Javadoc Comment Support.
COMPILER_FAILURE - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status constant indicating that a compiler failure occurred.
COMPILER_LINE_NUMBER_ATTR - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Generating Line Number Debug Attribute.
COMPILER_LOCAL_VARIABLE_ATTR - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Generating Local Variable Debug Attribute.
COMPILER_NONNULL_ANNOTATION_NAME - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Name of Annotation Type for Non-Null Types.
COMPILER_NONNULL_BY_DEFAULT_ANNOTATION_NAME - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Name of Annotation Type to specify a nullness default for unannotated types.
COMPILER_NULLABLE_ANNOTATION_NAME - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Name of Annotation Type for Nullable Types.
COMPILER_PB_ANNOTATION_SUPER_INTERFACE - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Reporting Use of Annotation Type as Super Interface.
COMPILER_PB_ASSERT_IDENTIFIER - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Reporting Usage of 'assert' Identifier.
COMPILER_PB_AUTOBOXING - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Reporting Boxing/Unboxing Conversion.
COMPILER_PB_BOOLEAN_METHOD_THROWING_EXCEPTION - Static variable in class org.eclipse.jdt.core.JavaCore
Deprecated. - this option has no effect
COMPILER_PB_CHAR_ARRAY_IN_STRING_CONCATENATION - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Reporting Usage of char[] Expressions in String Concatenations.
COMPILER_PB_COMPARING_IDENTICAL - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Reporting Comparison of Identical Expressions.
COMPILER_PB_DEAD_CODE - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Reporting Dead Code.
COMPILER_PB_DEAD_CODE_IN_TRIVIAL_IF_STATEMENT - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Reporting Dead Code Inside Trivial If Statement.
COMPILER_PB_DEPRECATION - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Reporting Deprecation.
COMPILER_PB_DEPRECATION_IN_DEPRECATED_CODE - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Reporting Deprecation Inside Deprecated Code.
COMPILER_PB_DEPRECATION_WHEN_OVERRIDING_DEPRECATED_METHOD - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Reporting Deprecation When Overriding Deprecated Method.
COMPILER_PB_DISCOURAGED_REFERENCE - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Reporting Discouraged Reference to Type with Restricted Access.
COMPILER_PB_EMPTY_STATEMENT - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Reporting Empty Statements and Unnecessary Semicolons.
COMPILER_PB_ENUM_IDENTIFIER - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Reporting Usage of 'enum' Identifier.
COMPILER_PB_EXPLICITLY_CLOSED_AUTOCLOSEABLE - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Reporting a resource that is not managed by try-with-resources.
COMPILER_PB_FALLTHROUGH_CASE - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Reporting Switch Fall-Through Case.
COMPILER_PB_FATAL_OPTIONAL_ERROR - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Treating Optional Error as Fatal.
COMPILER_PB_FIELD_HIDING - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Reporting Field Declaration Hiding another Variable.
COMPILER_PB_FINAL_PARAMETER_BOUND - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Reporting final Bound for Type Parameter.
COMPILER_PB_FINALLY_BLOCK_NOT_COMPLETING - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Reporting Finally Blocks Not Completing Normally.
COMPILER_PB_FORBIDDEN_REFERENCE - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Reporting Forbidden Reference to Type with Restricted Access.
COMPILER_PB_HIDDEN_CATCH_BLOCK - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Reporting Hidden Catch Block.
COMPILER_PB_INCLUDE_ASSERTS_IN_NULL_ANALYSIS - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Raise null related errors or warnings arising because of assert statements.
COMPILER_PB_INCOMPATIBLE_NON_INHERITED_INTERFACE_METHOD - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Reporting Interface Method not Compatible with non-Inherited Methods.
COMPILER_PB_INCOMPLETE_ENUM_SWITCH - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Reporting Incomplete Enum Switch.
COMPILER_PB_INCONSISTENT_NULL_CHECK - Static variable in class org.eclipse.jdt.core.JavaCore
Deprecated. Use JavaCore.COMPILER_PB_NULL_REFERENCE instead.
COMPILER_PB_INDIRECT_STATIC_ACCESS - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Reporting Indirect Reference to a Static Member.
COMPILER_PB_INVALID_IMPORT - Static variable in class org.eclipse.jdt.core.JavaCore
Deprecated. Discontinued since turning off would violate language specs.
COMPILER_PB_INVALID_JAVADOC - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Reporting Invalid Javadoc Comment.
COMPILER_PB_INVALID_JAVADOC_TAGS - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Reporting Invalid Javadoc Tags.
COMPILER_PB_INVALID_JAVADOC_TAGS__DEPRECATED_REF - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Reporting Invalid Javadoc Tags with Deprecated References.
COMPILER_PB_INVALID_JAVADOC_TAGS__NOT_VISIBLE_REF - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Reporting Invalid Javadoc Tags with Not Visible References.
COMPILER_PB_INVALID_JAVADOC_TAGS_VISIBILITY - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Visibility Level For Invalid Javadoc Tags.
COMPILER_PB_LOCAL_VARIABLE_HIDING - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Reporting Local Variable Declaration Hiding another Variable.
COMPILER_PB_MAX_PER_UNIT - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Maximum Number of Problems Reported per Compilation Unit.
COMPILER_PB_METHOD_WITH_CONSTRUCTOR_NAME - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Reporting Method With Constructor Name.
COMPILER_PB_MISSING_DEPRECATED_ANNOTATION - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Reporting Missing @Deprecated Annotation.
COMPILER_PB_MISSING_ENUM_CASE_DESPITE_DEFAULT - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Reporting Missing Enum Case In Switch Despite An Existing Default Case.
COMPILER_PB_MISSING_HASHCODE_METHOD - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Reporting Missing HashCode Method.
COMPILER_PB_MISSING_JAVADOC_COMMENTS - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Reporting Missing Javadoc Comments.
COMPILER_PB_MISSING_JAVADOC_COMMENTS_OVERRIDING - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Reporting Missing Javadoc Comments on Overriding Methods.
COMPILER_PB_MISSING_JAVADOC_COMMENTS_VISIBILITY - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Visibility Level For Missing Javadoc Comments.
COMPILER_PB_MISSING_JAVADOC_TAG_DESCRIPTION - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Reporting missing tag description.
COMPILER_PB_MISSING_JAVADOC_TAG_DESCRIPTION_ALL_STANDARD_TAGS - Static variable in class org.eclipse.jdt.core.JavaCore
Configurable option value: "all_standard_tags".
COMPILER_PB_MISSING_JAVADOC_TAG_DESCRIPTION_NO_TAG - Static variable in class org.eclipse.jdt.core.JavaCore
Configurable option value: "no_tag".
COMPILER_PB_MISSING_JAVADOC_TAG_DESCRIPTION_RETURN_TAG - Static variable in class org.eclipse.jdt.core.JavaCore
Configurable option value: "return_tag".
COMPILER_PB_MISSING_JAVADOC_TAGS - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Reporting Missing Javadoc Tags.
COMPILER_PB_MISSING_JAVADOC_TAGS_METHOD_TYPE_PARAMETERS - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Reporting Missing Javadoc Tags for Method Type Parameters.
COMPILER_PB_MISSING_JAVADOC_TAGS_OVERRIDING - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Reporting Missing Javadoc Tags on Overriding Methods.
COMPILER_PB_MISSING_JAVADOC_TAGS_VISIBILITY - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Visibility Level For Missing Javadoc Tags.
COMPILER_PB_MISSING_NONNULL_BY_DEFAULT_ANNOTATION - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Reporting missing default nullness annotation.
COMPILER_PB_MISSING_OVERRIDE_ANNOTATION - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Reporting Missing @Override Annotation.
COMPILER_PB_MISSING_OVERRIDE_ANNOTATION_FOR_INTERFACE_METHOD_IMPLEMENTATION - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Reporting Missing @Override Annotation for interface method implementation.
COMPILER_PB_MISSING_SERIAL_VERSION - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Reporting Missing Declaration of serialVersionUID Field on Serializable Class.
COMPILER_PB_MISSING_STATIC_ON_METHOD - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Reporting a method that qualifies as static, but not declared static.
COMPILER_PB_MISSING_SYNCHRONIZED_ON_INHERITED_METHOD - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Reporting Missing Synchronized Modifier On Inherited Method.
COMPILER_PB_NO_EFFECT_ASSIGNMENT - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Reporting Assignment with no Effect.
COMPILER_PB_NON_NLS_STRING_LITERAL - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Reporting Non-Externalized String Literal.
COMPILER_PB_NULL_ANNOTATION_INFERENCE_CONFLICT - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Reporting conflicts between declared null annotation and inferred null value
COMPILER_PB_NULL_REFERENCE - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Reporting Null Dereference.
COMPILER_PB_NULL_SPECIFICATION_VIOLATION - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Reporting Violations of Null Specifications.
COMPILER_PB_NULL_UNCHECKED_CONVERSION - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Reporting unchecked conversion from a type with unknown nullness to a null annotated type
COMPILER_PB_OVERRIDING_METHOD_WITHOUT_SUPER_INVOCATION - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Reporting Overriding method that doesn't call the super method invocation.
COMPILER_PB_OVERRIDING_PACKAGE_DEFAULT_METHOD - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Reporting Attempt to Override Package Visible Method.
COMPILER_PB_PARAMETER_ASSIGNMENT - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Reporting Parameter Assignment.
COMPILER_PB_POSSIBLE_ACCIDENTAL_BOOLEAN_ASSIGNMENT - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Reporting Possible Accidental Boolean Assignment.
COMPILER_PB_POTENTIAL_NULL_REFERENCE - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Reporting Potential Null Dereference.
COMPILER_PB_POTENTIALLY_MISSING_STATIC_ON_METHOD - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Reporting a method that may qualify as static, but not declared static.
COMPILER_PB_POTENTIALLY_UNCLOSED_CLOSEABLE - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Reporting a resource that may not be closed properly.
COMPILER_PB_RAW_TYPE_REFERENCE - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Reporting Raw Type Reference.
COMPILER_PB_REDUNDANT_NULL_ANNOTATION - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Reporting Redundant Null Annotations.
COMPILER_PB_REDUNDANT_NULL_CHECK - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Reporting Redundant Null Check.
COMPILER_PB_REDUNDANT_SUPERINTERFACE - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Reporting Redundant Superinterface.
COMPILER_PB_REDUNDANT_TYPE_ARGUMENTS - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Reporting redundant specification of type arguments in class instance creation expressions.
COMPILER_PB_SPECIAL_PARAMETER_HIDING_FIELD - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Reporting Special Parameter Hiding another Field.
COMPILER_PB_STATIC_ACCESS_RECEIVER - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Reporting Non-Static Reference to a Static Member.
COMPILER_PB_SUPPRESS_OPTIONAL_ERRORS - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Further Determining the Effect of @SuppressWarnings if also JavaCore.COMPILER_PB_SUPPRESS_WARNINGS is enabled.
COMPILER_PB_SUPPRESS_WARNINGS - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Determining Effect of @SuppressWarnings.
COMPILER_PB_SWITCH_MISSING_DEFAULT_CASE - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Reporting Missing Default Case In Switch.
COMPILER_PB_SYNTHETIC_ACCESS_EMULATION - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Reporting Synthetic Access Emulation.
COMPILER_PB_TYPE_PARAMETER_HIDING - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Reporting Type Declaration Hiding another Type.
COMPILER_PB_UNAVOIDABLE_GENERIC_TYPE_PROBLEMS - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Reporting of Unavoidable Generic Type Problems.
COMPILER_PB_UNCHECKED_TYPE_OPERATION - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Reporting Unchecked Type Operation.
COMPILER_PB_UNCLOSED_CLOSEABLE - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Reporting a resource that is not closed properly.
COMPILER_PB_UNDOCUMENTED_EMPTY_BLOCK - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Reporting Undocumented Empty Block.
COMPILER_PB_UNHANDLED_WARNING_TOKEN - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Reporting Unhandled Warning Token for @SuppressWarnings.
COMPILER_PB_UNNECESSARY_ELSE - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Reporting Unnecessary Else.
COMPILER_PB_UNNECESSARY_TYPE_CHECK - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Reporting Unnecessary Type Check.
COMPILER_PB_UNQUALIFIED_FIELD_ACCESS - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Reporting Unqualified Access to Field.
COMPILER_PB_UNREACHABLE_CODE - Static variable in class org.eclipse.jdt.core.JavaCore
Deprecated. Discontinued since turning off would violate language specs.
COMPILER_PB_UNSAFE_TYPE_OPERATION - Static variable in class org.eclipse.jdt.core.JavaCore
Deprecated. Use JavaCore.COMPILER_PB_UNCHECKED_TYPE_OPERATION instead.
COMPILER_PB_UNUSED_DECLARED_THROWN_EXCEPTION - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Reporting Unused Declared Thrown Exception.
COMPILER_PB_UNUSED_DECLARED_THROWN_EXCEPTION_EXEMPT_EXCEPTION_AND_THROWABLE - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Reporting Unused Declared Thrown Exception Exempts Exception And Throwable.
COMPILER_PB_UNUSED_DECLARED_THROWN_EXCEPTION_INCLUDE_DOC_COMMENT_REFERENCE - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Consider Reference in Doc Comment for Unused Declared Thrown Exception Check.
COMPILER_PB_UNUSED_DECLARED_THROWN_EXCEPTION_WHEN_OVERRIDING - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Reporting Unused Declared Thrown Exception in Overriding Method.
COMPILER_PB_UNUSED_IMPORT - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Reporting Unused Import.
COMPILER_PB_UNUSED_LABEL - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Reporting Unreferenced Label.
COMPILER_PB_UNUSED_LOCAL - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Reporting Unused Local.
COMPILER_PB_UNUSED_OBJECT_ALLOCATION - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Reporting Allocation of an Unused Object.
COMPILER_PB_UNUSED_PARAMETER - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Reporting Unused Parameter.
COMPILER_PB_UNUSED_PARAMETER_INCLUDE_DOC_COMMENT_REFERENCE - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Consider Reference in Doc Comment for Unused Parameter Check.
COMPILER_PB_UNUSED_PARAMETER_WHEN_IMPLEMENTING_ABSTRACT - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Reporting Unused Parameter if Implementing Abstract Method.
COMPILER_PB_UNUSED_PARAMETER_WHEN_OVERRIDING_CONCRETE - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Reporting Unused Parameter if Overriding Concrete Method.
COMPILER_PB_UNUSED_PRIVATE_MEMBER - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Reporting Unused Private Members.
COMPILER_PB_UNUSED_TYPE_ARGUMENTS_FOR_METHOD_INVOCATION - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Reporting Presence of Type Arguments for a Non-Generic Method Invocation.
COMPILER_PB_UNUSED_WARNING_TOKEN - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Reporting Unnecessary @SuppressWarnings.
COMPILER_PB_VARARGS_ARGUMENT_NEED_CAST - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Reporting Varargs Argument Needing a Cast in Method/Constructor Invocation.
COMPILER_SOURCE - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Setting Source Compatibility Mode.
COMPILER_SOURCE_FILE_ATTR - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Generating Source Debug Attribute.
COMPILER_TASK_CASE_SENSITIVE - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Determining whether task tags are case-sensitive.
COMPILER_TASK_PRIORITIES - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Defining the Automatic Task Priorities.
COMPILER_TASK_PRIORITY_HIGH - Static variable in class org.eclipse.jdt.core.JavaCore
Configurable option value for JavaCore.COMPILER_TASK_PRIORITIES: "HIGH".
COMPILER_TASK_PRIORITY_LOW - Static variable in class org.eclipse.jdt.core.JavaCore
Configurable option value for JavaCore.COMPILER_TASK_PRIORITIES: "LOW".
COMPILER_TASK_PRIORITY_NORMAL - Static variable in class org.eclipse.jdt.core.JavaCore
Configurable option value for JavaCore.COMPILER_TASK_PRIORITIES: "NORMAL".
COMPILER_TASK_TAGS - Static variable in class org.eclipse.jdt.core.JavaCore
Compiler option ID: Defining the Automatic Task Tags.
compilerElementPair - Variable in class org.eclipse.jdt.internal.compiler.ast.MemberValuePair
The representation of this pair in the type system.
compilerLocale - Variable in class org.eclipse.jdt.internal.compiler.batch.Main
 
compilerOptions - Variable in class org.eclipse.jdt.internal.codeassist.impl.Engine
 
compilerOptions - Variable in class org.eclipse.jdt.internal.compiler.batch.Main
 
CompilerOptions - Class in org.eclipse.jdt.internal.compiler.impl
 
CompilerOptions() - Constructor for class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
Initializing the compiler options with defaults
CompilerOptions(Map) - Constructor for class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
Initializing the compiler options with external settings
CompilerOptions(Map, boolean) - Constructor for class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
Deprecated. used to preserve 3.1 and 3.2M4 compatibility of some Compiler constructors
compilerOptions() - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
Finds the most specific compiler options
compilerStats - Variable in class org.eclipse.jdt.internal.compiler.batch.Main
 
CompilerStats - Class in org.eclipse.jdt.internal.compiler.impl
 
CompilerStats() - Constructor for class org.eclipse.jdt.internal.compiler.impl.CompilerStats
 
compiling() - Method in class org.eclipse.jdt.internal.compiler.batch.Main.Logger
 
COMPLAINED_FAKE_REACHABLE - Static variable in class org.eclipse.jdt.internal.compiler.ast.Statement
 
COMPLAINED_UNREACHABLE - Static variable in class org.eclipse.jdt.internal.compiler.ast.Statement
 
complainIfUnreachable(FlowInfo, BlockScope, int, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.EmptyStatement
 
complainIfUnreachable(FlowInfo, BlockScope, int, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.Statement
 
complainIfUnusedExceptionHandlers(AbstractMethodDeclaration) - Method in class org.eclipse.jdt.internal.compiler.flow.ExceptionHandlingFlowContext
 
complainIfUnusedExceptionHandlers(BlockScope, TryStatement) - Method in class org.eclipse.jdt.internal.compiler.flow.ExceptionHandlingFlowContext
 
complainOnDeferredChecks(FlowInfo, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.flow.FinallyFlowContext
Given some contextual initialization info (derived from a try block or a catch block), this code will check that the subroutine context does not also initialize a final variable potentially set redundantly.
complainOnDeferredFinalChecks(BlockScope, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.flow.LoopingFlowContext
Perform deferred checks relative to final variables duplicate initialization of lack of initialization.
complainOnDeferredNullChecks(BlockScope, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.flow.LoopingFlowContext
Perform deferred checks relative to the null status of local variables.
COMPLEMENT - Static variable in class org.eclipse.jdt.core.dom.PrefixExpression.Operator
Bitwise complement "~" operator.
complete(ICompilationUnit, int, int, ITypeRoot) - Method in class org.eclipse.jdt.internal.codeassist.CompletionEngine
Ask the engine to compute a completion at the specified position of the given compilation unit.
complete(IType, char[], int, char[][], char[][], int[], boolean) - Method in class org.eclipse.jdt.internal.codeassist.CompletionEngine
 
COMPLETE - Static variable in interface org.eclipse.jdt.internal.core.search.processing.IJob
 
complete(char[], int, SearchableEnvironment, CompletionRequestor, Map, IJavaProject, WorkingCopyOwner, IProgressMonitor) - Method in class org.eclipse.jdt.internal.eval.EvaluationContext
Computes a completion at the specified position of the given code snippet.
completeAnException() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadocAllocationExpression
 
completeAnException() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadocFieldReference
 
completeAnException() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadocMessageSend
 
completeAnException() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadocQualifiedTypeReference
 
completeAnException() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadocSingleTypeReference
 
completeBaseTypes() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadocAllocationExpression
 
completeBaseTypes() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadocFieldReference
 
completeBaseTypes() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadocMessageSend
 
completeBaseTypes() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadocQualifiedTypeReference
 
completeBaseTypes() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadocSingleTypeReference
 
completeCodeAttribute(int) - Method in class org.eclipse.jdt.internal.compiler.ClassFile
INTERNAL USE-ONLY That method completes the creation of the code attribute by setting - the attribute_length - max_stack - max_locals - code_length - exception table - and debug attributes if necessary.
completeCodeAttributeForClinit(int) - Method in class org.eclipse.jdt.internal.compiler.ClassFile
INTERNAL USE-ONLY That method completes the creation of the code attribute by setting - the attribute_length - max_stack - max_locals - code_length - exception table - and debug attributes if necessary.
completeCodeAttributeForClinit(int, int) - Method in class org.eclipse.jdt.internal.compiler.ClassFile
INTERNAL USE-ONLY That method completes the creation of the code attribute by setting - the attribute_length - max_stack - max_locals - code_length - exception table - and debug attributes if necessary.
completeCodeAttributeForMissingAbstractProblemMethod(MethodBinding, int, int[], int) - Method in class org.eclipse.jdt.internal.compiler.ClassFile
 
completeCodeAttributeForProblemMethod(AbstractMethodDeclaration, MethodBinding, int, int[], int) - Method in class org.eclipse.jdt.internal.compiler.ClassFile
INTERNAL USE-ONLY That method completes the creation of the code attribute by setting - the attribute_length - max_stack - max_locals - code_length - exception table - and debug attributes if necessary.
completeCodeAttributeForSyntheticMethod(boolean, SyntheticMethodBinding, int, int[]) - Method in class org.eclipse.jdt.internal.compiler.ClassFile
INTERNAL USE-ONLY That method completes the creation of the code attribute by setting - the attribute_length - max_stack - max_locals - code_length - exception table - and debug attributes if necessary.
completeCodeAttributeForSyntheticMethod(SyntheticMethodBinding, int, int[]) - Method in class org.eclipse.jdt.internal.compiler.ClassFile
INTERNAL USE-ONLY That method completes the creation of the code attribute by setting - the attribute_length - max_stack - max_locals - code_length - exception table - and debug attributes if necessary.
completedIdentifierEnd - Variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionScanner
 
completedIdentifierStart - Variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionScanner
 
completedMemberValuePair - Variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnAnnotationMemberValuePair
 
completeFormalReference() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadocAllocationExpression
 
completeFormalReference() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadocFieldReference
 
completeFormalReference() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadocMessageSend
 
completeFormalReference() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadocQualifiedTypeReference
 
completeFormalReference() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadocSingleTypeReference
 
completeInText() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadocAllocationExpression
 
completeInText() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadocFieldReference
 
completeInText() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadocMessageSend
 
completeInText() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadocQualifiedTypeReference
 
completeInText() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadocSingleTypeReference
 
completeMethodInfo(MethodBinding, int, int) - Method in class org.eclipse.jdt.internal.compiler.ClassFile
INTERNAL USE-ONLY Complete the creation of a method info by setting up the number of attributes at the right offset.
completeTypeBindings() - Method in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
 
completeTypeBindings(CompilationUnitDeclaration) - Method in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
 
completeTypeBindings(CompilationUnitDeclaration, boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
 
completeTypeBindings(CompilationUnitDeclaration[], boolean[], int) - Method in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
 
COMPLETION_OR_ASSIST_PARSER - Static variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
COMPLETION_PARSER - Static variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
COMPLETION_PARSER - Static variable in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
COMPLETION_PERF - Static variable in class org.eclipse.jdt.internal.core.JavaModelManager
 
CompletionContext - Class in org.eclipse.jdt.core
Completion context.
CompletionContext() - Constructor for class org.eclipse.jdt.core.CompletionContext
 
CompletionElementNotifier - Class in org.eclipse.jdt.internal.codeassist
 
CompletionElementNotifier(CompletionUnitStructureRequestor, boolean, ASTNode) - Constructor for class org.eclipse.jdt.internal.codeassist.CompletionElementNotifier
 
CompletionEngine - Class in org.eclipse.jdt.internal.codeassist
This class is the entry point for source completions.
CompletionEngine(SearchableEnvironment, CompletionRequestor, Map, IJavaProject, WorkingCopyOwner, IProgressMonitor) - Constructor for class org.eclipse.jdt.internal.codeassist.CompletionEngine
The CompletionEngine is responsible for computing source completions.
completionEngine - Variable in class org.eclipse.jdt.internal.codeassist.InternalCompletionProposal
 
CompletionEngine.CompletionProblemFactory - Class in org.eclipse.jdt.internal.codeassist
 
CompletionEngine.CompletionProblemFactory(Locale) - Constructor for class org.eclipse.jdt.internal.codeassist.CompletionEngine.CompletionProblemFactory
 
completionFailure(IProblem) - Method in class org.eclipse.jdt.core.CompletionRequestor
Notification of failure to produce any completions.
completionFailure(IProblem) - Method in class org.eclipse.jdt.internal.codeassist.CompletionRequestorWrapper
Deprecated.  
CompletionFlags - Class in org.eclipse.jdt.core
Utility class for decoding additional flags in completion proposal.
completionFlags - Variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadocAllocationExpression
 
completionFlags - Variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadocFieldReference
 
completionFlags - Variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadocMessageSend
 
completionFlags - Variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadocParamNameReference
 
completionFlags - Variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadocQualifiedTypeReference
 
completionFlags - Variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadocSingleTypeReference
 
completionFlags - Variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadocTag
 
completionFlags - Variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadocTypeParamReference
 
completionIdentifier - Variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnClassLiteralAccess
 
completionIdentifier - Variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadocQualifiedTypeReference
 
completionIdentifier - Variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnParameterizedQualifiedTypeReference
 
completionIdentifier - Variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnQualifiedNameReference
 
completionIdentifier - Variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnQualifiedTypeReference
 
completionIdentifier - Variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionScanner
 
completionIdentifierCheck() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
CompletionJavadoc - Class in org.eclipse.jdt.internal.codeassist.complete
Node representing a Javadoc comment including code selection.
CompletionJavadoc(int, int) - Constructor for class org.eclipse.jdt.internal.codeassist.complete.CompletionJavadoc
 
CompletionJavadocParser - Class in org.eclipse.jdt.internal.codeassist.complete
Parser specialized for decoding javadoc comments which includes cursor location for code completion.
CompletionJavadocParser(CompletionParser) - Constructor for class org.eclipse.jdt.internal.codeassist.complete.CompletionJavadocParser
 
CompletionNodeDetector - Class in org.eclipse.jdt.internal.codeassist.complete
Detect the presence of a node in expression
CompletionNodeDetector(ASTNode, ASTNode) - Constructor for class org.eclipse.jdt.internal.codeassist.complete.CompletionNodeDetector
 
CompletionNodeFound - Exception in org.eclipse.jdt.internal.codeassist.complete
 
CompletionNodeFound() - Constructor for exception org.eclipse.jdt.internal.codeassist.complete.CompletionNodeFound
 
CompletionNodeFound(ASTNode, Binding, Scope) - Constructor for exception org.eclipse.jdt.internal.codeassist.complete.CompletionNodeFound
 
CompletionNodeFound(ASTNode, Binding, Scope, boolean) - Constructor for exception org.eclipse.jdt.internal.codeassist.complete.CompletionNodeFound
 
CompletionNodeFound(ASTNode, Scope) - Constructor for exception org.eclipse.jdt.internal.codeassist.complete.CompletionNodeFound
 
CompletionNodeFound(ASTNode, Scope, boolean) - Constructor for exception org.eclipse.jdt.internal.codeassist.complete.CompletionNodeFound
 
CompletionOnAnnotationMemberValuePair - Class in org.eclipse.jdt.internal.codeassist.complete
 
CompletionOnAnnotationMemberValuePair(TypeReference, int, MemberValuePair[], MemberValuePair) - Constructor for class org.eclipse.jdt.internal.codeassist.complete.CompletionOnAnnotationMemberValuePair
 
CompletionOnAnnotationOfType - Class in org.eclipse.jdt.internal.codeassist.complete
 
CompletionOnAnnotationOfType(char[], CompilationResult, Annotation) - Constructor for class org.eclipse.jdt.internal.codeassist.complete.CompletionOnAnnotationOfType
 
CompletionOnArgumentName - Class in org.eclipse.jdt.internal.codeassist.complete
 
CompletionOnArgumentName(char[], long, TypeReference, int) - Constructor for class org.eclipse.jdt.internal.codeassist.complete.CompletionOnArgumentName
 
CompletionOnBranchStatementLabel - Class in org.eclipse.jdt.internal.codeassist.complete
 
CompletionOnBranchStatementLabel(int, char[], int, int, char[][]) - Constructor for class org.eclipse.jdt.internal.codeassist.complete.CompletionOnBranchStatementLabel
 
CompletionOnClassLiteralAccess - Class in org.eclipse.jdt.internal.codeassist.complete
 
CompletionOnClassLiteralAccess(long, TypeReference) - Constructor for class org.eclipse.jdt.internal.codeassist.complete.CompletionOnClassLiteralAccess
 
CompletionOnExplicitConstructorCall - Class in org.eclipse.jdt.internal.codeassist.complete
 
CompletionOnExplicitConstructorCall(int) - Constructor for class org.eclipse.jdt.internal.codeassist.complete.CompletionOnExplicitConstructorCall
 
CompletionOnFieldName - Class in org.eclipse.jdt.internal.codeassist.complete
 
CompletionOnFieldName(char[], int, int) - Constructor for class org.eclipse.jdt.internal.codeassist.complete.CompletionOnFieldName
 
CompletionOnFieldType - Class in org.eclipse.jdt.internal.codeassist.complete
 
CompletionOnFieldType(TypeReference, boolean) - Constructor for class org.eclipse.jdt.internal.codeassist.complete.CompletionOnFieldType
 
CompletionOnImportReference - Class in org.eclipse.jdt.internal.codeassist.complete
 
CompletionOnImportReference(char[][], long[], int) - Constructor for class org.eclipse.jdt.internal.codeassist.complete.CompletionOnImportReference
 
CompletionOnJavadoc - Interface in org.eclipse.jdt.internal.codeassist.complete
 
CompletionOnJavadocAllocationExpression - Class in org.eclipse.jdt.internal.codeassist.complete
 
CompletionOnJavadocAllocationExpression(JavadocAllocationExpression, int) - Constructor for class org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadocAllocationExpression
 
CompletionOnJavadocAllocationExpression(JavadocAllocationExpression, int, int) - Constructor for class org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadocAllocationExpression
 
CompletionOnJavadocFieldReference - Class in org.eclipse.jdt.internal.codeassist.complete
 
CompletionOnJavadocFieldReference(Expression, int, int, int, char[]) - Constructor for class org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadocFieldReference
 
CompletionOnJavadocFieldReference(JavadocFieldReference, int, char[]) - Constructor for class org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadocFieldReference
 
CompletionOnJavadocFieldReference(JavadocMessageSend, int) - Constructor for class org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadocFieldReference
 
CompletionOnJavadocMessageSend - Class in org.eclipse.jdt.internal.codeassist.complete
 
CompletionOnJavadocMessageSend(JavadocMessageSend, int) - Constructor for class org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadocMessageSend
 
CompletionOnJavadocMessageSend(JavadocMessageSend, int, int) - Constructor for class org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadocMessageSend
 
CompletionOnJavadocParamNameReference - Class in org.eclipse.jdt.internal.codeassist.complete
 
CompletionOnJavadocParamNameReference(char[], long, int, int) - Constructor for class org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadocParamNameReference
 
CompletionOnJavadocParamNameReference(JavadocSingleNameReference) - Constructor for class org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadocParamNameReference
 
CompletionOnJavadocQualifiedTypeReference - Class in org.eclipse.jdt.internal.codeassist.complete
 
CompletionOnJavadocQualifiedTypeReference(char[][], char[], long[], int, int) - Constructor for class org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadocQualifiedTypeReference
 
CompletionOnJavadocQualifiedTypeReference(JavadocQualifiedTypeReference) - Constructor for class org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadocQualifiedTypeReference
 
CompletionOnJavadocSingleTypeReference - Class in org.eclipse.jdt.internal.codeassist.complete
 
CompletionOnJavadocSingleTypeReference(char[], long, int, int) - Constructor for class org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadocSingleTypeReference
 
CompletionOnJavadocSingleTypeReference(JavadocSingleTypeReference) - Constructor for class org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadocSingleTypeReference
 
CompletionOnJavadocTag - Class in org.eclipse.jdt.internal.codeassist.complete
 
CompletionOnJavadocTag(char[], long, int, int, char[][][], boolean) - Constructor for class org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadocTag
 
CompletionOnJavadocTypeParamReference - Class in org.eclipse.jdt.internal.codeassist.complete
 
CompletionOnJavadocTypeParamReference(char[], long, int, int) - Constructor for class org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadocTypeParamReference
 
CompletionOnJavadocTypeParamReference(JavadocSingleTypeReference) - Constructor for class org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadocTypeParamReference
 
CompletionOnKeyword - Interface in org.eclipse.jdt.internal.codeassist.complete
 
CompletionOnKeyword1 - Class in org.eclipse.jdt.internal.codeassist.complete
 
CompletionOnKeyword1(char[], long, char[]) - Constructor for class org.eclipse.jdt.internal.codeassist.complete.CompletionOnKeyword1
 
CompletionOnKeyword1(char[], long, char[][]) - Constructor for class org.eclipse.jdt.internal.codeassist.complete.CompletionOnKeyword1
 
CompletionOnKeyword2 - Class in org.eclipse.jdt.internal.codeassist.complete
 
CompletionOnKeyword2(char[], long, char[][]) - Constructor for class org.eclipse.jdt.internal.codeassist.complete.CompletionOnKeyword2
 
CompletionOnKeyword3 - Class in org.eclipse.jdt.internal.codeassist.complete
 
CompletionOnKeyword3(char[], long, char[]) - Constructor for class org.eclipse.jdt.internal.codeassist.complete.CompletionOnKeyword3
 
CompletionOnKeyword3(char[], long, char[][]) - Constructor for class org.eclipse.jdt.internal.codeassist.complete.CompletionOnKeyword3
 
CompletionOnLocalName - Class in org.eclipse.jdt.internal.codeassist.complete
 
CompletionOnLocalName(char[], int, int) - Constructor for class org.eclipse.jdt.internal.codeassist.complete.CompletionOnLocalName
 
CompletionOnMarkerAnnotationName - Class in org.eclipse.jdt.internal.codeassist.complete
 
CompletionOnMarkerAnnotationName(TypeReference, int) - Constructor for class org.eclipse.jdt.internal.codeassist.complete.CompletionOnMarkerAnnotationName
 
CompletionOnMemberAccess - Class in org.eclipse.jdt.internal.codeassist.complete
 
CompletionOnMemberAccess(char[], long, boolean) - Constructor for class org.eclipse.jdt.internal.codeassist.complete.CompletionOnMemberAccess
 
CompletionOnMemberValueName - Class in org.eclipse.jdt.internal.codeassist.complete
 
CompletionOnMemberValueName(char[], int, int) - Constructor for class org.eclipse.jdt.internal.codeassist.complete.CompletionOnMemberValueName
 
CompletionOnMessageSend - Class in org.eclipse.jdt.internal.codeassist.complete
 
CompletionOnMessageSend() - Constructor for class org.eclipse.jdt.internal.codeassist.complete.CompletionOnMessageSend
 
CompletionOnMessageSendName - Class in org.eclipse.jdt.internal.codeassist.complete
 
CompletionOnMessageSendName(char[], int, int) - Constructor for class org.eclipse.jdt.internal.codeassist.complete.CompletionOnMessageSendName
 
CompletionOnMethodName - Class in org.eclipse.jdt.internal.codeassist.complete
 
CompletionOnMethodName(CompilationResult) - Constructor for class org.eclipse.jdt.internal.codeassist.complete.CompletionOnMethodName
 
CompletionOnMethodReturnType - Class in org.eclipse.jdt.internal.codeassist.complete
 
CompletionOnMethodReturnType(TypeReference, CompilationResult) - Constructor for class org.eclipse.jdt.internal.codeassist.complete.CompletionOnMethodReturnType
 
CompletionOnMethodTypeParameter - Class in org.eclipse.jdt.internal.codeassist.complete
 
CompletionOnMethodTypeParameter(TypeParameter[], CompilationResult) - Constructor for class org.eclipse.jdt.internal.codeassist.complete.CompletionOnMethodTypeParameter
 
CompletionOnPackageReference - Class in org.eclipse.jdt.internal.codeassist.complete
 
CompletionOnPackageReference(char[][], long[]) - Constructor for class org.eclipse.jdt.internal.codeassist.complete.CompletionOnPackageReference
 
CompletionOnParameterizedQualifiedTypeReference - Class in org.eclipse.jdt.internal.codeassist.complete
 
CompletionOnParameterizedQualifiedTypeReference(char[][], TypeReference[][], char[], long[]) - Constructor for class org.eclipse.jdt.internal.codeassist.complete.CompletionOnParameterizedQualifiedTypeReference
 
CompletionOnParameterizedQualifiedTypeReference(char[][], TypeReference[][], char[], long[], int) - Constructor for class org.eclipse.jdt.internal.codeassist.complete.CompletionOnParameterizedQualifiedTypeReference
 
CompletionOnQualifiedAllocationExpression - Class in org.eclipse.jdt.internal.codeassist.complete
 
CompletionOnQualifiedAllocationExpression() - Constructor for class org.eclipse.jdt.internal.codeassist.complete.CompletionOnQualifiedAllocationExpression
 
CompletionOnQualifiedNameReference - Class in org.eclipse.jdt.internal.codeassist.complete
 
CompletionOnQualifiedNameReference(char[][], char[], long[], boolean) - Constructor for class org.eclipse.jdt.internal.codeassist.complete.CompletionOnQualifiedNameReference
 
CompletionOnQualifiedTypeReference - Class in org.eclipse.jdt.internal.codeassist.complete
 
CompletionOnQualifiedTypeReference(char[][], char[], long[]) - Constructor for class org.eclipse.jdt.internal.codeassist.complete.CompletionOnQualifiedTypeReference
 
CompletionOnQualifiedTypeReference(char[][], char[], long[], int) - Constructor for class org.eclipse.jdt.internal.codeassist.complete.CompletionOnQualifiedTypeReference
 
CompletionOnSingleNameReference - Class in org.eclipse.jdt.internal.codeassist.complete
 
CompletionOnSingleNameReference(char[], long, boolean) - Constructor for class org.eclipse.jdt.internal.codeassist.complete.CompletionOnSingleNameReference
 
CompletionOnSingleNameReference(char[], long, char[][], boolean, boolean) - Constructor for class org.eclipse.jdt.internal.codeassist.complete.CompletionOnSingleNameReference
 
CompletionOnSingleTypeReference - Class in org.eclipse.jdt.internal.codeassist.complete
 
CompletionOnSingleTypeReference(char[], long) - Constructor for class org.eclipse.jdt.internal.codeassist.complete.CompletionOnSingleTypeReference
 
CompletionOnSingleTypeReference(char[], long, int) - Constructor for class org.eclipse.jdt.internal.codeassist.complete.CompletionOnSingleTypeReference
 
CompletionOnStringLiteral - Class in org.eclipse.jdt.internal.codeassist.complete
 
CompletionOnStringLiteral(char[], int, int, int, int, int) - Constructor for class org.eclipse.jdt.internal.codeassist.complete.CompletionOnStringLiteral
 
CompletionOnStringLiteral(int, int, int, int) - Constructor for class org.eclipse.jdt.internal.codeassist.complete.CompletionOnStringLiteral
 
CompletionParser - Class in org.eclipse.jdt.internal.codeassist.complete
 
CompletionParser(ProblemReporter, boolean) - Constructor for class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
CompletionProposal - Class in org.eclipse.jdt.core
Completion proposal.
CompletionProposal() - Constructor for class org.eclipse.jdt.core.CompletionProposal
 
CompletionRequestor - Class in org.eclipse.jdt.core
Abstract base class for a completion requestor which is passed completion proposals as they are generated in response to a code assist request.
CompletionRequestor() - Constructor for class org.eclipse.jdt.core.CompletionRequestor
Creates a new completion requestor.
CompletionRequestor(boolean) - Constructor for class org.eclipse.jdt.core.CompletionRequestor
Creates a new completion requestor.
completionRequestor - Variable in class org.eclipse.jdt.core.CorrectionEngine
This field is not intended to be used by client.
CompletionRequestorAdapter - Class in org.eclipse.jdt.core
Deprecated. Subclass CompletionRequestor instead.
CompletionRequestorAdapter() - Constructor for class org.eclipse.jdt.core.CompletionRequestorAdapter
Deprecated.  
CompletionRequestorWrapper - Class in org.eclipse.jdt.internal.codeassist
Deprecated.  
CompletionRequestorWrapper(ICompletionRequestor) - Constructor for class org.eclipse.jdt.internal.codeassist.CompletionRequestorWrapper
Deprecated.  
CompletionScanner - Class in org.eclipse.jdt.internal.codeassist.complete
 
CompletionScanner(long) - Constructor for class org.eclipse.jdt.internal.codeassist.complete.CompletionScanner
 
CompletionUnitStructureRequestor - Class in org.eclipse.jdt.internal.codeassist
 
CompletionUnitStructureRequestor(ICompilationUnit, CompilationUnitElementInfo, Parser, ASTNode, Map, Map, Map, Map) - Constructor for class org.eclipse.jdt.internal.codeassist.CompletionUnitStructureRequestor
 
ComplexSymbolFactory - Class in java_cup.runtime
Default Implementation for SymbolFactory, creates plain old Symbols
ComplexSymbolFactory() - Constructor for class java_cup.runtime.ComplexSymbolFactory
 
ComplexSymbolFactory.ComplexSymbol - Class in java_cup.runtime
ComplexSymbol with detailed Location Informations and a Name
ComplexSymbolFactory.ComplexSymbol(String, int) - Constructor for class java_cup.runtime.ComplexSymbolFactory.ComplexSymbol
 
ComplexSymbolFactory.ComplexSymbol(String, int, Object) - Constructor for class java_cup.runtime.ComplexSymbolFactory.ComplexSymbol
 
ComplexSymbolFactory.ComplexSymbol(String, int, int) - Constructor for class java_cup.runtime.ComplexSymbolFactory.ComplexSymbol
 
ComplexSymbolFactory.ComplexSymbol(String, int, Symbol, Symbol) - Constructor for class java_cup.runtime.ComplexSymbolFactory.ComplexSymbol
 
ComplexSymbolFactory.ComplexSymbol(String, int, ComplexSymbolFactory.Location, ComplexSymbolFactory.Location) - Constructor for class java_cup.runtime.ComplexSymbolFactory.ComplexSymbol
 
ComplexSymbolFactory.ComplexSymbol(String, int, Symbol, Symbol, Object) - Constructor for class java_cup.runtime.ComplexSymbolFactory.ComplexSymbol
 
ComplexSymbolFactory.ComplexSymbol(String, int, ComplexSymbolFactory.Location, ComplexSymbolFactory.Location, Object) - Constructor for class java_cup.runtime.ComplexSymbolFactory.ComplexSymbol
 
ComplexSymbolFactory.Location - Class in java_cup.runtime
 
ComplexSymbolFactory.Location(String, int, int) - Constructor for class java_cup.runtime.ComplexSymbolFactory.Location
 
ComplexSymbolFactory.Location(int, int) - Constructor for class java_cup.runtime.ComplexSymbolFactory.Location
 
complianceLevel - Variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
Compliance level for the compiler, refers to a JDK version, e.g.
complianceLevel - Variable in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
complianceLevel - Variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
complianceLevel - Variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
COMPONENT_TYPE_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.ArrayType
The "componentType" structural property of this node type (child type: Type).
COMPOUND_ASSIGNMENT - Static variable in class org.eclipse.jdt.internal.formatter.align.Alignment
 
CompoundAssignment - Class in org.eclipse.jdt.internal.compiler.ast
 
CompoundAssignment(Expression, Expression, int, int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.CompoundAssignment
 
CompoundMatcher - Class in org.apache.tapestry.util.text
Combine a set of character matchers.
CompoundMatcher(ICharacterMatcher[]) - Constructor for class org.apache.tapestry.util.text.CompoundMatcher
Create a new object that will match a character if any of the provided objects matches it.
compoundName - Variable in class org.eclipse.jdt.internal.compiler.lookup.ImportBinding
 
compoundName - Variable in class org.eclipse.jdt.internal.compiler.lookup.PackageBinding
 
compoundName - Variable in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
 
compoundName - Variable in class org.eclipse.jdt.internal.core.search.matching.PossibleMatch
 
compoundName() - Method in class org.eclipse.jdt.internal.core.util.BindingKeyResolver
 
CompoundNameVector - Class in org.eclipse.jdt.internal.compiler.util
 
CompoundNameVector() - Constructor for class org.eclipse.jdt.internal.compiler.util.CompoundNameVector
 
compoundUseFlag - Variable in class org.eclipse.jdt.internal.compiler.lookup.FieldBinding
 
COMPUTE - Static variable in class org.eclipse.jdt.core.JavaCore
Configurable option value: "compute".
compute() - Method in class org.eclipse.jdt.internal.core.hierarchy.RegionBasedTypeHierarchy
Compute this type hierarchy.
compute() - Method in class org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy
Compute this type hierarchy.
compute_closure() - Method in class java_cup.lalr_item_set
Compute the closure of the set using the LALR closure rules.
compute_default() - Method in class java_cup.parse_action_row
Compute the default (reduce) action for this row and store it in default_reduce.
compute_first_sets() - Static method in class java_cup.non_terminal
Compute first sets for all non-terminals.
compute_nullability() - Static method in class java_cup.non_terminal
Compute nullability of all non-terminals.
computeArrayClone(MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
 
computeBoxingType(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
 
computeChildren(OpenableElementInfo, IResource) - Method in class org.eclipse.jdt.internal.core.JarPackageFragmentRoot
Compute the package fragment children of this package fragment root.
computeChildren(OpenableElementInfo, IResource) - Method in class org.eclipse.jdt.internal.core.PackageFragmentRoot
Compute the package fragment children of this package fragment root.
computeCompatibleMethod(MethodBinding, TypeBinding[], Scope, InvocationSite) - Static method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding
Perform inference of generic method type parameters and/or expected type
computeCompatibleMethod(MethodBinding, TypeBinding[], InvocationSite) - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
Internal use only Given a method, returns null if arguments cannot be converted to parameters.
computeCompatibleMethod(MethodBinding, TypeBinding[], InvocationSite, boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
Internal use only Given a method, returns null if arguments cannot be converted to parameters.
computeConstant(BlockScope, int, int) - Method in class org.eclipse.jdt.internal.compiler.ast.BinaryExpression
 
computeConstant() - Method in class org.eclipse.jdt.internal.compiler.ast.CharLiteral
 
computeConstant() - Method in class org.eclipse.jdt.internal.compiler.ast.DoubleLiteral
 
computeConstant(TypeBinding, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.ast.EqualExpression
 
computeConstant() - Method in class org.eclipse.jdt.internal.compiler.ast.FalseLiteral
 
computeConstant() - Method in class org.eclipse.jdt.internal.compiler.ast.FloatLiteral
 
computeConstant() - Method in class org.eclipse.jdt.internal.compiler.ast.IntLiteral
 
computeConstant() - Method in class org.eclipse.jdt.internal.compiler.ast.IntLiteralMinValue
 
computeConstant() - Method in class org.eclipse.jdt.internal.compiler.ast.Literal
 
computeConstant() - Method in class org.eclipse.jdt.internal.compiler.ast.LongLiteral
 
computeConstant() - Method in class org.eclipse.jdt.internal.compiler.ast.LongLiteralMinValue
 
computeConstant() - Method in class org.eclipse.jdt.internal.compiler.ast.NullLiteral
 
computeConstant() - Method in class org.eclipse.jdt.internal.compiler.ast.StringLiteral
 
computeConstant() - Method in class org.eclipse.jdt.internal.compiler.ast.TrueLiteral
 
computeConstantOperation(Constant, int, int) - Static method in class org.eclipse.jdt.internal.compiler.impl.Constant
 
computeConstantOperation(Constant, int, int, Constant, int) - Static method in class org.eclipse.jdt.internal.compiler.impl.Constant
 
computeConstantOperationAND(Constant, int, Constant, int) - Static method in class org.eclipse.jdt.internal.compiler.impl.Constant
 
computeConstantOperationAND_AND(Constant, int, Constant, int) - Static method in class org.eclipse.jdt.internal.compiler.impl.Constant
 
computeConstantOperationDIVIDE(Constant, int, Constant, int) - Static method in class org.eclipse.jdt.internal.compiler.impl.Constant
 
computeConstantOperationEQUAL_EQUAL(Constant, int, Constant, int) - Static method in class org.eclipse.jdt.internal.compiler.impl.Constant
 
computeConstantOperationGREATER(Constant, int, Constant, int) - Static method in class org.eclipse.jdt.internal.compiler.impl.Constant
 
computeConstantOperationGREATER_EQUAL(Constant, int, Constant, int) - Static method in class org.eclipse.jdt.internal.compiler.impl.Constant
 
computeConstantOperationLEFT_SHIFT(Constant, int, Constant, int) - Static method in class org.eclipse.jdt.internal.compiler.impl.Constant
 
computeConstantOperationLESS(Constant, int, Constant, int) - Static method in class org.eclipse.jdt.internal.compiler.impl.Constant
 
computeConstantOperationLESS_EQUAL(Constant, int, Constant, int) - Static method in class org.eclipse.jdt.internal.compiler.impl.Constant
 
computeConstantOperationMINUS(Constant, int, Constant, int) - Static method in class org.eclipse.jdt.internal.compiler.impl.Constant
 
computeConstantOperationMULTIPLY(Constant, int, Constant, int) - Static method in class org.eclipse.jdt.internal.compiler.impl.Constant
 
computeConstantOperationOR(Constant, int, Constant, int) - Static method in class org.eclipse.jdt.internal.compiler.impl.Constant
 
computeConstantOperationOR_OR(Constant, int, Constant, int) - Static method in class org.eclipse.jdt.internal.compiler.impl.Constant
 
computeConstantOperationPLUS(Constant, int, Constant, int) - Static method in class org.eclipse.jdt.internal.compiler.impl.Constant
 
computeConstantOperationREMAINDER(Constant, int, Constant, int) - Static method in class org.eclipse.jdt.internal.compiler.impl.Constant
 
computeConstantOperationRIGHT_SHIFT(Constant, int, Constant, int) - Static method in class org.eclipse.jdt.internal.compiler.impl.Constant
 
computeConstantOperationUNSIGNED_RIGHT_SHIFT(Constant, int, Constant, int) - Static method in class org.eclipse.jdt.internal.compiler.impl.Constant
 
computeConstantOperationXOR(Constant, int, Constant, int) - Static method in class org.eclipse.jdt.internal.compiler.impl.Constant
 
computeConstantPoolName(LocalTypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope
 
computeConversion(Scope, TypeBinding, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.ast.Expression
Base types need that the widening is explicitly done by the compiler using some bytecode like i2f.
computeConversion(Scope, TypeBinding, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.ast.FieldReference
 
computeConversion(Scope, TypeBinding, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.ast.MessageSend
 
computeConversion(Scope, TypeBinding, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.ast.QualifiedNameReference
 
computeConversion(Scope, TypeBinding, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.ast.SingleNameReference
 
computeCorrections(IMarker, ICompilationUnit, int, ICorrectionRequestor) - Method in class org.eclipse.jdt.core.CorrectionEngine
Performs code correction for the given marker, reporting results to the given correction requestor.
computeCorrections(IProblem, ICompilationUnit, ICorrectionRequestor) - Method in class org.eclipse.jdt.core.CorrectionEngine
Performs code correction for the given IProblem, reporting results to the given correction requestor.
computeDietRange(TypeDeclaration[]) - Static method in class org.eclipse.jdt.internal.compiler.parser.diagnose.RangeUtil
 
computeElementValuePairs() - Method in class org.eclipse.jdt.internal.compiler.ast.Annotation
 
computeElementValuePairs() - Method in class org.eclipse.jdt.internal.compiler.ast.NormalAnnotation
 
computeElementValuePairs() - Method in class org.eclipse.jdt.internal.compiler.ast.SingleMemberAnnotation
 
computeEnd() - Method in class org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper
 
computeFolderChildren(IContainer, boolean, String[], ArrayList, char[][], char[][]) - Method in class org.eclipse.jdt.internal.core.PackageFragmentRoot
Starting at this folder, create package fragments and add the fragments that are not exclused to the collection of children.
computeGenericTypeSignature(TypeVariableBinding[]) - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
 
computeId() - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
 
computeId() - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
 
computeIndexInCategory(String, int) - Method in class org.eclipse.jdt.internal.core.util.SimpleDocument
 
computeIndexLocation(IPath) - Method in class org.eclipse.jdt.internal.core.search.indexing.IndexManager
 
computeLocalVariablePositions(int, CodeStream) - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodScope
Compute variable positions in scopes given an initial position offset ignoring unused local variables.
computeNumberOfLines(String) - Method in class org.eclipse.jdt.internal.core.util.SimpleDocument
 
computeOuterMostVisibility(TypeDeclaration, int) - Static method in class org.eclipse.jdt.internal.compiler.util.Util
Returns the outer most enclosing type's visibility for the given TypeDeclaration and visibility based on compiler options.
computePackageFragmentRoots(IClasspathEntry) - Method in class org.eclipse.jdt.internal.core.JavaProject
Computes the package fragment roots identified by the given entry.
computePackageFragmentRoots(IClasspathEntry, ObjectVector, HashSet, IClasspathEntry, boolean, Map) - Method in class org.eclipse.jdt.internal.core.JavaProject
Returns the package fragment roots identified by the given entry.
computePackageFragmentRoots(IClasspathEntry[], boolean, Map) - Method in class org.eclipse.jdt.internal.core.JavaProject
Returns (local/all) the package fragment roots identified by the given project's classpath.
computePackageFragmentRoots(IClasspathEntry[], ObjectVector, HashSet, IClasspathEntry, boolean, Map) - Method in class org.eclipse.jdt.internal.core.JavaProject
Returns (local/all) the package fragment roots identified by the given project's classpath.
computePartitioning(int, int) - Method in class org.eclipse.jdt.internal.core.util.SimpleDocument
 
computeQualifiedGenericsFromRightSide(TypeReference, int) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
computeReverseTable(char[], char[], String[]) - Static method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
computeSeverity(int) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemHandler
 
computeSeverity(int) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
computeSharedPropertyFileName(QualifiedName) - Method in class org.eclipse.jdt.internal.core.JavaProject
Compute the file name to use for a given shared property
computeSourceRange(ASTNode) - Method in class org.eclipse.jdt.core.dom.rewrite.TargetSourceRangeComputer
Returns the target source range of the given node.
computeSubstitution(int) - Method in class org.eclipse.jdt.internal.formatter.comment.HTMLEntity2JavaReader
 
computeSubstitution(int) - Method in class org.eclipse.jdt.internal.formatter.comment.Java2HTMLEntityReader
 
computeSubstitution(int) - Method in class org.eclipse.jdt.internal.formatter.comment.SubstitutionTextReader
Implement to compute the substitution for the given character and if necessary subsequent characters.
computeSubtypes - Variable in class org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy
Whether this hierarchy should contains subtypes.
computeSuperTypeNames(IType) - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocator
 
computeUniqueKey(char[]) - Method in class org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding
 
computeUniqueKey(boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.ArrayBinding
 
computeUniqueKey(boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.BaseTypeBinding
int -> I
computeUniqueKey() - Method in class org.eclipse.jdt.internal.compiler.lookup.Binding
 
computeUniqueKey(boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.Binding
 
computeUniqueKey(boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.CaptureBinding
 
computeUniqueKey(boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.FieldBinding
 
computeUniqueKey(boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.LocalTypeBinding
 
computeUniqueKey(boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding
 
computeUniqueKey(boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
 
computeUniqueKey(boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.PackageBinding
 
computeUniqueKey(boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding
 
computeUniqueKey(boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
 
computeUniqueKey(boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.RawTypeBinding
 
computeUniqueKey(boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
p.X {} -> Lp/X;
computeUniqueKey(boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
 
computeUniqueKey(boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding
 
computeUniqueKey(boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.WildcardBinding
 
concat(char[], char[]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers the concatenation of the two arrays.
concat(char[], char[], char[]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers the concatenation of the three arrays.
concat(char[], char[], char) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers the concatenation of the two arrays inserting the separator character between the two arrays.
concat(char[], char, char[], char, char[]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers the concatenation of the three arrays inserting the sep1 character between the first two arrays and sep2 between the last two.
concat(char, char[], char) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers a new array with prepending the prefix character and appending the suffix character at the end of the array.
concatCompoundNameToCharArray(String[]) - Static method in class org.eclipse.jdt.internal.core.util.Util
Concatenate a String[] compound name to a continuous char[].
concatenateName(String, String, char) - Static method in class org.eclipse.jdt.internal.core.util.Util
 
concatExpressionLists() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
concatGenericsLists() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
concatNodeLists() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
concatWith(char[], char[][], char) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers the concatenation of the given array parts using the given separator between each part and prepending the given name at the beginning.
concatWith(char[][], char[], char) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers the concatenation of the given array parts using the given separator between each part and appending the given name at the end.
concatWith(char[][], char) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers the concatenation of the given array parts using the given separator between each part.
concatWith(String[], char) - Static method in class org.eclipse.jdt.internal.core.util.Util
Returns the concatenation of the given array parts using the given separator between each part.
concatWith(String[], String, char) - Static method in class org.eclipse.jdt.internal.core.util.Util
Returns the concatenation of the given array parts using the given separator between each part and appending the given name at the end.
concreteStatement() - Method in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
concreteStatement() - Method in class org.eclipse.jdt.internal.compiler.ast.LabeledStatement
 
condition - Variable in class org.eclipse.jdt.internal.compiler.ast.ConditionalExpression
 
condition - Variable in class org.eclipse.jdt.internal.compiler.ast.DoStatement
 
condition - Variable in class org.eclipse.jdt.internal.compiler.ast.ForStatement
 
condition - Variable in class org.eclipse.jdt.internal.compiler.ast.IfStatement
 
condition - Variable in class org.eclipse.jdt.internal.compiler.ast.WhileStatement
 
conditional(FlowInfo, FlowInfo) - Static method in class org.eclipse.jdt.internal.compiler.flow.FlowInfo
 
CONDITIONAL_AND - Static variable in class org.eclipse.jdt.core.dom.InfixExpression.Operator
Conditional AND "&&" operator.
CONDITIONAL_EXPRESSION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type ConditionalExpression.
CONDITIONAL_EXPRESSION - Static variable in class org.eclipse.jdt.internal.formatter.align.Alignment
 
CONDITIONAL_OR - Static variable in class org.eclipse.jdt.core.dom.InfixExpression.Operator
Conditional OR "||" operator.
conditionalArgumentsIncompatibleTypes(ConditionalExpression, TypeBinding, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
ConditionalExpression - Class in org.eclipse.jdt.core.dom
Conditional expression AST node type.
ConditionalExpression - Class in org.eclipse.jdt.internal.compiler.ast
 
ConditionalExpression(Expression, Expression, Expression) - Constructor for class org.eclipse.jdt.internal.compiler.ast.ConditionalExpression
 
ConditionalFlowInfo - Class in org.eclipse.jdt.internal.compiler.flow
Record conditional initialization status during definite assignment analysis
configure(Object, String[]) - Method in class org.eclipse.jdt.internal.compiler.AbstractAnnotationProcessorManager
Configure the receiver using the given batch compiler and the given options.
configure(String[]) - Method in class org.eclipse.jdt.internal.compiler.batch.Main
 
configure() - Method in class org.eclipse.jdt.internal.core.JavaProject
Configure the project with Java nature.
configureFromPlatform(Compiler, Object, Object) - Method in class org.eclipse.jdt.internal.compiler.AbstractAnnotationProcessorManager
Configure the receiver using the given compiler, the given compilationUnitLocator and the given java project.
configureJavaElementMarker(IMarker, IJavaElement) - Method in class org.eclipse.jdt.core.JavaCore
Configures the given marker for the given Java element.
configurePluginDebugOptions() - Method in class org.eclipse.jdt.internal.core.JavaModelManager
Configure the plugin with respect to option settings defined in ".options" file
ConflictingImport - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
conflictingImport(ImportReference) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
conflictingTypeBinding - Variable in class org.eclipse.jdt.internal.compiler.lookup.ImportConflictBinding
 
conflictsWithOutputLocation(IPath, JavaProject) - Static method in class org.eclipse.jdt.internal.core.JavaModelManager
Returns whether the given full path (for a package) conflicts with the output location of the given project.
connect(IGenericType, IType, IType, IType[]) - Method in class org.eclipse.jdt.internal.core.hierarchy.HierarchyBuilder
Connect the supplied type to its superclass & superinterfaces.
connectTypeVariables(TypeParameter[], boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
Connect type variable supertypes, and returns true if no problem was detected
constant - Variable in class org.eclipse.jdt.internal.compiler.ast.Expression
 
constant - Variable in class org.eclipse.jdt.internal.compiler.classfmt.FieldInfo
 
Constant - Class in org.eclipse.jdt.internal.compiler.impl
 
Constant() - Constructor for class org.eclipse.jdt.internal.compiler.impl.Constant
 
constant() - Method in class org.eclipse.jdt.internal.compiler.lookup.FieldBinding
 
constant() - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedFieldBinding
 
constant - Variable in class org.eclipse.jdt.internal.compiler.lookup.VariableBinding
 
constant() - Method in class org.eclipse.jdt.internal.compiler.lookup.VariableBinding
 
constant_cannotCastedInto - Static variable in class org.eclipse.jdt.internal.compiler.util.Messages
 
constant_cannotConvertedTo - Static variable in class org.eclipse.jdt.internal.compiler.util.Messages
 
CONSTANT_Class - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_Class_SIZE - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_Double - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_Double_SIZE - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_Fieldref - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_Fieldref_SIZE - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_Float - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_Float_SIZE - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_Integer - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_Integer_SIZE - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_InterfaceMethodref - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_InterfaceMethodref_SIZE - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_InvokeDynamic - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_InvokeDynamic_SIZE - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_Long - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_Long_SIZE - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_MethodHandle - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_MethodHandle_SIZE - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_Methodref - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_Methodref_SIZE - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_MethodType - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_MethodType_SIZE - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_NameAndType - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_NameAndType_SIZE - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_POOL - Static variable in interface org.eclipse.jdt.core.util.IClassFileReader
This value should be used to read only the constant pool entries of a .class file.
CONSTANT_String - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_String_SIZE - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_Utf8 - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_Utf8_SIZE - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_VALUE - Static variable in interface org.eclipse.jdt.core.util.IAttributeNamesConstants
"ConstantValue" attribute.
ConstantClassFixedSize - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
 
ConstantDoubleFixedSize - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
 
constantExpression - Variable in class org.eclipse.jdt.internal.compiler.ast.CaseStatement
 
ConstantFieldRefFixedSize - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
 
ConstantFloatFixedSize - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
 
ConstantIntegerFixedSize - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
 
ConstantInterfaceMethodRefFixedSize - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
 
ConstantInvokeDynamicFixedSize - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
 
ConstantLongFixedSize - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
 
ConstantMethodHandleFixedSize - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
 
ConstantMethodRefFixedSize - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
 
ConstantMethodTypeFixedSize - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
 
ConstantNameAndTypeFixedSize - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
 
constantOutOfRange(Literal, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
constantPool - Variable in class org.eclipse.jdt.internal.compiler.ClassFile
 
constantPool - Variable in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
ConstantPool - Class in org.eclipse.jdt.internal.compiler.codegen
This type is used to store all the constant pool entries.
ConstantPool(ClassFile) - Constructor for class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
ConstantPool constructor comment.
ConstantPool - Class in org.eclipse.jdt.internal.core.util
Default implementation of IConstantPool.
CONSTANTPOOL_GROW_SIZE - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
CONSTANTPOOL_INITIAL_SIZE - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
ConstantPoolEntry - Class in org.eclipse.jdt.internal.core.util
Default implementation of IConstantPoolEntry
ConstantPoolEntry() - Constructor for class org.eclipse.jdt.internal.core.util.ConstantPoolEntry
 
ConstantPoolEntry2 - Class in org.eclipse.jdt.internal.core.util
Default implementation of IConstantPoolEntry
ConstantPoolEntry2() - Constructor for class org.eclipse.jdt.internal.core.util.ConstantPoolEntry2
 
constantPoolName - Variable in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.ExceptionMarker
 
constantPoolName() - Method in class org.eclipse.jdt.internal.compiler.codegen.VerificationTypeInfo
 
constantPoolName() - Method in class org.eclipse.jdt.internal.compiler.lookup.ArrayBinding
Answer the receiver's constant pool name.
constantPoolName() - Method in class org.eclipse.jdt.internal.compiler.lookup.BaseTypeBinding
 
constantPoolName() - Method in class org.eclipse.jdt.internal.compiler.lookup.LocalTypeBinding
 
constantPoolName() - Method in class org.eclipse.jdt.internal.compiler.lookup.MemberTypeBinding
 
constantPoolName() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
 
constantPoolName() - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
 
constantPoolName() - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
Answer the receiver's constant pool name.
constantPoolName() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
Answer the receiver's constant pool name.
constantPoolName() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding
 
constantPoolName() - Method in class org.eclipse.jdt.internal.compiler.lookup.WildcardBinding
 
constantPoolOffset - Variable in class org.eclipse.jdt.internal.compiler.ClassFile
 
ConstantStringFixedSize - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
 
ConstantUtf8FixedSize - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
 
ConstantValueAttribute - Class in org.eclipse.jdt.internal.core.util
Default implementation of IConstantValueAttribute.
ConstantValueName - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.AttributeNamesConstants
 
CONSTRAINT_EQUAL - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
CONSTRAINT_EXTENDS - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
CONSTRAINT_SUPER - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
CONSTRUCTOR - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
The searched element is a constructor.
CONSTRUCTOR - Static variable in class org.eclipse.jdt.internal.compiler.parser.SourceTypeConverter
 
CONSTRUCTOR_DECL - Static variable in interface org.eclipse.jdt.internal.core.search.indexing.IIndexConstants
 
CONSTRUCTOR_DETAIL - Static variable in interface org.eclipse.jdt.internal.core.JavadocConstants
 
CONSTRUCTOR_INVOCATION - Static variable in class org.eclipse.jdt.core.CompletionProposal
Completion is a reference to a constructor.
CONSTRUCTOR_INVOCATION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type ConstructorInvocation.
CONSTRUCTOR_PATTERN - Static variable in interface org.eclipse.jdt.internal.core.search.indexing.IIndexConstants
 
CONSTRUCTOR_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.MethodDeclaration
The "constructor" structural property of this node type (type: Boolean).
CONSTRUCTOR_REF - Static variable in interface org.eclipse.jdt.internal.core.search.indexing.IIndexConstants
 
CONSTRUCTOR_SUMMARY - Static variable in interface org.eclipse.jdt.internal.core.JavadocConstants
 
ConstructorAccess - Static variable in class org.eclipse.jdt.internal.compiler.lookup.SyntheticMethodBinding
 
constructorCall - Variable in class org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration
 
ConstructorDeclaration - Class in org.eclipse.jdt.internal.compiler.ast
 
ConstructorDeclaration(CompilationResult) - Constructor for class org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration
 
ConstructorDeclarationPattern - Class in org.eclipse.jdt.internal.core.search.matching
 
ConstructorDeclarationPattern(char[], char[], int) - Constructor for class org.eclipse.jdt.internal.core.search.matching.ConstructorDeclarationPattern
 
ConstructorInvocation - Class in org.eclipse.jdt.core.dom
Alternate constructor invocation statement AST node type.
ConstructorLocator - Class in org.eclipse.jdt.internal.core.search.matching
 
ConstructorLocator(ConstructorPattern) - Constructor for class org.eclipse.jdt.internal.core.search.matching.ConstructorLocator
 
ConstructorPattern - Class in org.eclipse.jdt.internal.core.search.matching
 
ConstructorPattern(char[], char[], char[][], char[][], int, int) - Constructor for class org.eclipse.jdt.internal.core.search.matching.ConstructorPattern
 
ConstructorPattern(char[], char[], char[][], char[][], String[], IMethod, int, int) - Constructor for class org.eclipse.jdt.internal.core.search.matching.ConstructorPattern
 
ConstructorPattern(char[], char[], String, char[][], char[][], String[], char[][], int, int) - Constructor for class org.eclipse.jdt.internal.core.search.matching.ConstructorPattern
 
ConstructorRelated - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ConstructorVarargsArgumentNeedCast - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
consumeAdditionalBound() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeAdditionalBound() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeAdditionalBound() - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocatorParser
 
consumeAdditionalBound1() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeAdditionalBound1() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeAdditionalBoundList() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeAdditionalBoundList1() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeAllocationHeader() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeAnnotation() - Method in class org.eclipse.jdt.internal.core.util.BindingKeyParser
 
consumeAnnotation() - Method in class org.eclipse.jdt.internal.core.util.BindingKeyResolver
 
consumeAnnotation() - Method in class org.eclipse.jdt.internal.core.util.JavaElementFinder
 
consumeAnnotationAsModifier() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeAnnotationAsModifier() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeAnnotationAsModifier() - Method in class org.eclipse.jdt.internal.compiler.SourceElementParser
 
consumeAnnotationName() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeAnnotationName() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeAnnotationTypeDeclaration() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeAnnotationTypeDeclarationHeader() - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
consumeAnnotationTypeDeclarationHeader() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeAnnotationTypeDeclarationHeaderName() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeAnnotationTypeDeclarationHeaderName() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeAnnotationTypeDeclarationHeaderName() - Method in class org.eclipse.jdt.internal.compiler.SourceElementParser
 
consumeAnnotationTypeDeclarationHeaderNameWithTypeParameters() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeAnnotationTypeDeclarationHeaderNameWithTypeParameters() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeAnnotationTypeDeclarationHeaderNameWithTypeParameters() - Method in class org.eclipse.jdt.internal.compiler.SourceElementParser
 
consumeAnnotationTypeMemberDeclaration() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeAnnotationTypeMemberDeclarations() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeAnnotationTypeMemberDeclarationsopt() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeArgumentList() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeArguments() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeArrayAccess(boolean) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeArrayCreationExpressionWithInitializer() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeArrayCreationExpressionWithInitializer() - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionParser
 
consumeArrayCreationExpressionWithInitializer() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeArrayCreationExpressionWithoutInitializer() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeArrayCreationExpressionWithoutInitializer() - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionParser
 
consumeArrayCreationExpressionWithoutInitializer() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeArrayCreationHeader() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeArrayCreationHeader() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeArrayDimension(char[]) - Method in class org.eclipse.jdt.internal.core.util.BindingKeyParser
 
consumeArrayDimension(char[]) - Method in class org.eclipse.jdt.internal.core.util.BindingKeyResolver
 
consumeArrayDimension(char[]) - Method in class org.eclipse.jdt.internal.core.util.KeyToSignature
 
consumeArrayInitializer() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeArrayTypeWithTypeArgumentsName() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeAssertStatement() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeAssignment() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeAssignment() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeAssignment() - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocatorParser
 
consumeAssignmentOperator(int) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeAssignmentOperator(int) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeBaseType(char[]) - Method in class org.eclipse.jdt.internal.core.util.BindingKeyParser
 
consumeBaseType(char[]) - Method in class org.eclipse.jdt.internal.core.util.BindingKeyResolver
 
consumeBaseType(char[]) - Method in class org.eclipse.jdt.internal.core.util.KeyKind
 
consumeBaseType(char[]) - Method in class org.eclipse.jdt.internal.core.util.KeyToSignature
 
consumeBinaryExpression(int) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeBinaryExpression(int) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeBinaryExpressionWithName(int) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeBinaryExpressionWithName(int) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeBlock() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeBlockStatements() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeCapture(int) - Method in class org.eclipse.jdt.internal.core.util.BindingKeyParser
 
consumeCapture(int) - Method in class org.eclipse.jdt.internal.core.util.BindingKeyResolver
 
consumeCapture(int) - Method in class org.eclipse.jdt.internal.core.util.KeyKind
 
consumeCapture(int) - Method in class org.eclipse.jdt.internal.core.util.KeyToSignature
 
consumeCaseLabel() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeCaseLabel() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeCastExpressionLL1() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeCastExpressionLL1() - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionParser
 
consumeCastExpressionLL1() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeCastExpressionLL1() - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocatorParser
 
consumeCastExpressionWithGenericsArray() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeCastExpressionWithGenericsArray() - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionParser
 
consumeCastExpressionWithGenericsArray() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeCastExpressionWithGenericsArray() - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocatorParser
 
consumeCastExpressionWithNameArray() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeCastExpressionWithNameArray() - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionParser
 
consumeCastExpressionWithNameArray() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeCastExpressionWithNameArray() - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocatorParser
 
consumeCastExpressionWithPrimitiveType() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeCastExpressionWithPrimitiveType() - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionParser
 
consumeCastExpressionWithPrimitiveType() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeCastExpressionWithPrimitiveType() - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocatorParser
 
consumeCastExpressionWithQualifiedGenericsArray() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeCastExpressionWithQualifiedGenericsArray() - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionParser
 
consumeCastExpressionWithQualifiedGenericsArray() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeCastExpressionWithQualifiedGenericsArray() - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocatorParser
 
consumeCatches() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeCatchFormalParameter() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeCatchFormalParameter() - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionParser
 
consumeCatchFormalParameter() - Method in class org.eclipse.jdt.internal.compiler.DocumentElementParser
 
consumeCatchFormalParameter() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeCatchFormalParameter() - Method in class org.eclipse.jdt.internal.compiler.SourceElementParser
 
consumeCatchFormalParameter() - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocatorParser
 
consumeCatchHeader() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeCatchType() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeClassBodyDeclaration() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeClassBodyDeclaration() - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
consumeClassBodyDeclaration() - Method in class org.eclipse.jdt.internal.compiler.DocumentElementParser
 
consumeClassBodyDeclaration() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeClassBodyDeclarations() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeClassBodyDeclarationsopt() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeClassBodyopt() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeClassBodyopt() - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
consumeClassBodyopt() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeClassDeclaration() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeClassDeclaration() - Method in class org.eclipse.jdt.internal.compiler.DocumentElementParser
 
consumeClassDeclaration() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeClassDeclaration() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetParser
 
consumeClassHeader() - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
consumeClassHeader() - Method in class org.eclipse.jdt.internal.compiler.DocumentElementParser
 
consumeClassHeader() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeClassHeader() - Method in class org.eclipse.jdt.internal.core.util.CommentRecorderParser
 
consumeClassHeaderExtends() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeClassHeaderExtends() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeClassHeaderExtends() - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocatorParser
 
consumeClassHeaderImplements() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeClassHeaderImplements() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeClassHeaderName1() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeClassHeaderName1() - Method in class org.eclipse.jdt.internal.compiler.DocumentElementParser
 
consumeClassHeaderName1() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeClassHeaderName1() - Method in class org.eclipse.jdt.internal.compiler.SourceElementParser
 
consumeClassHeaderName1() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetParser
 
consumeClassInstanceCreationExpression() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeClassInstanceCreationExpressionName() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeClassInstanceCreationExpressionQualified() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeClassInstanceCreationExpressionQualifiedWithTypeArguments() - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionParser
 
consumeClassInstanceCreationExpressionQualifiedWithTypeArguments() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeClassInstanceCreationExpressionQualifiedWithTypeArguments() - Method in class org.eclipse.jdt.internal.compiler.SourceElementParser
 
consumeClassInstanceCreationExpressionQualifiedWithTypeArguments() - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocatorParser
 
consumeClassInstanceCreationExpressionWithTypeArguments() - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionParser
 
consumeClassInstanceCreationExpressionWithTypeArguments() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeClassInstanceCreationExpressionWithTypeArguments() - Method in class org.eclipse.jdt.internal.compiler.SourceElementParser
 
consumeClassInstanceCreationExpressionWithTypeArguments() - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocatorParser
 
consumeClassInstanceCreationExpressionWithTypeArguments() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetParser
 
consumeClassOrInterface() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeClassOrInterfaceName() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeClassTypeElt() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeClassTypeElt() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeClassTypeList() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeCompilationUnit() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeCompilationUnit() - Method in class org.eclipse.jdt.internal.compiler.DocumentElementParser
 
consumeCompilationUnit() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeConditionalExpression(int) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeConditionalExpression(int) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeConditionalExpressionWithName(int) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeConditionalExpressionWithName(int) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeConstructorBlockStatements() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeConstructorBody() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeConstructorBody() - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
consumeConstructorBody() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeConstructorDeclaration() - Method in class org.eclipse.jdt.internal.compiler.DocumentElementParser
 
consumeConstructorDeclaration() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeConstructorHeader() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeConstructorHeader() - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
consumeConstructorHeader() - Method in class org.eclipse.jdt.internal.compiler.DocumentElementParser
 
consumeConstructorHeader() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeConstructorHeaderName() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeConstructorHeaderName() - Method in class org.eclipse.jdt.internal.compiler.DocumentElementParser
 
consumeConstructorHeaderName() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeConstructorHeaderName() - Method in class org.eclipse.jdt.internal.compiler.SourceElementParser
 
consumeConstructorHeaderNameWithTypeParameters() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeConstructorHeaderNameWithTypeParameters() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeConstructorHeaderNameWithTypeParameters() - Method in class org.eclipse.jdt.internal.compiler.SourceElementParser
 
consumeCreateInitializer() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeDefaultLabel() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeDefaultLabel() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeDefaultModifiers() - Method in class org.eclipse.jdt.internal.compiler.DocumentElementParser
 
consumeDefaultModifiers() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeDiet() - Method in class org.eclipse.jdt.internal.compiler.DocumentElementParser
 
consumeDiet() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeDims() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeDimWithOrWithOutExpr() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeDimWithOrWithOutExpr() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeDimWithOrWithOutExprs() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeEmptyAnnotationTypeMemberDeclarationsopt() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeEmptyArgumentListopt() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeEmptyArguments() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeEmptyArrayInitializer() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeEmptyArrayInitializeropt() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeEmptyBlockStatementsopt() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeEmptyCatchesopt() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeEmptyClassBodyDeclarationsopt() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeEmptyDimsopt() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeEmptyEnumDeclarations() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeEmptyExpression() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeEmptyForInitopt() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeEmptyForUpdateopt() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeEmptyInterfaceMemberDeclarationsopt() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeEmptyInternalCompilationUnit() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeEmptyMemberValueArrayInitializer() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeEmptyMemberValuePairsopt() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeEmptyMethodHeaderDefaultValue() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeEmptyStatement() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeEmptyStatement() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetParser
 
consumeEmptySwitchBlock() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeEmptyTypeDeclaration() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeEmptyTypeDeclaration() - Method in class org.eclipse.jdt.internal.core.util.CommentRecorderParser
 
consumeEnhancedForStatement() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeEnhancedForStatement() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeEnhancedForStatement() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetParser
 
consumeEnhancedForStatementHeader() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeEnhancedForStatementHeaderInit(boolean) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeEnhancedForStatementHeaderInit(boolean) - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
consumeEnhancedForStatementHeaderInit(boolean) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeEnterAnonymousClassBody(boolean) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeEnterAnonymousClassBody(boolean) - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
consumeEnterAnonymousClassBody(boolean) - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionParser
 
consumeEnterAnonymousClassBody(boolean) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeEnterAnonymousClassBody(boolean) - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocatorParser
 
consumeEnterCompilationUnit() - Method in class org.eclipse.jdt.internal.compiler.DocumentElementParser
 
consumeEnterCompilationUnit() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeEnterInstanceCreationArgumentList() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeEnterMemberValue() - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
consumeEnterMemberValue() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeEnterMemberValueArrayInitializer() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeEnterVariable() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeEnterVariable() - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionParser
 
consumeEnterVariable() - Method in class org.eclipse.jdt.internal.compiler.DocumentElementParser
 
consumeEnterVariable() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeEnterVariable() - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocatorParser
 
consumeEnumBodyNoConstants() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeEnumBodyWithConstants() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeEnumConstantHeader() - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
consumeEnumConstantHeader() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeEnumConstantHeaderName() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeEnumConstantHeaderName() - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
consumeEnumConstantHeaderName() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeEnumConstantNoClassBody() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeEnumConstantNoClassBody() - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
consumeEnumConstantNoClassBody() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeEnumConstantNoClassBody() - Method in class org.eclipse.jdt.internal.compiler.SourceElementParser
 
consumeEnumConstants() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeEnumConstantWithClassBody() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeEnumConstantWithClassBody() - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
consumeEnumConstantWithClassBody() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeEnumConstantWithClassBody() - Method in class org.eclipse.jdt.internal.compiler.SourceElementParser
 
consumeEnumDeclaration() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeEnumDeclarations() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeEnumHeader() - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
consumeEnumHeader() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeEnumHeaderName() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeEnumHeaderName() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeEnumHeaderName() - Method in class org.eclipse.jdt.internal.compiler.SourceElementParser
 
consumeEnumHeaderNameWithTypeParameters() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeEnumHeaderNameWithTypeParameters() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeEnumHeaderNameWithTypeParameters() - Method in class org.eclipse.jdt.internal.compiler.SourceElementParser
 
consumeEqualityExpression(int) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeEqualityExpression(int) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeEqualityExpressionWithName(int) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeEqualityExpressionWithName(int) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeException() - Method in class org.eclipse.jdt.internal.core.util.BindingKeyParser
 
consumeException() - Method in class org.eclipse.jdt.internal.core.util.BindingKeyResolver
 
consumeException() - Method in class org.eclipse.jdt.internal.core.util.KeyToSignature
 
consumeExitMemberValue() - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
consumeExitMemberValue() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeExitTryBlock() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeExitVariableWithInitialization() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeExitVariableWithInitialization() - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionParser
 
consumeExitVariableWithInitialization() - Method in class org.eclipse.jdt.internal.compiler.DocumentElementParser
 
consumeExitVariableWithInitialization() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeExitVariableWithInitialization() - Method in class org.eclipse.jdt.internal.compiler.SourceElementParser
 
consumeExitVariableWithoutInitialization() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeExitVariableWithoutInitialization() - Method in class org.eclipse.jdt.internal.compiler.DocumentElementParser
 
consumeExitVariableWithoutInitialization() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeExitVariableWithoutInitialization() - Method in class org.eclipse.jdt.internal.compiler.SourceElementParser
 
consumeExplicitConstructorInvocation(int, int) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeExplicitConstructorInvocation(int, int) - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
consumeExplicitConstructorInvocation(int, int) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeExplicitConstructorInvocation(int, int) - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocatorParser
 
consumeExplicitConstructorInvocationWithTypeArguments(int, int) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeExplicitConstructorInvocationWithTypeArguments(int, int) - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocatorParser
 
consumeExpressionStatement() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeExpressionStatement() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetParser
 
consumeField(char[]) - Method in class org.eclipse.jdt.internal.core.util.BindingKeyParser
 
consumeField(char[]) - Method in class org.eclipse.jdt.internal.core.util.BindingKeyResolver
 
consumeField(char[]) - Method in class org.eclipse.jdt.internal.core.util.JavaElementFinder
 
consumeField(char[]) - Method in class org.eclipse.jdt.internal.core.util.KeyKind
 
consumeField(char[]) - Method in class org.eclipse.jdt.internal.core.util.KeyToSignature
 
consumeFieldAccess(boolean) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeFieldAccess(boolean) - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionParser
 
consumeFieldAccess(boolean) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeFieldAccess(boolean) - Method in class org.eclipse.jdt.internal.compiler.SourceElementParser
 
consumeFieldAccess(boolean) - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocatorParser
 
consumeFieldAccess(boolean) - Method in class org.eclipse.jdt.internal.eval.CodeSnippetParser
 
consumeFieldDeclaration() - Method in class org.eclipse.jdt.internal.compiler.DocumentElementParser
 
consumeFieldDeclaration() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeForceNoDiet() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeForceNoDiet() - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
consumeForceNoDiet() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeForInit() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeFormalParameter(boolean) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeFormalParameter(boolean) - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionParser
 
consumeFormalParameter(boolean) - Method in class org.eclipse.jdt.internal.compiler.DocumentElementParser
 
consumeFormalParameter(boolean) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeFormalParameter(boolean) - Method in class org.eclipse.jdt.internal.compiler.SourceElementParser
 
consumeFormalParameter(boolean) - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocatorParser
 
consumeFormalParameterList() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeFormalParameterListopt() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeFullyQualifiedName(char[]) - Method in class org.eclipse.jdt.internal.core.util.BindingKeyParser
 
consumeFullyQualifiedName(char[]) - Method in class org.eclipse.jdt.internal.core.util.BindingKeyResolver
 
consumeFullyQualifiedName(char[]) - Method in class org.eclipse.jdt.internal.core.util.JavaElementFinder
 
consumeFullyQualifiedName(char[]) - Method in class org.eclipse.jdt.internal.core.util.KeyToSignature
 
consumeGenericType() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeGenericTypeArrayType() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeGenericTypeNameArrayType() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeGenericTypeWithDiamond() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeGenericTypeWithDiamond() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeImportDeclaration() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeImportDeclarations() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeInsideCastExpression() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeInsideCastExpression() - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionParser
 
consumeInsideCastExpression() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeInsideCastExpressionLL1() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeInsideCastExpressionLL1() - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionParser
 
consumeInsideCastExpressionLL1() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeInsideCastExpressionWithQualifiedGenerics() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeInsideCastExpressionWithQualifiedGenerics() - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionParser
 
consumeInsideCastExpressionWithQualifiedGenerics() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeInstanceOfExpression() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeInstanceOfExpression() - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionParser
 
consumeInstanceOfExpression() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeInstanceOfExpression() - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocatorParser
 
consumeInstanceOfExpressionWithName() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeInstanceOfExpressionWithName() - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionParser
 
consumeInstanceOfExpressionWithName() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeInstanceOfExpressionWithName() - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocatorParser
 
consumeInterfaceDeclaration() - Method in class org.eclipse.jdt.internal.compiler.DocumentElementParser
 
consumeInterfaceDeclaration() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeInterfaceHeader() - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
consumeInterfaceHeader() - Method in class org.eclipse.jdt.internal.compiler.DocumentElementParser
 
consumeInterfaceHeader() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeInterfaceHeader() - Method in class org.eclipse.jdt.internal.core.util.CommentRecorderParser
 
consumeInterfaceHeaderExtends() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeInterfaceHeaderExtends() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeInterfaceHeaderName1() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeInterfaceHeaderName1() - Method in class org.eclipse.jdt.internal.compiler.DocumentElementParser
 
consumeInterfaceHeaderName1() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeInterfaceHeaderName1() - Method in class org.eclipse.jdt.internal.compiler.SourceElementParser
 
consumeInterfaceMemberDeclarations() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeInterfaceMemberDeclarationsopt() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeInterfaceType() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeInterfaceType() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeInterfaceType() - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocatorParser
 
consumeInterfaceTypeList() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeInternalCompilationUnit() - Method in class org.eclipse.jdt.internal.compiler.DocumentElementParser
 
consumeInternalCompilationUnit() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeInternalCompilationUnit() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetParser
 
consumeInternalCompilationUnitWithTypes() - Method in class org.eclipse.jdt.internal.compiler.DocumentElementParser
 
consumeInternalCompilationUnitWithTypes() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeInternalCompilationUnitWithTypes() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetParser
 
consumeInvalidAnnotationTypeDeclaration() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeInvalidConstructorDeclaration() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeInvalidConstructorDeclaration(boolean) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeInvalidEnumDeclaration() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeInvalidInterfaceDeclaration() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeInvalidMethodDeclaration() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeKey() - Method in class org.eclipse.jdt.internal.core.util.BindingKeyParser
 
consumeKey() - Method in class org.eclipse.jdt.internal.core.util.BindingKeyResolver
 
consumeLabel() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeLabel() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeLeftParen() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeLocalType(char[]) - Method in class org.eclipse.jdt.internal.core.util.BindingKeyParser
 
consumeLocalType(char[]) - Method in class org.eclipse.jdt.internal.core.util.BindingKeyResolver
 
consumeLocalType(char[]) - Method in class org.eclipse.jdt.internal.core.util.JavaElementFinder
 
consumeLocalType(char[]) - Method in class org.eclipse.jdt.internal.core.util.KeyKind
 
consumeLocalType(char[]) - Method in class org.eclipse.jdt.internal.core.util.KeyToSignature
 
consumeLocalVar(char[], int) - Method in class org.eclipse.jdt.internal.core.util.BindingKeyParser
 
consumeLocalVar(char[], int) - Method in class org.eclipse.jdt.internal.core.util.BindingKeyResolver
 
consumeLocalVar(char[], int) - Method in class org.eclipse.jdt.internal.core.util.KeyKind
 
consumeLocalVariableDeclaration() - Method in class org.eclipse.jdt.internal.compiler.DocumentElementParser
 
consumeLocalVariableDeclaration() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeLocalVariableDeclaration() - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocatorParser
 
consumeLocalVariableDeclarationStatement() - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionParser
 
consumeLocalVariableDeclarationStatement() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeLocalVariableDeclarationStatement() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetParser
 
consumeMarkerAnnotation() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeMarkerAnnotation() - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionParser
 
consumeMarkerAnnotation() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeMarkerAnnotation() - Method in class org.eclipse.jdt.internal.compiler.SourceElementParser
 
consumeMarkerAnnotation() - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocatorParser
 
consumeMemberType(char[]) - Method in class org.eclipse.jdt.internal.core.util.BindingKeyParser
 
consumeMemberType(char[]) - Method in class org.eclipse.jdt.internal.core.util.BindingKeyResolver
 
consumeMemberType(char[]) - Method in class org.eclipse.jdt.internal.core.util.JavaElementFinder
 
consumeMemberType(char[]) - Method in class org.eclipse.jdt.internal.core.util.KeyKind
 
consumeMemberType(char[]) - Method in class org.eclipse.jdt.internal.core.util.KeyToSignature
 
consumeMemberValueArrayInitializer() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeMemberValueAsName() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeMemberValueAsName() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeMemberValuePair() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeMemberValuePair() - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionParser
 
consumeMemberValuePair() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeMemberValuePair() - Method in class org.eclipse.jdt.internal.compiler.SourceElementParser
 
consumeMemberValuePair() - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocatorParser
 
consumeMemberValuePairs() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeMemberValues() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeMethod(char[], char[]) - Method in class org.eclipse.jdt.internal.core.util.BindingKeyParser
 
consumeMethod(char[], char[]) - Method in class org.eclipse.jdt.internal.core.util.BindingKeyResolver
 
consumeMethod(char[], char[]) - Method in class org.eclipse.jdt.internal.core.util.JavaElementFinder
 
consumeMethod(char[], char[]) - Method in class org.eclipse.jdt.internal.core.util.KeyKind
 
consumeMethod(char[], char[]) - Method in class org.eclipse.jdt.internal.core.util.KeyToSignature
 
consumeMethodBody() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeMethodBody() - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
consumeMethodBody() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeMethodDeclaration(boolean) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeMethodDeclaration(boolean) - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
consumeMethodDeclaration(boolean) - Method in class org.eclipse.jdt.internal.compiler.DocumentElementParser
 
consumeMethodDeclaration(boolean) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeMethodDeclaration(boolean) - Method in class org.eclipse.jdt.internal.eval.CodeSnippetParser
In case emulating local variables, wrap the (recovered) statements inside a try statement so as to achieve local state commiting (copy local vars back to fields).
consumeMethodHeader() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeMethodHeader() - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
consumeMethodHeader() - Method in class org.eclipse.jdt.internal.compiler.DocumentElementParser
 
consumeMethodHeader() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeMethodHeaderDefaultValue() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeMethodHeaderExtendedDims() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeMethodHeaderExtendedDims() - Method in class org.eclipse.jdt.internal.compiler.DocumentElementParser
 
consumeMethodHeaderExtendedDims() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeMethodHeaderName(boolean) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeMethodHeaderName(boolean) - Method in class org.eclipse.jdt.internal.compiler.DocumentElementParser
 
consumeMethodHeaderName(boolean) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeMethodHeaderName(boolean) - Method in class org.eclipse.jdt.internal.compiler.SourceElementParser
 
consumeMethodHeaderName(boolean) - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocatorParser
 
consumeMethodHeaderNameWithTypeParameters(boolean) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeMethodHeaderNameWithTypeParameters(boolean) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeMethodHeaderNameWithTypeParameters(boolean) - Method in class org.eclipse.jdt.internal.compiler.SourceElementParser
 
consumeMethodHeaderRightParen() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeMethodHeaderRightParen() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeMethodHeaderRightParen() - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocatorParser
 
consumeMethodHeaderThrowsClause() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeMethodHeaderThrowsClause() - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocatorParser
 
consumeMethodInvocationName() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeMethodInvocationName() - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
consumeMethodInvocationName() - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionParser
 
consumeMethodInvocationName() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeMethodInvocationName() - Method in class org.eclipse.jdt.internal.compiler.SourceElementParser
 
consumeMethodInvocationName() - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocatorParser
 
consumeMethodInvocationName() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetParser
 
consumeMethodInvocationNameWithTypeArguments() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeMethodInvocationNameWithTypeArguments() - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
consumeMethodInvocationNameWithTypeArguments() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeMethodInvocationNameWithTypeArguments() - Method in class org.eclipse.jdt.internal.compiler.SourceElementParser
 
consumeMethodInvocationNameWithTypeArguments() - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocatorParser
 
consumeMethodInvocationNameWithTypeArguments() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetParser
 
consumeMethodInvocationPrimary() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeMethodInvocationPrimary() - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
consumeMethodInvocationPrimary() - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionParser
 
consumeMethodInvocationPrimary() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeMethodInvocationPrimary() - Method in class org.eclipse.jdt.internal.compiler.SourceElementParser
 
consumeMethodInvocationPrimary() - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocatorParser
 
consumeMethodInvocationPrimaryWithTypeArguments() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeMethodInvocationPrimaryWithTypeArguments() - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
consumeMethodInvocationPrimaryWithTypeArguments() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeMethodInvocationPrimaryWithTypeArguments() - Method in class org.eclipse.jdt.internal.compiler.SourceElementParser
 
consumeMethodInvocationPrimaryWithTypeArguments() - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocatorParser
 
consumeMethodInvocationSuper() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeMethodInvocationSuper() - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
consumeMethodInvocationSuper() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeMethodInvocationSuper() - Method in class org.eclipse.jdt.internal.compiler.SourceElementParser
 
consumeMethodInvocationSuper() - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocatorParser
 
consumeMethodInvocationSuper() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetParser
 
consumeMethodInvocationSuperWithTypeArguments() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeMethodInvocationSuperWithTypeArguments() - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
consumeMethodInvocationSuperWithTypeArguments() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeMethodInvocationSuperWithTypeArguments() - Method in class org.eclipse.jdt.internal.compiler.SourceElementParser
 
consumeMethodInvocationSuperWithTypeArguments() - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocatorParser
 
consumeMethodInvocationSuperWithTypeArguments() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetParser
 
consumeModifiers() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeModifiers() - Method in class org.eclipse.jdt.internal.compiler.DocumentElementParser
 
consumeModifiers() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeModifiers(char[]) - Method in class org.eclipse.jdt.internal.core.util.BindingKeyParser
 
consumeModifiers2() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeMultipleResources() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeNameArrayType() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeNestedMethod() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeNestedMethod() - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
consumeNestedMethod() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeNestedType() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeNonGenericType() - Method in class org.eclipse.jdt.internal.core.util.BindingKeyParser
 
consumeNormalAnnotation() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeNormalAnnotation() - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionParser
 
consumeNormalAnnotation() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeNormalAnnotation() - Method in class org.eclipse.jdt.internal.compiler.SourceElementParser
 
consumeNormalAnnotation() - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocatorParser
 
consumeOneDimLoop() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeOnlySynchronized() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeOnlySynchronized() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeOnlyTypeArguments() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeOnlyTypeArguments() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeOnlyTypeArguments() - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocatorParser
 
consumeOnlyTypeArgumentsForCastExpression() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeOnlyTypeArgumentsForCastExpression() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeOpenBlock() - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
consumeOpenBlock() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeOpenFakeBlock() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeOpenFakeBlock() - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
consumePackage(char[]) - Method in class org.eclipse.jdt.internal.core.util.BindingKeyParser
 
consumePackage(char[]) - Method in class org.eclipse.jdt.internal.core.util.BindingKeyResolver
 
consumePackage(char[]) - Method in class org.eclipse.jdt.internal.core.util.JavaElementFinder
 
consumePackage(char[]) - Method in class org.eclipse.jdt.internal.core.util.KeyToSignature
 
consumePackageComment() - Method in class org.eclipse.jdt.internal.compiler.DocumentElementParser
 
consumePackageComment() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumePackageDeclaration() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumePackageDeclarationName() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumePackageDeclarationName() - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
consumePackageDeclarationName() - Method in class org.eclipse.jdt.internal.compiler.DocumentElementParser
 
consumePackageDeclarationName() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumePackageDeclarationNameWithModifiers() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumePackageDeclarationNameWithModifiers() - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
consumePackageDeclarationNameWithModifiers() - Method in class org.eclipse.jdt.internal.compiler.DocumentElementParser
 
consumePackageDeclarationNameWithModifiers() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeParameterizedGenericMethod() - Method in class org.eclipse.jdt.internal.core.util.BindingKeyParser
 
consumeParameterizedGenericMethod() - Method in class org.eclipse.jdt.internal.core.util.BindingKeyResolver
 
consumeParameterizedGenericMethod() - Method in class org.eclipse.jdt.internal.core.util.KeyKind
 
consumeParameterizedGenericMethod() - Method in class org.eclipse.jdt.internal.core.util.KeyToSignature
 
consumeParameterizedType(char[], boolean) - Method in class org.eclipse.jdt.internal.core.util.BindingKeyParser
 
consumeParameterizedType(char[], boolean) - Method in class org.eclipse.jdt.internal.core.util.BindingKeyResolver
 
consumeParameterizedType(char[], boolean) - Method in class org.eclipse.jdt.internal.core.util.KeyKind
 
consumeParameterizedType(char[], boolean) - Method in class org.eclipse.jdt.internal.core.util.KeyToSignature
 
consumeParser(BindingKeyParser) - Method in class org.eclipse.jdt.internal.core.util.BindingKeyParser
 
consumeParser(BindingKeyParser) - Method in class org.eclipse.jdt.internal.core.util.BindingKeyResolver
 
consumeParser(BindingKeyParser) - Method in class org.eclipse.jdt.internal.core.util.JavaElementFinder
 
consumeParser(BindingKeyParser) - Method in class org.eclipse.jdt.internal.core.util.KeyKind
 
consumeParser(BindingKeyParser) - Method in class org.eclipse.jdt.internal.core.util.KeyToSignature
 
consumePostfixExpression() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumePrimaryNoNewArray() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumePrimaryNoNewArray() - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocatorParser
 
consumePrimaryNoNewArrayArrayType() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumePrimaryNoNewArrayName() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumePrimaryNoNewArrayName() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumePrimaryNoNewArrayNameSuper() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumePrimaryNoNewArrayNameSuper() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumePrimaryNoNewArrayNameThis() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumePrimaryNoNewArrayNameThis() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumePrimaryNoNewArrayPrimitiveArrayType() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumePrimaryNoNewArrayPrimitiveType() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumePrimaryNoNewArrayThis() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumePrimaryNoNewArrayThis() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetParser
 
consumePrimaryNoNewArrayWithName() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumePrimaryNoNewArrayWithName() - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocatorParser
 
consumePrimitiveArrayType() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumePrimitiveType() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumePushLeftBrace() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumePushModifiers() - Method in class org.eclipse.jdt.internal.compiler.DocumentElementParser
 
consumePushModifiers() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumePushModifiersForHeader() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumePushPosition() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumePushPosition() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumePushRealModifiers() - Method in class org.eclipse.jdt.internal.compiler.DocumentElementParser
 
consumePushRealModifiers() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeQualifiedName() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeRawType() - Method in class org.eclipse.jdt.internal.core.util.BindingKeyParser
 
consumeRawType() - Method in class org.eclipse.jdt.internal.core.util.BindingKeyResolver
 
consumeRawType() - Method in class org.eclipse.jdt.internal.core.util.KeyKind
 
consumeRecoveryMethodHeaderName() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeRecoveryMethodHeaderNameWithTypeParameters() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeReduceImports() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeReferenceType() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeReferenceType() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeReferenceType1() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeReferenceType1() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeReferenceType2() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeReferenceType2() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeReferenceType3() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeReferenceType3() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeResourceAsLocalVariableDeclaration() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeResourceOptionalTrailingSemiColon(boolean) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeResourceSpecification() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeRestoreDiet() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeRestoreDiet() - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
consumeRestoreDiet() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeRightParen() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeRightParen() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeRule(int) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeScope(int) - Method in class org.eclipse.jdt.internal.core.util.BindingKeyParser
 
consumeScope(int) - Method in class org.eclipse.jdt.internal.core.util.BindingKeyResolver
 
consumeSecondaryType(char[]) - Method in class org.eclipse.jdt.internal.core.util.BindingKeyParser
 
consumeSecondaryType(char[]) - Method in class org.eclipse.jdt.internal.core.util.BindingKeyResolver
 
consumeSecondaryType(char[]) - Method in class org.eclipse.jdt.internal.core.util.JavaElementFinder
 
consumeSecondaryType(char[]) - Method in class org.eclipse.jdt.internal.core.util.KeyToSignature
 
consumeSimpleAssertStatement() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeSingleMemberAnnotation() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeSingleMemberAnnotation() - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionParser
 
consumeSingleMemberAnnotation() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeSingleMemberAnnotation() - Method in class org.eclipse.jdt.internal.compiler.SourceElementParser
 
consumeSingleMemberAnnotation() - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocatorParser
 
consumeSingleMemberAnnotationMemberValue() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeSingleResource() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeSingleStaticImportDeclarationName() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeSingleStaticImportDeclarationName() - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
consumeSingleStaticImportDeclarationName() - Method in class org.eclipse.jdt.internal.compiler.DocumentElementParser
 
consumeSingleStaticImportDeclarationName() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeSingleStaticImportDeclarationName() - Method in class org.eclipse.jdt.internal.compiler.SourceElementParser
 
consumeSingleTypeImportDeclarationName() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeSingleTypeImportDeclarationName() - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
consumeSingleTypeImportDeclarationName() - Method in class org.eclipse.jdt.internal.compiler.DocumentElementParser
 
consumeSingleTypeImportDeclarationName() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeSingleTypeImportDeclarationName() - Method in class org.eclipse.jdt.internal.compiler.SourceElementParser
 
consumeStatementBreak() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeStatementBreak() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetParser
 
consumeStatementBreakWithLabel() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeStatementBreakWithLabel() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeStatementBreakWithLabel() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetParser
 
consumeStatementCatch() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeStatementCatch() - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocatorParser
 
consumeStatementCatch() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetParser
 
consumeStatementContinue() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeStatementContinue() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetParser
 
consumeStatementContinueWithLabel() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeStatementContinueWithLabel() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetParser
 
consumeStatementDo() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeStatementDo() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetParser
 
consumeStatementExpressionList() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeStatementFor() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeStatementFor() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeStatementFor() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetParser
 
consumeStatementIfNoElse() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeStatementIfNoElse() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeStatementIfNoElse() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetParser
 
consumeStatementIfWithElse() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeStatementIfWithElse() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeStatementIfWithElse() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetParser
 
consumeStatementLabel() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeStatementLabel() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeStatementLabel() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetParser
 
consumeStatementReturn() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeStatementReturn() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetParser
 
consumeStatementSwitch() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeStatementSwitch() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeStatementSwitch() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetParser
 
consumeStatementSynchronized() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeStatementSynchronized() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetParser
 
consumeStatementThrow() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeStatementThrow() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetParser
 
consumeStatementTry(boolean, boolean) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeStatementTry(boolean, boolean) - Method in class org.eclipse.jdt.internal.eval.CodeSnippetParser
 
consumeStatementWhile() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeStatementWhile() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeStatementWhile() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetParser
 
consumeStaticImportOnDemandDeclarationName() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeStaticImportOnDemandDeclarationName() - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
consumeStaticImportOnDemandDeclarationName() - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionParser
 
consumeStaticImportOnDemandDeclarationName() - Method in class org.eclipse.jdt.internal.compiler.DocumentElementParser
 
consumeStaticImportOnDemandDeclarationName() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeStaticImportOnDemandDeclarationName() - Method in class org.eclipse.jdt.internal.compiler.SourceElementParser
 
consumeStaticInitializer() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeStaticInitializer() - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
consumeStaticInitializer() - Method in class org.eclipse.jdt.internal.compiler.DocumentElementParser
 
consumeStaticInitializer() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeStaticOnly() - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
consumeStaticOnly() - Method in class org.eclipse.jdt.internal.compiler.DocumentElementParser
 
consumeStaticOnly() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeSwitchBlock() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeSwitchBlockStatement() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeSwitchBlockStatements() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeSwitchLabels() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeToken(int) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeToken(int) - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
consumeToken(int) - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionParser
 
consumeToken() - Method in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
consumeToken(int) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeTopLevelType() - Method in class org.eclipse.jdt.internal.core.util.BindingKeyParser
 
consumeTopLevelType() - Method in class org.eclipse.jdt.internal.core.util.BindingKeyResolver
 
consumeTopLevelType() - Method in class org.eclipse.jdt.internal.core.util.KeyKind
 
consumeType() - Method in class org.eclipse.jdt.internal.core.util.BindingKeyParser
 
consumeType() - Method in class org.eclipse.jdt.internal.core.util.KeyToSignature
 
consumeTypeArgument() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeTypeArgumentList() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeTypeArgumentList1() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeTypeArgumentList1() - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocatorParser
 
consumeTypeArgumentList2() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeTypeArgumentList2() - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocatorParser
 
consumeTypeArgumentList3() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeTypeArgumentList3() - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocatorParser
 
consumeTypeArgumentReferenceType1() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeTypeArgumentReferenceType1() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeTypeArgumentReferenceType1() - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocatorParser
 
consumeTypeArgumentReferenceType2() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeTypeArgumentReferenceType2() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeTypeArgumentReferenceType2() - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocatorParser
 
consumeTypeArguments() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeTypeArguments() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeTypeArguments() - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocatorParser
 
consumeTypeDeclarations() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeTypeHeaderNameWithTypeParameters() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeTypeHeaderNameWithTypeParameters() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeTypeImportOnDemandDeclarationName() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeTypeImportOnDemandDeclarationName() - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
consumeTypeImportOnDemandDeclarationName() - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionParser
 
consumeTypeImportOnDemandDeclarationName() - Method in class org.eclipse.jdt.internal.compiler.DocumentElementParser
 
consumeTypeImportOnDemandDeclarationName() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeTypeImportOnDemandDeclarationName() - Method in class org.eclipse.jdt.internal.compiler.SourceElementParser
 
consumeTypeParameter(char[]) - Method in class org.eclipse.jdt.internal.core.util.BindingKeyParser
 
consumeTypeParameter(char[]) - Method in class org.eclipse.jdt.internal.core.util.KeyKind
 
consumeTypeParameter(char[]) - Method in class org.eclipse.jdt.internal.core.util.KeyToSignature
 
consumeTypeParameter1() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeTypeParameter1() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeTypeParameter1WithExtends() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeTypeParameter1WithExtends() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeTypeParameter1WithExtends() - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocatorParser
 
consumeTypeParameter1WithExtendsAndBounds() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeTypeParameter1WithExtendsAndBounds() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeTypeParameter1WithExtendsAndBounds() - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocatorParser
 
consumeTypeParameterHeader() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeTypeParameterHeader() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeTypeParameterHeader() - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocatorParser
 
consumeTypeParameterList() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeTypeParameterList1() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeTypeParameters() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeTypeParameters() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeTypeParameterWithExtends() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeTypeParameterWithExtends() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeTypeParameterWithExtends() - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocatorParser
 
consumeTypeParameterWithExtendsAndBounds() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeTypeParameterWithExtendsAndBounds() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeTypeParameterWithExtendsAndBounds() - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocatorParser
 
consumeTypeVariable(char[], char[]) - Method in class org.eclipse.jdt.internal.core.util.BindingKeyParser
 
consumeTypeVariable(char[], char[]) - Method in class org.eclipse.jdt.internal.core.util.BindingKeyResolver
 
consumeTypeVariable(char[], char[]) - Method in class org.eclipse.jdt.internal.core.util.JavaElementFinder
 
consumeTypeVariable(char[], char[]) - Method in class org.eclipse.jdt.internal.core.util.KeyToSignature
 
consumeTypeWithCapture() - Method in class org.eclipse.jdt.internal.core.util.BindingKeyParser
 
consumeTypeWithCapture() - Method in class org.eclipse.jdt.internal.core.util.BindingKeyResolver
 
consumeTypeWithCapture() - Method in class org.eclipse.jdt.internal.core.util.KeyKind
 
consumeTypeWithCapture() - Method in class org.eclipse.jdt.internal.core.util.KeyToSignature
 
consumeUnaryExpression(int) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeUnaryExpression(int, boolean) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeUnaryExpression(int) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeUnaryExpression(int, boolean) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeUnaryExpression(int, boolean) - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocatorParser
 
consumeUnionType() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeUnionType() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeUnionTypeAsClassType() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeUnionTypeAsClassType() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeVariableDeclarators() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeVariableInitializers() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeWildcard() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeWildcard() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeWildCard(int) - Method in class org.eclipse.jdt.internal.core.util.BindingKeyParser
 
consumeWildCard(int) - Method in class org.eclipse.jdt.internal.core.util.BindingKeyResolver
 
consumeWildCard(int) - Method in class org.eclipse.jdt.internal.core.util.KeyKind
 
consumeWildCard(int) - Method in class org.eclipse.jdt.internal.core.util.KeyToSignature
 
consumeWildcard1() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeWildcard1() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeWildcard1WithBounds() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeWildcard2() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeWildcard2() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeWildcard2WithBounds() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeWildcard3() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeWildcard3() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeWildcard3WithBounds() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeWildcardBounds1Extends() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeWildcardBounds1Extends() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeWildcardBounds1Extends() - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocatorParser
 
consumeWildcardBounds1Super() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeWildcardBounds1Super() - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocatorParser
 
consumeWildcardBounds2Extends() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeWildcardBounds2Extends() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeWildcardBounds2Extends() - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocatorParser
 
consumeWildcardBounds2Super() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeWildcardBounds2Super() - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocatorParser
 
consumeWildcardBounds3Extends() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeWildcardBounds3Extends() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeWildcardBounds3Extends() - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocatorParser
 
consumeWildcardBounds3Super() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeWildcardBounds3Super() - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocatorParser
 
consumeWildcardBoundsExtends() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
consumeWildcardBoundsExtends() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeWildcardBoundsExtends() - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocatorParser
 
consumeWildcardBoundsSuper() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
consumeWildcardBoundsSuper() - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocatorParser
 
consumeWildcardRank(int) - Method in class org.eclipse.jdt.internal.core.util.BindingKeyParser
 
consumeWildcardRank(int) - Method in class org.eclipse.jdt.internal.core.util.BindingKeyResolver
 
consumeWildcardWithBounds() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
CONTAINER_INITIALIZATION_IN_PROGRESS - Static variable in class org.eclipse.jdt.internal.core.JavaModelManager
 
CONTAINER_INITIALIZER_PERF - Static variable in class org.eclipse.jdt.internal.core.JavaModelManager
 
containerBeingInitializedGet(IJavaProject, IPath) - Method in class org.eclipse.jdt.internal.core.JavaModelManager
 
containerBeingInitializedPut(IJavaProject, IPath, IClasspathContainer) - Method in class org.eclipse.jdt.internal.core.JavaModelManager
 
containerBeingInitializedRemove(IJavaProject, IPath) - Method in class org.eclipse.jdt.internal.core.JavaModelManager
 
containerGet(IJavaProject, IPath) - Method in class org.eclipse.jdt.internal.core.JavaModelManager
 
containerGetDefaultToPreviousSession(IJavaProject, IPath) - Method in class org.eclipse.jdt.internal.core.JavaModelManager
 
containerInitializersCache - Variable in class org.eclipse.jdt.internal.core.JavaModelManager
 
containerPath - Variable in class org.eclipse.jdt.internal.core.index.Index
 
containerPath - Variable in class org.eclipse.jdt.internal.core.search.indexing.IndexRequest
 
containerPut(IJavaProject, IPath, IClasspathContainer) - Method in class org.eclipse.jdt.internal.core.JavaModelManager
 
containerPutIfInitializingWithSameEntries(IPath, IJavaProject[], IClasspathContainer[]) - Method in class org.eclipse.jdt.internal.core.JavaModelManager
 
containerRelativePath(String) - Method in class org.eclipse.jdt.internal.core.index.Index
 
containerRemove(IJavaProject) - Method in class org.eclipse.jdt.internal.core.JavaModelManager
 
containers - Variable in class org.eclipse.jdt.internal.core.JavaModelManager
Classpath containers pool
contains(lalr_item) - Method in class java_cup.lalr_item_set
Does the set contain a particular item?
contains(symbol) - Method in class java_cup.symbol_set
Determine if the set contains a particular symbol.
contains(terminal) - Method in class java_cup.terminal_set
Determine if the set contains a particular terminal.
contains(int) - Method in class java_cup.terminal_set
Given its index determine if the set contains a particular terminal.
contains(char, char[][]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers true if the array contains an occurrence of character, false otherwise.
contains(char, char[]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers true if the array contains an occurrence of character, false otherwise.
contains(char[], char[]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers true if the array contains an occurrence of one of the characters, false otherwise.
contains(IResource) - Method in interface org.eclipse.jdt.core.IJavaModel
Returns whether this Java model contains an IJavaElement whose resource is the given resource or a non-Java resource which is the given resource.
contains(IJavaElement) - Method in interface org.eclipse.jdt.core.IRegion
Returns whether the given element is contained in this region.
contains(IType) - Method in interface org.eclipse.jdt.core.ITypeHierarchy
Returns whether the given type is part of this hierarchy.
contains(char[][]) - Method in class org.eclipse.jdt.internal.compiler.util.CompoundNameVector
 
contains(int) - Method in class org.eclipse.jdt.internal.compiler.util.HashSetOfInt
 
contains(Object) - Method in class org.eclipse.jdt.internal.compiler.util.ObjectVector
Equality check
contains(char[]) - Method in class org.eclipse.jdt.internal.compiler.util.SimpleNameVector
 
contains(IType) - Method in class org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy
 
contains(IResource) - Method in class org.eclipse.jdt.internal.core.JavaModel
 
contains(IResource) - Method in class org.eclipse.jdt.internal.core.JavaProject
 
contains(IJavaElement) - Method in class org.eclipse.jdt.internal.core.Region
 
contains(IType) - Method in class org.eclipse.jdt.internal.core.TypeVector
 
contains(Object[]) - Method in class org.eclipse.jdt.internal.core.util.HashSetOfArray
 
contains(char[][]) - Method in class org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray
 
contains(Object) - Method in class org.eclipse.jdt.internal.core.util.WeakHashSet
 
contains(char[]) - Method in class org.eclipse.jdt.internal.core.util.WeakHashSetOfCharArray
 
CONTAINS_MALFORMED_NODES - Static variable in class org.eclipse.jdt.internal.core.SortElementsOperation
 
ContainsAssertion - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
containsAssertKeyword - Variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
containsAssertKeyword - Variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
containsComment(int, int) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
Given the current comment stack, answer whether some comment is available in a certain exclusive range
containsCompletionNode() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionNodeDetector
 
containsErrorInSignature(AbstractMethodDeclaration) - Static method in class org.eclipse.jdt.internal.compiler.parser.diagnose.RangeUtil
 
containsIdentical(Object) - Method in class org.eclipse.jdt.internal.compiler.util.ObjectVector
Identity check
containsIgnoredBody(AbstractMethodDeclaration) - Static method in class org.eclipse.jdt.internal.compiler.parser.diagnose.RangeUtil
 
containsJavaResources() - Method in interface org.eclipse.jdt.core.IPackageFragment
Returns whether this fragment contains at least one Java resource.
containsJavaResources() - Method in class org.eclipse.jdt.internal.core.PackageFragment
Returns true if this fragment contains at least one java resource.
containsKey(char[]) - Method in class org.eclipse.jdt.internal.compiler.codegen.CharArrayCache
Returns true if the collection contains an element for the key.
containsKey(double) - Method in class org.eclipse.jdt.internal.compiler.codegen.DoubleCache
Returns true if the collection contains an element for the key.
containsKey(float) - Method in class org.eclipse.jdt.internal.compiler.codegen.FloatCache
Returns true if the collection contains an element for the key.
containsKey(int) - Method in class org.eclipse.jdt.internal.compiler.codegen.IntegerCache
Returns true if the collection contains an element for the key.
containsKey(long) - Method in class org.eclipse.jdt.internal.compiler.codegen.LongCache
Returns true if the collection contains an element for the key.
containsKey(Object) - Method in class org.eclipse.jdt.internal.compiler.codegen.ObjectCache
Returns true if the collection contains an element for the key.
containsKey(int) - Method in class org.eclipse.jdt.internal.compiler.util.HashtableOfInt
 
containsKey(char[]) - Method in class org.eclipse.jdt.internal.compiler.util.HashtableOfIntValues
 
containsKey(long) - Method in class org.eclipse.jdt.internal.compiler.util.HashtableOfLong
 
containsKey(char[]) - Method in class org.eclipse.jdt.internal.compiler.util.HashtableOfObject
 
containsKey(Object) - Method in class org.eclipse.jdt.internal.compiler.util.HashtableOfObjectToInt
 
containsKey(Object) - Method in class org.eclipse.jdt.internal.compiler.util.HashtableOfObjectToIntArray
 
containsKey(char[]) - Method in class org.eclipse.jdt.internal.compiler.util.HashtableOfPackage
 
containsKey(char[]) - Method in class org.eclipse.jdt.internal.compiler.util.HashtableOfType
 
containsKey(Object) - Method in class org.eclipse.jdt.internal.compiler.util.SimpleLookupTable
 
containsKey(Object[]) - Method in class org.eclipse.jdt.internal.core.util.HashtableOfArrayToObject
 
ContainsNestedTypeReferences - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
 
containsPosition(String, int, int) - Method in class org.eclipse.jdt.internal.core.util.SimpleDocument
 
containsPositionCategory(String) - Method in class org.eclipse.jdt.internal.core.util.SimpleDocument
 
contentChanged() - Method in class org.eclipse.jdt.internal.core.JavaElementDelta
Mark this delta as a content changed delta.
contentEnd - Variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnStringLiteral
 
contentKind - Variable in class org.eclipse.jdt.internal.core.ClasspathEntry
Describes the kind of package fragment roots found on this classpath entry - either K_BINARY or K_SOURCE or K_OUTPUT.
contents - Variable in class org.eclipse.jdt.internal.compiler.batch.CompilationUnit
 
contents - Variable in class org.eclipse.jdt.internal.compiler.ClassFile
 
contents - Variable in class org.eclipse.jdt.internal.core.BasicCompilationUnit
 
contents - Variable in class org.eclipse.jdt.internal.core.Buffer
 
contentsOffset - Variable in class org.eclipse.jdt.internal.compiler.ClassFile
 
contentStart - Variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnStringLiteral
 
contentTypeChanged(ContentTypeChangeEvent) - Method in class org.eclipse.jdt.internal.core.JavaModelManager
 
context - Variable in class org.eclipse.jdt.internal.core.eval.EvaluationContextWrapper
 
CONTEXT_MASK - Static variable in class org.eclipse.jdt.internal.compiler.flow.FlowContext
 
continuation_indentation - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
continuation_indentation_for_array_initializer - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
CONTINUE - Static variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnBranchStatementLabel
 
CONTINUE - Static variable in interface org.eclipse.jdt.internal.codeassist.impl.Keywords
 
CONTINUE_STATEMENT - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type ContinueStatement.
continueLabel() - Method in class org.eclipse.jdt.internal.compiler.flow.FlowContext
 
continueLabel - Variable in class org.eclipse.jdt.internal.compiler.flow.LoopingFlowContext
 
continueLabel() - Method in class org.eclipse.jdt.internal.compiler.flow.LoopingFlowContext
 
ContinueStatement - Class in org.eclipse.jdt.core.dom
Continue statement AST node type.
ContinueStatement - Class in org.eclipse.jdt.internal.compiler.ast
 
ContinueStatement(char[], int, int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.ContinueStatement
 
ContradictoryNullAnnotations - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
contradictoryNullAnnotations(Annotation) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
convention_classFile_notClassFileName - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
convention_classFile_nullName - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
convention_illegalIdentifier - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
convention_import_nullImport - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
convention_import_unqualifiedImport - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
convention_package_consecutiveDotsName - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
convention_package_dotName - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
convention_package_emptyName - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
convention_package_nameWithBlanks - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
convention_package_nullName - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
convention_package_uppercaseName - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
convention_type_dollarName - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
convention_type_invalidName - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
convention_type_lowercaseName - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
convention_type_nameWithBlanks - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
convention_type_nullName - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
convention_unit_notJavaName - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
convention_unit_nullName - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
CONVERSIONS - Static variable in class org.eclipse.jdt.internal.compiler.lookup.BaseTypeBinding
 
convertASTMethodTypesToSignatures() - Method in class org.eclipse.jdt.internal.core.CreateMethodOperation
Returns the type signatures of the parameter types of the current MethodDeclaration
convertClassFileFormat(char[]) - Static method in class org.eclipse.jdt.internal.core.search.matching.ClassFileMatchLocator
 
convertCompilationUnit(int, CompilationUnitDeclaration, char[], Map, boolean, CompilationUnit, int, IProgressMonitor) - Static method in class org.eclipse.jdt.core.dom.AST
Deprecated. Use org.eclipse.jdt.core.dom.AST.convertCompilationUnit(int, CompilationUnitDeclaration, Map, boolean, CompilationUnit, int, IProgressMonitor) instead
convertCompilationUnit(int, CompilationUnitDeclaration, Map, boolean, CompilationUnit, int, IProgressMonitor) - Static method in class org.eclipse.jdt.core.dom.AST
Internal method.
convertConstant(Constant) - Static method in class org.eclipse.jdt.internal.core.Member
Converts a field constant from the compiler's representation to the Java Model constant representation (Number or String).
convertEliminatingTypeVariables(TypeBinding, ReferenceBinding, int, Set) - Static method in class org.eclipse.jdt.internal.compiler.lookup.Scope
Returns a type where either all variables or specific ones got discarded.
convertToMethodDeclaration(ConstructorDeclaration, CompilationResult) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
convertToMethodDeclaration(ConstructorDeclaration, CompilationResult) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
convertToMethodDeclaration(ConstructorDeclaration, CompilationResult) - Method in class org.eclipse.jdt.internal.compiler.SourceElementParser
 
convertToMinValue() - Method in class org.eclipse.jdt.internal.compiler.ast.IntLiteral
 
convertToMinValue() - Method in class org.eclipse.jdt.internal.compiler.ast.LongLiteral
 
convertToParameterizedType(ReferenceBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
Convert a given source type into a parameterized form if generic.
convertToRawType(TypeBinding, boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
Returns the given binding's raw type binding.
convertToRawTypes(ReferenceBinding[], boolean, boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
Convert an array of types in raw forms.
convertTypeNamesToSigs(char[][]) - Static method in class org.eclipse.jdt.internal.core.CompilationUnitStructureRequestor
Convert these type names to signatures.
convertTypeSignature(char[], int, int) - Static method in class org.eclipse.jdt.internal.core.util.Util
Converts a type signature from the IBinaryType representation to the DC representation.
convertUnresolvedBinaryToRawType(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
 
copy(IJavaElement[], IJavaElement[], IJavaElement[], String[], boolean, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IJavaModel
Copies the given elements to the specified container(s).
copy(IPath, int, int, IClasspathEntry, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IPackageFragmentRoot
Copies the resource of this package fragment root to the destination path as specified by IResource.copy(IPath, int, IProgressMonitor) but excluding nested source folders.
copy(IJavaElement, IJavaElement, String, boolean, IProgressMonitor) - Method in interface org.eclipse.jdt.core.ISourceManipulation
Copies this element to the given container.
copy() - Method in class org.eclipse.jdt.internal.compiler.flow.ConditionalFlowInfo
 
copy() - Method in class org.eclipse.jdt.internal.compiler.flow.FlowInfo
Return a deep copy of the current instance.
copy() - Method in class org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo
 
copy(IJavaElement, IJavaElement, String, boolean, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.BinaryMember
 
copy(IJavaElement, IJavaElement, String, boolean, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.CompilationUnit
 
copy(IClasspathEntry) - Method in class org.eclipse.jdt.internal.core.CopyPackageFragmentRootOperation
 
copy() - Method in class org.eclipse.jdt.internal.core.dom.rewrite.SourceModifier
 
copy(IJavaElement[], IJavaElement[], IJavaElement[], String[], boolean, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.JavaModel
 
copy(IJavaElement, IJavaElement, String, boolean, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.PackageFragment
 
copy(IPath, int, int, IClasspathEntry, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.PackageFragmentRoot
 
copy(IJavaElement, IJavaElement, String, boolean, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.SourceRefElement
 
copy() - Method in class org.eclipse.jdt.internal.core.TypeVector
 
copyDims(int) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnQualifiedTypeReference
 
copyDims(int) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnSingleTypeReference
 
copyDims(TypeReference, int) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
copyDims(int) - Method in class org.eclipse.jdt.internal.compiler.ast.JavadocImplicitTypeReference
 
copyDims(int) - Method in class org.eclipse.jdt.internal.compiler.ast.ParameterizedQualifiedTypeReference
 
copyDims(int) - Method in class org.eclipse.jdt.internal.compiler.ast.ParameterizedSingleTypeReference
 
copyDims(int) - Method in class org.eclipse.jdt.internal.compiler.ast.QualifiedTypeReference
 
copyDims(int) - Method in class org.eclipse.jdt.internal.compiler.ast.SingleTypeReference
 
copyDims(int) - Method in class org.eclipse.jdt.internal.compiler.ast.TypeReference
 
copyDims(int) - Method in class org.eclipse.jdt.internal.compiler.ast.UnionTypeReference
 
copyDims(TypeReference, int) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
copyDims(TypeReference, int) - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocatorParser
 
CopyElementsOperation - Class in org.eclipse.jdt.internal.core
This operation copies/moves a collection of elements from their current container to a new container, optionally renaming the elements.
CopyElementsOperation(IJavaElement[], IJavaElement[], boolean) - Constructor for class org.eclipse.jdt.internal.core.CopyElementsOperation
When executed, this operation will copy the given elements to the given containers.
CopyElementsOperation(IJavaElement[], IJavaElement, boolean) - Constructor for class org.eclipse.jdt.internal.core.CopyElementsOperation
When executed, this operation will copy the given elements to the given container.
copyExtraResourcesBack(ClasspathMultiDirectory, boolean) - Method in class org.eclipse.jdt.internal.core.builder.BatchImageBuilder
 
copyInto(Object[]) - Method in class org.eclipse.jdt.internal.compiler.util.ObjectVector
 
copyInto(Object[], int) - Method in class org.eclipse.jdt.internal.compiler.util.ObjectVector
 
copyInto(Object[]) - Method in class org.eclipse.jdt.internal.compiler.util.SimpleNameVector
 
CopyPackageFragmentRootOperation - Class in org.eclipse.jdt.internal.core
 
CopyPackageFragmentRootOperation(IPackageFragmentRoot, IPath, int, int, IClasspathEntry) - Constructor for class org.eclipse.jdt.internal.core.CopyPackageFragmentRootOperation
 
copyResource(IResource, IResource) - Method in class org.eclipse.jdt.internal.core.builder.AbstractImageBuilder
 
copyResource(IPackageFragmentRoot, IClasspathEntry, IWorkspaceRoot) - Method in class org.eclipse.jdt.internal.core.CopyPackageFragmentRootOperation
 
CopyResourceElementsOperation - Class in org.eclipse.jdt.internal.core
This operation copies/moves/renames a collection of resources from their current container to a new container, optionally renaming the elements.
CopyResourceElementsOperation(IJavaElement[], IJavaElement[], boolean) - Constructor for class org.eclipse.jdt.internal.core.CopyResourceElementsOperation
When executed, this operation will copy the given resources to the given containers.
copyResources(IResource[], IPath) - Method in class org.eclipse.jdt.internal.core.JavaModelOperation
Convenience method to copy resources
copySource - Variable in class org.eclipse.jdt.internal.core.dom.rewrite.NodeInfoStore.CopyPlaceholderData
 
copySubtree(AST, ASTNode) - Static method in class org.eclipse.jdt.core.dom.ASTNode
Returns a deep copy of the subtree of AST nodes rooted at the given node.
copySubtrees(AST, List) - Static method in class org.eclipse.jdt.core.dom.ASTNode
Returns a deep copy of the subtrees of AST nodes rooted at the given list of nodes.
CORE - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
CORE_CIRCULAR_CLASSPATH - Static variable in class org.eclipse.jdt.core.JavaCore
Core option ID: Reporting Classpath Cycle.
CORE_ENABLE_CLASSPATH_EXCLUSION_PATTERNS - Static variable in class org.eclipse.jdt.core.JavaCore
Core option ID: Enabling Usage of Classpath Exclusion Patterns.
CORE_ENABLE_CLASSPATH_MULTIPLE_OUTPUT_LOCATIONS - Static variable in class org.eclipse.jdt.core.JavaCore
Core option ID: Enabling Usage of Classpath Multiple Output Locations.
CORE_ENCODING - Static variable in class org.eclipse.jdt.core.JavaCore
Core option ID: Default Source Encoding Format.
core_equals(lr_item_core) - Method in class java_cup.lr_item_core
Equality comparison for the core only.
CORE_EXCEPTION - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status constant indicating a core exception occurred.
core_hashCode() - Method in class java_cup.lr_item_core
Hash code for the core (separated so we keep non overridden version).
CORE_INCOMPATIBLE_JDK_LEVEL - Static variable in class org.eclipse.jdt.core.JavaCore
Core option ID: Reporting Incompatible JDK Level for Required Binaries.
CORE_INCOMPLETE_CLASSPATH - Static variable in class org.eclipse.jdt.core.JavaCore
Core option ID: Reporting Incomplete Classpath.
CORE_JAVA_BUILD_CLEAN_OUTPUT_FOLDER - Static variable in class org.eclipse.jdt.core.JavaCore
Core option ID: Cleaning Output Folder(s).
CORE_JAVA_BUILD_DUPLICATE_RESOURCE - Static variable in class org.eclipse.jdt.core.JavaCore
Core option ID: Reporting Duplicate Resources.
CORE_JAVA_BUILD_INVALID_CLASSPATH - Static variable in class org.eclipse.jdt.core.JavaCore
Core option ID: Abort if Invalid Classpath.
CORE_JAVA_BUILD_ORDER - Static variable in class org.eclipse.jdt.core.JavaCore
Core option ID: Computing Project Build Order.
CORE_JAVA_BUILD_RECREATE_MODIFIED_CLASS_FILES_IN_OUTPUT_FOLDER - Static variable in class org.eclipse.jdt.core.JavaCore
Core option ID: Recreate Modified class files in Output Folder.
CORE_JAVA_BUILD_RESOURCE_COPY_FILTER - Static variable in class org.eclipse.jdt.core.JavaCore
Core option ID: Specifying Filters for Resource Copying Control.
CORE_OUTPUT_LOCATION_OVERLAPPING_ANOTHER_SOURCE - Static variable in class org.eclipse.jdt.core.JavaCore
Core option ID: Reporting an output location overlapping another source location.
coreException - Variable in exception org.eclipse.jdt.internal.core.builder.ImageBuilderInternalException
 
coreException - Variable in exception org.eclipse.jdt.internal.core.search.matching.MatchLocator.WrappedCoreException
 
correction_nullRequestor - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
correction_nullUnit - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
correctionEnd - Variable in class org.eclipse.jdt.core.CorrectionEngine
This field is not intended to be used by client.
CorrectionEngine - Class in org.eclipse.jdt.core
This class is the entry point for source corrections.
CorrectionEngine(Map) - Constructor for class org.eclipse.jdt.core.CorrectionEngine
The CorrectionEngine is responsible for computing problem corrections.
correctionRequestor - Variable in class org.eclipse.jdt.core.CorrectionEngine
This field is not intended to be used by client.
correctionStart - Variable in class org.eclipse.jdt.core.CorrectionEngine
This field is not intended to be used by client.
correlateTrackingVarsIfElse(FlowInfo, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.lookup.BlockScope
If one branch of an if-else closes any AutoCloseable resource, and if the same resource is known to be null on the other branch mark it as closed, too, so that merging both branches indicates that the resource is always closed.
CorruptedSignature - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
corruptedSignature(TypeBinding, char[], int) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
couldBreak() - Method in class org.eclipse.jdt.internal.formatter.align.Alignment
 
COUNT - Static variable in interface org.eclipse.jdt.internal.codeassist.impl.Keywords
 
COUNT - Static variable in class org.eclipse.jdt.internal.core.util.MementoTokenizer
 
counter - Variable in class org.eclipse.jdt.internal.compiler.ast.StringLiteralConcatenation
 
countLabels - Variable in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
COUNTS - Static variable in interface org.eclipse.jdt.internal.core.search.indexing.IIndexConstants
 
COVERAGE_TEST_FLAG - Static variable in class org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo
 
CoverageTestId - Static variable in class org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo
 
CP_CONTAINER_PATH_UNBOUND - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status constant indicating that a container path was not resolvable indicating either the referred container is undefined, unbound.
CP_CONTAINER_PREFERENCES_PREFIX - Static variable in class org.eclipse.jdt.internal.core.JavaModelManager
 
CP_ENTRY_IGNORE - Static variable in class org.eclipse.jdt.internal.core.JavaModelManager
 
CP_ENTRY_IGNORE_PATH - Static variable in class org.eclipse.jdt.internal.core.JavaModelManager
 
CP_RESOLVE_VERBOSE - Static variable in class org.eclipse.jdt.internal.core.JavaModelManager
 
CP_RESOLVE_VERBOSE_ADVANCED - Static variable in class org.eclipse.jdt.internal.core.JavaModelManager
 
CP_RESOLVE_VERBOSE_FAILURE - Static variable in class org.eclipse.jdt.internal.core.JavaModelManager
 
CP_USERLIBRARY_PREFERENCES_PREFIX - Static variable in class org.eclipse.jdt.internal.core.JavaModelManager
 
CP_USERLIBRARY_PREFERENCES_PREFIX - Static variable in class org.eclipse.jdt.internal.core.UserLibraryManager
 
CP_VARIABLE_PATH_UNBOUND - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status constant indicating that a variable path was not resolvable indicating either the referred variable is undefined, unbound or the resolved variable path does not correspond to an existing file or folder.
CP_VARIABLE_PREFERENCES_PREFIX - Static variable in class org.eclipse.jdt.internal.core.JavaModelManager
 
CPCONTAINER_INITIALIZER_EXTPOINT_ID - Static variable in class org.eclipse.jdt.internal.core.JavaModelManager
Name of the extension point for contributing classpath container initializers
CPE_CONTAINER - Static variable in interface org.eclipse.jdt.core.IClasspathEntry
Entry kind constant describing a classpath entry representing a name classpath container.
CPE_LIBRARY - Static variable in interface org.eclipse.jdt.core.IClasspathEntry
Entry kind constant describing a classpath entry identifying a library.
CPE_PROJECT - Static variable in interface org.eclipse.jdt.core.IClasspathEntry
Entry kind constant describing a classpath entry identifying a required project.
CPE_SOURCE - Static variable in interface org.eclipse.jdt.core.IClasspathEntry
Entry kind constant describing a classpath entry identifying a folder containing package fragments with source code to be compiled.
CPE_VARIABLE - Static variable in interface org.eclipse.jdt.core.IClasspathEntry
Entry kind constant describing a classpath entry defined using a path that begins with a classpath variable reference.
CPVARIABLE_INITIALIZER_EXTPOINT_ID - Static variable in class org.eclipse.jdt.internal.core.JavaModelManager
Name of the extension point for contributing classpath variable initializers
crash() - Method in exception java_cup.internal_error
Method called to do a forced error exit on an internal error for cases when we can't actually throw the exception.
create(int, int) - Static method in class org.eclipse.jdt.core.CompletionProposal
Creates a basic completion proposal.
create(AST) - Static method in class org.eclipse.jdt.core.dom.rewrite.ASTRewrite
Creates a new instance for describing manipulations of the given AST.
create(ICompilationUnit, boolean) - Static method in class org.eclipse.jdt.core.dom.rewrite.ImportRewrite
Creates a ImportRewrite from a ICompilationUnit.
create(CompilationUnit, boolean) - Static method in class org.eclipse.jdt.core.dom.rewrite.ImportRewrite
Creates a ImportRewrite from a an AST (CompilationUnit).
create(String) - Static method in class org.eclipse.jdt.core.JavaCore
Returns the Java model element corresponding to the given handle identifier generated by IJavaElement.getHandleIdentifier(), or null if unable to create the associated element.
create(String, WorkingCopyOwner) - Static method in class org.eclipse.jdt.core.JavaCore
Returns the Java model element corresponding to the given handle identifier generated by IJavaElement.getHandleIdentifier(), or null if unable to create the associated element.
create(IFile) - Static method in class org.eclipse.jdt.core.JavaCore
Returns the Java element corresponding to the given file, or null if unable to associate the given file with a Java element.
create(IFolder) - Static method in class org.eclipse.jdt.core.JavaCore
Returns the package fragment or package fragment root corresponding to the given folder, or null if unable to associate the given folder with a Java element.
create(IProject) - Static method in class org.eclipse.jdt.core.JavaCore
Returns the Java project corresponding to the given project.
create(IResource) - Static method in class org.eclipse.jdt.core.JavaCore
Returns the Java element corresponding to the given resource, or null if unable to associate the given resource with a Java element.
create(IResource, IJavaProject) - Static method in class org.eclipse.jdt.core.JavaCore
Returns the Java element corresponding to the given file, its project being the given project.
create(IWorkspaceRoot) - Static method in class org.eclipse.jdt.core.JavaCore
Returns the Java model.
create(IBufferFactory) - Static method in class org.eclipse.jdt.internal.core.BufferFactoryWrapper
Deprecated.  
create(IDocument) - Static method in class org.eclipse.jdt.internal.core.dom.rewrite.LineInformation
 
create(IResource, IJavaProject) - Static method in class org.eclipse.jdt.internal.core.JavaModelManager
Returns the Java element corresponding to the given resource, or null if unable to associate the given resource with a Java element.
create(IFile, IJavaProject) - Static method in class org.eclipse.jdt.internal.core.JavaModelManager
Returns the Java element corresponding to the given file, its project being the given project.
create(IFolder, IJavaProject) - Static method in class org.eclipse.jdt.internal.core.JavaModelManager
Returns the package fragment or package fragment root corresponding to the given folder, its parent or great parent being the given project.
createAfter(IJavaElement) - Method in class org.eclipse.jdt.internal.core.CreateElementInCUOperation
Instructs this operation to position the new element after the given sibling, or to add the new element as the last child of its parent if null.
createAlignment(int, int, int, int) - Method in class org.eclipse.jdt.internal.formatter.Scribe
 
createAlignment(int, int, int, int, int) - Method in class org.eclipse.jdt.internal.formatter.Scribe
 
createAlignment(int, int, int, int, int, boolean) - Method in class org.eclipse.jdt.internal.formatter.Scribe
 
createAlignment(int, int, int, int, int, int, boolean) - Method in class org.eclipse.jdt.internal.formatter.Scribe
 
createAlignmentValue(boolean, int, int) - Static method in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
Create a new alignment value according to the given values.
createAndPattern(SearchPattern, SearchPattern) - Static method in class org.eclipse.jdt.core.search.SearchPattern
Deprecated. Unfortunately, this functionality is not fully supported yet (see "https://bugs.eclipse.org/bugs/show_bug.cgi?id=142044" for more details). This might be done in a further version...
createAnnotation(JavaElement, String) - Method in class org.eclipse.jdt.internal.codeassist.CompletionUnitStructureRequestor
 
createAnnotation(ReferenceBinding, ElementValuePair[]) - Method in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
 
createAnnotation(JavaElement, String) - Method in class org.eclipse.jdt.internal.core.CompilationUnitStructureRequestor
 
createAnnotationMethod(byte[], int[], int) - Static method in class org.eclipse.jdt.internal.compiler.classfmt.AnnotationMethodInfo
 
createAnnotationProcessorManager() - Method in class org.eclipse.jdt.internal.core.JavaModelManager
 
createAnnotations(IBinaryAnnotation[], LookupEnvironment, char[][][]) - Static method in class org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding
 
createArgumentBindings() - Method in class org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
When a method is accessed via SourceTypeBinding.resolveTypesFor(MethodBinding) we create the argument binding and resolve annotations in order to compute null annotation tagbits.
createArgumentReference(char[], int, boolean, Object, long[], long) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionJavadocParser
 
createArgumentReference(char[], int, boolean, Object, long[], long) - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionJavadocParser
 
createArgumentReference(char[], int, boolean, Object, long[], long) - Method in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
createArgumentReference(char[], int, boolean, Object, long[], long) - Method in class org.eclipse.jdt.internal.compiler.parser.JavadocParser
 
createArgumentReference(char[], int, boolean, Object, long[], long) - Method in class org.eclipse.jdt.internal.formatter.FormatterCommentParser
 
createArraySignature(char[], int) - Static method in class org.eclipse.jdt.core.Signature
Creates a new type signature with the given amount of array nesting added to the given type signature.
createArraySignature(String, int) - Static method in class org.eclipse.jdt.core.Signature
Creates a new type signature with the given amount of array nesting added to the given type signature.
createArrayType(int) - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
Answer an array type binding using the receiver and the given dimension.
createArrayType(TypeBinding, int) - Method in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
 
createArrayType(TypeBinding, int) - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
createArrayTypeBindingKey(String, int) - Static method in class org.eclipse.jdt.core.BindingKey
Creates a new array type binding key from the given type binding key and the given array dimension.
createAssistImportReference(char[][], long[], int) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
createAssistImportReference(char[][], long[], int) - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
createAssistImportReference(char[][], long[], int) - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionParser
 
createAssistPackageReference(char[][], long[]) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
createAssistPackageReference(char[][], long[]) - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
createAssistPackageReference(char[][], long[]) - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionParser
 
createAST(IProgressMonitor) - Method in class org.eclipse.jdt.core.dom.ASTParser
Creates an abstract syntax tree.
createASTs(ICompilationUnit[], String[], ASTRequestor, IProgressMonitor) - Method in class org.eclipse.jdt.core.dom.ASTParser
Creates ASTs for a batch of compilation units.
createASTs(String[], String[], String[], FileASTRequestor, IProgressMonitor) - Method in class org.eclipse.jdt.core.dom.ASTParser
Creates ASTs for a batch of compilation units.
createBefore(IJavaElement) - Method in class org.eclipse.jdt.internal.core.CreateElementInCUOperation
Instructs this operation to position the new element before the given sibling, or to add the new element as the last child of its parent if null.
createBinaryTypeFrom(IBinaryType, PackageBinding, AccessRestriction) - Method in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
 
createBinaryTypeFrom(IBinaryType, PackageBinding, boolean, AccessRestriction) - Method in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
 
createBinding(MethodScope, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.ast.Argument
 
createBindingKey(char[], char[]) - Static method in class org.eclipse.jdt.internal.codeassist.CompletionEngine
 
createBindings(IJavaElement[], IProgressMonitor) - Method in class org.eclipse.jdt.core.dom.ASTParser
Creates bindings for a batch of Java elements.
createBindings(String[]) - Method in class org.eclipse.jdt.core.dom.ASTRequestor
Resolves bindings for the given binding keys.
createBindings(String[]) - Method in class org.eclipse.jdt.core.dom.FileASTRequestor
Resolves bindings for the given binding keys.
createBuffer(IOpenable) - Method in interface org.eclipse.jdt.core.IBufferFactory
Deprecated. Creates a buffer for the given owner.
createBuffer(ICompilationUnit) - Method in class org.eclipse.jdt.core.WorkingCopyOwner
Creates a buffer for the given working copy.
createBuffer(ICompilationUnit) - Method in class org.eclipse.jdt.internal.core.BufferFactoryWrapper
Deprecated.  
createBuffer(IOpenable) - Static method in class org.eclipse.jdt.internal.core.BufferManager
 
createBuffer(ICompilationUnit) - Method in class org.eclipse.jdt.internal.core.DefaultWorkingCopyOwner
 
createCharArrayTypeSignature(char[], boolean) - Static method in class org.eclipse.jdt.core.Signature
Creates a new type signature from the given type name encoded as a character array.
createClass() - Method in class org.eclipse.jdt.core.jdom.DOMFactory
Deprecated.  
createClass() - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Deprecated. Creates a default type document fragment.
createClassFileFrom(IFile) - Static method in class org.eclipse.jdt.core.JavaCore
Creates and returns a class file element for the given .class file.
createClassFileFrom(IFile, IJavaProject) - Static method in class org.eclipse.jdt.internal.core.JavaModelManager
Creates and returns a class file element for the given .class file, its project being the given project.
createClasspathProblemMarker(IJavaModelStatus) - Method in class org.eclipse.jdt.internal.core.JavaProject
Record a new marker denoting a classpath problem
createCodeFormatter() - Static method in class org.eclipse.jdt.core.ToolFactory
Deprecated. The extension point has been deprecated, use ToolFactory.createCodeFormatter(Map) instead.
createCodeFormatter(Map) - Static method in class org.eclipse.jdt.core.ToolFactory
Create an instance of the built-in code formatter.
createCodeFormatter(Map, int) - Static method in class org.eclipse.jdt.core.ToolFactory
Create an instance of the built-in code formatter.
createCollapsePlaceholder() - Method in class org.eclipse.jdt.internal.core.dom.rewrite.NodeInfoStore
 
createCompilationUnit(String, String, boolean, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IPackageFragment
Creates and returns a compilation unit in this package fragment with the specified name and contents.
createCompilationUnit() - Method in class org.eclipse.jdt.core.jdom.DOMFactory
Deprecated.  
createCompilationUnit(char[], String) - Method in class org.eclipse.jdt.core.jdom.DOMFactory
Deprecated.  
createCompilationUnit(String, String) - Method in class org.eclipse.jdt.core.jdom.DOMFactory
Deprecated.  
createCompilationUnit() - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Deprecated. Creates and return an empty JDOM.
createCompilationUnit(char[], String) - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Deprecated. Creates a JDOM on the given source code.
createCompilationUnit(String, String) - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Deprecated. Creates a JDOM on the given source code.
createCompilationUnit(char[], char[]) - Method in class org.eclipse.jdt.internal.core.jdom.AbstractDOMBuilder
Deprecated.  
createCompilationUnit(ICompilationUnit) - Method in class org.eclipse.jdt.internal.core.jdom.AbstractDOMBuilder
Deprecated.  
createCompilationUnit() - Method in class org.eclipse.jdt.internal.core.jdom.DOMBuilder
Deprecated.  
createCompilationUnit(ICompilationUnit) - Method in class org.eclipse.jdt.internal.core.jdom.DOMBuilder
Deprecated.  
createCompilationUnit(String, String) - Method in class org.eclipse.jdt.internal.core.jdom.SimpleDOMBuilder
Deprecated.  
createCompilationUnit(ICompilationUnit) - Method in class org.eclipse.jdt.internal.core.jdom.SimpleDOMBuilder
Deprecated.  
createCompilationUnit(String, String, boolean, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.PackageFragment
 
createCompilationUnitFrom(IFile) - Static method in class org.eclipse.jdt.core.JavaCore
Creates and returns a compilation unit element for the given source file (i.e.
createCompilationUnitFrom(IFile, IJavaProject) - Static method in class org.eclipse.jdt.internal.core.JavaModelManager
Creates and returns a compilation unit element for the given .java file, its project being the given project.
createCompilationUnitFromPath(Openable, IFile) - Method in class org.eclipse.jdt.internal.core.hierarchy.HierarchyBuilder
Create an ICompilationUnit info from the given compilation unit on disk.
createCompilationUnitFromPath(Openable, IFile) - Method in class org.eclipse.jdt.internal.core.hierarchy.IndexBasedHierarchyBuilder
 
CreateCompilationUnitOperation - Class in org.eclipse.jdt.internal.core
This operation creates a compilation unit (CU).
CreateCompilationUnitOperation(IPackageFragment, String, String, boolean) - Constructor for class org.eclipse.jdt.internal.core.CreateCompilationUnitOperation
When executed, this operation will create a compilation unit with the given name.
createCopyTarget(ASTNode) - Method in class org.eclipse.jdt.core.dom.rewrite.ASTRewrite
Creates and returns a placeholder node for a true copy of the given node.
createCopyTarget(ASTNode, ASTNode) - Method in class org.eclipse.jdt.core.dom.rewrite.ListRewrite
Creates and returns a placeholder node for a true copy of a range of nodes of the current list.
createDeclarationIndexKey(char[], int, char[], char[][], char[][], int, char[], int, int) - Static method in class org.eclipse.jdt.internal.core.search.matching.ConstructorPattern
Constructor entries are encoded as described Binary constructor for class TypeName '/' Arity '/' TypeModifers '/' PackageName '/' Signature '/' ParameterNamesopt '/' Modifiers Source constructor for class TypeName '/' Arity '/' TypeModifers '/' PackageName '/' ParameterTypes '/' ParameterNamesopt '/' Modifiers Constructor with 0 arity for class TypeName '/' 0 '/' TypeModifers '/' PackageName '/' Modifiers Constructor for enum, interface (annotation) and class with default constructor TypeName '/' # '/' TypeModifers '/' PackageName Constructor for member type TypeName '/' Arity '/' TypeModifers TypeModifiers contains some encoded extra information ExtraFlags.IsMemberType ExtraFlags.HasNonPrivateStaticMemberTypes ExtraFlags.ParameterTypesStoredAsSignature
createDefaultClassFileBytesDisassembler() - Static method in class org.eclipse.jdt.core.ToolFactory
Create a classfile bytecode disassembler, able to produce a String representation of a given classfile.
createDefaultClassFileDisassembler() - Static method in class org.eclipse.jdt.core.ToolFactory
Deprecated. Use ToolFactory.createDefaultClassFileBytesDisassembler() instead
createDefaultClassFileReader(IClassFile, int) - Static method in class org.eclipse.jdt.core.ToolFactory
Create a classfile reader onto a classfile Java element.
createDefaultClassFileReader(InputStream, int) - Static method in class org.eclipse.jdt.core.ToolFactory
Create a default classfile reader, able to expose the internal representation of a given classfile according to the decoding flag used to initialize the reader.
createDefaultClassFileReader(String, int) - Static method in class org.eclipse.jdt.core.ToolFactory
Create a default classfile reader, able to expose the internal representation of a given classfile according to the decoding flag used to initialize the reader.
createDefaultClassFileReader(String, String, int) - Static method in class org.eclipse.jdt.core.ToolFactory
Create a default classfile reader, able to expose the internal representation of a given classfile according to the decoding flag used to initialize the reader.
createDefaultCodeFormatter(Map) - Static method in class org.eclipse.jdt.core.ToolFactory
Deprecated. Use ToolFactory.createCodeFormatter(Map) instead but note the different options
createDefaultConstructor(boolean, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
 
createDefaultConstructorWithBinding(MethodBinding, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
 
createDefaultDeclarationIndexKey(char[], char[], int, int) - Static method in class org.eclipse.jdt.internal.core.search.matching.ConstructorPattern
 
createDefaultParameterNames(int) - Static method in class org.eclipse.jdt.internal.codeassist.CompletionEngine
 
createdElements - Variable in class org.eclipse.jdt.internal.core.CopyResourceElementsOperation
The list of new resources created during this operation.
createDeltaTree(IJavaElement, JavaElementDelta) - Method in class org.eclipse.jdt.internal.core.JavaElementDelta
Creates the nested delta deltas based on the affected element its delta, and the root of this delta tree.
createdNode - Variable in class org.eclipse.jdt.internal.core.CreateTypeMemberOperation
The AST node representing the element that this operation created.
createElement(ClassScope, ICompilationUnit, HashSet, HashMap) - Method in class org.eclipse.jdt.internal.core.util.HandleFactory
Returns a handle denoting the class member identified by its scope.
CreateElementInCUOperation - Class in org.eclipse.jdt.internal.core
This abstract class implements behavior common to CreateElementInCUOperations.
CreateElementInCUOperation(IJavaElement) - Constructor for class org.eclipse.jdt.internal.core.CreateElementInCUOperation
Constructs an operation that creates a Java Language Element with the specified parent, contained within a compilation unit.
createElementInfo() - Method in class org.eclipse.jdt.internal.core.ClassFile
Returns a new element info for this element.
createElementInfo() - Method in class org.eclipse.jdt.internal.core.CompilationUnit
Returns a new element info for this element.
createElementInfo() - Method in class org.eclipse.jdt.internal.core.JarPackageFragmentRoot
Returns a new element info for this element.
createElementInfo() - Method in class org.eclipse.jdt.internal.core.JavaElement
 
createElementInfo() - Method in class org.eclipse.jdt.internal.core.JavaModel
Returns a new element info for this element.
createElementInfo() - Method in class org.eclipse.jdt.internal.core.JavaProject
Returns a new element info for this element.
createElementInfo() - Method in class org.eclipse.jdt.internal.core.LocalVariable
 
createElementInfo() - Method in class org.eclipse.jdt.internal.core.Openable
 
createElementInfo() - Method in class org.eclipse.jdt.internal.core.PackageFragment
 
createElementInfo() - Method in class org.eclipse.jdt.internal.core.PackageFragmentRoot
Returns a new element info for this element.
createElementInfo() - Method in class org.eclipse.jdt.internal.core.SourceRefElement
Returns a new element info for this element.
createError(int, String, Throwable) - Static method in class org.eclipse.jdt.internal.core.dom.rewrite.TokenScanner
 
createExternalFoldersProject(IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.ExternalFoldersManager
 
createFakeReference(int) - Method in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
createFakeReference(int) - Method in class org.eclipse.jdt.internal.formatter.FormatterCommentParser
 
createField(String, IJavaElement, boolean, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IType
Creates and returns a field in this type with the given contents.
createField() - Method in class org.eclipse.jdt.core.jdom.DOMFactory
Deprecated.  
createField(String) - Method in class org.eclipse.jdt.core.jdom.DOMFactory
Deprecated.  
createField() - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Deprecated. Creates a default field document fragment.
createField(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Deprecated. Creates a field document fragment on the given source code.
createField(JavaElement, ISourceElementRequestor.FieldInfo) - Method in class org.eclipse.jdt.internal.codeassist.CompletionUnitStructureRequestor
 
createField(byte[], int[], int) - Static method in class org.eclipse.jdt.internal.compiler.classfmt.FieldInfo
 
createField(String, IJavaElement, boolean, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.BinaryType
 
createField(JavaElement, ISourceElementRequestor.FieldInfo) - Method in class org.eclipse.jdt.internal.core.CompilationUnitStructureRequestor
 
createField(char[]) - Method in class org.eclipse.jdt.internal.core.jdom.DOMBuilder
Deprecated.  
createField(String, IJavaElement, boolean, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.SourceType
 
createFieldDeclaration(char[], int, int) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
createFieldDeclaration(char[], int, int) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
CreateFieldOperation - Class in org.eclipse.jdt.internal.core
This operation creates a field declaration in a type.
CreateFieldOperation(IType, String, boolean) - Constructor for class org.eclipse.jdt.internal.core.CreateFieldOperation
When executed, this operation will create a field with the given name in the given type with the specified source.
createFieldReference(Object) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionJavadocParser
 
createFieldReference(Object) - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionJavadocParser
 
createFieldReference(Object) - Method in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
createFieldReference(Object) - Method in class org.eclipse.jdt.internal.compiler.parser.JavadocParser
 
createFieldReference(Object) - Method in class org.eclipse.jdt.internal.formatter.FormatterCommentParser
 
createFields(char[]) - Method in class org.eclipse.jdt.internal.core.jdom.DOMBuilder
Deprecated.  
createFile(IContainer, String, InputStream, boolean) - Method in class org.eclipse.jdt.internal.core.JavaModelOperation
Convenience method to create a file
createFolder(IPath, IContainer) - Method in class org.eclipse.jdt.internal.core.builder.AbstractImageBuilder
 
createFolder(IContainer, String, boolean) - Method in class org.eclipse.jdt.internal.core.JavaModelOperation
Convenience method to create a folder
createFromString(Reader) - Static method in class org.eclipse.jdt.internal.core.UserLibrary
 
createGetClassMethod(TypeBinding, MethodBinding, Scope) - Method in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
 
createGroupNode(ASTNode[]) - Method in class org.eclipse.jdt.core.dom.rewrite.ASTRewrite
Creates and returns a node that represents a sequence of nodes.
createHandle(AbstractMethodDeclaration, IJavaElement) - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocator
Creates an IMethod from the given method declaration and type.
createHandle(FieldDeclaration, TypeDeclaration, IJavaElement) - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocator
Creates an IField from the given field declaration and type.
createHandle(AbstractVariableDeclaration, IJavaElement) - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocator
Create an handle for a local variable declaration (may be a local variable or type parameter).
createHandle(Annotation, IAnnotatable) - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocator
Create an handle for a local variable declaration (may be a local variable or type parameter).
createHierarchyResolver(IType, PossibleMatch[]) - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocator
 
createHierarchyScope(IType) - Static method in class org.eclipse.jdt.core.search.SearchEngine
Returns a Java search scope limited to the hierarchy of the given type.
createHierarchyScope(IType, WorkingCopyOwner) - Static method in class org.eclipse.jdt.core.search.SearchEngine
Returns a Java search scope limited to the hierarchy of the given type.
createHierarchyScope(IType) - Static method in class org.eclipse.jdt.internal.core.search.BasicSearchEngine
 
createHierarchyScope(IType, WorkingCopyOwner) - Static method in class org.eclipse.jdt.internal.core.search.BasicSearchEngine
 
createImport(String, IJavaElement, IProgressMonitor) - Method in interface org.eclipse.jdt.core.ICompilationUnit
Creates and returns an non-static import declaration in this compilation unit with the given name.
createImport(String, IJavaElement, int, IProgressMonitor) - Method in interface org.eclipse.jdt.core.ICompilationUnit
Creates and returns an import declaration in this compilation unit with the given name.
createImport() - Method in class org.eclipse.jdt.core.jdom.DOMFactory
Deprecated.  
createImport(String) - Method in class org.eclipse.jdt.core.jdom.DOMFactory
Deprecated.  
createImport() - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Deprecated. Creates an empty import document fragment.
createImport(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Deprecated. Creates an import document fragment on the given source code.
createImport(String, IJavaElement, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.CompilationUnit
 
createImport(String, IJavaElement, int, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.CompilationUnit
 
createImport() - Method in class org.eclipse.jdt.internal.core.jdom.DOMBuilder
Deprecated.  
createImport(char[]) - Method in class org.eclipse.jdt.internal.core.jdom.DOMBuilder
Deprecated.  
createImportContainer(ICompilationUnit) - Method in class org.eclipse.jdt.internal.codeassist.CompletionUnitStructureRequestor
 
createImportContainer(ICompilationUnit) - Method in class org.eclipse.jdt.internal.core.CompilationUnitStructureRequestor
 
createImportDeclaration(ImportContainer, String, boolean) - Method in class org.eclipse.jdt.internal.codeassist.CompletionUnitStructureRequestor
 
createImportDeclaration(ImportContainer, String, boolean) - Method in class org.eclipse.jdt.internal.core.CompilationUnitStructureRequestor
 
createImportHandle(ImportReference) - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocator
Creates an IImportDeclaration from the given import statement
CreateImportOperation - Class in org.eclipse.jdt.internal.core
This operation adds an import declaration to an existing compilation unit.
CreateImportOperation(String, ICompilationUnit, int) - Constructor for class org.eclipse.jdt.internal.core.CreateImportOperation
When executed, this operation will add an import to the given compilation unit.
createImportReference(String[], int, int, boolean, int) - Method in class org.eclipse.jdt.internal.compiler.parser.TypeConverter
 
createIndentationString(int) - Method in class org.eclipse.jdt.core.formatter.CodeFormatter
Answers the string that corresponds to the indentation to the given indentation level or an empty string if the indentation cannot be computed.
createIndentationString(int) - Method in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatter
 
createIndexKey(char[], int) - Static method in class org.eclipse.jdt.internal.core.search.matching.ConstructorPattern
Constructor entries are encoded as TypeName '/' Arity: e.g.
createIndexKey(char[]) - Static method in class org.eclipse.jdt.internal.core.search.matching.FieldPattern
 
createIndexKey(char[], int) - Static method in class org.eclipse.jdt.internal.core.search.matching.MethodPattern
Method entries are encoded as selector '/' Arity: e.g.
createIndexKey(int, char[], char[], char[][], char[][], char, char[], char) - Static method in class org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern
 
createIndexKey(int, char[], char[], char[][], boolean) - Static method in class org.eclipse.jdt.internal.core.search.matching.TypeDeclarationPattern
 
createIndexLocation(URL) - Static method in class org.eclipse.jdt.internal.core.index.IndexLocation
 
createInfoFromClassFile(Openable, IResource) - Method in class org.eclipse.jdt.internal.core.hierarchy.HierarchyBuilder
Creates the type info from the given class file on disk and adds it to the given list of infos.
createInfoFromClassFile(Openable, IResource) - Method in class org.eclipse.jdt.internal.core.hierarchy.IndexBasedHierarchyBuilder
 
createInfoFromClassFileInJar(Openable) - Method in class org.eclipse.jdt.internal.core.hierarchy.HierarchyBuilder
Create a type info from the given class file in a jar and adds it to the given list of infos.
createInfoFromClassFileInJar(Openable) - Method in class org.eclipse.jdt.internal.core.hierarchy.IndexBasedHierarchyBuilder
 
createInitializer(String, IJavaElement, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IType
Creates and returns a static initializer in this type with the given contents.
createInitializer() - Method in class org.eclipse.jdt.core.jdom.DOMFactory
Deprecated.  
createInitializer(String) - Method in class org.eclipse.jdt.core.jdom.DOMFactory
Deprecated.  
createInitializer() - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Deprecated. Creates an empty initializer document fragment.
createInitializer(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Deprecated. Creates an initializer document fragment from the given source code.
createInitializer(JavaElement) - Method in class org.eclipse.jdt.internal.codeassist.CompletionUnitStructureRequestor
 
createInitializer(String, IJavaElement, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.BinaryType
 
createInitializer(JavaElement) - Method in class org.eclipse.jdt.internal.core.CompilationUnitStructureRequestor
 
createInitializer(char[]) - Method in class org.eclipse.jdt.internal.core.jdom.DOMBuilder
Deprecated. Creates an INITIALIZER document fragment from the given source.
createInitializer(String, IJavaElement, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.SourceType
 
CreateInitializerOperation - Class in org.eclipse.jdt.internal.core
This operation creates a initializer in a type.
CreateInitializerOperation(IType, String) - Constructor for class org.eclipse.jdt.internal.core.CreateInitializerOperation
When executed, this operation will create an initializer with the given name in the given type with the specified source.
createInstance(Class) - Method in class org.eclipse.jdt.core.dom.AST
Creates an unparented node of the given node class (non-abstract subclass of ASTNode).
createInstance(int) - Method in class org.eclipse.jdt.core.dom.AST
Creates an unparented node of the given node type.
createInterface() - Method in class org.eclipse.jdt.core.jdom.DOMFactory
Deprecated.  
createInterface() - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Deprecated. Creates a default type document fragment.
createIntersectionTypeSignature(char[][]) - Static method in class org.eclipse.jdt.core.Signature
Creates a new intersection type signature from the given type signatures.
createIntersectionTypeSignature(String[]) - Static method in class org.eclipse.jdt.core.Signature
Creates a new intersection type signature from the given type signatures.
createJarPackageFragmentRootFrom(IFile) - Static method in class org.eclipse.jdt.core.JavaCore
Creates and returns a handle for the given JAR file.
createJarPackageFragmentRootFrom(IFile, IJavaProject) - Static method in class org.eclipse.jdt.internal.core.JavaModelManager
Creates and returns a handle for the given JAR file, its project being the given project.
createJavadocParser() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
createJavadocParser() - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionParser
 
createJavadocParser() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
createJavaSearchScope(IResource[]) - Static method in class org.eclipse.jdt.core.search.SearchEngine
Deprecated. Use #createJavaSearchScope(IJavaElement[]) instead.
createJavaSearchScope(IJavaElement[], boolean) - Static method in class org.eclipse.jdt.core.search.SearchEngine
Returns a Java search scope limited to the given Java elements.
createJavaSearchScope(IJavaElement[], int) - Static method in class org.eclipse.jdt.core.search.SearchEngine
Returns a Java search scope limited to the given Java elements.
createJavaSearchScope(IJavaElement[]) - Static method in class org.eclipse.jdt.internal.core.search.BasicSearchEngine
 
createJavaSearchScope(IJavaElement[], boolean) - Static method in class org.eclipse.jdt.internal.core.search.BasicSearchEngine
 
createJavaSearchScope(IJavaElement[], int) - Static method in class org.eclipse.jdt.internal.core.search.BasicSearchEngine
 
createLinkFolder(IPath, boolean, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.ExternalFoldersManager
 
createLocalDeclaration(char[], int, int) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
createLocalDeclaration(char[], int, int) - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionParser
 
createLocalDeclaration(char[], int, int) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
createMemberAlignment(int, int, int, int) - Method in class org.eclipse.jdt.internal.formatter.Scribe
 
createMethod(String, IJavaElement, boolean, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IType
Creates and returns a method or constructor in this type with the given contents.
createMethod() - Method in class org.eclipse.jdt.core.jdom.DOMFactory
Deprecated.  
createMethod(String) - Method in class org.eclipse.jdt.core.jdom.DOMFactory
Deprecated.  
createMethod() - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Deprecated. Creates a default method document fragment.
createMethod(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Deprecated. Creates a method document fragment on the given source code.
createMethod(byte[], int[], int) - Static method in class org.eclipse.jdt.internal.compiler.classfmt.MethodInfo
 
createMethod(String, IJavaElement, boolean, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.BinaryType
 
createMethod(char[]) - Method in class org.eclipse.jdt.internal.core.jdom.DOMBuilder
Deprecated.  
createMethod(String, IJavaElement, boolean, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.SourceType
 
createMethodHandle(JavaElement, ISourceElementRequestor.MethodInfo) - Method in class org.eclipse.jdt.internal.codeassist.CompletionUnitStructureRequestor
 
createMethodHandle(JavaElement, ISourceElementRequestor.MethodInfo) - Method in class org.eclipse.jdt.internal.core.CompilationUnitStructureRequestor
 
CreateMethodOperation - Class in org.eclipse.jdt.internal.core
This operation creates an instance method.
CreateMethodOperation(IType, String, boolean) - Constructor for class org.eclipse.jdt.internal.core.CreateMethodOperation
When executed, this operation will create a method in the given type with the specified source.
createMethodReference(Object, List) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionJavadocParser
 
createMethodReference(Object, List) - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionJavadocParser
 
createMethodReference(Object, List) - Method in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
createMethodReference(Object, List) - Method in class org.eclipse.jdt.internal.compiler.parser.JavadocParser
 
createMethodReference(Object, List) - Method in class org.eclipse.jdt.internal.formatter.FormatterCommentParser
 
createMethodSignature(char[][], char[]) - Static method in class org.eclipse.jdt.core.Signature
Creates a method signature from the given parameter and return type signatures.
createMethodSignature(String[], String) - Static method in class org.eclipse.jdt.core.Signature
Creates a method signature from the given parameter and return type signatures.
createMethodSignature(char[][], char[][], char[]) - Static method in class org.eclipse.jdt.internal.codeassist.CompletionEngine
 
createMethodSignature(char[][], char[][], char[], char[]) - Static method in class org.eclipse.jdt.internal.codeassist.CompletionEngine
 
createMissingType(PackageBinding, char[][]) - Method in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
 
createMoveTarget(ASTNode) - Method in class org.eclipse.jdt.core.dom.rewrite.ASTRewrite
Creates and returns a placeholder node for the new locations of the given node.
createMoveTarget(ASTNode, ASTNode) - Method in class org.eclipse.jdt.core.dom.rewrite.ListRewrite
Creates and returns a placeholder node for a move of a range of nodes of the current list.
createMoveTarget(ASTNode, ASTNode, ASTNode, TextEditGroup) - Method in class org.eclipse.jdt.core.dom.rewrite.ListRewrite
Creates and returns a placeholder node for a move of a range of nodes of the current list.
createNewFile() - Method in class org.eclipse.jdt.internal.core.index.FileIndexLocation
 
createNewFile() - Method in class org.eclipse.jdt.internal.core.index.IndexLocation
Creates a new file for the given index location
createNewFile() - Method in class org.eclipse.jdt.internal.core.index.JarIndexLocation
 
createNonGenericTypeSignature(char[], char[]) - Static method in class org.eclipse.jdt.internal.codeassist.CompletionEngine
 
createNullBuffer(IOpenable) - Static method in class org.eclipse.jdt.internal.core.BufferManager
 
createOpenable(String, IJavaSearchScope) - Method in class org.eclipse.jdt.internal.core.util.HandleFactory
Creates an Openable handle from the given resource path.
createOrPattern(SearchPattern, SearchPattern) - Static method in class org.eclipse.jdt.core.search.SearchPattern
Returns a search pattern that combines the given two patterns into an "or" pattern.
createOrSearchPattern(ISearchPattern, ISearchPattern) - Static method in class org.eclipse.jdt.core.search.SearchEngine
Deprecated. Use SearchPattern.createOrPattern(SearchPattern, SearchPattern) instead.
createPackage() - Method in class org.eclipse.jdt.core.jdom.DOMFactory
Deprecated.  
createPackage(String) - Method in class org.eclipse.jdt.core.jdom.DOMFactory
Deprecated.  
createPackage() - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Deprecated. Creates an empty package document fragment.
createPackage(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Deprecated. Creates a package document fragment on the given source code.
createPackage(char[][]) - Method in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
 
createPackage() - Method in class org.eclipse.jdt.internal.core.jdom.DOMBuilder
Deprecated.  
createPackage(char[]) - Method in class org.eclipse.jdt.internal.core.jdom.DOMBuilder
Deprecated.  
createPackageDeclaration(String, IProgressMonitor) - Method in interface org.eclipse.jdt.core.ICompilationUnit
Creates and returns a package declaration in this compilation unit with the given package name.
createPackageDeclaration(JavaElement, String) - Method in class org.eclipse.jdt.internal.codeassist.CompletionUnitStructureRequestor
 
createPackageDeclaration(String, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.CompilationUnit
 
createPackageDeclaration(JavaElement, String) - Method in class org.eclipse.jdt.internal.core.CompilationUnitStructureRequestor
 
createPackageDeclarationHandle(CompilationUnitDeclaration) - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocator
Creates an IImportDeclaration from the given import statement
CreatePackageDeclarationOperation - Class in org.eclipse.jdt.internal.core
This operation adds/replaces a package declaration in an existing compilation unit.
CreatePackageDeclarationOperation(String, ICompilationUnit) - Constructor for class org.eclipse.jdt.internal.core.CreatePackageDeclarationOperation
When executed, this operation will add a package declaration to the given compilation unit.
createPackageFragment(String, boolean, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IPackageFragmentRoot
Creates and returns a package fragment in this root with the given dot-separated package name.
createPackageFragment(String, boolean, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.PackageFragmentRoot
 
CreatePackageFragmentOperation - Class in org.eclipse.jdt.internal.core
This operation creates a new package fragment under a given package fragment root.
CreatePackageFragmentOperation(IPackageFragmentRoot, String, boolean) - Constructor for class org.eclipse.jdt.internal.core.CreatePackageFragmentOperation
When executed, this operation will create a package fragment with the given name under the given package fragment root.
createPackageInfoType() - Method in class org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration
 
createParameterizedGenericMethod(MethodBinding, RawTypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
 
createParameterizedGenericMethod(MethodBinding, TypeBinding[]) - Method in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
 
createParameterizedMethod(MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
 
createParameterizedMethod(MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.RawTypeBinding
 
createParameterizedQualifiedAssistTypeReference(char[][], TypeReference[][], char[], TypeReference[], long[]) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
createParameterizedQualifiedAssistTypeReference(char[][], TypeReference[][], char[], TypeReference[], long[]) - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
createParameterizedQualifiedAssistTypeReference(char[][], TypeReference[][], char[], TypeReference[], long[]) - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionParser
 
createParameterizedSingleAssistTypeReference(TypeReference[], char[], long) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
createParameterizedSingleAssistTypeReference(TypeReference[], char[], long) - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
createParameterizedSingleAssistTypeReference(TypeReference[], char[], long) - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionParser
 
createParameterizedType(ReferenceBinding, TypeBinding[], ReferenceBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
 
createParameterizedTypeBindingKey(String, String[]) - Static method in class org.eclipse.jdt.core.BindingKey
Creates a new parameterized type binding key from the given generic type binding key and the given argument type binding keys.
createParser(ProblemReporter, MatchLocator) - Static method in class org.eclipse.jdt.internal.core.search.matching.MatchLocatorParser
 
createPattern(String, int, int, int) - Static method in class org.eclipse.jdt.core.search.SearchPattern
Returns a search pattern based on a given string pattern.
createPattern(IJavaElement, int) - Static method in class org.eclipse.jdt.core.search.SearchPattern
Returns a search pattern based on a given Java element.
createPattern(IJavaElement, int, int) - Static method in class org.eclipse.jdt.core.search.SearchPattern
Returns a search pattern based on a given Java element.
createPendingFolders(IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.ExternalFoldersManager
 
createPolymorphicMethod(MethodBinding, TypeBinding[]) - Method in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
 
createProblem(char[], int, String[], int, String[], int, int, int, int, int) - Method in class org.eclipse.jdt.internal.codeassist.CompletionEngine.CompletionProblemFactory
 
createProblem(char[], int, String[], String[], int, int, int, int, int) - Method in class org.eclipse.jdt.internal.codeassist.CompletionEngine.CompletionProblemFactory
 
createProblem(char[], int, String[], String[], int, int, int, int, int) - Method in interface org.eclipse.jdt.internal.compiler.IProblemFactory
 
createProblem(char[], int, String[], int, String[], int, int, int, int, int) - Method in interface org.eclipse.jdt.internal.compiler.IProblemFactory
Answer a new IProblem created according to the parameters values.
createProblem(char[], int, String[], String[], int, int, int, int, int) - Method in class org.eclipse.jdt.internal.compiler.problem.DefaultProblemFactory
Answer a new IProblem created according to the parameters value originatingFileName the name of the file name from which the problem is originated problemId the problem id problemArguments the fully qualified arguments recorded inside the problem messageArguments the arguments needed to set the error message (shorter names than problemArguments ones) severity the severity of the problem startPosition the starting position of the problem endPosition the end position of the problem lineNumber the line on which the problem occured
createProblem(char[], int, String[], int, String[], int, int, int, int, int) - Method in class org.eclipse.jdt.internal.compiler.problem.DefaultProblemFactory
 
createProblem(char[], int, String[], String[], int, int, int, int, int) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemHandler
 
createProblem(char[], int, String[], int, String[], int, int, int, int, int) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemHandler
 
createProblem(char[], int, String[], String[], int, int, int, int, int) - Method in class org.eclipse.jdt.internal.core.CancelableProblemFactory
 
createProblem(char[], int, String[], int, String[], int, int, int, int, int) - Method in class org.eclipse.jdt.internal.core.CancelableProblemFactory
 
createProblemFor(IResource, IMember, String, String) - Method in class org.eclipse.jdt.internal.core.builder.AbstractImageBuilder
 
createProblemType(TypeDeclaration, CompilationResult) - Static method in class org.eclipse.jdt.internal.compiler.ClassFile
INTERNAL USE-ONLY Request the creation of a ClassFile compatible representation of a problematic type
createProblemType(TypeDeclaration, CompilationResult) - Static method in class org.eclipse.jdt.internal.eval.CodeSnippetClassFile
INTERNAL USE-ONLY Request the creation of a ClassFile compatible representation of a problematic type
createProposal(int, int) - Method in class org.eclipse.jdt.internal.codeassist.CompletionEngine
 
createQualifiedAssistNameReference(char[][], char[], long[]) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
createQualifiedAssistNameReference(char[][], char[], long[]) - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
createQualifiedAssistNameReference(char[][], char[], long[]) - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionParser
 
createQualifiedAssistTypeReference(char[][], char[], long[]) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
createQualifiedAssistTypeReference(char[][], char[], long[]) - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
createQualifiedAssistTypeReference(char[][], char[], long[]) - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionParser
 
createRangeCopy(ASTNode, StructuralPropertyDescriptor, ASTNode, ASTNode, boolean, ASTNode, ASTNode, TextEditGroup) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.RewriteEventStore
 
createRawType(ReferenceBinding, ReferenceBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
 
createReturnStatement() - Method in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
createReturnStatement() - Method in class org.eclipse.jdt.internal.compiler.parser.JavadocParser
 
createScanner(boolean, boolean, boolean, boolean) - Static method in class org.eclipse.jdt.core.ToolFactory
Create a scanner, indicating the level of detail requested for tokenizing.
createScanner(boolean, boolean, boolean, String) - Static method in class org.eclipse.jdt.core.ToolFactory
Create a scanner, indicating the level of detail requested for tokenizing.
createScanner(boolean, boolean, boolean, String, String) - Static method in class org.eclipse.jdt.core.ToolFactory
Create a scanner, indicating the level of detail requested for tokenizing.
createSearchPattern(String, int, int, boolean) - Static method in class org.eclipse.jdt.core.search.SearchEngine
Deprecated. Use SearchPattern.createPattern(String, int, int, int) instead.
createSearchPattern(IJavaElement, int) - Static method in class org.eclipse.jdt.core.search.SearchEngine
Deprecated. Use SearchPattern.createPattern(IJavaElement, int) instead.
createSingleAssistNameReference(char[], long) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
createSingleAssistNameReference(char[], long) - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
createSingleAssistNameReference(char[], long) - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionParser
 
createSingleAssistTypeReference(char[], long) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
createSingleAssistTypeReference(char[], long) - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
createSingleAssistTypeReference(char[], long) - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionParser
 
createStrictHierarchyScope(IJavaProject, IType, boolean, boolean, WorkingCopyOwner) - Static method in class org.eclipse.jdt.core.search.SearchEngine
Returns a Java search scope limited to the hierarchy of the given type and to a given project.
createStrictHierarchyScope(IJavaProject, IType, boolean, boolean, WorkingCopyOwner) - Static method in class org.eclipse.jdt.internal.core.search.BasicSearchEngine
 
createStringLiteral(char[], int, int, int) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
createStringLiteral(char[], int, int, int) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
createStringPlaceholder(String, int) - Method in class org.eclipse.jdt.core.dom.rewrite.ASTRewrite
Creates and returns a placeholder node for a source string that is to be inserted into the output document at the position corresponding to the placeholder.
createTag() - Method in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
createTag() - Method in class org.eclipse.jdt.internal.compiler.parser.JavadocParser
 
createTag() - Method in class org.eclipse.jdt.internal.formatter.FormatterCommentParser
 
createType(String, IJavaElement, boolean, IProgressMonitor) - Method in interface org.eclipse.jdt.core.ICompilationUnit
Creates and returns a type in this compilation unit with the given contents.
createType(String, IJavaElement, boolean, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IType
Creates and returns a type in this type with the given contents.
createType() - Method in class org.eclipse.jdt.core.jdom.DOMFactory
Deprecated.  
createType(String) - Method in class org.eclipse.jdt.core.jdom.DOMFactory
Deprecated.  
createType() - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Deprecated. Creates a default type document fragment.
createType(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Deprecated. Creates a type document fragment on the given source code.
createType(String, IJavaElement, boolean, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.BinaryType
 
createType(String, IJavaElement, boolean, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.CompilationUnit
 
createType(char[]) - Method in class org.eclipse.jdt.internal.core.jdom.DOMBuilder
Deprecated.  
createType(String, IJavaElement, boolean, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.SourceType
 
createTypeBindingKey(String) - Static method in class org.eclipse.jdt.core.BindingKey
Creates a new type binding key from the given type name.
createTypeHandle(JavaElement, ISourceElementRequestor.TypeInfo) - Method in class org.eclipse.jdt.internal.codeassist.CompletionUnitStructureRequestor
 
createTypeHandle(JavaElement, ISourceElementRequestor.TypeInfo) - Method in class org.eclipse.jdt.internal.core.CompilationUnitStructureRequestor
 
createTypeHandle(String) - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocator
Creates an IType from the given simple top level type name.
CreateTypeHierarchyOperation - Class in org.eclipse.jdt.internal.core
This operation creates an ITypeHierarchy for a specific type within a specified region, or for all types within a region.
CreateTypeHierarchyOperation(IRegion, ICompilationUnit[], IType, boolean) - Constructor for class org.eclipse.jdt.internal.core.CreateTypeHierarchyOperation
Constructs an operation to create a type hierarchy for the given type within the specified region, in the context of the given project.
CreateTypeHierarchyOperation(IType, ICompilationUnit[], IJavaSearchScope, boolean) - Constructor for class org.eclipse.jdt.internal.core.CreateTypeHierarchyOperation
Constructs an operation to create a type hierarchy for the given type and working copies.
CreateTypeHierarchyOperation(IType, ICompilationUnit[], IJavaProject, boolean) - Constructor for class org.eclipse.jdt.internal.core.CreateTypeHierarchyOperation
Constructs an operation to create a type hierarchy for the given type and working copies.
CreateTypeMemberOperation - Class in org.eclipse.jdt.internal.core
Implements functionality common to operations that create type members.
CreateTypeMemberOperation(IJavaElement, String, boolean) - Constructor for class org.eclipse.jdt.internal.core.CreateTypeMemberOperation
When executed, this operation will create a type member in the given parent element with the specified source.
createTypeNameMatch(IType, int) - Static method in class org.eclipse.jdt.core.search.SearchEngine
Create a type name match on a given type with specific modifiers.
createTypeNameMatch(IType, int) - Static method in class org.eclipse.jdt.internal.core.search.BasicSearchEngine
 
CreateTypeOperation - Class in org.eclipse.jdt.internal.core
This operation creates a class or interface.
CreateTypeOperation(IJavaElement, String, boolean) - Constructor for class org.eclipse.jdt.internal.core.CreateTypeOperation
When executed, this operation will create a type unit in the given parent element (a compilation unit, type)
createTypeParameter(JavaElement, String) - Method in class org.eclipse.jdt.internal.codeassist.CompletionUnitStructureRequestor
 
createTypeParameter(char[], char[][], int, int) - Method in class org.eclipse.jdt.internal.compiler.parser.TypeConverter
 
createTypeParameter(JavaElement, String) - Method in class org.eclipse.jdt.internal.core.CompilationUnitStructureRequestor
 
createTypeParameterSignature(char[], char[][]) - Static method in class org.eclipse.jdt.core.Signature
Creates a new type parameter signature with the given name and bounds.
createTypeParameterSignature(String, String[]) - Static method in class org.eclipse.jdt.core.Signature
Creates a new type parameter signature with the given name and bounds.
createTypeReference(int) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionJavadocParser
 
createTypeReference(int) - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionJavadocParser
 
createTypeReference(int) - Method in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
createTypeReference(int) - Method in class org.eclipse.jdt.internal.compiler.parser.JavadocParser
 
createTypeReference(char[], int, int, boolean) - Method in class org.eclipse.jdt.internal.compiler.parser.TypeConverter
 
createTypeReference(char[], int, int) - Method in class org.eclipse.jdt.internal.compiler.parser.TypeConverter
 
createTypeReference(String, int, int) - Method in class org.eclipse.jdt.internal.compiler.parser.TypeConverter
 
createTypeReference(int) - Method in class org.eclipse.jdt.internal.formatter.FormatterCommentParser
 
createTypeSignature(char[], boolean) - Static method in class org.eclipse.jdt.core.Signature
Creates a new type signature from the given type name encoded as a character array.
createTypeSignature(String, boolean) - Static method in class org.eclipse.jdt.core.Signature
Creates a new type signature from the given type name.
createTypeSignature(char[], char[]) - Static method in class org.eclipse.jdt.internal.codeassist.CompletionEngine
 
createTypeVariableBindingKey(String, String) - Static method in class org.eclipse.jdt.core.BindingKey
Creates a new type variable binding key from the given type variable name and the given declaring key.
createTypeVariables(TypeParameter[], Binding) - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
createWilcardTypeBindingKey(String, char) - Static method in class org.eclipse.jdt.core.BindingKey
Deprecated. This method is missing crucial information necessary for proper wildcard binding key creation.
createWildcard(ReferenceBinding, int, TypeBinding, TypeBinding[], int) - Method in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
 
createWildcardTypeBindingKey(String, char, String, int) - Static method in class org.eclipse.jdt.core.BindingKey
Creates a new wildcard type binding key from the given generic type binding key, the given wildcard kind (one of Signature.C_STAR, Signature.C_SUPER, or Signature.C_EXTENDS the given bound type binding key and the given rank.
createWorkspaceScope() - Static method in class org.eclipse.jdt.core.search.SearchEngine
Returns a Java search scope with the workspace as the only limit.
createWorkspaceScope() - Static method in class org.eclipse.jdt.internal.core.search.BasicSearchEngine
 
creatingProblemType - Variable in class org.eclipse.jdt.internal.compiler.ClassFile
 
creationOccurred - Variable in class org.eclipse.jdt.internal.core.CreateElementInCUOperation
A flag indicating whether creation of a new element occurred.
cuAST - Variable in class org.eclipse.jdt.internal.core.CreateElementInCUOperation
The compilation unit AST used for this operation
CUPTask - Class in java_cup.anttask
 
CUPTask() - Constructor for class java_cup.anttask.CUPTask
 
cur_err_token() - Method in class java_cup.runtime.lr_parser
Return the current lookahead in our error "parse ahead" buffer.
cur_token - Variable in class java_cup.runtime.lr_parser
The current lookahead Symbol.
CurlyBracket - Static variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
CurlyBracket - Static variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
CurlyBracket - Static variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
currentAlignment - Variable in class org.eclipse.jdt.internal.formatter.Scribe
 
currentCategory - Variable in class org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern
 
currentCharacter - Variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
currentCharacter - Variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
currentElement - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
currentIndex - Variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
currentJob() - Method in class org.eclipse.jdt.internal.core.search.processing.JobManager
Answers the first job in the queue, or null if there is no job available Until the job has completed, the job manager will keep answering the same job.
currentOffset - Variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
currentPackage - Variable in class org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration
 
currentPackage - Variable in class org.eclipse.jdt.internal.compiler.SourceElementNotifier.LocalDeclarationVisitor
 
currentPackageName - Variable in class org.eclipse.jdt.internal.codeassist.impl.Engine
 
currentPackageName - Variable in class org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope
 
currentPattern() - Method in class org.eclipse.jdt.core.search.SearchPattern
 
currentPattern() - Method in class org.eclipse.jdt.internal.core.search.matching.AndPattern
 
currentPosition - Variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
currentPosition - Variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
currentPossibleMatch - Variable in class org.eclipse.jdt.internal.core.search.matching.MatchLocator
 
currentRecoveryType() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
currentRepetition - Variable in class org.eclipse.jdt.internal.compiler.batch.Main
 
currentSegment - Variable in class org.eclipse.jdt.internal.core.search.matching.PackageReferencePattern
 
currentSegment - Variable in class org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern
 
currentSpace - Variable in class org.eclipse.jdt.internal.core.util.LRUCache
Amount of cache space used so far
currentToken - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
currentToken - Variable in class org.eclipse.jdt.internal.formatter.Scribe
 
cursorLocation - Variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
cursorLocation - Variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionScanner
 
cuToHandle - Variable in class org.eclipse.jdt.internal.core.hierarchy.IndexBasedHierarchyBuilder
A temporary cache of compilation units to handles to speed info to handle translation - it only contains the entries for the types in the region (in other words, it contains no supertypes outside the region).
CYCLE_DETECTED - Static variable in interface org.eclipse.jdt.core.IJavaModelMarker
Cycle detected marker attribute (value "cycleDetected").
cycleRisk() - Method in class org.eclipse.jdt.core.dom.ChildListPropertyDescriptor
Returns whether this property is vulnerable to cycles.
cycleRisk() - Method in class org.eclipse.jdt.core.dom.ChildPropertyDescriptor
Returns whether this property is vulnerable to cycles.

D

D2F - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
d2f() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
D2I - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
d2i() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
D2L - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
d2l() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
DADD - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
dadd() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
DALOAD - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
daload() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
DASTORE - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
dastore() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
DCMPG - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
dcmpg() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
DCMPL - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
dcmpl() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
DCONST_0 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
dconst_0() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
DCONST_1 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
dconst_1() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
DDIV - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
ddiv() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
deactivate() - Method in interface org.eclipse.jdt.internal.compiler.IDebugRequestor
 
DEAD_END - Static variable in class org.eclipse.jdt.internal.compiler.flow.FlowInfo
 
DeadCode - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
DeadCode - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
DEBUG - Static variable in class org.eclipse.jdt.internal.codeassist.CompletionEngine
 
DEBUG - Static variable in class org.eclipse.jdt.internal.codeassist.SelectionEngine
 
DEBUG - Static variable in class org.eclipse.jdt.internal.compiler.Compiler
 
DEBUG - Static variable in class org.eclipse.jdt.internal.core.builder.JavaBuilder
 
DEBUG - Static variable in class org.eclipse.jdt.internal.core.DeltaProcessor
 
DEBUG - Static variable in class org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy
 
DEBUG - Static variable in class org.eclipse.jdt.internal.core.index.DiskIndex
 
DEBUG - Static variable in class org.eclipse.jdt.internal.core.search.indexing.IndexManager
 
DEBUG - Static variable in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
DEBUG - Static variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatter
Debug trace
debug_message(String) - Method in class java_cup.runtime.lr_parser
Write a debugging message to System.err for the debugging version of the parser.
debug_parse() - Method in class java_cup.runtime.lr_parser
Perform a parse with debugging output.
debug_reduce(int, int, int) - Method in class java_cup.runtime.lr_parser
Do debug output for a reduce.
debug_shift(Symbol) - Method in class java_cup.runtime.lr_parser
Do debug output for shift.
debug_stack() - Method in class java_cup.runtime.lr_parser
Do debug output for stack state.
debugName() - Method in class org.eclipse.jdt.internal.compiler.lookup.ArrayBinding
 
debugName() - Method in class org.eclipse.jdt.internal.compiler.lookup.CaptureBinding
 
debugName() - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
 
debugName() - Method in class org.eclipse.jdt.internal.compiler.lookup.RawTypeBinding
 
debugName() - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
 
debugName() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
 
debugName() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding
 
debugName() - Method in class org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding
 
debugName() - Method in class org.eclipse.jdt.internal.compiler.lookup.WildcardBinding
 
debugNewOpenableCacheStats() - Method in class org.eclipse.jdt.internal.core.JavaModelManager
 
debugPathString() - Method in class org.eclipse.jdt.internal.core.builder.ClasspathDirectory
 
debugPathString() - Method in class org.eclipse.jdt.internal.core.builder.ClasspathJar
 
debugPathString() - Method in class org.eclipse.jdt.internal.core.builder.ClasspathLocation
 
debugPathString() - Method in class org.eclipse.jdt.internal.core.search.matching.ClasspathSourceDirectory
 
DebugRequestor - Static variable in class org.eclipse.jdt.internal.compiler.Compiler
 
DECL_CATEGORIES - Static variable in class org.eclipse.jdt.internal.core.search.matching.ConstructorPattern
 
DECL_CATEGORIES - Static variable in class org.eclipse.jdt.internal.core.search.matching.FieldPattern
 
DECL_CATEGORIES - Static variable in class org.eclipse.jdt.internal.core.search.matching.MethodPattern
 
declaration - Variable in class org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding
 
DECLARATION_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.TypeDeclarationStatement
The "declaration" structural property of this node type (child type: AbstractTypeDeclaration) (added in JLS3 API).
declarationEnd - Variable in class org.eclipse.jdt.internal.compiler.ast.AbstractVariableDeclaration
 
declarationEnd - Variable in class org.eclipse.jdt.internal.compiler.ast.ImportReference
 
declarationEnd - Variable in class org.eclipse.jdt.internal.compiler.ISourceElementRequestor.ParameterInfo
 
declarationEnd - Variable in class org.eclipse.jdt.internal.compiler.ISourceElementRequestor.TypeParameterInfo
 
declarationOf(FieldBinding) - Method in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
Find the matching parse node, answers null if nothing found
declarationOf(MemberTypeBinding) - Method in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
Find the matching parse node, answers null if nothing found
declarationOf(MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
Find the matching parse node, answers null if nothing found
DeclarationOfAccessedFieldsPattern - Class in org.eclipse.jdt.internal.core.search.matching
 
DeclarationOfAccessedFieldsPattern(IJavaElement) - Constructor for class org.eclipse.jdt.internal.core.search.matching.DeclarationOfAccessedFieldsPattern
 
DeclarationOfReferencedMethodsPattern - Class in org.eclipse.jdt.internal.core.search.matching
 
DeclarationOfReferencedMethodsPattern(IJavaElement) - Constructor for class org.eclipse.jdt.internal.core.search.matching.DeclarationOfReferencedMethodsPattern
 
DeclarationOfReferencedTypesPattern - Class in org.eclipse.jdt.internal.core.search.matching
 
DeclarationOfReferencedTypesPattern(IJavaElement) - Constructor for class org.eclipse.jdt.internal.core.search.matching.DeclarationOfReferencedTypesPattern
 
declarationOfType(char[][]) - Method in class org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration
 
declarationOfType(char[][]) - Method in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
Finds the matching type amoung this type's member types.
declarationPackageName - Variable in class org.eclipse.jdt.internal.codeassist.InternalCompletionProposal
 
DECLARATIONS - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
The search result is a declaration.
declarationSourceEnd - Variable in class org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
 
declarationSourceEnd - Variable in class org.eclipse.jdt.internal.compiler.ast.AbstractVariableDeclaration
For local declarations (outside of for statement initialization) and field declarations, the declarationSourceEnd covers multiple locals if any.
declarationSourceEnd - Variable in class org.eclipse.jdt.internal.compiler.ast.Annotation
 
declarationSourceEnd - Variable in class org.eclipse.jdt.internal.compiler.ast.ImportReference
 
declarationSourceEnd - Variable in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
 
declarationSourceEnd - Variable in class org.eclipse.jdt.internal.core.LocalVariable
 
declarationSourceStart - Variable in class org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
 
declarationSourceStart - Variable in class org.eclipse.jdt.internal.compiler.ast.AbstractVariableDeclaration
 
declarationSourceStart - Variable in class org.eclipse.jdt.internal.compiler.ast.ImportReference
 
declarationSourceStart - Variable in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
 
declarationSourceStart - Variable in class org.eclipse.jdt.internal.core.LocalVariable
 
declarationStart - Variable in class org.eclipse.jdt.internal.compiler.ISourceElementRequestor.FieldInfo
 
declarationStart - Variable in class org.eclipse.jdt.internal.compiler.ISourceElementRequestor.MethodInfo
 
declarationStart - Variable in class org.eclipse.jdt.internal.compiler.ISourceElementRequestor.ParameterInfo
 
declarationStart - Variable in class org.eclipse.jdt.internal.compiler.ISourceElementRequestor.TypeInfo
 
declarationStart - Variable in class org.eclipse.jdt.internal.compiler.ISourceElementRequestor.TypeParameterInfo
 
declarationTypeName - Variable in class org.eclipse.jdt.internal.codeassist.InternalCompletionProposal
 
declare_labels(production_part[], int, String) - Method in class java_cup.production
Declare label names as valid variables within the action string
DECLARING_TYPE - Static variable in class org.eclipse.jdt.internal.core.util.KeyToSignature
 
declaringClass - Variable in class org.eclipse.jdt.internal.compiler.lookup.FieldBinding
 
declaringClass - Variable in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
 
declaringElement - Variable in class org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding
 
declaringMemberName - Variable in class org.eclipse.jdt.internal.core.search.matching.TypeParameterPattern
 
declaringPackageName - Variable in class org.eclipse.jdt.internal.compiler.ISourceElementRequestor.MethodInfo
 
declaringPackageName - Variable in class org.eclipse.jdt.internal.core.search.matching.ConstructorDeclarationPattern
 
declaringPackageName - Variable in class org.eclipse.jdt.internal.core.search.matching.MethodPattern
 
declaringQualification - Variable in class org.eclipse.jdt.internal.core.search.matching.ConstructorPattern
 
declaringQualification - Variable in class org.eclipse.jdt.internal.core.search.matching.FieldPattern
 
declaringQualification - Variable in class org.eclipse.jdt.internal.core.search.matching.MethodPattern
 
declaringScope - Variable in class org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding
 
declaringSimpleName - Variable in class org.eclipse.jdt.internal.core.search.matching.ConstructorPattern
 
declaringSimpleName - Variable in class org.eclipse.jdt.internal.core.search.matching.FieldPattern
 
declaringSimpleName - Variable in class org.eclipse.jdt.internal.core.search.matching.MethodPattern
 
declaringType - Variable in class org.eclipse.jdt.internal.core.search.matching.MethodPattern
 
declaringTypeModifiers - Variable in class org.eclipse.jdt.internal.compiler.ISourceElementRequestor.MethodInfo
 
declaringTypeModifiers - Variable in class org.eclipse.jdt.internal.core.search.matching.ConstructorDeclarationPattern
 
decodeClasspath(String, Map) - Method in class org.eclipse.jdt.internal.core.JavaProject
Reads and decode an XML classpath string.
decodeClasspathEntry(String) - Method in interface org.eclipse.jdt.core.IJavaProject
Decodes the classpath entry that has been encoded in the given string in the context of this project.
decodeClasspathEntry(String) - Method in class org.eclipse.jdt.internal.core.JavaProject
 
decodeEntry(int) - Method in interface org.eclipse.jdt.core.util.IConstantPool
Answer back the entry at the given index in the constant pool.
decodeEntry(int) - Method in class org.eclipse.jdt.internal.core.util.ConstantPool
 
decodeIndexKey(char[]) - Method in class org.eclipse.jdt.core.search.SearchPattern
Decode the given index key in this pattern.
decodeIndexKey(char[]) - Method in class org.eclipse.jdt.internal.core.search.matching.ConstructorDeclarationPattern
 
decodeIndexKey(char[]) - Method in class org.eclipse.jdt.internal.core.search.matching.ConstructorPattern
 
decodeIndexKey(char[]) - Method in class org.eclipse.jdt.internal.core.search.matching.FieldPattern
 
decodeIndexKey(char[]) - Method in class org.eclipse.jdt.internal.core.search.matching.MethodPattern
 
decodeIndexKey(char[]) - Method in class org.eclipse.jdt.internal.core.search.matching.PackageReferencePattern
 
decodeIndexKey(char[]) - Method in class org.eclipse.jdt.internal.core.search.matching.QualifiedTypeDeclarationPattern
 
decodeIndexKey(char[]) - Method in class org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern
 
decodeIndexKey(char[]) - Method in class org.eclipse.jdt.internal.core.search.matching.TypeDeclarationPattern
 
decodeIndexKey(char[]) - Method in class org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern
 
decodeModifiers() - Method in class org.eclipse.jdt.internal.core.search.matching.TypeDeclarationPattern
 
deconfigure() - Method in class org.eclipse.jdt.internal.core.JavaProject
/** Removes the Java nature from the project.
DECREMENT - Static variable in class org.eclipse.jdt.core.dom.PostfixExpression.Operator
Postfix decrement "--" operator.
DECREMENT - Static variable in class org.eclipse.jdt.core.dom.PrefixExpression.Operator
Prefix decrement "--" operator.
decrStackSize(int) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
decrStackSize(int) - Method in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream
 
deepCopy(char[][]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers a deep copy of the toCopy array.
Default - Static variable in class org.eclipse.jdt.core.CompletionFlags
Constant representing the absence of any flag
DEFAULT - Static variable in class org.eclipse.jdt.core.JavaCore
Configurable option value: "default".
DEFAULT - Static variable in class org.eclipse.jdt.core.util.ClassFileBytesDisassembler
The mode is the default mode to disassemble IClassFileReader.
DEFAULT - Static variable in interface org.eclipse.jdt.core.util.IClassFileDisassembler
Deprecated. The mode is the default mode to disassemble IClassFileReader.
DEFAULT - Static variable in interface org.eclipse.jdt.internal.codeassist.impl.Keywords
 
DEFAULT - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
DEFAULT_BUFFER_MANAGER - Static variable in class org.eclipse.jdt.internal.core.BufferManager
 
DEFAULT_BUFFER_SIZE - Static variable in class org.eclipse.jdt.internal.core.util.CharArrayBuffer
The default buffer size.
DEFAULT_CHANGE_EVENT - Static variable in class org.eclipse.jdt.internal.core.DeltaProcessor
 
DEFAULT_CHILDREN_SIZE - Static variable in class org.eclipse.jdt.internal.core.JavaModelCache
 
DEFAULT_CONSTRUCTOR - Static variable in interface org.eclipse.jdt.internal.core.search.indexing.IIndexConstants
 
DEFAULT_OPENABLE_SIZE - Static variable in class org.eclipse.jdt.internal.core.JavaModelCache
 
DEFAULT_PACKAGE_NAME - Static variable in interface org.eclipse.jdt.core.IPackageFragment
The name of package fragment for the default package (value: the empty string, "").
DEFAULT_PACKAGEROOT_PATH - Static variable in interface org.eclipse.jdt.core.IPackageFragmentRoot
Empty root path
DEFAULT_PKG_SIZE - Static variable in class org.eclipse.jdt.internal.core.JavaModelCache
 
DEFAULT_PREFERENCES_DIRNAME - Static variable in class org.eclipse.jdt.internal.core.JavaProject
Name of directory containing preferences file
DEFAULT_PROJECT_SIZE - Static variable in class org.eclipse.jdt.internal.core.JavaModelCache
 
DEFAULT_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.AnnotationTypeMemberDeclaration
The "default" structural property of this node type (child type: Expression).
default_reduce - Variable in class java_cup.parse_action_row
Default (reduce) action for this row.
DEFAULT_ROOT_SIZE - Static variable in class org.eclipse.jdt.internal.core.JavaModelCache
 
DEFAULT_SIZE_CLASSPATH - Static variable in class org.eclipse.jdt.internal.compiler.batch.Main
 
DEFAULT_SPACELIMIT - Static variable in class org.eclipse.jdt.internal.core.util.LRUCache
Default amount of space in the cache
DEFAULT_TASK_PRIORITIES - Static variable in class org.eclipse.jdt.core.JavaCore
Configurable option value: "NORMAL,HIGH,NORMAL".
DEFAULT_TASK_PRIORITY - Static variable in class org.eclipse.jdt.core.JavaCore
Deprecated. Use JavaCore.DEFAULT_TASK_PRIORITIES instead.
DEFAULT_TASK_TAG - Static variable in class org.eclipse.jdt.core.JavaCore
Deprecated. Use JavaCore.DEFAULT_TASK_TAGS instead.
DEFAULT_TASK_TAGS - Static variable in class org.eclipse.jdt.core.JavaCore
Configurable option value: "TODO,FIXME,XXX".
defaultArityMaxStartingValue - Static variable in class org.eclipse.jdt.internal.compiler.ast.CombinedBinaryExpression
Default value for the first term of the series of CombinedBinaryExpression.arityMax values.
defaultBufferFactory - Variable in class org.eclipse.jdt.internal.core.BufferManager
Deprecated.  
DefaultBytecodeVisitor - Class in org.eclipse.jdt.internal.core.util
Default implementation of ByteCodeVisitor
DefaultBytecodeVisitor(ICodeAttribute, char[][], char[], boolean, StringBuffer, String, int, int) - Constructor for class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
defaultCase - Variable in class org.eclipse.jdt.internal.compiler.ast.SwitchStatement
 
DefaultCharacterTranslatorSource - Class in org.apache.tapestry.util.text
The default implementation of a character translator source.
DefaultCharacterTranslatorSource() - Constructor for class org.apache.tapestry.util.text.DefaultCharacterTranslatorSource
 
defaultClasspath() - Method in class org.eclipse.jdt.internal.core.JavaProject
Returns a default class path.
DefaultCodeFormatter - Class in org.eclipse.jdt.internal.formatter
 
DefaultCodeFormatter() - Constructor for class org.eclipse.jdt.internal.formatter.DefaultCodeFormatter
 
DefaultCodeFormatter(DefaultCodeFormatterOptions) - Constructor for class org.eclipse.jdt.internal.formatter.DefaultCodeFormatter
 
DefaultCodeFormatter(DefaultCodeFormatterOptions, Map) - Constructor for class org.eclipse.jdt.internal.formatter.DefaultCodeFormatter
 
DefaultCodeFormatter(Map) - Constructor for class org.eclipse.jdt.internal.formatter.DefaultCodeFormatter
 
DefaultCodeFormatterConstants - Class in org.eclipse.jdt.core.formatter
Constants used to set up the options of the code formatter.
DefaultCodeFormatterConstants() - Constructor for class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
 
DefaultCodeFormatterOptions - Class in org.eclipse.jdt.internal.formatter
This is still subject to changes before 3.0.
DefaultCodeFormatterOptions(Map) - Constructor for class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
DefaultConstructorSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
defaultEncoding - Variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
Source encoding format
DefaultErrorHandlingPolicies - Class in org.eclipse.jdt.internal.compiler
 
DefaultErrorHandlingPolicies() - Constructor for class org.eclipse.jdt.internal.compiler.DefaultErrorHandlingPolicies
 
defaultJavaExtension() - Static method in class org.eclipse.jdt.internal.core.util.Util
 
DefaultJavaIndexer - Class in org.eclipse.jdt.internal.core.search.indexing
 
DefaultJavaIndexer() - Constructor for class org.eclipse.jdt.internal.core.search.indexing.DefaultJavaIndexer
 
defaultNullness - Variable in class org.eclipse.jdt.internal.compiler.lookup.PackageBinding
 
defaultOutputLocation() - Method in class org.eclipse.jdt.internal.core.JavaProject
Returns a default output location.
defaultPackage - Variable in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
 
DefaultProblem - Class in org.eclipse.jdt.internal.compiler.problem
 
DefaultProblem(char[], String, int, String[], int, int, int, int, int) - Constructor for class org.eclipse.jdt.internal.compiler.problem.DefaultProblem
 
DefaultProblemFactory - Class in org.eclipse.jdt.internal.compiler.problem
 
DefaultProblemFactory() - Constructor for class org.eclipse.jdt.internal.compiler.problem.DefaultProblemFactory
 
DefaultProblemFactory(Locale) - Constructor for class org.eclipse.jdt.internal.compiler.problem.DefaultProblemFactory
 
DefaultStackMapFrame - Class in org.eclipse.jdt.internal.core.util
Default implementation of IStackMapFrame
DefaultStackMapFrame(byte[], IConstantPool, int) - Constructor for class org.eclipse.jdt.internal.core.util.DefaultStackMapFrame
Constructor for StackMapFrame.
DefaultSymbolFactory - Class in java_cup.runtime
Default Implementation for SymbolFactory, creates plain old Symbols
DefaultSymbolFactory() - Constructor for class java_cup.runtime.DefaultSymbolFactory
Deprecated. as of CUP v11a replaced by the new java_cup.runtime.ComplexSymbolFactory
defaultValue - Variable in class org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration
 
defaultValue - Variable in class org.eclipse.jdt.internal.compiler.classfmt.AnnotationMethodInfo
 
defaultValue - Variable in class org.eclipse.jdt.internal.core.SourceAnnotationMethodInfo
 
defaultValueEnd - Variable in class org.eclipse.jdt.internal.core.SourceAnnotationMethodInfo
 
DefaultValueResolved - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
 
defaultValueStart - Variable in class org.eclipse.jdt.internal.core.SourceAnnotationMethodInfo
 
DefaultWorkingCopyOwner - Class in org.eclipse.jdt.internal.core
A working copy owner that creates internal buffers.
DEFER_NULL_DIAGNOSTIC - Static variable in class org.eclipse.jdt.internal.compiler.flow.FlowContext
 
deferBoundCheck(TypeReference) - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
definiteInits - Variable in class org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo
 
definiteInits - Variable in class org.eclipse.jdt.internal.compiler.lookup.MethodScope
 
DELEGATE_THIS - Static variable in interface org.eclipse.jdt.core.eval.ICodeSnippetRequestor
The name of the field that represent 'this' in a snippet class instance.
DELEGATE_THIS - Static variable in interface org.eclipse.jdt.internal.eval.EvaluationConstants
 
delete() - Method in class org.eclipse.jdt.core.dom.ASTNode
Removes this node from its parent.
delete(IJavaElement[], boolean, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IJavaModel
Deletes the given elements, forcing the operation if necessary and specified.
delete(int, int, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IPackageFragmentRoot
Deletes the resource of this package fragment root as specified by IResource.delete(int, IProgressMonitor) but excluding nested source folders.
delete(boolean, IProgressMonitor) - Method in interface org.eclipse.jdt.core.ISourceManipulation
Deletes this element, forcing if specified and necessary.
delete(boolean, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.CompilationUnit
 
delete() - Method in class org.eclipse.jdt.internal.core.index.FileIndexLocation
 
delete() - Method in class org.eclipse.jdt.internal.core.index.IndexLocation
 
delete() - Method in class org.eclipse.jdt.internal.core.index.JarIndexLocation
 
delete(IJavaElement[], boolean, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.JavaModel
 
delete(boolean, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.PackageFragment
 
delete(int, int, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.PackageFragmentRoot
 
delete(boolean, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.SourceRefElement
 
deletedFiles - Variable in class org.eclipse.jdt.internal.core.builder.CompilationParticipantResult
 
DeleteElementsOperation - Class in org.eclipse.jdt.internal.core
This operation deletes a collection of elements (and all of their children).
DeleteElementsOperation(IJavaElement[], boolean) - Constructor for class org.eclipse.jdt.internal.core.DeleteElementsOperation
When executed, this operation will delete the given elements.
deleteEmptyPackageFragment(IPackageFragment, boolean, IResource) - Method in class org.eclipse.jdt.internal.core.JavaModelOperation
Convenience method to delete an empty package fragment
deleteGeneratedFiles(IFile[]) - Method in class org.eclipse.jdt.internal.core.builder.AbstractImageBuilder
 
deleteGeneratedFiles(IFile[]) - Method in class org.eclipse.jdt.internal.core.builder.IncrementalImageBuilder
 
deleteIndexFiles() - Method in class org.eclipse.jdt.internal.core.search.indexing.IndexManager
 
DeletePackageFragmentRootOperation - Class in org.eclipse.jdt.internal.core
 
DeletePackageFragmentRootOperation(IPackageFragmentRoot, int, int) - Constructor for class org.eclipse.jdt.internal.core.DeletePackageFragmentRootOperation
 
deleteResource(IPackageFragmentRoot, IClasspathEntry) - Method in class org.eclipse.jdt.internal.core.DeletePackageFragmentRootOperation
 
deleteResource(IResource, int) - Method in class org.eclipse.jdt.internal.core.JavaModelOperation
Convenience method to delete a resource
DeleteResourceElementsOperation - Class in org.eclipse.jdt.internal.core
This operation deletes a collection of resources and all of their children.
DeleteResourceElementsOperation(IJavaElement[], boolean) - Constructor for class org.eclipse.jdt.internal.core.DeleteResourceElementsOperation
When executed, this operation will delete the given elements.
deleteResources(IResource[], boolean) - Method in class org.eclipse.jdt.internal.core.JavaModelOperation
Convenience method to delete resources
deleteVariable(IGlobalVariable) - Method in interface org.eclipse.jdt.core.eval.IEvaluationContext
Deletes the given variable from this evaluation context.
deleteVariable(IGlobalVariable) - Method in class org.eclipse.jdt.internal.core.eval.EvaluationContextWrapper
 
deleteVariable(GlobalVariable) - Method in class org.eclipse.jdt.internal.eval.EvaluationContext
Deletes the given variable from this evaluation context.
delta - Variable in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.StackDepthMarker
 
delta - Variable in class org.eclipse.jdt.internal.core.JavaElementDeltaBuilder
Change delta
DELTA_LISTENER_PERF - Static variable in class org.eclipse.jdt.internal.core.JavaModelManager
 
deltaBuilder - Variable in class org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation
 
DeltaProcessingState - Class in org.eclipse.jdt.internal.core
Keep the global states used during Java element delta processing.
DeltaProcessingState() - Constructor for class org.eclipse.jdt.internal.core.DeltaProcessingState
 
DeltaProcessor - Class in org.eclipse.jdt.internal.core
This class is used by JavaModelManager to convert IResourceDeltas into IJavaElementDeltas.
DeltaProcessor(DeltaProcessingState, JavaModelManager) - Constructor for class org.eclipse.jdt.internal.core.DeltaProcessor
 
DeltaProcessor.RootInfo - Class in org.eclipse.jdt.internal.core
 
deltasPerProject - Variable in class org.eclipse.jdt.internal.core.CopyResourceElementsOperation
Table specifying deltas for elements being copied/moved/renamed.
deltaState - Variable in class org.eclipse.jdt.internal.core.JavaModelManager
Holds the state used for delta processing.
DEP_ANN - Static variable in class org.eclipse.jdt.internal.compiler.impl.IrritantSet
 
dependencies - Variable in class org.eclipse.jdt.internal.core.builder.CompilationParticipantResult
 
DEPRECATED - Static variable in interface org.eclipse.jdt.core.util.IAttributeNamesConstants
"Deprecated" attribute.
deprecated - Variable in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
DEPRECATED_VARIABLE - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status constant indicating that the variable is deprecated.
DeprecatedAnnotationResolved - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
 
deprecatedField(FieldBinding, ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
deprecatedMethod(MethodBinding, ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
DeprecatedName - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.AttributeNamesConstants
 
deprecatedType(TypeBinding, ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
deprecatedType(TypeBinding, ASTNode, int) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
deprecatedVariables - Variable in class org.eclipse.jdt.internal.core.JavaModelManager
 
DEPRECATION - Static variable in class org.eclipse.jdt.internal.compiler.impl.IrritantSet
 
depth() - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
 
depth() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredElement
 
depth() - Method in class org.eclipse.jdt.internal.formatter.align.Alignment
 
DepthMASK - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
DepthSHIFT - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
descriptor - Variable in class org.eclipse.jdt.internal.compiler.classfmt.FieldInfo
 
descriptor - Variable in class org.eclipse.jdt.internal.compiler.classfmt.MethodInfo
 
DesiredAssertionStatus - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
DesiredAssertionStatusSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
dest_dir - Static variable in class java_cup.Main
Output directory.
DESTINATION_PROJECT_CLASSPATH - Static variable in interface org.eclipse.jdt.core.IPackageFragmentRoot
Update model flag constant (bit mask value 8) indicating that the operation is to update the classpath of the destination project.
destinationPath - Variable in class org.eclipse.jdt.internal.compiler.batch.ClasspathLocation
 
destinationPath - Variable in class org.eclipse.jdt.internal.compiler.batch.CompilationUnit
 
destinationPath - Variable in class org.eclipse.jdt.internal.compiler.batch.Main
 
destinationPaths - Variable in class org.eclipse.jdt.internal.compiler.batch.Main
 
destinationPC - Variable in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.StackMarker
 
destroy() - Method in interface org.eclipse.jdt.core.IWorkingCopy
Deprecated. Use ICompilationUnit.discardWorkingCopy() instead.
destroy() - Method in class org.eclipse.jdt.internal.core.CompilationUnit
Deprecated.  
DETAILED - Static variable in class org.eclipse.jdt.core.util.ClassFileBytesDisassembler
The mode is the detailed mode to disassemble IClassFileReader.
DETAILED - Static variable in interface org.eclipse.jdt.core.util.IClassFileDisassembler
Deprecated. The mode is the detailed mode to disassemble IClassFileReader.
detectAnnotationCycle() - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
 
detectHierarchyCycle(TypeBinding, TypeReference) - Method in class org.eclipse.jdt.internal.compiler.lookup.ClassScope
 
determineIfOnClasspath(IResource, IJavaProject) - Static method in class org.eclipse.jdt.internal.core.JavaModelManager
Returns the package fragment root represented by the resource, or the package fragment the given resource is located in, or null if the given resource is not on the classpath of the given project.
determineKind(IResource) - Method in class org.eclipse.jdt.internal.core.ExternalPackageFragmentRoot
An external class folder is always K_BINARY.
determineKind(IResource) - Method in class org.eclipse.jdt.internal.core.JarPackageFragmentRoot
A Jar is always K_BINARY.
determineKind(IResource) - Method in class org.eclipse.jdt.internal.core.PackageFragmentRoot
Returns the root's kind - K_SOURCE or K_BINARY, defaults to K_SOURCE if it is not on the classpath.
DEVICE_PATH - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status constant indicating that a path specifying a device was supplied to the operation when a path with no device is required.
diagnoseParse(boolean) - Method in class org.eclipse.jdt.internal.compiler.parser.diagnose.DiagnoseParser
 
DiagnoseParser - Class in org.eclipse.jdt.internal.compiler.parser.diagnose
 
DiagnoseParser(Parser, int, int, int, CompilerOptions) - Constructor for class org.eclipse.jdt.internal.compiler.parser.diagnose.DiagnoseParser
 
DiagnoseParser(Parser, int, int, int, int[], int[], int[], CompilerOptions) - Constructor for class org.eclipse.jdt.internal.compiler.parser.diagnose.DiagnoseParser
 
DiamondNotBelow17 - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
diamondNotBelow17(ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
diamondNotBelow17(ASTNode, int) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
diamondNotWithAnoymousClasses(TypeReference) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
diamondNotWithExplicitTypeArguments(TypeReference[]) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
DidResolve - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
diet - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
diet - Variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
diet - Variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
dietInt - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
dietParse(ICompilationUnit, CompilationResult, int) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
dietParse(ICompilationUnit, CompilationResult, int, int) - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionParser
 
dietParse(ICompilationUnit, CompilationResult) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
digit(char, int) - Static method in class org.eclipse.jdt.internal.compiler.parser.ScannerHelper
 
dimensions() - Method in class org.eclipse.jdt.core.dom.ArrayCreation
Returns the live ordered list of dimension expressions in this array initializer.
dimensions - Variable in class org.eclipse.jdt.internal.compiler.ast.ArrayAllocationExpression
 
dimensions() - Method in class org.eclipse.jdt.internal.compiler.ast.ArrayQualifiedTypeReference
 
dimensions - Variable in class org.eclipse.jdt.internal.compiler.ast.ArrayTypeReference
 
dimensions() - Method in class org.eclipse.jdt.internal.compiler.ast.ArrayTypeReference
 
dimensions() - Method in class org.eclipse.jdt.internal.compiler.ast.TypeReference
 
dimensions - Variable in class org.eclipse.jdt.internal.compiler.lookup.ArrayBinding
 
dimensions() - Method in class org.eclipse.jdt.internal.compiler.lookup.ArrayBinding
 
dimensions() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
 
dimensions - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
DIMENSIONS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.ArrayCreation
The "dimensions" structural property of this node type (element type: Expression).
DirectInvocationOfAbstractMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
disable() - Method in class org.eclipse.jdt.internal.core.search.processing.JobManager
 
disableAll(int) - Method in class org.eclipse.jdt.internal.compiler.batch.Main
 
DISABLED - Static variable in class org.eclipse.jdt.core.JavaCore
Configurable option value: "disabled".
DISABLED - Static variable in class org.eclipse.jdt.internal.codeassist.impl.AssistOptions
 
DISABLED - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
DISABLED_CP_EXCLUSION_PATTERNS - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status constant indicating that an inclusion or an exclusion pattern got specified on a classpath source entry, though it was explicitely disabled according to its project preference settings.
DISABLED_CP_MULTIPLE_OUTPUT_LOCATIONS - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status constant indicating that a specific output location got associated with a source entry, though it was explicitely disabled according to its project preference settings.
DisableUnnecessaryCastCheck - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
disabling_tag - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
DisallowedTargetForAnnotation - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
disallowedTargetForAnnotation(Annotation) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
disassemble(byte[], String) - Method in class org.eclipse.jdt.core.util.ClassFileBytesDisassembler
Answers back the disassembled string of the classfile bytes using the default mode.
disassemble(byte[], String, int) - Method in class org.eclipse.jdt.core.util.ClassFileBytesDisassembler
Answers back the disassembled string of the classfile bytes according to the mode.
disassemble(IClassFileReader, String) - Method in interface org.eclipse.jdt.core.util.IClassFileDisassembler
Deprecated. Answers back the disassembled string of the IClassFileReader using the default mode.
disassemble(IClassFileReader, String, int) - Method in interface org.eclipse.jdt.core.util.IClassFileDisassembler
Deprecated. Answers back the disassembled string of the IClassFileReader according to the mode.
disassemble(byte[], String) - Method in class org.eclipse.jdt.internal.core.util.Disassembler
 
disassemble(byte[], String, int) - Method in class org.eclipse.jdt.internal.core.util.Disassembler
 
disassemble(IClassFileReader, String) - Method in class org.eclipse.jdt.internal.core.util.Disassembler
 
disassemble(IClassFileReader, String, int) - Method in class org.eclipse.jdt.internal.core.util.Disassembler
Answers back the disassembled string of the IClassFileReader according to the mode.
Disassembler - Class in org.eclipse.jdt.internal.core.util
Disassembler of .class files.
Disassembler() - Constructor for class org.eclipse.jdt.internal.core.util.Disassembler
 
disassembler_annotationannotationvalue - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
disassembler_annotationarrayvalueend - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
disassembler_annotationarrayvaluestart - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
disassembler_annotationclassvalue - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
disassembler_annotationcomponent - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
disassembler_annotationdefaultheader - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
disassembler_annotationdefaultvalue - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
disassembler_annotationentryend - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
disassembler_annotationentrystart - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
disassembler_annotationenumvalue - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
disassembler_arraydimensions - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
disassembler_begincommentline - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
disassembler_bootstrapmethodattributesheader - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
disassembler_bootstrapmethodentry - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
disassembler_bootstrapmethodentry_argument - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
disassembler_closeinnerclassentry - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
disassembler_closetypedeclaration - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
disassembler_comma - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
disassembler_constantpool_class - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
disassembler_constantpool_double - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
disassembler_constantpool_fieldref - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
disassembler_constantpool_float - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
disassembler_constantpool_integer - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
disassembler_constantpool_interfacemethodref - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
disassembler_constantpool_invokedynamic - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
disassembler_constantpool_long - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
disassembler_constantpool_methodhandle - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
disassembler_constantpool_methodref - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
disassembler_constantpool_methodtype - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
disassembler_constantpool_name_and_type - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
disassembler_constantpool_string - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
disassembler_constantpool_utf8 - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
disassembler_constantpoolheader - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
disassembler_constantpoolindex - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
disassembler_deprecated - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
disassembler_description - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
disassembler_enclosingmethodheader - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
disassembler_endoffieldheader - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
disassembler_endofmethodheader - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
disassembler_exceptiontableheader - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
disassembler_fieldhasconstant - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
disassembler_frame_append - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
disassembler_frame_chop - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
disassembler_frame_full_frame - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
disassembler_frame_same_frame - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
disassembler_frame_same_frame_extended - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
disassembler_frame_same_locals_1_stack_item - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
disassembler_frame_same_locals_1_stack_item_extended - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
disassembler_genericattributeheader - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
disassembler_indentation - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
disassembler_inner_accessflags - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
disassembler_inner_class_info_name - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
disassembler_inner_name - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
disassembler_innerattributesheader - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
disassembler_linenumberattributeheader - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
disassembler_localvariablename - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
disassembler_localvariabletableattributeheader - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
disassembler_localvariabletypetableattributeheader - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
disassembler_method_type_ref_getfield - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
disassembler_method_type_ref_getstatic - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
disassembler_method_type_ref_invokeinterface - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
disassembler_method_type_ref_invokespecial - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
disassembler_method_type_ref_invokestatic - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
disassembler_method_type_ref_invokevirtual - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
disassembler_method_type_ref_newinvokespecial - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
disassembler_method_type_ref_putfield - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
disassembler_method_type_ref_putstatic - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
disassembler_openinnerclassentry - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
disassembler_opentypedeclaration - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
disassembler_outer_class_info_name - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
disassembler_parameterannotationentrystart - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
disassembler_parametername - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
disassembler_runtimeinvisibleannotationsattributeheader - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
disassembler_runtimeinvisibleparameterannotationsattributeheader - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
disassembler_runtimevisibleannotationsattributeheader - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
disassembler_runtimevisibleparameterannotationsattributeheader - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
disassembler_signatureattributeheader - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
disassembler_sourceattributeheader - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
disassembler_space - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
disassembler_stackmapattributeheader - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
disassembler_stackmaptableattributeheader - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
discardBody - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveredMethod
 
DiscardEnclosingInstance - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
discardInitializationInfo() - Method in class org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo
Discard definite inits and potential inits from this, then return this.
discardJobs(String) - Method in class org.eclipse.jdt.internal.core.search.processing.JobManager
Remove the index from cache for a given project.
discardNonFieldInitializations() - Method in class org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo
Remove local variables information from this flow info and return this.
discardPerWorkingCopyInfo(CompilationUnit) - Method in class org.eclipse.jdt.internal.core.JavaModelManager
 
discardWorkingCopy() - Method in interface org.eclipse.jdt.core.ICompilationUnit
Changes this compilation unit in working copy mode back to its original mode.
discardWorkingCopy() - Method in class org.eclipse.jdt.internal.core.CompilationUnit
 
DiscardWorkingCopyOperation - Class in org.eclipse.jdt.internal.core
Discards a working copy (decrement its use count and remove its working copy info if the use count is 0) and signal its removal through a delta.
DiscardWorkingCopyOperation(IJavaElement) - Constructor for class org.eclipse.jdt.internal.core.DiscardWorkingCopyOperation
 
DiscouragedReference - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
DiscouragedReference - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
discouragedReferenceIsError - Variable in class org.eclipse.jdt.internal.codeassist.impl.Engine
 
DiskIndex - Class in org.eclipse.jdt.internal.core.index
 
diskIndex - Variable in class org.eclipse.jdt.internal.core.index.Index
 
dispatchDeclarationInto(int) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
dispatchDeclarationIntoEnumDeclaration(int) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
displayString(Object) - Method in interface org.eclipse.jdt.internal.compiler.util.Util.Displayable
 
DIVIDE - Static variable in class org.eclipse.jdt.core.dom.InfixExpression.Operator
Division "/" operator.
DIVIDE - Static variable in interface org.eclipse.jdt.internal.compiler.ast.OperatorIds
 
DIVIDE_ASSIGN - Static variable in class org.eclipse.jdt.core.dom.Assignment.Operator
/= operator.
DLOAD - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
dload(int) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
DLOAD_0 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
dload_0() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
DLOAD_1 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
dload_1() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
DLOAD_2 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
dload_2() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
DLOAD_3 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
dload_3() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
DMUL - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
dmul() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
DNEG - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
dneg() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
DO - Static variable in interface org.eclipse.jdt.internal.codeassist.impl.Keywords
 
do_action(int, lr_parser, Stack, int) - Method in class java_cup.runtime.lr_parser
Perform a bit of user supplied action code (supplied by generated subclass).
do_action_table(PrintWriter, parse_action_table, boolean) - Static method in class java_cup.emit
Emit the action table.
do_escaped(PrintWriter, char) - Static method in class java_cup.emit
 
do_newline(PrintWriter, int, int) - Static method in class java_cup.emit
 
DO_NOT_GENERATE - Static variable in class org.eclipse.jdt.core.JavaCore
Configurable option value: "do not generate".
DO_NOT_GENERATE - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
DO_NOT_INSERT - Static variable in class org.eclipse.jdt.core.JavaCore
Configurable option value: "do not insert".
DO_NOT_PRESERVE_EMPTY_LINES - Static variable in class org.eclipse.jdt.internal.formatter.Scribe
 
do_reduce_table(PrintWriter, parse_reduce_table) - Static method in class java_cup.emit
Emit the reduce-goto table.
DO_STATEMENT - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type DoStatement.
do_table_as_string(PrintWriter, short[][]) - Static method in class java_cup.emit
 
docComment - Variable in class org.eclipse.jdt.internal.compiler.parser.JavadocParser
 
docCommentSupport - Variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
Master flag controlling whether doc comment should be processed
document - Variable in class org.eclipse.jdt.internal.core.search.matching.PossibleMatch
 
DOCUMENT_ERROR - Static variable in class org.eclipse.jdt.internal.core.dom.rewrite.TokenScanner
 
DocumentAdapter - Class in org.eclipse.jdt.internal.core
 
DocumentAdapter(IBuffer) - Constructor for class org.eclipse.jdt.internal.core.DocumentAdapter
 
DocumentedCasesOmitted - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
DocumentedFallthrough - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
DocumentElementParser - Class in org.eclipse.jdt.internal.compiler
 
DocumentElementParser(IDocumentElementRequestor, IProblemFactory, CompilerOptions) - Constructor for class org.eclipse.jdt.internal.compiler.DocumentElementParser
 
doesMethodOverride(MethodBinding, MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodVerifier
 
dom_addAncestorAsChild - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
dom_addAncestorAsSibling - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
dom_addChildWithParent - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
dom_addIncompatibleChild - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
dom_addIncompatibleSibling - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
dom_addNullChild - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
dom_addNullInterface - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
dom_addNullSibling - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
dom_addSiblingBeforeRoot - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
dom_addSiblingWithParent - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
dom_cannotDetail - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
DOM_EXCEPTION - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status constant indicating that a DOMException occurred.
dom_mismatchArgNamesAndTypes - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
dom_nullExceptionType - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
dom_nullInterfaces - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
dom_nullNameParameter - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
dom_nullReturnType - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
dom_nullTypeParameter - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
DOM_PARSER - Static variable in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
dom_unableAddChild - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
DOMBuilder - 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.
DOMBuilder() - Constructor for class org.eclipse.jdt.internal.core.jdom.DOMBuilder
Deprecated. Creates a new DOMBuilder
DOMException - Exception in org.eclipse.jdt.core.jdom
Deprecated. The JDOM was made obsolete by the addition in 2.0 of the more powerful, fine-grained DOM/AST API found in the org.eclipse.jdt.core.dom package.
DOMException() - Constructor for exception org.eclipse.jdt.core.jdom.DOMException
Deprecated. Creates a new exception with no detail message.
DOMException(String) - Constructor for exception org.eclipse.jdt.core.jdom.DOMException
Deprecated. Creates a new exception with the given detail message.
DOMFactory - Class in org.eclipse.jdt.core.jdom
Deprecated. The JDOM was made obsolete by the addition in 2.0 of the more powerful, fine-grained DOM/AST API found in the org.eclipse.jdt.core.dom package.
DOMFactory() - Constructor for class org.eclipse.jdt.core.jdom.DOMFactory
Deprecated. Creates a new DOM factory.
DOMFinder - Class in org.eclipse.jdt.internal.core.util
 
DOMFinder(CompilationUnit, SourceRefElement, boolean) - Constructor for class org.eclipse.jdt.internal.core.util.DOMFinder
 
DOMNode - 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.
done() - Method in class org.eclipse.jdt.core.compiler.CompilationProgress
Notifies that the work is done; that is, either the compilation is completed or a cancellation was requested.
done() - Method in interface org.eclipse.jdt.core.search.IJavaSearchResultCollector
Deprecated. Replaced by SearchRequestor.endReporting().
done() - Method in class org.eclipse.jdt.internal.core.BatchInitializationMonitor
 
done() - Method in class org.eclipse.jdt.internal.core.builder.BuildNotifier
 
done() - Method in class org.eclipse.jdt.internal.core.JavaModelOperation
 
done_parsing() - Method in class java_cup.runtime.lr_parser
This method is called to indicate that the parser should quit.
doneSaving(ISaveContext) - Method in class org.eclipse.jdt.internal.core.JavaModelManager
 
doneSearching() - Method in class org.eclipse.jdt.core.search.SearchParticipant
Notification that this participant's help is no longer needed.
doneSearching() - Method in class org.eclipse.jdt.internal.core.search.JavaSearchParticipant
 
doNotUse() - Method in class org.eclipse.jdt.internal.core.DeltaProcessingState
 
doNotUse() - Static method in class org.eclipse.jdt.internal.core.JavaModelManager
 
DoStatement - Class in org.eclipse.jdt.core.dom
Do statement AST node type.
DoStatement - Class in org.eclipse.jdt.internal.compiler.ast
 
DoStatement(Expression, Statement, int, int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.DoStatement
 
dot_at_end() - Method in class java_cup.lr_item_core
Is the dot at the end of the production?
dot_before_nt() - Method in class java_cup.lr_item_core
Determine if we have a dot before a non terminal, and if so which one (return null or the non terminal).
DOT_DOT - Static variable in class org.eclipse.jdt.internal.core.ClasspathEntry
 
dot_pos() - Method in class java_cup.lr_item_core
The position of the "dot" -- this indicates the part of the production that the marker is before, so 0 indicates a dot at the beginning of the RHS.
DOUBLE - Static variable in class org.eclipse.jdt.core.dom.PrimitiveType
Type code for the primitive type "double".
DOUBLE - Static variable in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
 
DOUBLE - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
Double2Byte - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
Double2Char - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
Double2Double - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
Double2Float - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
Double2Int - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
Double2Long - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
Double2Short - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
Double2String - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
DOUBLE_ARRAY - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
 
DOUBLE_INITIAL_SIZE - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
DOUBLE_TAG - Static variable in interface org.eclipse.jdt.core.util.IAnnotationComponentValue
Tag value for a constant of type double
doubleAt(int) - Method in class org.eclipse.jdt.internal.compiler.classfmt.ClassFileStruct
 
doubleAt(byte[], int, int) - Method in class org.eclipse.jdt.internal.core.util.ClassFileStruct
 
doubleCache - Variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
DoubleCache - Class in org.eclipse.jdt.internal.compiler.codegen
 
DoubleCache() - Constructor for class org.eclipse.jdt.internal.compiler.codegen.DoubleCache
Constructs a new, empty hashtable.
DoubleCache(int) - Constructor for class org.eclipse.jdt.internal.compiler.codegen.DoubleCache
Constructs a new, empty hashtable with the specified initial capacity.
DoubleConstant - Class in org.eclipse.jdt.internal.compiler.impl
 
DoubleConstrSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
doubleDoubleSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
DoubleLiteral - Class in org.eclipse.jdt.internal.compiler.ast
 
DoubleLiteral(char[], int, int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.DoubleLiteral
 
DoubleTag - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
 
doubleValue() - Method in class org.eclipse.jdt.internal.compiler.impl.ByteConstant
 
doubleValue() - Method in class org.eclipse.jdt.internal.compiler.impl.CharConstant
 
doubleValue() - Method in class org.eclipse.jdt.internal.compiler.impl.Constant
 
doubleValue() - Method in class org.eclipse.jdt.internal.compiler.impl.DoubleConstant
 
doubleValue() - Method in class org.eclipse.jdt.internal.compiler.impl.FloatConstant
 
doubleValue() - Method in class org.eclipse.jdt.internal.compiler.impl.IntConstant
 
doubleValue() - Method in class org.eclipse.jdt.internal.compiler.impl.LongConstant
 
doubleValue() - Method in class org.eclipse.jdt.internal.compiler.impl.ShortConstant
 
DOUBLEVALUE_DOUBLE_METHOD_NAME - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
DOUBLEVALUE_DOUBLE_METHOD_SIGNATURE - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
DREM - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
drem() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
DRETURN - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
dreturn() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
dreturn() - Method in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream
 
DSTORE - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
dstore(int) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
DSTORE_0 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
dstore_0() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
DSTORE_1 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
dstore_1() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
DSTORE_2 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
dstore_2() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
DSTORE_3 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
dstore_3() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
DSUB - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
dsub() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
dump_end - Static variable in class java_cup.Main
Timing data -- when did we end dumping
dump_grammar() - Static method in class java_cup.Main
Produce a human readable dump of the grammar.
dump_machine() - Static method in class java_cup.Main
Produce a (semi-) human readable dump of the complete viable prefix recognition state machine.
dump_stack() - Method in class java_cup.runtime.lr_parser
Dump the parse stack for debugging purposes.
dump_state(lalr_state) - Static method in class java_cup.lalr_state
Helper routine for debugging -- produces a dump of the given state onto System.out.
dump_tables() - Static method in class java_cup.Main
Produce a (semi-) human readable dumps of the parse tables
dumpBytes() - Method in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
Return the content of the receiver
DUP - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
dup() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
DUP2 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
dup2() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
DUP2_X1 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
dup2_x1() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
DUP2_X2 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
dup2_x2() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
DUP_X1 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
dup_x1() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
DUP_X2 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
dup_x2() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
duplicate() - Method in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrame
 
duplicate() - Method in class org.eclipse.jdt.internal.compiler.codegen.VerificationTypeInfo
 
DuplicateAnnotation - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
duplicateAnnotation(Annotation) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
DuplicateAnnotationMember - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
duplicateAnnotationValue(TypeBinding, MemberValuePair) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
DuplicateBlankFinalFieldInitialization - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
DuplicateBounds - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
duplicateBounds(ASTNode, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
DuplicateCase - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
duplicateCase(CaseStatement) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
DuplicateDefaultCase - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
duplicateDefaultCase(ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
duplicateEnumSpecialMethod(SourceTypeBinding, AbstractMethodDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
DuplicateField - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
duplicateFieldInType(SourceTypeBinding, FieldDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
DuplicateFinalLocalInitialization - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
DuplicateImport - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
duplicateImport(ImportReference) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
DuplicateInheritedMethods - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
duplicateInheritedMethods(SourceTypeBinding, MethodBinding, MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
duplicateInitializationOfBlankFinalField(FieldBinding, Reference) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
duplicateInitializationOfFinalLocal(LocalVariableBinding, ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
DuplicateLabel - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
DuplicateMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
DuplicateMethodErasure - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
duplicateMethodInType(SourceTypeBinding, AbstractMethodDeclaration, boolean, int) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
DuplicateModifierForArgument - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
DuplicateModifierForField - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
duplicateModifierForField(ReferenceBinding, FieldDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
DuplicateModifierForMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
duplicateModifierForMethod(ReferenceBinding, AbstractMethodDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
DuplicateModifierForType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
duplicateModifierForType(SourceTypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
DuplicateModifierForVariable - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
duplicateModifierForVariable(LocalDeclaration, boolean) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
DuplicateNestedType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
duplicateNestedType(TypeDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
DuplicateParameterizedMethods - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
DuplicateSuperInterface - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
duplicateSuperinterface(SourceTypeBinding, TypeReference, ReferenceBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
DuplicateTargetInTargetAnnotation - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
duplicateTargetInTargetAnnotation(TypeBinding, NameReference) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
duplicateTypeParameterInType(TypeParameter) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
DuplicateTypes - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
duplicateTypes(CompilationUnitDeclaration, TypeDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
DuplicateTypeVariable - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 

E

ECLIPSE - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
editedString(String, TextEdit) - Static method in class org.eclipse.jdt.internal.core.util.Util
Apply the given edit on the given string and return the updated string.
editsIndex - Variable in class org.eclipse.jdt.internal.formatter.Scribe
 
elapsedTime() - Method in class org.eclipse.jdt.internal.compiler.impl.CompilerStats
Returns the total elapsed time (between start and end)
element - Variable in class org.eclipse.jdt.internal.core.util.JavaElementFinder
 
element_attachingSource - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
ELEMENT_DOES_NOT_EXIST - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status constant indicating that one or more elements supplied do not exist.
element_doesNotExist - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
element_illegalParent - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
element_invalidClassFileName - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
element_invalidResourceForProject - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
ELEMENT_NOT_ON_CLASSPATH - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status constant indicating that an element is not on its project's claspath.
element_notOnClasspath - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
element_nullName - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
element_nullType - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
element_reconciling - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
elementAdded(Openable) - Method in class org.eclipse.jdt.internal.core.ModelUpdater
Processing for an element that has been added: If the element is a project, do nothing, and do not process children, as when a project is created it does not yet have any natures - specifically a java nature.
elementAt(int) - Method in class org.eclipse.jdt.internal.compiler.util.CompoundNameVector
 
elementAt(int) - Method in class org.eclipse.jdt.internal.compiler.util.ObjectVector
 
elementAt(int) - Method in class org.eclipse.jdt.internal.compiler.util.SimpleNameVector
 
elementAt(int) - Method in class org.eclipse.jdt.internal.core.TypeVector
 
ElementCache - Class in org.eclipse.jdt.internal.core
An LRU cache of JavaElements.
ElementCache(int) - Constructor for class org.eclipse.jdt.internal.core.ElementCache
Constructs a new element cache of the given size.
ElementCache(int, int) - Constructor for class org.eclipse.jdt.internal.core.ElementCache
Constructs a new element cache of the given size.
elementChanged(ElementChangedEvent) - Method in interface org.eclipse.jdt.core.IElementChangedListener
Notifies that one or more attributes of one or more Java elements have changed.
elementChanged(ElementChangedEvent) - Method in class org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy
Determines if the change affects this hierarchy, and fires change notification if required.
elementChanged(Openable) - Method in class org.eclipse.jdt.internal.core.ModelUpdater
Generic processing for elements with changed contents: The element is closed such that any subsequent accesses will re-open the element reflecting its new structure.
ElementChangedEvent - Class in org.eclipse.jdt.core
An element changed event describes a change to the structure or contents of a tree of Java elements.
ElementChangedEvent(IJavaElementDelta, int) - Constructor for class org.eclipse.jdt.core.ElementChangedEvent
Creates an new element changed event (based on a IJavaElementDelta).
elementChangedListenerCount - Variable in class org.eclipse.jdt.internal.core.DeltaProcessingState
 
elementChangedListenerMasks - Variable in class org.eclipse.jdt.internal.core.DeltaProcessingState
 
elementChangedListeners - Variable in class org.eclipse.jdt.internal.core.DeltaProcessingState
 
elementCount - Variable in class org.eclipse.jdt.internal.core.search.HierarchyScope
 
elementDecode(Element, IJavaProject, Map) - Static method in class org.eclipse.jdt.internal.core.ClasspathEntry
 
elementEncode(XMLWriter, IPath, boolean, boolean, Map, boolean) - Method in class org.eclipse.jdt.internal.core.ClasspathEntry
Returns the XML encoding of the class path.
elementIndex - Variable in class org.eclipse.jdt.internal.core.SelectionRequestor
 
elementInfoStack - Variable in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
elementKindStack - Variable in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
elementObjectInfoStack - Variable in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
elementPtr - Variable in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
elementQueue - Variable in class org.eclipse.jdt.internal.core.LRUCacheEnumerator
Current element;
elementRemoved(Openable) - Method in class org.eclipse.jdt.internal.core.ModelUpdater
Generic processing for a removed element: Close the element, removing its structure from the cache Remove the element from its parent's cache of children Add a REMOVED entry in the delta
elements - Variable in class org.eclipse.jdt.internal.core.JavaModelStatus
The elements related to the failure, or null if no elements are involved.
elements() - Method in class org.eclipse.jdt.internal.core.OverflowingLRUCache
Returns an enumerator of the values in the cache with the most recently used first.
elements - Variable in class org.eclipse.jdt.internal.core.search.HierarchyScope
 
elements - Variable in class org.eclipse.jdt.internal.core.SelectionRequestor
 
elements() - Method in class org.eclipse.jdt.internal.core.TypeVector
 
elementSize - Variable in class org.eclipse.jdt.internal.compiler.util.HashSetOfInt
 
elementSize - Variable in class org.eclipse.jdt.internal.compiler.util.HashtableOfInt
 
elementSize - Variable in class org.eclipse.jdt.internal.compiler.util.HashtableOfIntValues
 
elementSize - Variable in class org.eclipse.jdt.internal.compiler.util.HashtableOfLong
 
elementSize - Variable in class org.eclipse.jdt.internal.compiler.util.HashtableOfObject
 
elementSize - Variable in class org.eclipse.jdt.internal.compiler.util.HashtableOfObjectToInt
 
elementSize - Variable in class org.eclipse.jdt.internal.compiler.util.HashtableOfObjectToIntArray
 
elementSize - Variable in class org.eclipse.jdt.internal.compiler.util.HashtableOfPackage
 
elementSize - Variable in class org.eclipse.jdt.internal.compiler.util.HashtableOfType
 
elementSize - Variable in class org.eclipse.jdt.internal.compiler.util.SimpleLookupTable
 
elementSize - Variable in class org.eclipse.jdt.internal.compiler.util.SimpleSet
 
elementSize - Variable in class org.eclipse.jdt.internal.compiler.util.SimpleSetOfCharArray
 
elementSize - Variable in class org.eclipse.jdt.internal.core.builder.NameSet
 
elementSize - Variable in class org.eclipse.jdt.internal.core.builder.QualifiedNameSet
 
elementSize - Variable in class org.eclipse.jdt.internal.core.builder.StringSet
 
elementSize - Variable in class org.eclipse.jdt.internal.core.util.HashSetOfArray
 
elementSize - Variable in class org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray
 
elementSize - Variable in class org.eclipse.jdt.internal.core.util.HashtableOfArrayToObject
 
elementSize - Variable in class org.eclipse.jdt.internal.core.util.SimpleWordSet
 
elementSize - Variable in class org.eclipse.jdt.internal.core.util.WeakHashSet
 
elementSize - Variable in class org.eclipse.jdt.internal.core.util.WeakHashSetOfCharArray
 
elementsOutOfSynchWithBuffers - Variable in class org.eclipse.jdt.internal.core.JavaModelManager
Set of elements which are out of sync with their buffers.
ElementStackIncrement - Static variable in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
elementsToProcess - Variable in class org.eclipse.jdt.internal.core.JavaModelOperation
The elements this operation operates on, or null if this operation does not operate on specific elements.
elementsType() - Method in class org.eclipse.jdt.internal.compiler.lookup.ArrayBinding
 
ElementValuePair - Class in org.eclipse.jdt.internal.compiler.lookup
 
ElementValuePair(char[], Expression, MethodBinding) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.ElementValuePair
 
ElementValuePair(char[], Object, MethodBinding) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.ElementValuePair
 
ElementValuePairInfo - Class in org.eclipse.jdt.internal.compiler.classfmt
 
elementVariable - Variable in class org.eclipse.jdt.internal.compiler.ast.ForeachStatement
 
elementVariableImplicitWidening - Variable in class org.eclipse.jdt.internal.compiler.ast.ForeachStatement
 
ELSE - Static variable in interface org.eclipse.jdt.internal.codeassist.impl.Keywords
 
ELSE_EXPRESSION_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.ConditionalExpression
The "elseExpression" structural property of this node type (child type: Expression).
ELSE_STATEMENT_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.IfStatement
The "elseStatement" structural property of this node type (child type: Statement).
elseStatement - Variable in class org.eclipse.jdt.internal.compiler.ast.IfStatement
 
EMACS - Static variable in class org.eclipse.jdt.internal.compiler.batch.Main.Logger
 
emit - Class in java_cup
This class handles emitting generated code for the resulting parser.
emit_action_code(PrintWriter, production) - Static method in class java_cup.emit
Emit code for the non-public class holding the actual action code.
emit_end - Static variable in class java_cup.Main
Timing data -- when did we finish emitting code
emit_error(String) - Method in class java_cup.ErrorManager
 
emit_error(String, Symbol) - Method in class java_cup.ErrorManager
 
emit_fatal(String) - Method in class java_cup.ErrorManager
Error message format: ERRORLEVEL at (LINE/COLUMN)@SYMBOL: MESSAGE ERRORLEVEL : MESSAGE
emit_fatal(String, Symbol) - Method in class java_cup.ErrorManager
 
emit_package(PrintWriter) - Static method in class java_cup.emit
Emit a package spec if the user wants one.
emit_parser() - Static method in class java_cup.Main
Call the emit routines necessary to write out the generated parser.
emit_production_table(PrintWriter) - Static method in class java_cup.emit
Emit the production table.
emit_summary(boolean) - Static method in class java_cup.Main
Emit a long summary message to standard error (System.err) which summarizes what was found in the specification, how many states were produced, how many conflicts were found, etc.
emit_warning(String) - Method in class java_cup.ErrorManager
 
emit_warning(String, Symbol) - Method in class java_cup.ErrorManager
 
empty() - Method in class java_cup.runtime.virtual_parse_stack
Indicate whether the stack is empty.
EMPTY - Static variable in class java_cup.terminal_set
Constant for the empty set.
empty() - Method in class java_cup.terminal_set
Determine if the set is empty.
Empty - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
EMPTY_ARGUMENT_RECOVERY - Static variable in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
EMPTY_FIELD_ARRAY - Static variable in class org.eclipse.jdt.internal.core.JavaElementRequestor
Empty arrays used for efficiency
EMPTY_INITIALIZER_ARRAY - Static variable in class org.eclipse.jdt.internal.core.JavaElementRequestor
 
EMPTY_INT_ARRAY - Static variable in class org.eclipse.jdt.internal.compiler.util.Util
 
EMPTY_JAVADOC - Static variable in class org.eclipse.jdt.internal.core.BinaryType
 
EMPTY_METHOD_ARRAY - Static variable in class org.eclipse.jdt.internal.core.JavaElementRequestor
 
EMPTY_PACKAGE_FRAGMENT_ARRAY - Static variable in class org.eclipse.jdt.internal.core.JavaElementRequestor
 
EMPTY_STATEMENT - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type EmptyStatement.
EMPTY_STRING - Static variable in class org.eclipse.jdt.internal.compiler.util.Util
 
EMPTY_TYPE_ARRAY - Static variable in class org.eclipse.jdt.internal.core.JavaElementRequestor
 
EMPTY_VALUES - Static variable in class org.eclipse.jdt.internal.compiler.problem.DefaultProblem
 
EmptyCompletionIdentifier - Static variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionScanner
 
EmptyControlFlowStatement - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
emptyControlFlowStatement(int, int) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
EmptyStatement - Class in org.eclipse.jdt.core.dom
Null statement AST node type.
EmptyStatement - Class in org.eclipse.jdt.internal.compiler.ast
 
EmptyStatement(int, int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.EmptyStatement
 
EmptyStatement - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
emulateOuterAccess(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.BlockScope
 
EmulationPathToImplicitThis - Static variable in class org.eclipse.jdt.internal.compiler.lookup.BlockScope
 
enable() - Method in class org.eclipse.jdt.internal.core.search.processing.JobManager
 
ENABLE_BINDINGS_RECOVERY - Static variable in interface org.eclipse.jdt.core.ICompilationUnit
Constant indicating that a reconcile operation should enable the bindings recovery
ENABLE_STATEMENTS_RECOVERY - Static variable in interface org.eclipse.jdt.core.ICompilationUnit
Constant indicating that a reconcile operation should enable the statements recovery.
enableAll(int) - Method in class org.eclipse.jdt.internal.compiler.batch.Main
 
ENABLED - Static variable in class org.eclipse.jdt.core.JavaCore
Configurable option value: "enabled".
ENABLED - Static variable in class org.eclipse.jdt.internal.codeassist.impl.AssistOptions
 
ENABLED - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
enabling_tag - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
encloses(String) - Method in interface org.eclipse.jdt.core.search.IJavaSearchScope
Checks whether the resource at the given path is enclosed by this scope.
encloses(IJavaElement) - Method in interface org.eclipse.jdt.core.search.IJavaSearchScope
Checks whether this scope encloses the given element.
encloses(String) - Method in class org.eclipse.jdt.internal.core.search.HierarchyScope
 
encloses(String, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.search.HierarchyScope
 
encloses(IJavaElement) - Method in class org.eclipse.jdt.internal.core.search.HierarchyScope
 
encloses(IJavaElement, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.search.HierarchyScope
 
encloses(String) - Method in class org.eclipse.jdt.internal.core.search.JavaSearchScope
 
encloses(IJavaElement) - Method in class org.eclipse.jdt.internal.core.search.JavaSearchScope
 
encloses(IJavaElement) - Method in class org.eclipse.jdt.internal.core.search.JavaWorkspaceScope
 
encloses(String) - Method in class org.eclipse.jdt.internal.core.search.JavaWorkspaceScope
 
encloses(IJavaElement) - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocator
 
enclosesFineGrained(IJavaElement) - Method in class org.eclipse.jdt.internal.core.search.HierarchyScope
Optionally perform additional checks after element has already passed matching based on index/documents.
enclosing - Variable in class org.eclipse.jdt.internal.formatter.align.Alignment
 
ENCLOSING_METHOD - Static variable in interface org.eclipse.jdt.core.util.IAttributeNamesConstants
"EnclosingMethod" attribute (added in J2SE 1.5).
enclosingCase - Variable in class org.eclipse.jdt.internal.compiler.lookup.BlockScope
 
enclosingCase - Variable in class org.eclipse.jdt.internal.compiler.lookup.LocalTypeBinding
 
enclosingClassFile - Variable in class org.eclipse.jdt.internal.compiler.ClassFile
 
enclosingClassScope() - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
enclosingElement - Variable in class org.eclipse.jdt.internal.core.search.matching.DeclarationOfAccessedFieldsPattern
 
enclosingElement - Variable in class org.eclipse.jdt.internal.core.search.matching.DeclarationOfReferencedMethodsPattern
 
enclosingElement - Variable in class org.eclipse.jdt.internal.core.search.matching.DeclarationOfReferencedTypesPattern
 
enclosingInitializer() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredElement
 
enclosingInstance() - Method in class org.eclipse.jdt.internal.compiler.ast.AllocationExpression
 
enclosingInstance - Variable in class org.eclipse.jdt.internal.compiler.ast.QualifiedAllocationExpression
 
enclosingInstance() - Method in class org.eclipse.jdt.internal.compiler.ast.QualifiedAllocationExpression
 
EnclosingInstanceInConstructorCall - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
enclosingInstances - Variable in class org.eclipse.jdt.internal.compiler.lookup.NestedTypeBinding
 
enclosingMethod - Variable in class org.eclipse.jdt.internal.compiler.lookup.LocalTypeBinding
 
enclosingMethod() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredElement
 
EnclosingMethodAttribute - Class in org.eclipse.jdt.internal.core.util
Default implementation of EnclosingMethodAttribute.
EnclosingMethodName - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.AttributeNamesConstants
 
enclosingMethodScope() - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
enclosingNode - Variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
enclosingProjectsAndJars() - Method in interface org.eclipse.jdt.core.search.IJavaSearchScope
Returns the paths to the enclosing projects and JARs for this search scope.
enclosingProjectsAndJars() - Method in class org.eclipse.jdt.internal.core.search.HierarchyScope
 
enclosingProjectsAndJars() - Method in class org.eclipse.jdt.internal.core.search.JavaSearchScope
 
enclosingProjectsAndJars() - Method in class org.eclipse.jdt.internal.core.search.JavaWorkspaceScope
 
enclosingReceiverType() - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
enclosingReferenceContext() - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
Returns the immediately enclosing reference context, starting from current scope parent.
enclosingSourceType() - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
enclosingType - Variable in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
 
enclosingType - Variable in class org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding
 
enclosingType() - Method in class org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding
 
enclosingType - Variable in class org.eclipse.jdt.internal.compiler.lookup.NestedTypeBinding
 
enclosingType() - Method in class org.eclipse.jdt.internal.compiler.lookup.NestedTypeBinding
 
enclosingType() - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
 
enclosingType() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
 
enclosingType() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredElement
 
enclosingType() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredType
 
enclosingTypeAt(int) - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
 
enclosingTypeName - Variable in class org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern
 
enclosingTypeNames() - Method in class org.eclipse.jdt.internal.core.search.indexing.SourceIndexerRequestor
 
enclosingTypeNames - Variable in class org.eclipse.jdt.internal.core.search.matching.TypeDeclarationPattern
 
encodeClasspath(IClasspathEntry[], IClasspathEntry[], IPath, boolean, Map) - Method in class org.eclipse.jdt.internal.core.JavaProject
Returns the XML String encoding of the class path.
encodeClasspathEntry(IClasspathEntry) - Method in interface org.eclipse.jdt.core.IJavaProject
Encodes the given classpath entry into a string in the context of this project.
encodeClasspathEntry(IClasspathEntry) - Method in class org.eclipse.jdt.internal.core.JavaProject
 
encoding - Variable in exception org.eclipse.jdt.internal.compiler.problem.AbortCompilationUnit
 
encoding - Variable in class org.eclipse.jdt.internal.core.BasicCompilationUnit
 
encodings - Variable in class org.eclipse.jdt.internal.compiler.batch.Main
 
end - Variable in class org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper
 
end(int) - Method in class org.eclipse.jdt.internal.compiler.parser.diagnose.LexStream
 
end - Variable in class org.eclipse.jdt.internal.compiler.parser.NLSTag
 
end - Variable in class org.eclipse.jdt.internal.core.util.CharArrayBuffer
The end of the buffer
END_OF_CLASS_DATA - Static variable in interface org.eclipse.jdt.internal.core.JavadocConstants
 
END_OF_FILE - Static variable in class org.eclipse.jdt.internal.core.dom.rewrite.TokenScanner
 
END_OF_LINE - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Value to set a brace location at the end of a line.
END_OF_SOURCE - Static variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
END_OF_SOURCE - Static variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
EndAnnotationCheck - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
 
EndHierarchyCheck - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
 
endIndex - Variable in class org.eclipse.jdt.internal.compiler.lookup.SyntheticMethodBinding
 
endLoggingSource() - Method in class org.eclipse.jdt.internal.compiler.batch.Main.Logger
 
endLoggingSources() - Method in class org.eclipse.jdt.internal.compiler.batch.Main.Logger
 
endLoggingTasks() - Method in class org.eclipse.jdt.internal.compiler.batch.Main.Logger
 
endOfEmptyToken - Variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionScanner
 
EndOfSource - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
endParse(int) - Method in class org.eclipse.jdt.internal.compiler.DocumentElementParser
 
endParse(int) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
endParse(int) - Method in class org.eclipse.jdt.internal.compiler.SourceElementParser
 
endParse(int) - Method in class org.eclipse.jdt.internal.core.util.CommentRecorderParser
 
endParse(int) - Method in class org.eclipse.jdt.internal.eval.CodeSnippetParser
 
endPart1Position - Variable in class org.eclipse.jdt.internal.compiler.ast.FieldDeclaration
 
endPart2Position - Variable in class org.eclipse.jdt.internal.compiler.ast.FieldDeclaration
 
endPosition - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
endReporting() - Method in class org.eclipse.jdt.core.CompletionRequestor
Pro forma notification sent after reporting a batch of completion proposals.
endReporting() - Method in interface org.eclipse.jdt.core.IProblemRequestor
Notification sent after having completed problem detection process.
endReporting() - Method in class org.eclipse.jdt.core.search.SearchRequestor
Notification sent after having completed the search action.
endReporting() - Method in class org.eclipse.jdt.internal.core.JavaModelManager.PerWorkingCopyInfo
 
endStatementPosition - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
endsWith(char[], char[]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Return true if array ends with the sequence of characters contained in toBeFound, otherwise false.
endsWithIgnoreCase(String, String) - Static method in class org.eclipse.jdt.internal.core.util.Util
Returns true iff str.toLowerCase().endsWith(end.toLowerCase()) implementation is not creating extra strings.
endTag(String, boolean, boolean) - Method in class org.eclipse.jdt.internal.compiler.util.GenericXMLWriter
 
endTime - Variable in class org.eclipse.jdt.internal.compiler.impl.CompilerStats
 
endVisit(AnnotationTypeDeclaration) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
End of visit the given type-specific AST node.
endVisit(AnnotationTypeMemberDeclaration) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
End of visit the given type-specific AST node.
endVisit(AnonymousClassDeclaration) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
End of visit the given type-specific AST node.
endVisit(ArrayAccess) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
End of visit the given type-specific AST node.
endVisit(ArrayCreation) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
End of visit the given type-specific AST node.
endVisit(ArrayInitializer) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
End of visit the given type-specific AST node.
endVisit(ArrayType) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
End of visit the given type-specific AST node.
endVisit(AssertStatement) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
End of visit the given type-specific AST node.
endVisit(Assignment) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
End of visit the given type-specific AST node.
endVisit(Block) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
End of visit the given type-specific AST node.
endVisit(BlockComment) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
End of visit the given type-specific AST node.
endVisit(BooleanLiteral) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
End of visit the given type-specific AST node.
endVisit(BreakStatement) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
End of visit the given type-specific AST node.
endVisit(CastExpression) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
End of visit the given type-specific AST node.
endVisit(CatchClause) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
End of visit the given type-specific AST node.
endVisit(CharacterLiteral) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
End of visit the given type-specific AST node.
endVisit(ClassInstanceCreation) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
End of visit the given type-specific AST node.
endVisit(CompilationUnit) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
End of visit the given type-specific AST node.
endVisit(ConditionalExpression) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
End of visit the given type-specific AST node.
endVisit(ConstructorInvocation) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
End of visit the given type-specific AST node.
endVisit(ContinueStatement) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
End of visit the given type-specific AST node.
endVisit(DoStatement) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
End of visit the given type-specific AST node.
endVisit(EmptyStatement) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
End of visit the given type-specific AST node.
endVisit(EnhancedForStatement) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
End of visit the given type-specific AST node.
endVisit(EnumConstantDeclaration) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
End of visit the given type-specific AST node.
endVisit(EnumDeclaration) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
End of visit the given type-specific AST node.
endVisit(ExpressionStatement) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
End of visit the given type-specific AST node.
endVisit(FieldAccess) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
End of visit the given type-specific AST node.
endVisit(FieldDeclaration) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
End of visit the given type-specific AST node.
endVisit(ForStatement) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
End of visit the given type-specific AST node.
endVisit(IfStatement) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
End of visit the given type-specific AST node.
endVisit(ImportDeclaration) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
End of visit the given type-specific AST node.
endVisit(InfixExpression) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
End of visit the given type-specific AST node.
endVisit(InstanceofExpression) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
End of visit the given type-specific AST node.
endVisit(Initializer) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
End of visit the given type-specific AST node.
endVisit(Javadoc) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
End of visit the given type-specific AST node.
endVisit(LabeledStatement) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
End of visit the given type-specific AST node.
endVisit(LineComment) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
End of visit the given type-specific AST node.
endVisit(MarkerAnnotation) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
End of visit the given type-specific AST node.
endVisit(MemberRef) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
End of visit the given type-specific AST node.
endVisit(MemberValuePair) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
End of visit the given type-specific AST node.
endVisit(MethodRef) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
End of visit the given type-specific AST node.
endVisit(MethodRefParameter) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
End of visit the given type-specific AST node.
endVisit(MethodDeclaration) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
End of visit the given type-specific AST node.
endVisit(MethodInvocation) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
End of visit the given type-specific AST node.
endVisit(Modifier) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
End of visit the given type-specific AST node.
endVisit(NormalAnnotation) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
End of visit the given type-specific AST node.
endVisit(NullLiteral) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
End of visit the given type-specific AST node.
endVisit(NumberLiteral) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
End of visit the given type-specific AST node.
endVisit(PackageDeclaration) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
End of visit the given type-specific AST node.
endVisit(ParameterizedType) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
End of visit the given type-specific AST node.
endVisit(ParenthesizedExpression) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
End of visit the given type-specific AST node.
endVisit(PostfixExpression) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
End of visit the given type-specific AST node.
endVisit(PrefixExpression) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
End of visit the given type-specific AST node.
endVisit(PrimitiveType) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
End of visit the given type-specific AST node.
endVisit(QualifiedName) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
End of visit the given type-specific AST node.
endVisit(QualifiedType) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
End of visit the given type-specific AST node.
endVisit(ReturnStatement) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
End of visit the given type-specific AST node.
endVisit(SimpleName) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
End of visit the given type-specific AST node.
endVisit(SimpleType) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
End of visit the given type-specific AST node.
endVisit(SingleMemberAnnotation) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
End of visit the given type-specific AST node.
endVisit(SingleVariableDeclaration) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
End of visit the given type-specific AST node.
endVisit(StringLiteral) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
End of visit the given type-specific AST node.
endVisit(SuperConstructorInvocation) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
End of visit the given type-specific AST node.
endVisit(SuperFieldAccess) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
End of visit the given type-specific AST node.
endVisit(SuperMethodInvocation) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
End of visit the given type-specific AST node.
endVisit(SwitchCase) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
End of visit the given type-specific AST node.
endVisit(SwitchStatement) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
End of visit the given type-specific AST node.
endVisit(SynchronizedStatement) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
End of visit the given type-specific AST node.
endVisit(TagElement) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
End of visit the given type-specific AST node.
endVisit(TextElement) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
End of visit the given type-specific AST node.
endVisit(ThisExpression) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
End of visit the given type-specific AST node.
endVisit(ThrowStatement) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
End of visit the given type-specific AST node.
endVisit(TryStatement) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
End of visit the given type-specific AST node.
endVisit(TypeDeclaration) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
End of visit the given type-specific AST node.
endVisit(TypeDeclarationStatement) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
End of visit the given type-specific AST node.
endVisit(TypeLiteral) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
End of visit the given type-specific AST node.
endVisit(TypeParameter) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
End of visit the given type-specific AST node.
endVisit(UnionType) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
End of visit the given type-specific AST node.
endVisit(VariableDeclarationExpression) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
End of visit the given type-specific AST node.
endVisit(VariableDeclarationStatement) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
End of visit the given type-specific AST node.
endVisit(VariableDeclarationFragment) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
End of visit the given type-specific AST node.
endVisit(WhileStatement) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
End of visit the given type-specific AST node.
endVisit(WildcardType) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
End of visit the given type-specific AST node.
endVisit(AllocationExpression, BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionNodeDetector
 
endVisit(AND_AND_Expression, BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionNodeDetector
 
endVisit(ArrayAllocationExpression, BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionNodeDetector
 
endVisit(ArrayInitializer, BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionNodeDetector
 
endVisit(ArrayQualifiedTypeReference, BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionNodeDetector
 
endVisit(ArrayQualifiedTypeReference, ClassScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionNodeDetector
 
endVisit(ArrayReference, BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionNodeDetector
 
endVisit(ArrayTypeReference, BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionNodeDetector
 
endVisit(ArrayTypeReference, ClassScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionNodeDetector
 
endVisit(Assignment, BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionNodeDetector
 
endVisit(BinaryExpression, BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionNodeDetector
 
endVisit(CastExpression, BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionNodeDetector
 
endVisit(CompoundAssignment, BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionNodeDetector
 
endVisit(ConditionalExpression, BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionNodeDetector
 
endVisit(EqualExpression, BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionNodeDetector
 
endVisit(ExplicitConstructorCall, BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionNodeDetector
 
endVisit(FieldReference, BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionNodeDetector
 
endVisit(InstanceOfExpression, BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionNodeDetector
 
endVisit(MessageSend, BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionNodeDetector
 
endVisit(OR_OR_Expression, BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionNodeDetector
 
endVisit(ParameterizedQualifiedTypeReference, BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionNodeDetector
 
endVisit(ParameterizedQualifiedTypeReference, ClassScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionNodeDetector
 
endVisit(ParameterizedSingleTypeReference, BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionNodeDetector
 
endVisit(ParameterizedSingleTypeReference, ClassScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionNodeDetector
 
endVisit(PostfixExpression, BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionNodeDetector
 
endVisit(PrefixExpression, BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionNodeDetector
 
endVisit(QualifiedAllocationExpression, BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionNodeDetector
 
endVisit(QualifiedNameReference, BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionNodeDetector
 
endVisit(QualifiedSuperReference, BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionNodeDetector
 
endVisit(QualifiedThisReference, BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionNodeDetector
 
endVisit(QualifiedTypeReference, BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionNodeDetector
 
endVisit(QualifiedTypeReference, ClassScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionNodeDetector
 
endVisit(SingleNameReference, BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionNodeDetector
 
endVisit(SingleTypeReference, BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionNodeDetector
 
endVisit(SingleTypeReference, ClassScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionNodeDetector
 
endVisit(SuperReference, BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionNodeDetector
 
endVisit(ThisReference, BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionNodeDetector
 
endVisit(UnaryExpression, BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionNodeDetector
 
endVisit(MemberValuePair, BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionNodeDetector
 
endVisit(MemberValuePair, CompilationUnitScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionNodeDetector
 
endVisit(MessageSend, BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.ThrownExceptionFinder
 
endVisit(AllocationExpression, BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.ThrownExceptionFinder
 
endVisit(ThrowStatement, BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.ThrownExceptionFinder
 
endVisit(Block, BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.UnresolvedReferenceNameFinder
 
endVisit(Argument, BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.UnresolvedReferenceNameFinder
 
endVisit(Argument, ClassScope) - Method in class org.eclipse.jdt.internal.codeassist.UnresolvedReferenceNameFinder
 
endVisit(ConstructorDeclaration, ClassScope) - Method in class org.eclipse.jdt.internal.codeassist.UnresolvedReferenceNameFinder
 
endVisit(FieldDeclaration, MethodScope) - Method in class org.eclipse.jdt.internal.codeassist.UnresolvedReferenceNameFinder
 
endVisit(Initializer, MethodScope) - Method in class org.eclipse.jdt.internal.codeassist.UnresolvedReferenceNameFinder
 
endVisit(LocalDeclaration, BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.UnresolvedReferenceNameFinder
 
endVisit(MethodDeclaration, ClassScope) - Method in class org.eclipse.jdt.internal.codeassist.UnresolvedReferenceNameFinder
 
endVisit(TypeDeclaration, BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.UnresolvedReferenceNameFinder
 
endVisit(TypeDeclaration, ClassScope) - Method in class org.eclipse.jdt.internal.codeassist.UnresolvedReferenceNameFinder
 
endVisit(AllocationExpression, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(AND_AND_Expression, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(AnnotationMethodDeclaration, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(Argument, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(Argument, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(ArrayAllocationExpression, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(ArrayInitializer, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(ArrayQualifiedTypeReference, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(ArrayQualifiedTypeReference, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(ArrayReference, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(ArrayTypeReference, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(ArrayTypeReference, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(AssertStatement, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(Assignment, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(BinaryExpression, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(Block, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(BreakStatement, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(CaseStatement, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(CastExpression, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(CharLiteral, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(ClassLiteralAccess, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(Clinit, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(CompilationUnitDeclaration, CompilationUnitScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(CompoundAssignment, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(ConditionalExpression, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(ConstructorDeclaration, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(ContinueStatement, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(DoStatement, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(DoubleLiteral, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(EmptyStatement, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(EqualExpression, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(ExplicitConstructorCall, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(ExtendedStringLiteral, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(FalseLiteral, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(FieldDeclaration, MethodScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(FieldReference, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(FieldReference, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(FloatLiteral, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(ForeachStatement, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(ForStatement, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(IfStatement, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(ImportReference, CompilationUnitScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(Initializer, MethodScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(InstanceOfExpression, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(IntLiteral, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(Javadoc, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(Javadoc, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(JavadocAllocationExpression, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(JavadocAllocationExpression, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(JavadocArgumentExpression, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(JavadocArgumentExpression, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(JavadocArrayQualifiedTypeReference, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(JavadocArrayQualifiedTypeReference, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(JavadocArraySingleTypeReference, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(JavadocArraySingleTypeReference, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(JavadocFieldReference, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(JavadocFieldReference, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(JavadocImplicitTypeReference, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(JavadocImplicitTypeReference, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(JavadocMessageSend, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(JavadocMessageSend, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(JavadocQualifiedTypeReference, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(JavadocQualifiedTypeReference, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(JavadocReturnStatement, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(JavadocReturnStatement, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(JavadocSingleNameReference, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(JavadocSingleNameReference, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(JavadocSingleTypeReference, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(JavadocSingleTypeReference, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(LabeledStatement, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(LocalDeclaration, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(LongLiteral, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(MarkerAnnotation, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(MemberValuePair, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(MessageSend, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(MethodDeclaration, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(StringLiteralConcatenation, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(NormalAnnotation, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(NullLiteral, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(OR_OR_Expression, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(ParameterizedQualifiedTypeReference, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(ParameterizedQualifiedTypeReference, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(ParameterizedSingleTypeReference, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(ParameterizedSingleTypeReference, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(PostfixExpression, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(PrefixExpression, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(QualifiedAllocationExpression, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(QualifiedNameReference, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(QualifiedNameReference, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(QualifiedSuperReference, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(QualifiedSuperReference, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(QualifiedThisReference, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(QualifiedThisReference, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(QualifiedTypeReference, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(QualifiedTypeReference, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(ReturnStatement, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(SingleMemberAnnotation, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(SingleNameReference, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(SingleNameReference, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(SingleTypeReference, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(SingleTypeReference, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(StringLiteral, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(SuperReference, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(SwitchStatement, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(SynchronizedStatement, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(ThisReference, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(ThisReference, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(ThrowStatement, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(TrueLiteral, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(TryStatement, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(TypeDeclaration, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(TypeDeclaration, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(TypeDeclaration, CompilationUnitScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(TypeParameter, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(TypeParameter, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(UnaryExpression, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(UnionTypeReference, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(UnionTypeReference, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(WhileStatement, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(Wildcard, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
endVisit(Wildcard, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
Engine - Class in org.eclipse.jdt.internal.codeassist.impl
 
Engine(Map) - Constructor for class org.eclipse.jdt.internal.codeassist.impl.Engine
 
engine_completing - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
engine_searching - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
engine_searching_indexing - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
engine_searching_matching - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
ENHANCED_FOR_STATEMENT - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type EnhancedForStatement.
EnhancedForStatement - Class in org.eclipse.jdt.core.dom
Enhanced For statement AST node type (added in JLS3 API).
ensureIndexExists(IndexLocation, IPath) - Method in class org.eclipse.jdt.internal.core.search.indexing.IndexManager
 
ensureReadyToRun() - Method in class org.eclipse.jdt.internal.core.search.indexing.IndexRequest
 
ensureReadyToRun() - Method in class org.eclipse.jdt.internal.core.search.PatternSearchJob
 
ensureReadyToRun() - Method in interface org.eclipse.jdt.internal.core.search.processing.IJob
Ensures that this job is ready to run.
ensureSpaceAfterReplace(ASTNode, ChildPropertyDescriptor) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer
 
ensureSpaceBeforeReplace(ASTNode) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer
 
ensureSpaceLimit(Object, IJavaElement) - Method in class org.eclipse.jdt.internal.core.ElementCache
 
enterAbstractMethod(int, int[], int, int, char[], int, int, int, char[], int, int, char[][], int[], int[], char[][], int[], int[], int, int, int, char[][], int[], int[], int, boolean) - Method in class org.eclipse.jdt.internal.core.jdom.DOMBuilder
Deprecated. Creates a new DOMMethod and inizializes.
enterAbstractMethod(ISourceElementRequestor.MethodInfo) - Method in class org.eclipse.jdt.internal.core.jdom.SimpleDOMBuilder
Deprecated. Creates a new DOMMethod and inizializes.
enterAlignment(Alignment) - Method in class org.eclipse.jdt.internal.formatter.Scribe
 
enterAnyExceptionHandler(CodeStream) - Method in class org.eclipse.jdt.internal.compiler.ast.SubRoutineStatement
 
enterAnyExceptionHandler(CodeStream) - Method in class org.eclipse.jdt.internal.compiler.ast.TryStatement
 
enterClass(int, int[], int, int, int, char[], int, int, char[], int, int, char[][], int[], int[], int) - Method in interface org.eclipse.jdt.internal.compiler.IDocumentElementRequestor
 
enterClass(int, int[], int, int, int, char[], int, int, char[], int, int, char[][], int[], int[], int) - Method in class org.eclipse.jdt.internal.core.jdom.DOMBuilder
Deprecated.  
enterCompilationUnit() - Method in interface org.eclipse.jdt.internal.compiler.IDocumentElementRequestor
 
enterCompilationUnit() - Method in interface org.eclipse.jdt.internal.compiler.ISourceElementRequestor
 
enterCompilationUnit() - Method in class org.eclipse.jdt.internal.compiler.SourceElementRequestorAdapter
 
enterCompilationUnit() - Method in class org.eclipse.jdt.internal.core.CompilationUnitStructureRequestor
 
enterCompilationUnit() - Method in class org.eclipse.jdt.internal.core.jdom.AbstractDOMBuilder
Deprecated.  
enterCompilationUnit() - Method in class org.eclipse.jdt.internal.core.search.indexing.SourceIndexerRequestor
 
enterCompilationUnit() - Method in class org.eclipse.jdt.internal.core.SourceMapper
 
enterConstructor(int, int[], int, int, char[], int, int, char[][], int[], int[], char[][], int[], int[], int, char[][], int[], int[], int) - Method in interface org.eclipse.jdt.internal.compiler.IDocumentElementRequestor
 
enterConstructor(ISourceElementRequestor.MethodInfo) - Method in interface org.eclipse.jdt.internal.compiler.ISourceElementRequestor
 
enterConstructor(ISourceElementRequestor.MethodInfo) - Method in class org.eclipse.jdt.internal.compiler.SourceElementRequestorAdapter
 
enterConstructor(ISourceElementRequestor.MethodInfo) - Method in class org.eclipse.jdt.internal.core.CompilationUnitStructureRequestor
 
enterConstructor(int, int[], int, int, char[], int, int, char[][], int[], int[], char[][], int[], int[], int, char[][], int[], int[], int) - Method in class org.eclipse.jdt.internal.core.jdom.DOMBuilder
Deprecated.  
enterConstructor(ISourceElementRequestor.MethodInfo) - Method in class org.eclipse.jdt.internal.core.jdom.SimpleDOMBuilder
Deprecated.  
enterConstructor(ISourceElementRequestor.MethodInfo) - Method in class org.eclipse.jdt.internal.core.search.indexing.SourceIndexerRequestor
 
enterConstructor(ISourceElementRequestor.MethodInfo) - Method in class org.eclipse.jdt.internal.core.SourceMapper
 
enterDeclaredExceptionHandlers(CodeStream) - Method in class org.eclipse.jdt.internal.compiler.ast.SubRoutineStatement
 
enterDeclaredExceptionHandlers(CodeStream) - Method in class org.eclipse.jdt.internal.compiler.ast.TryStatement
 
enterField(int, int[], int, int, char[], int, int, int, char[], int, int, int, int) - Method in interface org.eclipse.jdt.internal.compiler.IDocumentElementRequestor
 
enterField(ISourceElementRequestor.FieldInfo) - Method in interface org.eclipse.jdt.internal.compiler.ISourceElementRequestor
 
enterField(ISourceElementRequestor.FieldInfo) - Method in class org.eclipse.jdt.internal.compiler.SourceElementRequestorAdapter
 
enterField(ISourceElementRequestor.FieldInfo) - Method in class org.eclipse.jdt.internal.core.CompilationUnitStructureRequestor
 
enterField(int, int[], int, int, char[], int, int, int, char[], int, int, int, int) - Method in class org.eclipse.jdt.internal.core.jdom.DOMBuilder
Deprecated.  
enterField(ISourceElementRequestor.FieldInfo) - Method in class org.eclipse.jdt.internal.core.jdom.SimpleDOMBuilder
Deprecated.  
enterField(ISourceElementRequestor.FieldInfo) - Method in class org.eclipse.jdt.internal.core.search.indexing.SourceIndexerRequestor
 
enterField(ISourceElementRequestor.FieldInfo) - Method in class org.eclipse.jdt.internal.core.SourceMapper
 
enterInitializer(int, int) - Method in interface org.eclipse.jdt.internal.compiler.ISourceElementRequestor
 
enterInitializer(int, int) - Method in class org.eclipse.jdt.internal.compiler.SourceElementRequestorAdapter
 
enterInitializer(int, int) - Method in class org.eclipse.jdt.internal.core.CompilationUnitStructureRequestor
 
enterInitializer(int, int) - Method in class org.eclipse.jdt.internal.core.jdom.SimpleDOMBuilder
Deprecated.  
enterInitializer(int, int) - Method in class org.eclipse.jdt.internal.core.search.indexing.SourceIndexerRequestor
 
enterInitializer(int, int) - Method in class org.eclipse.jdt.internal.core.SourceMapper
 
enterInterface(int, int[], int, int, int, char[], int, int, char[][], int[], int[], int) - Method in interface org.eclipse.jdt.internal.compiler.IDocumentElementRequestor
 
enterInterface(int, int[], int, int, int, char[], int, int, char[][], int[], int[], int) - Method in class org.eclipse.jdt.internal.core.jdom.DOMBuilder
Deprecated.  
enterMemberAlignment(Alignment) - Method in class org.eclipse.jdt.internal.formatter.Scribe
 
enterMethod(int, int[], int, int, char[], int, int, int, char[], int, int, char[][], int[], int[], char[][], int[], int[], int, int, int, char[][], int[], int[], int) - Method in interface org.eclipse.jdt.internal.compiler.IDocumentElementRequestor
 
enterMethod(ISourceElementRequestor.MethodInfo) - Method in interface org.eclipse.jdt.internal.compiler.ISourceElementRequestor
 
enterMethod(ISourceElementRequestor.MethodInfo) - Method in class org.eclipse.jdt.internal.compiler.SourceElementRequestorAdapter
 
enterMethod(ISourceElementRequestor.MethodInfo) - Method in class org.eclipse.jdt.internal.core.CompilationUnitStructureRequestor
 
enterMethod(int, int[], int, int, char[], int, int, int, char[], int, int, char[][], int[], int[], char[][], int[], int[], int, int, int, char[][], int[], int[], int) - Method in class org.eclipse.jdt.internal.core.jdom.DOMBuilder
Deprecated.  
enterMethod(ISourceElementRequestor.MethodInfo) - Method in class org.eclipse.jdt.internal.core.jdom.SimpleDOMBuilder
Deprecated.  
enterMethod(ISourceElementRequestor.MethodInfo) - Method in class org.eclipse.jdt.internal.core.search.indexing.SourceIndexerRequestor
 
enterMethod(ISourceElementRequestor.MethodInfo) - Method in class org.eclipse.jdt.internal.core.SourceMapper
 
enterParticipant(SearchParticipant) - Method in class org.eclipse.jdt.core.search.SearchRequestor
Intermediate notification sent when the given participant starts to contribute.
enterRead() - Method in class org.eclipse.jdt.internal.core.search.indexing.ReadWriteMonitor
Concurrent reading is allowed Blocking only when already writing.
enterType(ISourceElementRequestor.TypeInfo) - Method in interface org.eclipse.jdt.internal.compiler.ISourceElementRequestor
 
enterType(ISourceElementRequestor.TypeInfo) - Method in class org.eclipse.jdt.internal.compiler.SourceElementRequestorAdapter
 
enterType(ISourceElementRequestor.TypeInfo) - Method in class org.eclipse.jdt.internal.core.CompilationUnitStructureRequestor
 
enterType(int, int[], int, int, int, char[], int, int, char[], int, int, char[][], int[], int[], int, boolean) - Method in class org.eclipse.jdt.internal.core.jdom.DOMBuilder
Deprecated.  
enterType(ISourceElementRequestor.TypeInfo) - Method in class org.eclipse.jdt.internal.core.jdom.SimpleDOMBuilder
Deprecated.  
enterType(ISourceElementRequestor.TypeInfo) - Method in class org.eclipse.jdt.internal.core.search.indexing.SourceIndexerRequestor
 
enterType(ISourceElementRequestor.TypeInfo) - Method in class org.eclipse.jdt.internal.core.SourceMapper
 
enterWrite() - Method in class org.eclipse.jdt.internal.core.search.indexing.ReadWriteMonitor
Only one writer at a time is allowed to perform Blocking only when already writing or reading.
entity2Text(String) - Method in class org.eclipse.jdt.internal.formatter.comment.HTMLEntity2JavaReader
Replaces an HTML entity body (without & and ;) with its plain/text (or plain/java) counterpart.
entryKind - Variable in class org.eclipse.jdt.internal.core.ClasspathEntry
Describes the kind of classpath entry - one of CPE_PROJECT, CPE_LIBRARY, CPE_SOURCE, CPE_VARIABLE or CPE_CONTAINER
entryQueue - Variable in class org.eclipse.jdt.internal.core.util.LRUCache
Start of queue (most recently used entry)
entryQueueTail - Variable in class org.eclipse.jdt.internal.core.util.LRUCache
End of queue (least recently used entry)
EntryResult - Class in org.eclipse.jdt.internal.core.index
 
EntryResult(char[], Object) - Constructor for class org.eclipse.jdt.internal.core.index.EntryResult
 
entryTable - Variable in class org.eclipse.jdt.internal.core.util.LRUCache
Hash table for fast random access to cache entries
ENUM - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
The searched element is an enum.
ENUM - Static variable in interface org.eclipse.jdt.internal.codeassist.impl.Keywords
 
ENUM_CONSTANT - Static variable in class org.eclipse.jdt.internal.compiler.ast.AbstractVariableDeclaration
 
ENUM_CONSTANT_DECLARATION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type EnumConstantDeclaration.
ENUM_CONSTANT_SUMMARY - Static variable in interface org.eclipse.jdt.internal.core.JavadocConstants
 
ENUM_CONSTANTS - Static variable in class org.eclipse.jdt.internal.formatter.align.Alignment
 
ENUM_CONSTANTS_ARGUMENTS - Static variable in class org.eclipse.jdt.internal.formatter.align.Alignment
 
ENUM_CONSTANTS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.EnumDeclaration
The "enumConstants" structural property of this node type (element type: EnumConstantDeclaration).
ENUM_DECL - Static variable in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
 
ENUM_DECLARATION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type EnumDeclaration.
ENUM_SUFFIX - Static variable in interface org.eclipse.jdt.internal.core.search.indexing.IIndexConstants
 
ENUM_TAG - Static variable in interface org.eclipse.jdt.core.util.IAnnotationComponentValue
Tag value for a value that represents an enum constant
EnumAbstractMethodMustBeImplemented - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
enumAbstractMethodMustBeImplemented(AbstractMethodDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
enumConstant - Variable in class org.eclipse.jdt.internal.compiler.ast.AllocationExpression
 
EnumConstantCannotDefineAbstractMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
enumConstantCount() - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
 
EnumConstantDeclaration - Class in org.eclipse.jdt.core.dom
Enumeration constant declaration AST node type (added in JLS3 API).
EnumConstantMustImplementAbstractMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
enumConstantMustImplementAbstractMethod(AbstractMethodDeclaration, FieldDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
enumConstants() - Method in class org.eclipse.jdt.core.dom.EnumDeclaration
Returns the live ordered list of enum constant declarations of this enum declaration.
EnumConstantsCannotBeSurroundedByParenthesis - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
enumConstantsCannotBeSurroundedByParenthesis(Expression) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
enumConstantsCounter - Variable in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
 
EnumConstantSignature - Class in org.eclipse.jdt.internal.compiler.env
Represents a reference to a enum constant in the class file.
EnumConstantSignature(char[], char[]) - Constructor for class org.eclipse.jdt.internal.compiler.env.EnumConstantSignature
 
EnumDeclaration - Class in org.eclipse.jdt.core.dom
Enum declaration AST node type (added in JLS3 API).
EnumStaticFieldInInInitializerContext - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
enumStaticFieldUsedDuringInitialization(FieldBinding, ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
EnumSwitchCannotTargetField - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
enumSwitchCannotTargetField(Reference, FieldBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
EnumUsedAsAnIdentifier - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
EnumValueOf - Static variable in class org.eclipse.jdt.internal.compiler.lookup.SyntheticMethodBinding
 
EnumValues - Static variable in class org.eclipse.jdt.internal.compiler.lookup.SyntheticMethodBinding
 
enumValuesSyntheticfield - Variable in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
 
environment() - Method in class org.eclipse.jdt.internal.compiler.lookup.ArrayBinding
 
environment - Variable in class org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding
 
environment - Variable in class org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope
 
environment - Variable in class org.eclipse.jdt.internal.compiler.lookup.PackageBinding
 
environment() - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding
 
environment - Variable in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
 
environment() - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
 
environment() - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
environment() - Method in interface org.eclipse.jdt.internal.compiler.lookup.Substitution
Returns the lookup environment
EOF - Static variable in class java_cup.terminal
Special terminal for end of input.
EOF_sym() - Method in class java_cup.runtime.lr_parser
The index of the end of file terminal Symbol (supplied by generated subclass).
eofPosition - Variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
eofPosition - Variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
EOFT_SYMBOL - Static variable in interface org.eclipse.jdt.internal.compiler.parser.ParserBasicInformation
 
EOLT_SYMBOL - Static variable in interface org.eclipse.jdt.internal.compiler.parser.ParserBasicInformation
 
EQUAL - Static variable in interface org.eclipse.jdt.internal.compiler.ast.OperatorIds
 
EQUAL_EQUAL - Static variable in interface org.eclipse.jdt.internal.compiler.ast.OperatorIds
 
EQUAL_OR_MORE_SPECIFIC - Static variable in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
equalArrays(Object[], Object[], int) - Static method in class org.eclipse.jdt.internal.core.util.Util
Compares two arrays using equals() on the elements.
equalArraysOrNull(int[], int[]) - Static method in class org.eclipse.jdt.internal.core.util.Util
Compares two arrays using equals() on the elements.
equalArraysOrNull(Object[], Object[]) - Static method in class org.eclipse.jdt.internal.core.util.Util
Compares two arrays using equals() on the elements.
equalArraysOrNullSortFirst(Util.Comparable[], Util.Comparable[]) - Static method in class org.eclipse.jdt.internal.core.util.Util
Compares two arrays using equals() on the elements.
equalArraysOrNullSortFirst(String[], String[]) - Static method in class org.eclipse.jdt.internal.core.util.Util
Compares two String arrays using equals() on the elements.
EqualExpression - Class in org.eclipse.jdt.internal.compiler.ast
 
EqualExpression(Expression, Expression, int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.EqualExpression
 
equalOrNull(Object, Object) - Static method in class org.eclipse.jdt.internal.core.util.Util
Compares two objects using equals().
equals(action_part) - Method in class java_cup.action_part
Equality comparison for properly typed object.
equals(Object) - Method in class java_cup.action_part
Generic equality comparison.
equals(lalr_item) - Method in class java_cup.lalr_item
Equality comparison -- here we only require the cores to be equal since we need to do sets of items based only on core equality (ignoring lookahead sets).
equals(Object) - Method in class java_cup.lalr_item
Generic equality comparison.
equals(lalr_item_set) - Method in class java_cup.lalr_item_set
Equality comparison.
equals(Object) - Method in class java_cup.lalr_item_set
Generic equality comparison.
equals(lalr_state) - Method in class java_cup.lalr_state
Equality comparison.
equals(Object) - Method in class java_cup.lalr_state
Generic equality comparison.
equals(lr_item_core) - Method in class java_cup.lr_item_core
Equality comparison.
equals(Object) - Method in class java_cup.lr_item_core
Generic equality comparison.
equals(parse_action) - Method in class java_cup.nonassoc_action
Equality test.
equals(Object) - Method in class java_cup.nonassoc_action
Generic equality test.
equals(parse_action) - Method in class java_cup.parse_action
Equality test.
equals(Object) - Method in class java_cup.parse_action
Generic equality test.
equals(production) - Method in class java_cup.production
Equality comparison.
equals(Object) - Method in class java_cup.production
Generic equality comparison.
equals(production_part) - Method in class java_cup.production_part
Equality comparison.
equals(Object) - Method in class java_cup.production_part
Generic equality comparison.
equals(reduce_action) - Method in class java_cup.reduce_action
Equality test.
equals(Object) - Method in class java_cup.reduce_action
Generic equality test.
equals(shift_action) - Method in class java_cup.shift_action
Equality test.
equals(Object) - Method in class java_cup.shift_action
Generic equality test.
equals(symbol_part) - Method in class java_cup.symbol_part
Equality comparison.
equals(Object) - Method in class java_cup.symbol_part
Generic equality comparison.
equals(symbol_set) - Method in class java_cup.symbol_set
Equality comparison.
equals(Object) - Method in class java_cup.symbol_set
Generic equality comparison.
equals(terminal_set) - Method in class java_cup.terminal_set
Equality comparison.
equals(Object) - Method in class java_cup.terminal_set
Generic equality comparison.
equals(char[][], char[][]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers true if the two arrays are identical character by character, otherwise false.
equals(char[][], char[][], boolean) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
If isCaseSensite is true, answers true if the two arrays are identical character by character, otherwise false.
equals(char[], char[]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers true if the two arrays are identical character by character, otherwise false.
equals(char[], char[], int, int) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers true if the first array is identical character by character to a portion of the second array delimited from position secondStart (inclusive) to secondEnd(exclusive), otherwise false.
equals(char[], char[], int, int, boolean) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers true if the first array is identical character by character to a portion of the second array delimited from position secondStart (inclusive) to secondEnd(exclusive), otherwise false.
equals(char[], char[], boolean) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
If isCaseSensite is true, answers true if the two arrays are identical character by character, otherwise false.
equals(Object) - Method in class org.eclipse.jdt.core.dom.ASTNode
The ASTNode implementation of this Object method uses object identity (==).
equals(Object) - Method in interface org.eclipse.jdt.core.dom.IBinding
There is no special definition of equality for bindings; equality is simply object identity.
EQUALS - Static variable in class org.eclipse.jdt.core.dom.InfixExpression.Operator
Equals "==" operator.
equals(Object) - Method in class org.eclipse.jdt.core.SourceRange
 
equals(Object) - Method in class org.eclipse.jdt.internal.compiler.batch.ClasspathLocation
 
equals(Object) - Method in class org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo
 
equals(Object) - Method in class org.eclipse.jdt.internal.compiler.classfmt.ElementValuePairInfo
 
equals(Object) - Method in class org.eclipse.jdt.internal.compiler.classfmt.FieldInfo
 
equals(Object) - Method in class org.eclipse.jdt.internal.compiler.classfmt.MethodInfo
 
Equals - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
equals(Object) - Method in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.ExceptionMarker
 
equals(Object) - Method in class org.eclipse.jdt.internal.compiler.codegen.VerificationTypeInfo
 
equals(Object) - Method in class org.eclipse.jdt.internal.compiler.env.AccessRule
 
equals(Object) - Method in class org.eclipse.jdt.internal.compiler.env.AccessRuleSet
 
equals(Object) - Method in class org.eclipse.jdt.internal.compiler.env.ClassSignature
 
equals(Object) - Method in class org.eclipse.jdt.internal.compiler.env.EnumConstantSignature
 
equals(Object) - Method in class org.eclipse.jdt.internal.compiler.impl.BooleanConstant
 
equals(Object) - Method in class org.eclipse.jdt.internal.compiler.impl.ByteConstant
 
equals(Object) - Method in class org.eclipse.jdt.internal.compiler.impl.CharConstant
 
equals(Object) - Method in class org.eclipse.jdt.internal.compiler.impl.DoubleConstant
 
equals(Object) - Method in class org.eclipse.jdt.internal.compiler.impl.FloatConstant
 
equals(Object) - Method in class org.eclipse.jdt.internal.compiler.impl.IntConstant
 
equals(Object) - Method in class org.eclipse.jdt.internal.compiler.impl.LongConstant
 
equals(Object) - Method in class org.eclipse.jdt.internal.compiler.impl.ShortConstant
 
equals(Object) - Method in class org.eclipse.jdt.internal.compiler.impl.StringConstant
 
EQUALS - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
equals(Object) - Method in class org.eclipse.jdt.internal.core.Annotation
 
equals(Object) - Method in class org.eclipse.jdt.internal.core.BinaryType
 
equals(Object) - Method in class org.eclipse.jdt.internal.core.BufferFactoryWrapper
Deprecated.  
equals(Object) - Method in class org.eclipse.jdt.internal.core.builder.ClasspathDirectory
 
equals(Object) - Method in class org.eclipse.jdt.internal.core.builder.ClasspathJar
 
equals(Object) - Method in class org.eclipse.jdt.internal.core.builder.ClasspathMultiDirectory
 
equals(Object) - Method in class org.eclipse.jdt.internal.core.builder.SourceFile
 
equals(Object) - Method in class org.eclipse.jdt.internal.core.ClassFile
 
equals(Object) - Method in class org.eclipse.jdt.internal.core.ClasspathAttribute
 
equals(Object) - Method in class org.eclipse.jdt.internal.core.ClasspathChange
 
equals(Object) - Method in class org.eclipse.jdt.internal.core.ClasspathEntry
Returns true if the given object is a classpath entry with equivalent attributes.
equals(Object) - Method in class org.eclipse.jdt.internal.core.CompilationUnit
Returns true if this handle represents the same Java element as the given handle.
equals(Object) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.RewriteEventStore.PropertyLocation
 
equals(Object) - Method in class org.eclipse.jdt.internal.core.ExternalJavaProject
 
equals(Object) - Method in class org.eclipse.jdt.internal.core.ExternalPackageFragmentRoot
Returns true if this handle represents the same external folder as the given handle.
equals(Object) - Method in class org.eclipse.jdt.internal.core.ImportContainer
 
equals(Object) - Method in class org.eclipse.jdt.internal.core.ImportDeclaration
 
equals(Object) - Method in class org.eclipse.jdt.internal.core.index.FileIndexLocation
 
equals(Object) - Method in class org.eclipse.jdt.internal.core.index.JarIndexLocation
 
equals(Object) - Method in class org.eclipse.jdt.internal.core.Initializer
 
equals(Object) - Method in class org.eclipse.jdt.internal.core.JarEntryResource
 
equals(Object) - Method in class org.eclipse.jdt.internal.core.JarPackageFragmentRoot
Returns true if this handle represents the same jar as the given handle.
equals(Object) - Method in class org.eclipse.jdt.internal.core.JavaElement
Returns true if this handle represents the same Java element as the given handle.
equals(Object) - Method in class org.eclipse.jdt.internal.core.JavaModel
 
equals(Object) - Method in class org.eclipse.jdt.internal.core.JavaProject
Returns true if this handle represents the same Java project as the given handle.
equals(Object) - Method in class org.eclipse.jdt.internal.core.LocalVariable
 
equals(Object) - Method in class org.eclipse.jdt.internal.core.MemberValuePair
 
equals(Object) - Method in class org.eclipse.jdt.internal.core.NonJavaResource
 
equals(Object) - Method in class org.eclipse.jdt.internal.core.PackageDeclaration
 
equals(Object) - Method in class org.eclipse.jdt.internal.core.PackageFragment
 
equals(Object) - Method in class org.eclipse.jdt.internal.core.PackageFragmentRoot
Compares two objects for equality; for PackageFragmentRoots, equality is having the same parent, same resources, and occurrence count.
equals(Object) - Method in class org.eclipse.jdt.internal.core.search.indexing.IndexAllProject
 
equals(Object) - Method in class org.eclipse.jdt.internal.core.search.indexing.IndexBinaryFolder
 
equals(Object) - Method in class org.eclipse.jdt.internal.core.search.JavaSearchTypeNameMatch
 
equals(Object) - Method in class org.eclipse.jdt.internal.core.search.JavaWorkspaceScope
 
equals(Object) - Method in class org.eclipse.jdt.internal.core.search.matching.ClasspathSourceDirectory
 
equals(Object) - Method in class org.eclipse.jdt.internal.core.search.matching.PossibleMatch
 
equals(Object) - Method in class org.eclipse.jdt.internal.core.SourceField
 
equals(Object) - Method in class org.eclipse.jdt.internal.core.SourceMapper.LocalVariableElementKey
 
equals(Object) - Method in class org.eclipse.jdt.internal.core.SourceMethod
 
equals(Object) - Method in class org.eclipse.jdt.internal.core.SourceRefElement
 
equals(Object) - Method in class org.eclipse.jdt.internal.core.SourceType
 
equals(Object) - Method in class org.eclipse.jdt.internal.core.TypeParameter
 
equals(Object) - Method in class org.eclipse.jdt.internal.core.UserLibrary
 
equals(Object) - Method in class org.eclipse.jdt.internal.core.util.WeakHashSet.HashableWeakReference
 
equals(Object) - Method in class org.eclipse.jdt.internal.core.util.WeakHashSetOfCharArray.HashableWeakReference
 
equalsAndSameParent(IJavaElement, IJavaElement) - Method in class org.eclipse.jdt.internal.core.JavaElementDelta
Returns whether the two java elements are equals and have the same parent.
equalsIgnoreJavaLikeExtension(String, String) - Static method in class org.eclipse.jdt.internal.core.util.Util
 
equalsOneOf(IPath, IPath[]) - Method in class org.eclipse.jdt.internal.core.JavaModelOperation
 
EqualsSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
erasure() - Method in class org.eclipse.jdt.internal.compiler.lookup.ArrayBinding
 
erasure() - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
 
erasure() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
 
erasure() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding
 
erasure() - Method in class org.eclipse.jdt.internal.compiler.lookup.WildcardBinding
 
ERASURE_MATCH - Static variable in class org.eclipse.jdt.internal.core.search.matching.PatternLocator
 
ErrBadClassname - Static variable in exception org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException
 
ErrBadConstantClass - Static variable in exception org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException
 
ErrBadConstantFieldRef - Static variable in exception org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException
 
ErrBadConstantInterfaceMethodRef - Static variable in exception org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException
 
ErrBadConstantMethodRef - Static variable in exception org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException
 
ErrBadConstantNameAndType - Static variable in exception org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException
 
ErrBadConstantPoolIndex - Static variable in exception org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException
 
ErrBadConstantString - Static variable in exception org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException
 
ErrBadFieldInfo - Static variable in exception org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException
 
ErrBadInterface - Static variable in exception org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException
 
ErrBadMagic - Static variable in exception org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException
 
ErrBadMajorVersion - Static variable in exception org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException
 
ErrBadMethodInfo - Static variable in exception org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException
 
ErrBadMinorVersion - Static variable in exception org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException
 
ErrBadModifiers - Static variable in exception org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException
 
ErrBadSuperclassName - Static variable in exception org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException
 
ErrClassCannotBeAbstractFinal - Static variable in exception org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException
 
ErrEmptyConstantPool - Static variable in exception org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException
 
ErrIncorrectInterfaceMethods - Static variable in exception org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException
 
ErrInterfaceCannotBeFinal - Static variable in exception org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException
 
ErrInterfaceMustBeAbstract - Static variable in exception org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException
 
ErrInterfaceMustSubclassObject - Static variable in exception org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException
 
ErrInvalidMethodName - Static variable in exception org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException
 
ErrInvalidMethodSignature - Static variable in exception org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException
 
ErrMalformedAttribute - Static variable in exception org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException
 
ErrMalformedUtf8 - Static variable in exception org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException
 
ErrMethodMustBeAbstract - Static variable in exception org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException
 
ERROR - Static variable in class java_cup.parse_action
Constant for action type -- error action.
error - Static variable in class java_cup.terminal
special terminal used for error recovery
ERROR - Static variable in class org.eclipse.jdt.core.JavaCore
Configurable option value: "error".
ERROR - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
Error - Static variable in interface org.eclipse.jdt.internal.compiler.problem.ProblemSeverities
 
error(int, IJavaElement) - Method in class org.eclipse.jdt.internal.core.MultiOperation
Convenience method to create a JavaModelException embending a JavaModelStatus.
ERROR_ACTION - Static variable in interface org.eclipse.jdt.internal.compiler.parser.ParserBasicInformation
 
ERROR_MALFORMED_UTF8 - Static variable in exception org.eclipse.jdt.core.util.ClassFormatException
 
error_recovery(boolean) - Method in class java_cup.runtime.lr_parser
Attempt to recover from a syntax error.
error_sym() - Method in class java_cup.runtime.lr_parser
The index of the special error Symbol (supplied by generated subclass).
ERROR_SYMBOL - Static variable in interface org.eclipse.jdt.internal.compiler.parser.ParserBasicInformation
 
error_sync_size() - Method in class java_cup.runtime.lr_parser
The number of Symbols after an error we much match to consider it recovered from.
ERROR_TRUNCATED_INPUT - Static variable in exception org.eclipse.jdt.core.util.ClassFormatException
 
ErrorInSignature - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
ErrorManager - Class in java_cup
 
errorNoMethodFor(MessageSend, TypeBinding, TypeBinding[]) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
errorReportSource(char[]) - Method in class org.eclipse.jdt.internal.compiler.problem.DefaultProblem
 
errorThisSuperInStatic(ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
errorThreshold - Variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
Defaults defined at IrritantSet.COMPILER_DEFAULT_ERRORS
ErrTruncatedInput - Static variable in exception org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException
 
ErrUnknownConstantTag - Static variable in exception org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException
 
ESCAPED_VALUE_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.CharacterLiteral
The "escapedValue" structural property of this node type (type: String).
ESCAPED_VALUE_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.StringLiteral
The "escapedValue" structural property of this node type (type: String).
escapeMementoName(StringBuffer, String) - Method in class org.eclipse.jdt.internal.core.JavaElement
 
escapeString(String) - Static method in class org.eclipse.jdt.internal.core.util.Disassembler
 
ESCAPING - Static variable in class org.eclipse.jdt.internal.compiler.ast.SwitchStatement
 
evaluate(char[], char[][], char[][], int[], char[], boolean, boolean, INameEnvironment, Map, IRequestor, IProblemFactory) - Method in class org.eclipse.jdt.internal.eval.EvaluationContext
 
evaluate(char[], INameEnvironment, Map, IRequestor, IProblemFactory) - Method in class org.eclipse.jdt.internal.eval.EvaluationContext
 
evaluateCodeSnippet(String, String[], String[], int[], IType, boolean, boolean, ICodeSnippetRequestor, IProgressMonitor) - Method in interface org.eclipse.jdt.core.eval.IEvaluationContext
Evaluates the given code snippet in the context of a suspended thread.
evaluateCodeSnippet(String, ICodeSnippetRequestor, IProgressMonitor) - Method in interface org.eclipse.jdt.core.eval.IEvaluationContext
Evaluates the given code snippet.
evaluateCodeSnippet(String, String[], String[], int[], IType, boolean, boolean, ICodeSnippetRequestor, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.eval.EvaluationContextWrapper
 
evaluateCodeSnippet(String, ICodeSnippetRequestor, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.eval.EvaluationContextWrapper
 
evaluateFormatterEdit(String, TextEdit, Position[]) - Static method in class org.eclipse.jdt.internal.formatter.comment.CommentFormatterUtil
Evaluates the edit on the given string.
evaluateImports(INameEnvironment, IRequestor, IProblemFactory) - Method in class org.eclipse.jdt.internal.eval.EvaluationContext
 
evaluateVariable(IGlobalVariable, ICodeSnippetRequestor, IProgressMonitor) - Method in interface org.eclipse.jdt.core.eval.IEvaluationContext
Evaluates the given global variable.
evaluateVariable(IGlobalVariable, ICodeSnippetRequestor, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.eval.EvaluationContextWrapper
 
evaluateVariable(GlobalVariable, INameEnvironment, Map, IRequestor, IProblemFactory) - Method in class org.eclipse.jdt.internal.eval.EvaluationContext
 
evaluateVariables(INameEnvironment, Map, IRequestor, IProblemFactory) - Method in class org.eclipse.jdt.internal.eval.EvaluationContext
 
EVALUATION_ERROR - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status constant indicating that an error was encountered while trying to evaluate a code snippet, or other item.
EvaluationConstants - Interface in org.eclipse.jdt.internal.eval
 
EvaluationContext - Class in org.eclipse.jdt.internal.eval
 
EvaluationContext() - Constructor for class org.eclipse.jdt.internal.eval.EvaluationContext
Creates a new evaluation context.
EvaluationContextWrapper - Class in org.eclipse.jdt.internal.core.eval
A wrapper around the infrastructure evaluation context.
EvaluationContextWrapper(EvaluationContext, JavaProject) - Constructor for class org.eclipse.jdt.internal.core.eval.EvaluationContextWrapper
Creates a new wrapper around the given infrastructure evaluation context and project.
EvaluationResult - Class in org.eclipse.jdt.internal.eval
An EvaluationResult is the result of a code snippet evaluation, a global variable evaluation or it is used to report problems against imports and package declaration.
EvaluationResult(char[], int, char[], char[]) - Constructor for class org.eclipse.jdt.internal.eval.EvaluationResult
 
EvaluationResult(char[], int, CategorizedProblem[]) - Constructor for class org.eclipse.jdt.internal.eval.EvaluationResult
 
evaluationResultsForCompilationProblems(CompilationResult, char[]) - Method in class org.eclipse.jdt.internal.eval.Evaluator
Returns the evaluation results that converts the given compilation result that has problems.
Evaluator - Class in org.eclipse.jdt.internal.eval
A evaluator builds a compilation unit and compiles it into class files.
EXACT_FLAVOR - Static variable in class org.eclipse.jdt.internal.core.search.matching.PatternLocator
 
EXACT_MATCH - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
Deprecated. Use SearchPattern.R_EXACT_MATCH instead.
EXACT_MATCH - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchResultCollector
Deprecated. Use SearchMatch.A_ACCURATE instead.
EXCEPTION - Static variable in interface org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadoc
 
exception - Variable in class org.eclipse.jdt.internal.compiler.ast.ThrowStatement
 
exception - Variable in exception org.eclipse.jdt.internal.compiler.problem.AbortCompilation
 
exception - Variable in class org.eclipse.jdt.internal.core.util.JavaElementFinder
 
EXCEPTION_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.CatchClause
The "exception" structural property of this node type (child type: SingleVariableDeclaration).
exception_wrongFormat - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
exceptionArgument - Variable in class org.eclipse.jdt.internal.compiler.ast.AssertStatement
 
ExceptionAttribute - Class in org.eclipse.jdt.internal.core.util
Default implementation of IExceptionAttribute.
exceptionCount - Variable in class org.eclipse.jdt.internal.compiler.flow.InitializationFlowContext
 
ExceptionHandlingFlowContext - Class in org.eclipse.jdt.internal.compiler.flow
Reflects the context of code analysis, keeping track of enclosing try statements, exception handlers, etc...
ExceptionHandlingFlowContext(FlowContext, ASTNode, ReferenceBinding[], FlowContext, BlockScope, UnconditionalFlowInfo) - Constructor for class org.eclipse.jdt.internal.compiler.flow.ExceptionHandlingFlowContext
 
ExceptionHandlingFlowContext(FlowContext, ASTNode, ReferenceBinding[], int[], Argument[], FlowContext, BlockScope, UnconditionalFlowInfo) - Constructor for class org.eclipse.jdt.internal.compiler.flow.ExceptionHandlingFlowContext
 
ExceptionLabel - Class in org.eclipse.jdt.internal.compiler.codegen
 
ExceptionLabel(CodeStream, TypeBinding) - Constructor for class org.eclipse.jdt.internal.compiler.codegen.ExceptionLabel
 
exceptionLabels - Variable in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
exceptionLabelsCounter - Variable in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
exceptionMarkers - Variable in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream
 
exceptionNames - Variable in class org.eclipse.jdt.internal.compiler.classfmt.MethodInfo
 
exceptionReferences - Variable in class org.eclipse.jdt.internal.compiler.ast.Javadoc
 
EXCEPTIONS - Static variable in interface org.eclipse.jdt.core.util.IAttributeNamesConstants
"Exceptions" attribute.
ExceptionsName - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.AttributeNamesConstants
 
ExceptionTableEntry - Class in org.eclipse.jdt.internal.core.util
This class describes an entry in the exception table attribute according to the JVM specifications.
exceptionThrowerFlowInfos - Variable in class org.eclipse.jdt.internal.compiler.flow.InitializationFlowContext
 
exceptionThrowers - Variable in class org.eclipse.jdt.internal.compiler.flow.InitializationFlowContext
 
exceptionType - Variable in class org.eclipse.jdt.internal.compiler.ast.ThrowStatement
 
exceptionType - Variable in class org.eclipse.jdt.internal.compiler.codegen.ExceptionLabel
 
ExceptionTypeAmbiguous - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Deprecated. - problem is no longer generated, use IProblem.AmbiguousType instead
ExceptionTypeInheritedNameHidesEnclosingName - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Deprecated. - problem is no longer generated, use IProblem.InheritedTypeHidesEnclosingName instead
ExceptionTypeInternalNameProvided - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Deprecated. - problem is no longer generated, use IProblem.InternalTypeNameProvided instead
ExceptionTypeNotFound - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Deprecated. - problem is no longer generated, use IProblem.UndefinedType instead
ExceptionTypeNotVisible - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Deprecated. - problem is no longer generated, use IProblem.NotVisibleType instead
exceptionTypes - Variable in class org.eclipse.jdt.internal.compiler.ISourceElementRequestor.MethodInfo
 
exceptionTypes - Variable in class org.eclipse.jdt.internal.core.SourceMethodElementInfo
A collection of type names of the exceptions this method throws, or an empty collection if this method does not declare to throw any exceptions.
EXCLUDE_NONE - Static variable in class org.eclipse.jdt.internal.core.ClasspathEntry
 
execute() - Method in class java_cup.anttask.CUPTask
executes the task parses all attributes and validates options...
execute() - Method in class org.eclipse.jdt.core.BuildJarIndex
 
execute() - Method in class org.eclipse.jdt.core.CheckDebugAttributes
 
execute() - Method in class org.eclipse.jdt.core.JDTCompilerAdapter
Performs a compile using the JDT batch compiler
execute(IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.search.indexing.IndexAllProject
Ensure consistency of a project index.
execute(IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.search.indexing.IndexBinaryFolder
Ensure consistency of a folder index.
execute(IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.search.indexing.SaveIndex
 
execute(IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.search.PatternSearchJob
 
execute(IProgressMonitor) - Method in interface org.eclipse.jdt.internal.core.search.processing.IJob
Execute the current job, answer whether it was successful.
executeNestedOperation(JavaModelOperation, int) - Method in class org.eclipse.jdt.internal.core.JavaModelOperation
Convenience method to run an operation within this operation
executeOperation() - Method in class org.eclipse.jdt.internal.core.BatchOperation
 
executeOperation() - Method in class org.eclipse.jdt.internal.core.BecomeWorkingCopyOperation
 
executeOperation() - Method in class org.eclipse.jdt.internal.core.CommitWorkingCopyOperation
 
executeOperation() - Method in class org.eclipse.jdt.internal.core.CopyPackageFragmentRootOperation
 
executeOperation() - Method in class org.eclipse.jdt.internal.core.CreateCompilationUnitOperation
Creates a compilation unit.
executeOperation() - Method in class org.eclipse.jdt.internal.core.CreateElementInCUOperation
Execute the operation - generate new source for the compilation unit and save the results.
executeOperation() - Method in class org.eclipse.jdt.internal.core.CreatePackageFragmentOperation
Execute the operation - creates the new package fragment and any side effect package fragments.
executeOperation() - Method in class org.eclipse.jdt.internal.core.CreateTypeHierarchyOperation
Performs the operation - creates the type hierarchy
executeOperation() - Method in class org.eclipse.jdt.internal.core.DeletePackageFragmentRootOperation
 
executeOperation() - Method in class org.eclipse.jdt.internal.core.DiscardWorkingCopyOperation
 
executeOperation() - Method in class org.eclipse.jdt.internal.core.JavaModelOperation
Performs the operation specific behavior.
executeOperation() - Method in class org.eclipse.jdt.internal.core.MovePackageFragmentRootOperation
 
executeOperation() - Method in class org.eclipse.jdt.internal.core.MultiOperation
Executes the operation.
executeOperation() - Method in class org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation
 
executeOperation() - Method in class org.eclipse.jdt.internal.core.SetClasspathOperation
Sets the classpath of the pre-specified project.
executeOperation() - Method in class org.eclipse.jdt.internal.core.SetContainerOperation
 
executeOperation() - Method in class org.eclipse.jdt.internal.core.SetVariablesOperation
 
executeOperation() - Method in class org.eclipse.jdt.internal.core.SortElementsOperation
 
executing - Variable in class org.eclipse.jdt.internal.core.search.processing.JobManager
 
executionTime - Variable in class org.eclipse.jdt.internal.core.search.PatternSearchJob
 
existingExternalConfirmedFiles - Static variable in class org.eclipse.jdt.internal.core.JavaModel
A set of external files (JavaModel.existingExternalFiles) which have been confirmed as file (i.e.
existingExternalFiles - Static variable in class org.eclipse.jdt.internal.core.JavaModel
A set of java.io.Files used as a cache of external jars that are known to be existing.
exists() - Method in interface org.eclipse.jdt.core.IJavaElement
Returns whether this Java element exists in the model.
exists() - Method in interface org.eclipse.jdt.core.ISourceReference
Returns whether this element exists in the model.
exists() - Method in interface org.eclipse.jdt.core.ITypeHierarchy
Returns whether the type and project this hierarchy was created on exist.
exists() - Method in class org.eclipse.jdt.internal.core.ExternalJavaProject
 
exists() - Method in class org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy
 
exists() - Method in class org.eclipse.jdt.internal.core.index.FileIndexLocation
 
exists() - Method in class org.eclipse.jdt.internal.core.index.IndexLocation
 
exists() - Method in class org.eclipse.jdt.internal.core.index.JarIndexLocation
 
exists() - Method in class org.eclipse.jdt.internal.core.JavaElement
 
exists() - Method in class org.eclipse.jdt.internal.core.LocalVariable
 
exists() - Method in class org.eclipse.jdt.internal.core.Openable
 
exists() - Method in class org.eclipse.jdt.internal.core.PackageFragment
 
existsUsingJarTypeCache() - Method in class org.eclipse.jdt.internal.core.ClassFile
 
Exit - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
EXIT_RESOURCE - Static variable in class org.eclipse.jdt.internal.compiler.flow.FlowContext
 
exitAbstractMethod(int, int) - Method in class org.eclipse.jdt.internal.core.jdom.DOMBuilder
Deprecated. Finishes the configuration of the constructors and methods.
exitAfterAllProblems() - Static method in class org.eclipse.jdt.internal.compiler.DefaultErrorHandlingPolicies
 
exitAlignment(Alignment, boolean) - Method in class org.eclipse.jdt.internal.formatter.Scribe
 
exitAnyExceptionHandler() - Method in class org.eclipse.jdt.internal.compiler.ast.SubRoutineStatement
 
exitAnyExceptionHandler() - Method in class org.eclipse.jdt.internal.compiler.ast.TryStatement
 
exitClass(int, int) - Method in interface org.eclipse.jdt.internal.compiler.IDocumentElementRequestor
 
exitClass(int, int) - Method in class org.eclipse.jdt.internal.core.jdom.DOMBuilder
Deprecated. Finishes the configuration of the class DOM object which was created by a previous enterClass call.
exitCompilationUnit(int) - Method in interface org.eclipse.jdt.internal.compiler.IDocumentElementRequestor
 
exitCompilationUnit(int) - Method in interface org.eclipse.jdt.internal.compiler.ISourceElementRequestor
 
exitCompilationUnit(int) - Method in class org.eclipse.jdt.internal.compiler.SourceElementRequestorAdapter
 
exitCompilationUnit(int) - Method in class org.eclipse.jdt.internal.core.CompilationUnitStructureRequestor
 
exitCompilationUnit(int) - Method in class org.eclipse.jdt.internal.core.jdom.AbstractDOMBuilder
Deprecated. Finishes the configuration of the compilation unit DOM object which was created by a previous enterCompilationUnit call.
exitCompilationUnit(int) - Method in class org.eclipse.jdt.internal.core.search.indexing.SourceIndexerRequestor
 
exitCompilationUnit(int) - Method in class org.eclipse.jdt.internal.core.SourceMapper
 
exitConstructor(int, int) - Method in interface org.eclipse.jdt.internal.compiler.IDocumentElementRequestor
 
exitConstructor(int) - Method in interface org.eclipse.jdt.internal.compiler.ISourceElementRequestor
 
exitConstructor(int) - Method in class org.eclipse.jdt.internal.compiler.SourceElementRequestorAdapter
 
exitConstructor(int) - Method in class org.eclipse.jdt.internal.core.CompilationUnitStructureRequestor
 
exitConstructor(int, int) - Method in class org.eclipse.jdt.internal.core.jdom.DOMBuilder
Deprecated. Finishes the configuration of the method DOM object which was created by a previous enterConstructor call.
exitConstructor(int) - Method in class org.eclipse.jdt.internal.core.jdom.SimpleDOMBuilder
Deprecated. Finishes the configuration of the method DOM object which was created by a previous enterConstructor call.
exitConstructor(int) - Method in class org.eclipse.jdt.internal.core.search.indexing.SourceIndexerRequestor
 
exitConstructor(int) - Method in class org.eclipse.jdt.internal.core.SourceMapper
 
exitDeclaredExceptionHandlers(CodeStream) - Method in class org.eclipse.jdt.internal.compiler.ast.SubRoutineStatement
 
exitDeclaredExceptionHandlers(CodeStream) - Method in class org.eclipse.jdt.internal.compiler.ast.TryStatement
 
exitField(int, int) - Method in interface org.eclipse.jdt.internal.compiler.IDocumentElementRequestor
 
exitField(int, int, int) - Method in interface org.eclipse.jdt.internal.compiler.ISourceElementRequestor
 
exitField(int, int, int) - Method in class org.eclipse.jdt.internal.compiler.SourceElementRequestorAdapter
 
exitField(int, int, int) - Method in class org.eclipse.jdt.internal.core.CompilationUnitStructureRequestor
 
exitField(int, int) - Method in class org.eclipse.jdt.internal.core.jdom.DOMBuilder
Deprecated. Finishes the configuration of the field DOM object which was created by a previous enterField call.
exitField(int, int, int) - Method in class org.eclipse.jdt.internal.core.jdom.SimpleDOMBuilder
Deprecated.  
exitField(int, int, int) - Method in class org.eclipse.jdt.internal.core.search.indexing.SourceIndexerRequestor
 
exitField(int, int, int) - Method in class org.eclipse.jdt.internal.core.SourceMapper
 
exitInitializer(int) - Method in interface org.eclipse.jdt.internal.compiler.ISourceElementRequestor
 
exitInitializer(int) - Method in class org.eclipse.jdt.internal.compiler.SourceElementRequestorAdapter
 
exitInitializer(int) - Method in class org.eclipse.jdt.internal.core.CompilationUnitStructureRequestor
 
exitInitializer(int) - Method in class org.eclipse.jdt.internal.core.jdom.SimpleDOMBuilder
Deprecated.  
exitInitializer(int) - Method in class org.eclipse.jdt.internal.core.search.indexing.SourceIndexerRequestor
 
exitInitializer(int) - Method in class org.eclipse.jdt.internal.core.SourceMapper
 
exitInterface(int, int) - Method in interface org.eclipse.jdt.internal.compiler.IDocumentElementRequestor
 
exitInterface(int, int) - Method in class org.eclipse.jdt.internal.core.jdom.DOMBuilder
Deprecated. Finishes the configuration of the interface DOM object which was created by a previous enterInterface call.
ExitIntSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
exitMember(int) - Method in class org.eclipse.jdt.internal.core.jdom.SimpleDOMBuilder
Deprecated. Finishes the configuration of the member.
exitMemberAlignment(Alignment) - Method in class org.eclipse.jdt.internal.formatter.Scribe
 
exitMethod(int, int) - Method in interface org.eclipse.jdt.internal.compiler.IDocumentElementRequestor
 
exitMethod(int, Expression) - Method in interface org.eclipse.jdt.internal.compiler.ISourceElementRequestor
 
exitMethod(int, Expression) - Method in class org.eclipse.jdt.internal.compiler.SourceElementRequestorAdapter
 
exitMethod(int, Expression) - Method in class org.eclipse.jdt.internal.core.CompilationUnitStructureRequestor
 
exitMethod(int, int) - Method in class org.eclipse.jdt.internal.core.jdom.DOMBuilder
Deprecated. Finishes the configuration of the method DOM object which was created by a previous enterMethod call.
exitMethod(int, Expression) - Method in class org.eclipse.jdt.internal.core.jdom.SimpleDOMBuilder
Deprecated.  
exitMethod(int, Expression) - Method in class org.eclipse.jdt.internal.core.search.indexing.SourceIndexerRequestor
 
exitMethod(int, Expression) - Method in class org.eclipse.jdt.internal.core.SourceMapper
 
exitOnFirstError() - Static method in class org.eclipse.jdt.internal.compiler.DefaultErrorHandlingPolicies
 
exitParticipant(SearchParticipant) - Method in class org.eclipse.jdt.core.search.SearchRequestor
Intermediate notification sent when the given participant is finished contributing.
exitRead() - Method in class org.eclipse.jdt.internal.core.search.indexing.ReadWriteMonitor
Only notify waiting writer(s) if last reader
exitReadEnterWrite() - Method in class org.eclipse.jdt.internal.core.search.indexing.ReadWriteMonitor
Atomic exitRead/enterWrite: Allows to keep monitor in between exit read and next enter write.
exitType(int) - Method in interface org.eclipse.jdt.internal.compiler.ISourceElementRequestor
 
exitType(int) - Method in class org.eclipse.jdt.internal.compiler.SourceElementRequestorAdapter
 
exitType(int) - Method in class org.eclipse.jdt.internal.core.CompilationUnitStructureRequestor
 
exitType(int, int) - Method in class org.eclipse.jdt.internal.core.jdom.AbstractDOMBuilder
Deprecated. Finishes the configuration of the class and interface DOM objects.
exitType(int) - Method in class org.eclipse.jdt.internal.core.jdom.SimpleDOMBuilder
Deprecated.  
exitType(int) - Method in class org.eclipse.jdt.internal.core.search.indexing.SourceIndexerRequestor
 
exitType(int) - Method in class org.eclipse.jdt.internal.core.SourceMapper
 
exitUserScope(BlockScope) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
exitUserScope(BlockScope, LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
exitWrite() - Method in class org.eclipse.jdt.internal.core.search.indexing.ReadWriteMonitor
When writing is over, all readers and possible writers are granted permission to restart concurrently
exitWriteEnterRead() - Method in class org.eclipse.jdt.internal.core.search.indexing.ReadWriteMonitor
Atomic exitWrite/enterRead: Allows to keep monitor in between exit write and next enter read.
expect_conflicts - Static variable in class java_cup.Main
User option -- number of conflicts to expect
expectedType() - Method in class org.eclipse.jdt.internal.compiler.ast.AllocationExpression
 
expectedType - Variable in class org.eclipse.jdt.internal.compiler.ast.CastExpression
 
expectedType - Variable in class org.eclipse.jdt.internal.compiler.ast.MessageSend
 
expectedType() - Method in class org.eclipse.jdt.internal.compiler.ast.MessageSend
 
expectedType() - Method in class org.eclipse.jdt.internal.compiler.ast.Statement
Implementation of InvocationSite.expectedType() suitable at this level.
expectedType() - Method in interface org.eclipse.jdt.internal.compiler.lookup.InvocationSite
 
expectedTypesKeys - Variable in class org.eclipse.jdt.internal.codeassist.InternalCompletionContext
 
expectedTypesSignatures - Variable in class org.eclipse.jdt.internal.codeassist.InternalCompletionContext
 
EXPLICIT_CONSTRUCTOR_CALL - Static variable in class org.eclipse.jdt.internal.formatter.align.Alignment
 
ExplicitConstructorCall - Class in org.eclipse.jdt.internal.compiler.ast
 
ExplicitConstructorCall(int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.ExplicitConstructorCall
 
explicitDeclarations - Variable in class org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
 
explicitDeclarations - Variable in class org.eclipse.jdt.internal.compiler.ast.Block
 
explicitDeclarations - Variable in class org.eclipse.jdt.internal.compiler.ast.SwitchStatement
 
ExplicitlyClosedAutoCloseable - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ExplicitlyClosedAutoCloseable - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
explicitlyClosedAutoCloseable(FakedTrackingVariable) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
exportedClassFilesCounter - Variable in class org.eclipse.jdt.internal.compiler.batch.Main
 
Expression - Class in org.eclipse.jdt.core.dom
Abstract base class of AST nodes that represent expressions.
expression - Variable in class org.eclipse.jdt.internal.compiler.ast.Assignment
 
expression - Variable in class org.eclipse.jdt.internal.compiler.ast.CastExpression
 
Expression - Class in org.eclipse.jdt.internal.compiler.ast
 
Expression() - Constructor for class org.eclipse.jdt.internal.compiler.ast.Expression
 
expression - Variable in class org.eclipse.jdt.internal.compiler.ast.InstanceOfExpression
 
expression - Variable in class org.eclipse.jdt.internal.compiler.ast.ReturnStatement
 
expression - Variable in class org.eclipse.jdt.internal.compiler.ast.SwitchStatement
 
expression - Variable in class org.eclipse.jdt.internal.compiler.ast.SynchronizedStatement
 
expression - Variable in class org.eclipse.jdt.internal.compiler.ast.UnaryExpression
 
EXPRESSION_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.AssertStatement
The "expression" structural property of this node type (child type: Expression).
EXPRESSION_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.CastExpression
The "expression" structural property of this node type (child type: Expression).
EXPRESSION_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.ClassInstanceCreation
The "expression" structural property of this node type (child type: Expression).
EXPRESSION_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.ConditionalExpression
The "expression" structural property of this node type (child type: Expression).
EXPRESSION_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.DoStatement
The "expression" structural property of this node type (child type: Expression).
EXPRESSION_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.EnhancedForStatement
The "expression" structural property of this node type (child type: Expression).
EXPRESSION_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.ExpressionStatement
The "expression" structural property of this node type (child type: Expression).
EXPRESSION_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.FieldAccess
The "expression" structural property of this node type (child type: Expression).
EXPRESSION_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.ForStatement
The "expression" structural property of this node type (child type: Expression).
EXPRESSION_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.IfStatement
The "expression" structural property of this node type (child type: Expression).
EXPRESSION_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.MethodInvocation
The "expression" structural property of this node type (child type: Expression).
EXPRESSION_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.ParenthesizedExpression
The "expression" structural property of this node type (child type: Expression).
EXPRESSION_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.ReturnStatement
The "expression" structural property of this node type (child type: Expression).
EXPRESSION_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.SuperConstructorInvocation
The "expression" structural property of this node type (child type: Expression).
EXPRESSION_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.SwitchCase
The "expression" structural property of this node type (child type: Expression).
EXPRESSION_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.SwitchStatement
The "expression" structural property of this node type (child type: Expression).
EXPRESSION_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.SynchronizedStatement
The "expression" structural property of this node type (child type: Expression).
EXPRESSION_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.ThrowStatement
The "expression" structural property of this node type (child type: Expression).
EXPRESSION_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.WhileStatement
The "expression" structural property of this node type (child type: Expression).
EXPRESSION_STATEMENT - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type ExpressionStatement.
expressionLengthPtr - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
expressionLengthStack - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
expressionPtr - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
expressions() - Method in class org.eclipse.jdt.core.dom.ArrayInitializer
Returns the live ordered list of expressions in this array initializer.
expressions - Variable in class org.eclipse.jdt.internal.compiler.ast.ArrayInitializer
 
EXPRESSIONS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.ArrayInitializer
The "expressions" structural property of this node type (element type: Expression).
ExpressionShouldBeAVariable - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
expressionShouldBeAVariable(Expression) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
expressionStack - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
ExpressionStackIncrement - Static variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
ExpressionStatement - Class in org.eclipse.jdt.core.dom
Expression statement AST node type.
EXTENDED_OPERANDS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.InfixExpression
The "extendedOperands" structural property of this node type (element type: Expression).
extendedContext - Variable in class org.eclipse.jdt.internal.codeassist.InternalCompletionContext
 
extendedDimensions - Variable in class org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration
 
extendedExceptions - Variable in class org.eclipse.jdt.internal.compiler.flow.ExceptionHandlingFlowContext
 
extendedOperands() - Method in class org.eclipse.jdt.core.dom.InfixExpression
Returns the live list of extended operands.
ExtendedReader - Class in org.apache.tapestry.util.text
A Reader that provides some additional functionality, such as peek().
ExtendedReader(Reader) - Constructor for class org.apache.tapestry.util.text.ExtendedReader
Creates a new extended reader that reads from the provided object
ExtendedStringLiteral - Class in org.eclipse.jdt.internal.compiler.ast
 
ExtendedStringLiteral(StringLiteral, CharLiteral) - Constructor for class org.eclipse.jdt.internal.compiler.ast.ExtendedStringLiteral
Build a string+char literal
ExtendedStringLiteral(StringLiteral, StringLiteral) - Constructor for class org.eclipse.jdt.internal.compiler.ast.ExtendedStringLiteral
Build a two-strings literal
EXTENDS - Static variable in interface org.eclipse.jdt.internal.codeassist.impl.Keywords
 
EXTENDS - Static variable in class org.eclipse.jdt.internal.compiler.ast.Wildcard
 
extendsWith(StringLiteral) - Method in class org.eclipse.jdt.internal.compiler.ast.StringLiteral
Add the lit source to mine, just as if it was mine
extendsWith(StringLiteral) - Method in class org.eclipse.jdt.internal.compiler.ast.StringLiteralConcatenation
Add the lit source to mine, just as if it was mine
extendWith(CharLiteral) - Method in class org.eclipse.jdt.internal.compiler.ast.ExtendedStringLiteral
Add the lit source to mine, just as if it was mine
extendWith(StringLiteral) - Method in class org.eclipse.jdt.internal.compiler.ast.ExtendedStringLiteral
Add the lit source to mine, just as if it was mine
extendWith(CharLiteral) - Method in class org.eclipse.jdt.internal.compiler.ast.StringLiteral
 
extendWith(StringLiteral) - Method in class org.eclipse.jdt.internal.compiler.ast.StringLiteral
 
EXTENSION_class - Static variable in interface org.eclipse.jdt.internal.compiler.util.SuffixConstants
 
EXTENSION_CLASS - Static variable in interface org.eclipse.jdt.internal.compiler.util.SuffixConstants
 
EXTENSION_java - Static variable in interface org.eclipse.jdt.internal.compiler.util.SuffixConstants
 
EXTENSION_JAVA - Static variable in interface org.eclipse.jdt.internal.compiler.util.SuffixConstants
 
EXTERNAL_PROJECT_NAME - Static variable in class org.eclipse.jdt.internal.core.ExternalJavaProject
 
ExternalFolderChange - Class in org.eclipse.jdt.internal.core
 
ExternalFolderChange(JavaProject, IClasspathEntry[]) - Constructor for class org.eclipse.jdt.internal.core.ExternalFolderChange
 
ExternalFoldersManager - Class in org.eclipse.jdt.internal.core
 
ExternalJavaProject - Class in org.eclipse.jdt.internal.core
 
ExternalJavaProject(IClasspathEntry[]) - Constructor for class org.eclipse.jdt.internal.core.ExternalJavaProject
 
ExternalPackageFragmentRoot - Class in org.eclipse.jdt.internal.core
A package fragment root that corresponds to an external class folder.
ExternalPackageFragmentRoot(IPath, JavaProject) - Constructor for class org.eclipse.jdt.internal.core.ExternalPackageFragmentRoot
Constructs a package fragment root which is the root of the Java package directory hierarchy based on an external folder that is not contained in a IJavaProject and does not have an associated IResource.
ExternalPackageFragmentRoot(IResource, IPath, JavaProject) - Constructor for class org.eclipse.jdt.internal.core.ExternalPackageFragmentRoot
 
externalPath - Variable in class org.eclipse.jdt.internal.core.ExternalPackageFragmentRoot
The path to the external folder (an OS path)
ExternalProblemFixable - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ExternalProblemNotFixable - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
externalTimeStamps - Variable in class org.eclipse.jdt.internal.core.DeltaProcessingState
 
extra - Variable in class org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo
 
EXTRA_DIMENSIONS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.MethodDeclaration
The "extraDimensions" structural property of this node type (type: Integer).
EXTRA_DIMENSIONS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.SingleVariableDeclaration
The "extraDimensions" structural property of this node type (type: Integer).
EXTRA_DIMENSIONS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.VariableDeclarationFragment
The "extraDimensions" structural property of this node type (type: Integer).
extraAttributes - Variable in class org.eclipse.jdt.internal.core.ClasspathEntry
The extra attributes
ExtraCompilerModifiers - Interface in org.eclipse.jdt.internal.compiler.lookup
 
extractDestinationPathFromSourceFile(CompilationResult) - Method in class org.eclipse.jdt.internal.compiler.batch.Main
 
extractIndentString(String, int, int) - Static method in class org.eclipse.jdt.core.formatter.IndentManipulation
Returns the leading indentation string of the given line.
extractLastName(String) - Static method in class org.eclipse.jdt.internal.core.util.Util
Given a qualified name, extract the last component.
extractParameterTypes(char[]) - Static method in class org.eclipse.jdt.internal.core.util.Util
Extracts the parameter types from a method signature.
extractReturnType(String) - Static method in class org.eclipse.jdt.internal.core.util.Util
Extracts the return type from a method signature.
extraDefiniteInits - Variable in class org.eclipse.jdt.internal.compiler.lookup.MethodScope
 
ExtraFlags - Class in org.eclipse.jdt.internal.compiler
 
ExtraFlags() - Constructor for class org.eclipse.jdt.internal.compiler.ExtraFlags
 
extraFlags - Variable in class org.eclipse.jdt.internal.compiler.ISourceElementRequestor.MethodInfo
 
extraFlags - Variable in class org.eclipse.jdt.internal.compiler.ISourceElementRequestor.TypeInfo
 
extraFlags - Variable in class org.eclipse.jdt.internal.core.search.matching.ConstructorDeclarationPattern
 
extraLength - Static variable in class org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo
 
extraProblems - Variable in class org.eclipse.jdt.internal.compiler.batch.Main
 
extraSyntheticArguments - Variable in class org.eclipse.jdt.internal.compiler.lookup.MethodScope
 

F

F2D - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
f2d() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
F2I - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
f2i() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
F2L - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
f2l() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
F_ADDED_TO_CLASSPATH - Static variable in interface org.eclipse.jdt.core.IJavaElementDelta
Change flag indicating that a classpath entry corresponding to the element has been added to the project's classpath.
F_ANNOTATIONS - Static variable in interface org.eclipse.jdt.core.IJavaElementDelta
Change flag indicating that the annotations of the element have changed.
F_ARCHIVE_CONTENT_CHANGED - Static variable in interface org.eclipse.jdt.core.IJavaElementDelta
Change flag indicating that the element's archive content on the classpath has changed.
F_AST_AFFECTED - Static variable in interface org.eclipse.jdt.core.IJavaElementDelta
Change flag indicating that a reconcile operation has affected the compilation unit AST created in a previous reconcile operation.
F_CAPTURE - Static variable in class org.eclipse.jdt.internal.core.util.KeyKind
 
F_CATEGORIES - Static variable in interface org.eclipse.jdt.core.IJavaElementDelta
Change flag indicating that the categories of the element have changed.
F_CHILDREN - Static variable in interface org.eclipse.jdt.core.IJavaElementDelta
Change flag indicating that there are changes to the children of the element.
F_CLASSPATH_CHANGED - Static variable in interface org.eclipse.jdt.core.IJavaElementDelta
Change flag indicating that the raw classpath (or the output folder) of a project has changed.
F_CLASSPATH_REORDER - Static variable in interface org.eclipse.jdt.core.IJavaElementDelta
Deprecated. Use IJavaElementDelta.F_REORDER instead.
F_CLOSED - Static variable in interface org.eclipse.jdt.core.IJavaElementDelta
Change flag indicating that the underlying org.eclipse.core.resources.IProject has been closed.
F_CONSTRUCTOR - Static variable in class org.eclipse.jdt.internal.core.util.KeyKind
 
F_CONTENT - Static variable in interface org.eclipse.jdt.core.IJavaElementDelta
Change flag indicating that the content of the element has changed.
F_FIELD - Static variable in class org.eclipse.jdt.internal.core.util.KeyKind
 
F_FINE_GRAINED - Static variable in interface org.eclipse.jdt.core.IJavaElementDelta
Change flag indicating that this is a fine-grained delta, that is, an analysis down to the members level was done to determine if there were structural changes to members.
F_HAS_UNSAVED_CHANGES - Static variable in class org.eclipse.jdt.internal.core.Buffer
 
F_INCLUDE_COMMENTS - Static variable in class org.eclipse.jdt.core.formatter.CodeFormatter
Flag used to include the comments during the formatting of the code snippet.
F_IS_CLOSED - Static variable in class org.eclipse.jdt.internal.core.Buffer
 
F_IS_READ_ONLY - Static variable in class org.eclipse.jdt.internal.core.Buffer
 
F_LOCAL - Static variable in class org.eclipse.jdt.internal.core.util.KeyKind
 
F_LOCAL_VAR - Static variable in class org.eclipse.jdt.internal.core.util.KeyKind
 
F_MEMBER - Static variable in class org.eclipse.jdt.internal.core.util.KeyKind
 
F_METHOD - Static variable in class org.eclipse.jdt.internal.core.util.KeyKind
 
F_MODIFIERS - Static variable in interface org.eclipse.jdt.core.IJavaElementDelta
Change flag indicating that the modifiers of the element have changed.
F_MOVED_FROM - Static variable in interface org.eclipse.jdt.core.IJavaElementDelta
Change flag indicating that the element was moved from another location.
F_MOVED_TO - Static variable in interface org.eclipse.jdt.core.IJavaElementDelta
Change flag indicating that the element was moved to another location.
F_OPENED - Static variable in interface org.eclipse.jdt.core.IJavaElementDelta
Change flag indicating that the underlying org.eclipse.core.resources.IProject has been opened.
F_PARAMETERIZED_METHOD - Static variable in class org.eclipse.jdt.internal.core.util.KeyKind
 
F_PARAMETERIZED_TYPE - Static variable in class org.eclipse.jdt.internal.core.util.KeyKind
 
F_PRIMARY_RESOURCE - Static variable in interface org.eclipse.jdt.core.IJavaElementDelta
Change flag indicating that the resource of a primary compilation unit has changed.
F_PRIMARY_WORKING_COPY - Static variable in interface org.eclipse.jdt.core.IJavaElementDelta
Change flag indicating that a compilation unit has become a primary working copy, or that a primary working copy has reverted to a compilation unit.
F_RAW_TYPE - Static variable in class org.eclipse.jdt.internal.core.util.KeyKind
 
F_REMOVED_FROM_CLASSPATH - Static variable in interface org.eclipse.jdt.core.IJavaElementDelta
Change flag indicating that a classpath entry corresponding to the element has been removed from the project's classpath.
F_REORDER - Static variable in interface org.eclipse.jdt.core.IJavaElementDelta
Change flag indicating that the element has changed position relatively to its siblings.
F_RESOLVED_CLASSPATH_CHANGED - Static variable in interface org.eclipse.jdt.core.IJavaElementDelta
Change flag indicating that the resolved classpath of a project has changed.
F_SOURCEATTACHED - Static variable in interface org.eclipse.jdt.core.IJavaElementDelta
Change flag indicating that the source attachment path or the source attachment root path of a classpath entry corresponding to the element was added.
F_SOURCEDETACHED - Static variable in interface org.eclipse.jdt.core.IJavaElementDelta
Change flag indicating that the source attachment path or the source attachment root path of a classpath entry corresponding to the element was removed.
F_SUPER_TYPES - Static variable in interface org.eclipse.jdt.core.IJavaElementDelta
Change flag indicating that one of the supertypes of an IType has changed.
F_TYPE - Static variable in class org.eclipse.jdt.internal.core.util.KeyKind
 
F_TYPE_PARAMETER - Static variable in class org.eclipse.jdt.internal.core.util.KeyKind
 
F_WILDCARD_TYPE - Static variable in class org.eclipse.jdt.internal.core.util.KeyKind
 
fAbort - Variable in class org.eclipse.jdt.internal.core.jdom.AbstractDOMBuilder
Deprecated. Set to true when an error is encounterd while fuzzy parsing
factory - Variable in class org.eclipse.jdt.internal.core.BufferFactoryWrapper
Deprecated.  
FADD - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
fadd() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
FAILED - Static variable in interface org.eclipse.jdt.internal.core.search.processing.IJob
 
FAKE_ARGUMENT_NAME - Static variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
FAKE_IDENTIFIER - Static variable in class org.eclipse.jdt.internal.compiler.parser.RecoveryScanner
 
FAKE_METHOD_NAME - Static variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
FAKE_TYPE_NAME - Static variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
FAKE_USED - Static variable in class org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding
 
FakedTrackingVariable - Class in org.eclipse.jdt.internal.compiler.ast
A faked local variable declaration used for keeping track of data flows of a special variable.
FakedTrackingVariable(LocalVariableBinding, ASTNode) - Constructor for class org.eclipse.jdt.internal.compiler.ast.FakedTrackingVariable
 
fakeReachable(ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
FALL_THROUGH_TAG - Static variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
FALLTHROUGH - Static variable in class org.eclipse.jdt.internal.compiler.ast.SwitchStatement
 
FALLTHROUGH - Static variable in class org.eclipse.jdt.internal.compiler.impl.IrritantSet
 
FallthroughCase - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
FallthroughCase - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
FALOAD - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
faload() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
FALSE - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Value to set an option to false.
FALSE - Static variable in interface org.eclipse.jdt.internal.codeassist.impl.Keywords
 
FalseLiteral - Class in org.eclipse.jdt.internal.compiler.ast
 
FalseLiteral(int, int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.FalseLiteral
 
FASTORE - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
fastore() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
Fatal - Static variable in interface org.eclipse.jdt.internal.compiler.problem.ProblemSeverities
 
faultInTypes() - Method in class org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope
 
fBuildingCU - Variable in class org.eclipse.jdt.internal.core.jdom.AbstractDOMBuilder
Deprecated. True when a compilation unit is being constructed.
fBuildingSingleMember - Variable in class org.eclipse.jdt.internal.core.jdom.DOMBuilder
Deprecated. True when parsing a single member - ignore any problems encountered after the member.
fBuildingType - Variable in class org.eclipse.jdt.internal.core.jdom.AbstractDOMBuilder
Deprecated. True when a compilation unit or type is being constructed.
FCMPG - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
fcmpg() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
FCMPL - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
fcmpl() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
FCONST_0 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
fconst_0() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
FCONST_1 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
fconst_1() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
FCONST_2 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
fconst_2() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
fContents - Variable in class org.eclipse.jdt.internal.core.jdom.CompilationUnit
 
FDIV - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
fdiv() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
fDocument - Variable in class org.eclipse.jdt.internal.core.jdom.AbstractDOMBuilder
Deprecated. The String on which the JDOM is being created.
fDocument - Variable in class org.eclipse.jdt.internal.core.jdom.DOMNode
Deprecated. The shared document that the contents for this node are contained in.
fetchAccessRestriction(String) - Method in class org.eclipse.jdt.internal.compiler.batch.ClasspathLocation
Return the first access rule which is violated when accessing a given type, or null if no 'non accessible' access rule applies.
fetchLinkedJars(FileSystem.ClasspathSectionProblemReporter) - Method in class org.eclipse.jdt.internal.compiler.batch.ClasspathDirectory
 
fetchLinkedJars(FileSystem.ClasspathSectionProblemReporter) - Method in class org.eclipse.jdt.internal.compiler.batch.ClasspathJar
 
fetchLinkedJars(FileSystem.ClasspathSectionProblemReporter) - Method in interface org.eclipse.jdt.internal.compiler.batch.FileSystem.Classpath
Return a list of the jar file names defined in the Class-Path section of the jar file manifest if any, null else.
fFieldCount - Variable in class org.eclipse.jdt.internal.core.jdom.AbstractDOMBuilder
Deprecated. The number of fields constructed in the current document.
fFields - Variable in class org.eclipse.jdt.internal.core.jdom.DOMBuilder
Deprecated. Collection of multiple fields in one declaration
fFileName - Variable in class org.eclipse.jdt.internal.core.jdom.CompilationUnit
 
fFinishedSingleMember - Variable in class org.eclipse.jdt.internal.core.jdom.DOMBuilder
Deprecated. True when the single member being built has been exited.
fFirstChild - Variable in class org.eclipse.jdt.internal.core.jdom.DOMNode
Deprecated. The first child of this node - null when this node has no children.
FIELD - Static variable in class org.eclipse.jdt.core.CorrectionEngine
This field is not intended to be used by client.
FIELD - Static variable in interface org.eclipse.jdt.core.IJavaElement
Constant representing a field.
FIELD - Static variable in interface org.eclipse.jdt.core.jdom.IDOMNode
Deprecated. Node type constant indicating a field declaration.
FIELD - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
The searched element is a field.
FIELD - Static variable in class org.eclipse.jdt.internal.compiler.ast.AbstractVariableDeclaration
 
FIELD - Static variable in class org.eclipse.jdt.internal.compiler.lookup.Binding
 
FIELD - Static variable in class org.eclipse.jdt.internal.compiler.parser.SourceTypeConverter
 
FIELD - Static variable in class org.eclipse.jdt.internal.core.util.MementoTokenizer
 
FIELD_ACCESS - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type FieldAccess.
FIELD_AND_METHOD - Static variable in class org.eclipse.jdt.internal.compiler.parser.SourceTypeConverter
 
FIELD_CONTAINER - Static variable in class org.eclipse.jdt.internal.core.search.matching.PatternLocator
 
FIELD_DECL - Static variable in interface org.eclipse.jdt.internal.core.search.indexing.IIndexConstants
 
FIELD_DECLARATION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type FieldDeclaration.
FIELD_DECLARATION_ASSIGNMENT - Static variable in class org.eclipse.jdt.internal.formatter.align.Alignment
 
FIELD_DECLARATION_TYPE_REFERENCE - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
Return only type references used as the type of a field declaration.
FIELD_DETAIL - Static variable in interface org.eclipse.jdt.internal.core.JavadocConstants
 
FIELD_IMPORT - Static variable in class org.eclipse.jdt.core.CompletionProposal
Completion is an import of reference to a static field.
FIELD_INFOS - Static variable in interface org.eclipse.jdt.core.util.IClassFileReader
This value should be used to read the constant pool entries and the field infos of a .class file.
FIELD_INITIALIZATION - Static variable in class org.eclipse.jdt.internal.compiler.parser.SourceTypeConverter
 
FIELD_PATTERN - Static variable in interface org.eclipse.jdt.internal.core.search.indexing.IIndexConstants
 
FIELD_REF - Static variable in class org.eclipse.jdt.core.CompletionProposal
Completion is a reference to a field.
FIELD_REF_WITH_CASTED_RECEIVER - Static variable in class org.eclipse.jdt.core.CompletionProposal
Completion is a reference to a field with a casted receiver.
FIELD_SUMMARY - Static variable in interface org.eclipse.jdt.internal.core.JavadocConstants
 
FIELD_TAGS - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
FieldAccess - Class in org.eclipse.jdt.core.dom
Field access expression AST node type.
fieldAccess(byte, FieldBinding, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
fieldBinding() - Method in class org.eclipse.jdt.internal.compiler.ast.FieldReference
 
fieldBinding() - Method in class org.eclipse.jdt.internal.compiler.ast.NameReference
 
fieldBinding() - Method in class org.eclipse.jdt.internal.compiler.ast.Reference
 
FieldBinding - Class in org.eclipse.jdt.internal.compiler.lookup
 
FieldBinding() - Constructor for class org.eclipse.jdt.internal.compiler.lookup.FieldBinding
 
FieldBinding(char[], TypeBinding, int, ReferenceBinding, Constant) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.FieldBinding
 
FieldBinding(FieldBinding, ReferenceBinding) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.FieldBinding
 
FieldBinding(FieldDeclaration, TypeBinding, int, ReferenceBinding) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.FieldBinding
 
fieldCount() - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
 
fieldCount() - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
 
fieldCount - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveredType
 
FieldDeclaration - Class in org.eclipse.jdt.core.dom
Field declaration node type.
FieldDeclaration - Class in org.eclipse.jdt.internal.compiler.ast
 
FieldDeclaration() - Constructor for class org.eclipse.jdt.internal.compiler.ast.FieldDeclaration
 
FieldDeclaration(char[], int, int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.FieldDeclaration
 
fieldDeclaration - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveredField
 
FieldDeclarationMatch - Class in org.eclipse.jdt.core.search
A Java search match that represents a field declaration.
FieldDeclarationMatch(IJavaElement, int, int, int, SearchParticipant, IResource) - Constructor for class org.eclipse.jdt.core.search.FieldDeclarationMatch
Creates a new field declaration match.
FieldHiding - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
fieldHiding(FieldDeclaration, Binding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
FieldHidingField - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
FieldHidingLocalVariable - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
FieldInfo - Class in org.eclipse.jdt.internal.compiler.classfmt
 
FieldInfo(byte[], int[], int) - Constructor for class org.eclipse.jdt.internal.compiler.classfmt.FieldInfo
 
FieldInfo - Class in org.eclipse.jdt.internal.core.util
Default implementation of IFieldInfo.
FieldInfo(byte[], IConstantPool, int) - Constructor for class org.eclipse.jdt.internal.core.util.FieldInfo
 
FieldInfoWithAnnotation - Class in org.eclipse.jdt.internal.compiler.classfmt
 
FieldLocator - Class in org.eclipse.jdt.internal.core.search.matching
 
FieldLocator(FieldPattern) - Constructor for class org.eclipse.jdt.internal.core.search.matching.FieldLocator
 
FieldMissingDeprecatedAnnotation - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
FieldPattern - Class in org.eclipse.jdt.internal.core.search.matching
 
FieldPattern(char[], char[], char[], char[], char[], int, int) - Constructor for class org.eclipse.jdt.internal.core.search.matching.FieldPattern
 
FieldPattern(char[], char[], char[], char[], char[], String, int, int) - Constructor for class org.eclipse.jdt.internal.core.search.matching.FieldPattern
 
fieldPrefixes - Variable in class org.eclipse.jdt.internal.codeassist.impl.AssistOptions
 
FieldReadAccess - Static variable in class org.eclipse.jdt.internal.compiler.lookup.SyntheticMethodBinding
 
fieldRefCache - Variable in class org.eclipse.jdt.internal.core.CompilationUnitStructureRequestor
 
FieldReference - Class in org.eclipse.jdt.internal.compiler.ast
 
FieldReference(char[], long) - Constructor for class org.eclipse.jdt.internal.compiler.ast.FieldReference
 
FieldReferenceMatch - Class in org.eclipse.jdt.core.search
A Java search match that represents a field reference.
FieldReferenceMatch(IJavaElement, int, int, int, boolean, boolean, boolean, SearchParticipant, IResource) - Constructor for class org.eclipse.jdt.core.search.FieldReferenceMatch
Creates a new field reference match.
FieldRefTag - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
 
FieldRelated - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
fields - Variable in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
 
fields - Variable in class org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding
 
fields() - Method in class org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding
 
fields - Variable in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
 
fields() - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
 
fields() - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
 
fields() - Method in class org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
 
fields - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveredType
 
fields - Variable in class org.eclipse.jdt.internal.core.JavaElementRequestor
A collection of the resulting fields, or null if no field results have been received.
fieldsOrThisBeforeConstructorInvocation(ThisReference) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
fieldStore(Scope, CodeStream, FieldBinding, MethodBinding, TypeBinding, boolean, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.Reference
 
fieldSuffixes - Variable in class org.eclipse.jdt.internal.codeassist.impl.AssistOptions
 
FieldTypeAmbiguous - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Deprecated. - problem is no longer generated, use IProblem.AmbiguousType instead
fieldTypeCompletionNode - Variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnSingleTypeReference
 
FieldTypeInheritedNameHidesEnclosingName - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Deprecated. - problem is no longer generated, use IProblem.InheritedTypeHidesEnclosingName instead
FieldTypeInternalNameProvided - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Deprecated. - problem is no longer generated, use IProblem.InternalTypeNameProvided instead
FieldTypeNotFound - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Deprecated. - problem is no longer generated, use IProblem.UndefinedType instead
FieldTypeNotVisible - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Deprecated. - problem is no longer generated, use IProblem.NotVisibleType instead
FieldWriteAccess - Static variable in class org.eclipse.jdt.internal.compiler.lookup.SyntheticMethodBinding
 
file - Variable in class org.eclipse.jdt.internal.compiler.batch.ClasspathJar
 
file - Variable in class org.eclipse.jdt.internal.core.Buffer
 
file_badFormat - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
file_notFound - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
FileASTRequestor - Class in org.eclipse.jdt.core.dom
An AST requestor handles ASTs for compilation units passed to ASTParser.createASTs.
FileASTRequestor() - Constructor for class org.eclipse.jdt.core.dom.FileASTRequestor
 
FileFinder - Class in org.eclipse.jdt.internal.compiler.batch
 
FileFinder() - Constructor for class org.eclipse.jdt.internal.compiler.batch.FileFinder
 
FileIndexLocation - Class in org.eclipse.jdt.internal.core.index
 
FileIndexLocation(File) - Constructor for class org.eclipse.jdt.internal.core.index.FileIndexLocation
 
FileIndexLocation(URL, File) - Constructor for class org.eclipse.jdt.internal.core.index.FileIndexLocation
 
FileIndexLocation(File, boolean) - Constructor for class org.eclipse.jdt.internal.core.index.FileIndexLocation
 
fileName - Variable in class org.eclipse.jdt.internal.compiler.batch.CompilationUnit
 
fileName() - Method in class org.eclipse.jdt.internal.compiler.ClassFile
INTERNAL USE-ONLY This methods returns a char[] representing the file name of the receiver
fileName - Variable in class org.eclipse.jdt.internal.compiler.CompilationResult
 
fileName - Variable in class org.eclipse.jdt.internal.core.BasicCompilationUnit
 
fileName() - Method in class org.eclipse.jdt.internal.core.index.FileIndexLocation
 
fileName() - Method in class org.eclipse.jdt.internal.core.index.IndexLocation
 
fileName() - Method in class org.eclipse.jdt.internal.core.index.JarIndexLocation
 
filenames - Variable in class org.eclipse.jdt.internal.compiler.batch.Main
 
files - Variable in class org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy
 
filesWithAnnotations - Variable in class org.eclipse.jdt.internal.core.builder.AbstractImageBuilder
 
FileSystem - Class in org.eclipse.jdt.internal.compiler.batch
 
FileSystem(String[], String[], String) - Constructor for class org.eclipse.jdt.internal.compiler.batch.FileSystem
 
FileSystem(FileSystem.Classpath[], String[]) - Constructor for class org.eclipse.jdt.internal.compiler.batch.FileSystem
 
FileSystem.Classpath - Interface in org.eclipse.jdt.internal.compiler.batch
 
FileSystem.ClasspathNormalizer - Class in org.eclipse.jdt.internal.compiler.batch
This class is defined how to normalize the classpath entries.
FileSystem.ClasspathNormalizer() - Constructor for class org.eclipse.jdt.internal.compiler.batch.FileSystem.ClasspathNormalizer
 
FileSystem.ClasspathSectionProblemReporter - Interface in org.eclipse.jdt.internal.compiler.batch
 
fillInDefaultNonNullness() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
After method verifier has finished, fill in missing @NonNull specification from the applicable default.
filling_space - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
fillingRatio() - Method in class org.eclipse.jdt.internal.core.OverflowingLRUCache
 
fillingRatio() - Method in class org.eclipse.jdt.internal.core.util.LRUCache
 
filter - Variable in class org.eclipse.jdt.core.CorrectionEngine
This field is not intended to be used by client.
filterPossibleTags(Scope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadocTag
 
FINAL - Static variable in class org.eclipse.jdt.core.dom.Modifier
"final" modifier constant (bit mask).
FINAL - Static variable in interface org.eclipse.jdt.internal.codeassist.impl.Keywords
 
FINAL_KEYWORD - Static variable in class org.eclipse.jdt.core.dom.Modifier.ModifierKeyword
"final" modifier with flag value Modifier.FINAL.
final_time - Static variable in class java_cup.Main
Timing data -- when were we completely done
FinalBoundForTypeVariable - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
FinalFieldAssignment - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
finalizeProblems() - Method in class org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration
 
FINALLY - Static variable in interface org.eclipse.jdt.internal.codeassist.impl.Keywords
 
FINALLY - Static variable in class org.eclipse.jdt.internal.compiler.impl.IrritantSet
 
FINALLY_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.TryStatement
The "finally" structural property of this node type (child type: Block).
finallyBlock - Variable in class org.eclipse.jdt.internal.compiler.ast.TryStatement
 
FinallyBlockNotCompleting - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
FinallyFlowContext - Class in org.eclipse.jdt.internal.compiler.flow
Reflects the context of code analysis, keeping track of enclosing try statements, exception handlers, etc...
FinallyFlowContext(FlowContext, ASTNode) - Constructor for class org.eclipse.jdt.internal.compiler.flow.FinallyFlowContext
 
finallyInfo - Variable in class org.eclipse.jdt.internal.compiler.lookup.BlockScope
Used only during analyseCode and only for checking if a resource was closed in a finallyBlock.
FinallyMustCompleteNormally - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
finallyMustCompleteNormally(Block) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
FinalMethodCannotBeOverridden - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
finalMethodCannotBeOverridden(MethodBinding, MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
FinalOuterLocalAssignment - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
FinalParameterBound - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
finalParameters - Variable in class org.eclipse.jdt.internal.core.SourceMapper
Set that contains all final local variables.
finalVariableBound(TypeVariableBinding, TypeReference) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
find(lalr_item) - Method in class java_cup.lalr_item_set
Return the item in the set matching a particular item (or null if not found)
find(String) - Static method in class java_cup.non_terminal
lookup a non terminal by name string
find(int) - Static method in class java_cup.non_terminal
Lookup a non terminal by index.
find(int) - Static method in class java_cup.production
Lookup a production by index.
find(String) - Static method in class java_cup.terminal
Lookup a terminal by name string.
find(int) - Static method in class java_cup.terminal
Lookup a terminal by index.
find(char[], Initializer, ClassScope, int, char[][], UnresolvedReferenceNameFinder.UnresolvedReferenceNameRequestor) - Method in class org.eclipse.jdt.internal.codeassist.UnresolvedReferenceNameFinder
 
find(char[], AbstractMethodDeclaration, int, char[][], UnresolvedReferenceNameFinder.UnresolvedReferenceNameRequestor) - Method in class org.eclipse.jdt.internal.codeassist.UnresolvedReferenceNameFinder
 
find(File, String) - Static method in class org.eclipse.jdt.internal.compiler.batch.FileFinder
 
find(Object) - Method in class org.eclipse.jdt.internal.compiler.util.ObjectVector
 
find(IJavaElement) - Method in class org.eclipse.jdt.internal.core.JavaElementDelta
Returns the JavaElementDelta for the given element in the delta tree, or null, if no delta for the given element is found.
find(String, String) - Method in class org.eclipse.jdt.internal.core.SearchableEnvironment
Returns the given type in the the given package if it exists, otherwise null.
find(IType) - Method in class org.eclipse.jdt.internal.core.TypeVector
 
find_recovery_config(boolean) - Method in class java_cup.runtime.lr_parser
Put the (real) parse stack into error recovery configuration by popping the stack down to a state that can shift on the special error Symbol, then doing the shift.
find_state(lalr_item_set) - Static method in class java_cup.lalr_state
Find and return state with a given a kernel item set (or null if not found).
findAffectedSourceFiles(IResourceDelta, ClasspathLocation[], IProject) - Method in class org.eclipse.jdt.internal.core.builder.IncrementalImageBuilder
 
findAffectedSourceFiles(IResourceDelta, int, StringSet) - Method in class org.eclipse.jdt.internal.core.builder.IncrementalImageBuilder
 
findAfter(char[], Scope, ClassScope, int, int, char[][], UnresolvedReferenceNameFinder.UnresolvedReferenceNameRequestor) - Method in class org.eclipse.jdt.internal.codeassist.UnresolvedReferenceNameFinder
 
findBefore(char[], Scope, ClassScope, int, int, int, char[][], UnresolvedReferenceNameFinder.UnresolvedReferenceNameRequestor) - Method in class org.eclipse.jdt.internal.codeassist.UnresolvedReferenceNameFinder
 
findClass(char[], String, String) - Method in class org.eclipse.jdt.internal.compiler.batch.ClasspathDirectory
 
findClass(char[], String, String, boolean) - Method in class org.eclipse.jdt.internal.compiler.batch.ClasspathDirectory
 
findClass(char[], String, String) - Method in class org.eclipse.jdt.internal.compiler.batch.ClasspathJar
 
findClass(char[], String, String, boolean) - Method in class org.eclipse.jdt.internal.compiler.batch.ClasspathJar
 
findClass(char[], String, String, boolean) - Method in class org.eclipse.jdt.internal.compiler.batch.ClasspathSourceJar
 
findClass(char[], String, String) - Method in class org.eclipse.jdt.internal.compiler.batch.ClasspathSourceJar
 
findClass(char[], String, String) - Method in interface org.eclipse.jdt.internal.compiler.batch.FileSystem.Classpath
 
findClass(char[], String, String, boolean) - Method in interface org.eclipse.jdt.internal.compiler.batch.FileSystem.Classpath
 
findClass(String, String, String) - Method in class org.eclipse.jdt.internal.core.builder.ClasspathDirectory
 
findClass(String, String, String) - Method in class org.eclipse.jdt.internal.core.builder.ClasspathJar
 
findClass(String, String, String) - Method in class org.eclipse.jdt.internal.core.builder.ClasspathLocation
 
findClass(String, String, String) - Method in class org.eclipse.jdt.internal.core.search.matching.ClasspathSourceDirectory
 
findCompilationUnit(String) - Method in class org.eclipse.jdt.internal.core.NameLookup
Returns the ICompilationUnit which defines the type named qualifiedTypeName, or null if none exists.
findConstructorDeclarations(char[], boolean, ISearchRequestor, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.SearchableEnvironment
Must be used only by CompletionEngine.
findConstructorParameterNames(char[], char[], char[], char[][]) - Method in class org.eclipse.jdt.internal.codeassist.InternalCompletionProposal
 
findDeclarations - Variable in class org.eclipse.jdt.internal.core.search.matching.ConstructorPattern
 
findDeclarations - Variable in class org.eclipse.jdt.internal.core.search.matching.MethodPattern
 
findDeclarations - Variable in class org.eclipse.jdt.internal.core.search.matching.TypeParameterPattern
 
findDeclarations - Variable in class org.eclipse.jdt.internal.core.search.matching.VariablePattern
 
findDeclaringNode(IBinding) - Method in class org.eclipse.jdt.core.dom.CompilationUnit
Finds the corresponding AST node in the given compilation unit from which the given binding originated.
findDeclaringNode(String) - Method in class org.eclipse.jdt.core.dom.CompilationUnit
Finds the corresponding AST node in the given compilation unit from which the binding with the given key originated.
findDefaultAbstractMethod(ReferenceBinding, char[], TypeBinding[], InvocationSite, ReferenceBinding, ObjectVector, MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
findDirectMemberType(char[], ReferenceBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
findElement(IPath) - Method in interface org.eclipse.jdt.core.IJavaProject
Returns the IJavaElement corresponding to the given classpath-relative path, or null if no such IJavaElement is found.
findElement(IPath, WorkingCopyOwner) - Method in interface org.eclipse.jdt.core.IJavaProject
Returns the IJavaElement corresponding to the given classpath-relative path, or null if no such IJavaElement is found.
findElement(IJavaElement, int, SourceMapper) - Method in class org.eclipse.jdt.internal.core.ClassFile
Finds the deepest IJavaElement in the hierarchy of elt's children (including elt itself) which has a source range that encloses position according to mapper.
findElement(IPath) - Method in class org.eclipse.jdt.internal.core.JavaProject
 
findElement(IPath, WorkingCopyOwner) - Method in class org.eclipse.jdt.internal.core.JavaProject
 
findElement(IJavaElement, int) - Method in class org.eclipse.jdt.internal.core.search.matching.TypeReferenceLocator
 
findElements(IJavaElement) - Method in interface org.eclipse.jdt.core.ICompilationUnit
Finds the elements in this compilation unit that correspond to the given element.
findElements(IJavaElement) - Method in interface org.eclipse.jdt.core.IWorkingCopy
Deprecated. Use ICompilationUnit.findElements(IJavaElement) instead.
findElements(IJavaElement) - Method in class org.eclipse.jdt.internal.core.CompilationUnit
 
findEvent(Object, int) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.RewriteEventStore
Kind is either ORIGINAL, NEW, or BOTH
findExactMethod(ReferenceBinding, char[], TypeBinding[], InvocationSite) - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
findExactMethod(ReferenceBinding, char[], TypeBinding[], InvocationSite) - Method in class org.eclipse.jdt.internal.eval.CodeSnippetScope
 
findExactTypes(char[], boolean, int, ISearchRequestor) - Method in class org.eclipse.jdt.internal.core.SearchableEnvironment
Find the top-level types that are defined in the current environment and whose simple name matches the given name.
findField(TypeBinding, char[], InvocationSite, boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodScope
Overridden to detect the error case inside an explicit constructor call: class X { int i; X myX; X(X x) { this(i, myX.i, x.i); // same for super calls...
findField(TypeBinding, char[], InvocationSite, boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
findField(TypeBinding, char[], InvocationSite, boolean, boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
findField(IField) - Method in class org.eclipse.jdt.internal.core.util.ASTNodeFinder
 
findFieldForCodeSnippet(TypeBinding, char[], InvocationSite) - Method in class org.eclipse.jdt.internal.eval.CodeSnippetScope
 
findFieldsAndMethods(char[], TypeBinding, Scope, ObjectVector, ObjectVector, InvocationSite, Scope, boolean, boolean, Binding[], int[], int[], boolean, char[], int, int) - Method in class org.eclipse.jdt.internal.codeassist.CompletionEngine
 
findFieldsAndMethodsFromAnotherReceiver(char[], TypeReference, Scope, ObjectVector, ObjectVector, InvocationSite, Scope, boolean, boolean, Binding[], int[], int[], boolean, char[][], int, int) - Method in class org.eclipse.jdt.internal.codeassist.CompletionEngine
 
findImport(char[][], boolean, boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope
 
findInContext(String, String, int) - Method in class org.eclipse.jdt.core.dom.rewrite.ImportRewrite.ImportRewriteContext
Searches for the given element in the context and reports if the element is known (ImportRewrite.ImportRewriteContext.RES_NAME_FOUND), unknown (ImportRewrite.ImportRewriteContext.RES_NAME_UNKNOWN) or if its name conflicts (ImportRewrite.ImportRewriteContext.RES_NAME_CONFLICT) with an other element.
findIndexMatches(Index, IndexQueryRequestor, SearchParticipant, IJavaSearchScope, IProgressMonitor) - Method in class org.eclipse.jdt.core.search.SearchPattern
Query a given index for matching entries.
findIndexMatches(Index, IndexQueryRequestor, SearchParticipant, IJavaSearchScope, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.search.matching.IntersectingPattern
 
findIndexMatches(Index, IndexQueryRequestor, SearchParticipant, IJavaSearchScope, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.search.matching.LocalVariablePattern
 
findIndexMatches(SearchPattern, Index, IndexQueryRequestor, SearchParticipant, IJavaSearchScope, IProgressMonitor) - Static method in class org.eclipse.jdt.internal.core.search.matching.MatchLocator
Query a given index for matching entries.
findIndexMatches(Index, IndexQueryRequestor, SearchParticipant, IJavaSearchScope, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.search.matching.OrPattern
 
findIndexMatches(Index, IndexQueryRequestor, SearchParticipant, IJavaSearchScope, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.search.matching.TypeParameterPattern
 
findInitializer(IInitializer) - Method in class org.eclipse.jdt.internal.core.util.ASTNodeFinder
 
findJavaProject(String) - Method in class org.eclipse.jdt.internal.core.DeltaProcessingState
 
findLineSeparator(char[]) - Static method in class org.eclipse.jdt.internal.core.util.Util
Finds the first line separator used by the given text.
findLocalElement(int) - Method in class org.eclipse.jdt.internal.core.SelectionRequestor
 
findLocalType(char[]) - Method in class org.eclipse.jdt.internal.compiler.lookup.BlockScope
 
findLocalVariableDeclarations(int) - Method in class org.eclipse.jdt.internal.compiler.lookup.BlockScope
Returns all declarations of most specific locals containing a given position in their source range.
findMembers(char[], ReferenceBinding, Scope, InvocationSite, boolean, Binding[], int[], int[], boolean) - Method in class org.eclipse.jdt.internal.codeassist.CompletionEngine
 
findMemberType(char[], ReferenceBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
findMemberTypes(char[], ReferenceBinding, Scope, SourceTypeBinding, boolean, boolean, ObjectVector, Binding[], int[], int[], boolean) - Method in class org.eclipse.jdt.internal.codeassist.CompletionEngine
 
findMethod(ReferenceBinding, char[], TypeBinding[], InvocationSite) - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
findMethod(ReferenceBinding, char[], TypeBinding[], InvocationSite, boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
findMethod(IMethod) - Method in class org.eclipse.jdt.internal.core.util.ASTNodeFinder
 
findMethod(IType, char[], String[], boolean) - Static method in class org.eclipse.jdt.internal.core.util.Util
Finds the IMethod element corresponding to the given selector, without creating a new dummy instance of a binary method.
findMethod(ReferenceBinding, char[], TypeBinding[], InvocationSite) - Method in class org.eclipse.jdt.internal.eval.CodeSnippetScope
 
findMethodForArray(ArrayBinding, char[], TypeBinding[], InvocationSite) - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
findMethodForArray(ArrayBinding, char[], TypeBinding[], InvocationSite) - Method in class org.eclipse.jdt.internal.eval.CodeSnippetScope
 
findMethodFromBinding(MethodBinding, String[], ReferenceBinding) - Method in class org.eclipse.jdt.internal.core.SelectionRequestor
This method returns an IMethod element from the given method and declaring type bindings.
findMethodInSuperInterfaces(ReferenceBinding, char[], ObjectVector, InvocationSite) - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
findMethodParameterNames(char[], char[], char[], char[][]) - Method in class org.eclipse.jdt.internal.codeassist.InternalCompletionProposal
 
findMethods(IMethod) - Method in interface org.eclipse.jdt.core.IType
Finds the methods in this type that correspond to the given method.
findMethods(IMethod) - Method in class org.eclipse.jdt.internal.core.BinaryType
 
findMethods(IMethod, IMethod[]) - Static method in class org.eclipse.jdt.internal.core.Member
 
findMethods(IMethod) - Method in class org.eclipse.jdt.internal.core.SourceType
 
findMostSpecificStatus(FlowInfo, BlockScope, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.FakedTrackingVariable
 
findNextTypeBinding(int, Scope, PackageBinding) - Method in class org.eclipse.jdt.internal.compiler.ast.QualifiedTypeReference
 
findNode(CompilationUnit) - Method in class org.eclipse.jdt.internal.core.JavaElement
Returns the ASTNode that corresponds to this JavaElement or null if there is no corresponding node.
findNode(CompilationUnit) - Method in class org.eclipse.jdt.internal.core.SourceField
 
findNode(CompilationUnit) - Method in class org.eclipse.jdt.internal.core.SourceRefElement
Returns the ASTNode that corresponds to this JavaElement or null if there is no corresponding node.
findOriginalInheritedMethod(MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
 
findOriginalResource(IPath) - Method in class org.eclipse.jdt.internal.core.builder.BatchImageBuilder
 
findOverriddenMethodInType(ReferenceBinding, MethodBinding) - Method in class org.eclipse.jdt.internal.codeassist.SelectionEngine
 
findPackageFragment(IPath) - Method in interface org.eclipse.jdt.core.IJavaProject
Returns the first existing package fragment on this project's classpath whose path matches the given (absolute) path, or null if none exist.
findPackageFragment(String) - Method in class org.eclipse.jdt.internal.core.JavaProject
 
findPackageFragment(IPath) - Method in class org.eclipse.jdt.internal.core.JavaProject
 
findPackageFragment(IPath) - Method in class org.eclipse.jdt.internal.core.NameLookup
Returns the package fragment whose path matches the given (absolute) path, or null if none exist.
findPackageFragmentRoot(IPath) - Method in interface org.eclipse.jdt.core.IJavaProject
Returns the existing package fragment root on this project's classpath whose path matches the given (absolute) path, or null if one does not exist.
findPackageFragmentRoot(IPath) - Method in class org.eclipse.jdt.internal.core.JavaProject
 
findPackageFragmentRoot0(IPath) - Method in class org.eclipse.jdt.internal.core.JavaProject
 
findPackageFragmentRoots(IClasspathEntry) - Method in interface org.eclipse.jdt.core.IJavaProject
Returns the existing package fragment roots identified by the given entry.
findPackageFragmentRoots(IClasspathEntry) - Method in class org.eclipse.jdt.internal.core.JavaProject
 
findPackageFragments(String, boolean) - Method in class org.eclipse.jdt.internal.core.NameLookup
Returns the package fragments whose name matches the given (qualified) name, or null if none exist.
findPackageFragments(String, boolean, boolean) - Method in class org.eclipse.jdt.internal.core.NameLookup
Returns the package fragments whose name matches the given (qualified) name or pattern, or null if none exist.
findPackages(char[], ISearchRequestor) - Method in class org.eclipse.jdt.internal.core.CancelableNameEnvironment
 
findPackages(char[], ISearchRequestor) - Method in class org.eclipse.jdt.internal.core.SearchableEnvironment
Find the packages that start with the given prefix.
findParameterNames(IProgressMonitor) - Method in class org.eclipse.jdt.core.CompletionProposal
Finds the method parameter names.
findParameterNames(IProgressMonitor) - Method in class org.eclipse.jdt.internal.codeassist.InternalCompletionProposal
Finds the method parameter names.
findPrimaryType() - Method in interface org.eclipse.jdt.core.ITypeRoot
Finds the primary type of this Java type root (that is, the type with the same name as the compilation unit, or the type of a class file), or null if no such a type exists.
findPrimaryType() - Method in interface org.eclipse.jdt.core.IWorkingCopy
Deprecated. Use ITypeRoot.findPrimaryType() instead.
findPrimaryType() - Method in class org.eclipse.jdt.internal.core.ClassFile
 
findPrimaryType() - Method in class org.eclipse.jdt.internal.core.CompilationUnit
 
findRecommendedLineSeparator() - Method in interface org.eclipse.jdt.core.IOpenable
Finds and returns the recommended line separator for this element.
findRecommendedLineSeparator() - Method in class org.eclipse.jdt.internal.core.Openable
 
findReferences - Variable in class org.eclipse.jdt.internal.core.search.matching.ConstructorPattern
 
findReferences - Variable in class org.eclipse.jdt.internal.core.search.matching.MethodPattern
 
findReferences - Variable in class org.eclipse.jdt.internal.core.search.matching.TypeParameterPattern
 
findReferences - Variable in class org.eclipse.jdt.internal.core.search.matching.VariablePattern
 
findSharedWorkingCopy(IBufferFactory) - Method in interface org.eclipse.jdt.core.IWorkingCopy
Deprecated. Use ICompilationUnit.findWorkingCopy(WorkingCopyOwner) instead.
findSharedWorkingCopy(IBufferFactory) - Method in class org.eclipse.jdt.internal.core.CompilationUnit
Deprecated.  
findSource(String, String) - Method in class org.eclipse.jdt.core.WorkingCopyOwner
Returns the source of the compilation unit that defines the given type in the given package, or null if the type is unknown to this owner.
findSource(IType, IBinaryType) - Method in class org.eclipse.jdt.internal.core.SourceMapper
Locates and returns source code for the given (binary) type, in this SourceMapper's ZIP file, or returns null if source code cannot be found.
findSource(IType, String) - Method in class org.eclipse.jdt.internal.core.SourceMapper
Locates and returns source code for the given (binary) type, in this SourceMapper's ZIP file, or returns null if source code cannot be found.
findSource(String) - Method in class org.eclipse.jdt.internal.core.SourceMapper
 
findSourceFile(IFile, boolean) - Method in class org.eclipse.jdt.internal.core.builder.AbstractImageBuilder
 
findSourceFiles(IResourceDelta) - Method in class org.eclipse.jdt.internal.core.builder.IncrementalImageBuilder
 
findSourceFiles(IResourceDelta, ClasspathMultiDirectory, int) - Method in class org.eclipse.jdt.internal.core.builder.IncrementalImageBuilder
 
findSuperTypeOriginatingFrom(int, boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
Find supertype which originates from a given well-known type, or null if not found (using id avoids triggering the load of well-known type: 73740) NOTE: only works for erasures of well-known types, as random other types may share same id though being distincts.
findSuperTypeOriginatingFrom(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
Find supertype which originates from a given type, or null if not found
findType(String) - Method in interface org.eclipse.jdt.core.IJavaProject
Returns the first type found following this project's classpath with the given fully qualified name or null if none is found.
findType(String, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IJavaProject
Same functionality as IJavaProject.findType(String) but also look for secondary types if given name does not match a compilation unit name.
findType(String, WorkingCopyOwner, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IJavaProject
Same functionality as #findType(String, WorkingCopyOwner) but also look for secondary types if given name does not match a compilation unit name.
findType(String, String, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IJavaProject
Same functionality as #findType(String, String) but also look for secondary types if given name does not match a compilation unit name.
findType(String, String, WorkingCopyOwner, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IJavaProject
Same functionality as #findType(String, String, WorkingCopyOwner) but also look for secondary types if given name does not match a compilation unit name.
findType(char[][]) - Method in class org.eclipse.jdt.internal.compiler.batch.FileSystem
 
findType(char[][], boolean) - Method in class org.eclipse.jdt.internal.compiler.batch.FileSystem
 
findType(char[], char[][]) - Method in class org.eclipse.jdt.internal.compiler.batch.FileSystem
 
findType(char[][]) - Method in interface org.eclipse.jdt.internal.compiler.env.INameEnvironment
Find a type with the given compound name.
findType(char[], char[][]) - Method in interface org.eclipse.jdt.internal.compiler.env.INameEnvironment
Find a type named in the package .
findType(char[], PackageBinding, PackageBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
findType(char[][]) - Method in class org.eclipse.jdt.internal.core.builder.NameEnvironment
 
findType(char[], char[][]) - Method in class org.eclipse.jdt.internal.core.builder.NameEnvironment
 
findType(char[], char[][]) - Method in class org.eclipse.jdt.internal.core.CancelableNameEnvironment
 
findType(char[][]) - Method in class org.eclipse.jdt.internal.core.CancelableNameEnvironment
 
findType(String) - Method in class org.eclipse.jdt.internal.core.JavaProject
 
findType(String, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.JavaProject
 
findType(String, String, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.JavaProject
 
findType(String, String, WorkingCopyOwner, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.JavaProject
 
findType(String, WorkingCopyOwner, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.JavaProject
 
findType(String, String, boolean, int, boolean) - Method in class org.eclipse.jdt.internal.core.NameLookup
Find type considering secondary types but without waiting for indexes.
findType(String, String, boolean, int, boolean, boolean, boolean, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.NameLookup
Find type.
findType(String, IPackageFragment, boolean, int, boolean) - Method in class org.eclipse.jdt.internal.core.NameLookup
Returns the first type in the given package whose name matches the given (unqualified) name, or null if none exist.
findType(String, IPackageFragment, boolean, int) - Method in class org.eclipse.jdt.internal.core.NameLookup
Returns the first type in the given package whose name matches the given (unqualified) name, or null if none exist.
findType(String, boolean, int) - Method in class org.eclipse.jdt.internal.core.NameLookup
Returns the type specified by the qualified name, or null if none exist.
findType(String, boolean, int, boolean) - Method in class org.eclipse.jdt.internal.core.NameLookup
 
findType(String, boolean, int, boolean, boolean, boolean, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.NameLookup
 
findType(char[], char[][]) - Method in class org.eclipse.jdt.internal.core.search.matching.JavaSearchNameEnvironment
 
findType(char[][]) - Method in class org.eclipse.jdt.internal.core.search.matching.JavaSearchNameEnvironment
 
findType(char[][]) - Method in class org.eclipse.jdt.internal.core.SearchableEnvironment
 
findType(char[], char[][]) - Method in class org.eclipse.jdt.internal.core.SearchableEnvironment
 
findType(IType) - Method in class org.eclipse.jdt.internal.core.util.ASTNodeFinder
 
findType(char[][]) - Method in class org.eclipse.jdt.internal.eval.CodeSnippetEnvironment
 
findType(char[], char[][]) - Method in class org.eclipse.jdt.internal.eval.CodeSnippetEnvironment
 
findTypeNames(String) - Method in class org.eclipse.jdt.internal.compiler.batch.ClasspathDirectory
 
findTypeNames(String) - Method in class org.eclipse.jdt.internal.compiler.batch.ClasspathJar
 
findTypeNames(String) - Method in interface org.eclipse.jdt.internal.compiler.batch.FileSystem.Classpath
 
findTypeNames(char[][]) - Method in class org.eclipse.jdt.internal.compiler.batch.FileSystem
 
findTypes(char[], boolean, boolean, int, ISearchRequestor, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.CancelableNameEnvironment
 
findTypes(char[], boolean, boolean, int, ISearchRequestor) - Method in class org.eclipse.jdt.internal.core.SearchableEnvironment
Find the top-level types that are defined in the current environment and whose name starts with the given prefix.
findTypes(char[], boolean, boolean, int, ISearchRequestor, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.SearchableEnvironment
Must be used only by CompletionEngine.
findVariable(char[]) - Method in class org.eclipse.jdt.internal.compiler.lookup.BlockScope
 
findVariable(char[]) - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
findWorkingCopy(WorkingCopyOwner) - Method in interface org.eclipse.jdt.core.ICompilationUnit
Finds the working copy for this compilation unit, given a WorkingCopyOwner.
findWorkingCopy(WorkingCopyOwner) - Method in class org.eclipse.jdt.internal.core.CompilationUnit
 
FINE_GRAIN_MASK - Static variable in class org.eclipse.jdt.internal.core.search.matching.ConstructorPattern
 
FINE_GRAIN_MASK - Static variable in class org.eclipse.jdt.internal.core.search.matching.MethodPattern
 
FINE_GRAIN_MASK - Static variable in class org.eclipse.jdt.internal.core.search.matching.VariablePattern
 
fineGrain() - Method in class org.eclipse.jdt.internal.core.search.matching.FieldLocator
 
fineGrain - Variable in class org.eclipse.jdt.internal.core.search.matching.JavaSearchPattern
Fine grain limitation
fineGrain() - Method in class org.eclipse.jdt.internal.core.search.matching.MethodLocator
 
fineGrain() - Method in class org.eclipse.jdt.internal.core.search.matching.PatternLocator
 
fineGrain() - Method in class org.eclipse.jdt.internal.core.search.matching.TypeReferenceLocator
 
fineGrained() - Method in class org.eclipse.jdt.internal.core.JavaElementDelta
Mark this delta as a fine-grained delta.
finished(SourceFile) - Method in class org.eclipse.jdt.internal.core.builder.WorkQueue
 
finished() - Method in class org.eclipse.jdt.internal.core.search.SubTypeSearchJob
 
finishedWith(String, CompilationResult, char[], ArrayList, ArrayList) - Method in class org.eclipse.jdt.internal.core.builder.AbstractImageBuilder
 
finishedWith(String, CompilationResult, char[], ArrayList, ArrayList) - Method in class org.eclipse.jdt.internal.core.builder.IncrementalImageBuilder
 
fInsertionPosition - Variable in class org.eclipse.jdt.internal.core.jdom.DOMNode
Deprecated. This position is the position of the end of the last line separator before the closing brace starting position of the receiver.
fire(IJavaElementDelta, int) - Method in class org.eclipse.jdt.internal.core.DeltaProcessor
 
fireChange() - Method in class org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy
Notifies listeners that this hierarchy has changed and needs refreshing.
first_end - Static variable in class java_cup.Main
Timing data -- when did we end first set calculation
FIRST_KIND - Static variable in class org.eclipse.jdt.core.CompletionProposal
First valid completion kind.
first_set() - Method in class java_cup.non_terminal
First set for this non-terminal.
first_set() - Method in class java_cup.production
First set of the production.
firstActionWithID(String, int) - Method in class org.eclipse.jdt.internal.core.JavaModelOperation
 
FirstAssignmentToLocal - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
firstBound - Variable in class org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding
Denote the first explicit (binding) bound amongst the supertypes (from declaration in source) If no superclass was specified, then it denotes the first superinterface, or null if none was specified.
firstLeadingCommentIndex(ASTNode) - Method in class org.eclipse.jdt.core.dom.CompilationUnit
Return the index in the whole comments list CompilationUnit.getCommentList() of the first leading comments associated with the given node.
firstTagPosition - Variable in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
firstToken - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
fIsFragmented - Variable in class org.eclipse.jdt.internal.core.jdom.DOMNode
Deprecated. True when this node has attributes that have been altered from their original state in the shared document, or when the attributes of a descendant have been altered.
fix_with_precedence(production, int, parse_action_row, parse_action) - Method in class java_cup.lalr_state
Procedure that attempts to fix a shift/reduce error by using precedences.
fixedErrorCount - Variable in class org.eclipse.jdt.internal.core.builder.BuildNotifier
 
FixedErrorCount - Static variable in class org.eclipse.jdt.internal.core.builder.BuildNotifier
 
fixedWarningCount - Variable in class org.eclipse.jdt.internal.core.builder.BuildNotifier
 
FixedWarningCount - Static variable in class org.eclipse.jdt.internal.core.builder.BuildNotifier
 
fixTaskTags(Map) - Static method in class org.eclipse.jdt.internal.core.util.Util
 
Flags - Class in org.eclipse.jdt.core
Utility class for decoding modifier flags in Java elements.
FLAGS - Static variable in interface org.eclipse.jdt.core.IJavaModelMarker
Flags marker attribute (value "flags").
flags(int) - Method in class org.eclipse.jdt.internal.compiler.parser.diagnose.LexStream
 
flags - Variable in class org.eclipse.jdt.internal.core.Buffer
 
flags - Variable in class org.eclipse.jdt.internal.core.CreateImportOperation
 
flags - Variable in class org.eclipse.jdt.internal.core.util.KeyKind
 
fLastChild - Variable in class org.eclipse.jdt.internal.core.jdom.DOMNode
Deprecated. The last child of this node - null when this node has no children.
FLAVORS_MASK - Static variable in class org.eclipse.jdt.internal.core.search.matching.PatternLocator
 
fLineStartPositions - Variable in class org.eclipse.jdt.internal.core.jdom.AbstractDOMBuilder
Deprecated. The source positions of all of the line separators in the document.
FLOAD - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
fload(int) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
FLOAD_0 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
fload_0() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
FLOAD_1 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
fload_1() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
FLOAD_2 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
fload_2() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
FLOAD_3 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
fload_3() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
FLOAT - Static variable in class org.eclipse.jdt.core.dom.PrimitiveType
Type code for the primitive type "float".
FLOAT - Static variable in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
 
FLOAT - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
Float2Byte - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
Float2Char - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
Float2Double - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
Float2Float - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
Float2Int - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
Float2Long - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
Float2Short - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
Float2String - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
FLOAT_ARRAY - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
 
FLOAT_INITIAL_SIZE - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
FLOAT_TAG - Static variable in interface org.eclipse.jdt.core.util.IAnnotationComponentValue
Tag value for a constant of type float
floatAt(int) - Method in class org.eclipse.jdt.internal.compiler.classfmt.ClassFileStruct
 
floatAt(byte[], int, int) - Method in class org.eclipse.jdt.internal.core.util.ClassFileStruct
 
floatCache - Variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
FloatCache - Class in org.eclipse.jdt.internal.compiler.codegen
 
FloatCache() - Constructor for class org.eclipse.jdt.internal.compiler.codegen.FloatCache
Constructs a new, empty hashtable.
FloatCache(int) - Constructor for class org.eclipse.jdt.internal.compiler.codegen.FloatCache
Constructs a new, empty hashtable with the specified initial capacity.
FloatConstant - Class in org.eclipse.jdt.internal.compiler.impl
 
FloatConstrSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
floatFloatSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
FloatLiteral - Class in org.eclipse.jdt.internal.compiler.ast
 
FloatLiteral(char[], int, int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.FloatLiteral
 
FloatTag - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
 
FloatUtil - Class in org.eclipse.jdt.internal.compiler.util
Internal utility for declaring with hexadecimal double and float literals.
FloatUtil() - Constructor for class org.eclipse.jdt.internal.compiler.util.FloatUtil
 
floatValue() - Method in class org.eclipse.jdt.internal.compiler.impl.ByteConstant
 
floatValue() - Method in class org.eclipse.jdt.internal.compiler.impl.CharConstant
 
floatValue() - Method in class org.eclipse.jdt.internal.compiler.impl.Constant
 
floatValue() - Method in class org.eclipse.jdt.internal.compiler.impl.DoubleConstant
 
floatValue() - Method in class org.eclipse.jdt.internal.compiler.impl.FloatConstant
 
floatValue() - Method in class org.eclipse.jdt.internal.compiler.impl.IntConstant
 
floatValue() - Method in class org.eclipse.jdt.internal.compiler.impl.LongConstant
 
floatValue() - Method in class org.eclipse.jdt.internal.compiler.impl.ShortConstant
 
FLOATVALUE_FLOAT_METHOD_NAME - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
FLOATVALUE_FLOAT_METHOD_SIGNATURE - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
FlowContext - Class in org.eclipse.jdt.internal.compiler.flow
Reflects the context of code analysis, keeping track of enclosing try statements, exception handlers, etc...
FlowContext(FlowContext, ASTNode) - Constructor for class org.eclipse.jdt.internal.compiler.flow.FlowContext
 
FlowInfo - Class in org.eclipse.jdt.internal.compiler.flow
 
FlowInfo() - Constructor for class org.eclipse.jdt.internal.compiler.flow.FlowInfo
 
flush() - Method in class org.eclipse.jdt.internal.compiler.batch.Main.Logger
 
flush() - Method in class org.eclipse.jdt.internal.core.DeltaProcessor
 
flush() - Method in class org.eclipse.jdt.internal.core.util.LRUCache
Flushes all entries from the cache.
flush(Object) - Method in class org.eclipse.jdt.internal.core.util.LRUCache
Flushes the given entry from the cache.
flushAssistState() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
flushAssistState() - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
flushClasspathProblemMarkers(boolean, boolean, boolean) - Method in class org.eclipse.jdt.internal.core.JavaProject
Remove all markers denoting classpath problems
flushCommentsDefinedPriorTo(int) - Method in class org.eclipse.jdt.internal.compiler.DocumentElementParser
 
flushCommentsDefinedPriorTo(int) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
flushCommentsDefinedPriorTo(int) - Method in class org.eclipse.jdt.internal.core.util.CommentRecorderParser
 
flushElementStack() - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
flushExternalFileCache() - Static method in class org.eclipse.jdt.internal.core.JavaModel
Flushes the cache of external files known to be existing.
flushZipFiles(Object) - Method in class org.eclipse.jdt.internal.core.JavaModelManager
Flushes ZipFiles cache if there are no more clients.
fMainTypeName - Variable in class org.eclipse.jdt.internal.core.jdom.CompilationUnit
 
FMUL - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
fmul() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
fName - Variable in class org.eclipse.jdt.internal.core.jdom.DOMNode
Deprecated. The name of this node.
fNameRange - Variable in class org.eclipse.jdt.internal.core.jdom.DOMNode
Deprecated. The original inclusive indicies of this node's name in the shared document.
FNEG - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
fneg() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
fNextNode - Variable in class org.eclipse.jdt.internal.core.jdom.DOMNode
Deprecated. The sibling node following this node - null for the last node in the sibling list.
fNode - Variable in class org.eclipse.jdt.internal.core.jdom.AbstractDOMBuilder
Deprecated. The current node being constructed.
focus - Variable in class org.eclipse.jdt.core.search.SearchPattern
The focus element (used for reference patterns)
focusQualifiedName - Variable in class org.eclipse.jdt.internal.core.hierarchy.HierarchyBuilder
 
focusType - Variable in class org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy
The type the hierarchy was specifically computed for, possibly null.
focusType - Variable in class org.eclipse.jdt.internal.core.search.HierarchyScope
 
FOR - Static variable in interface org.eclipse.jdt.internal.codeassist.impl.Keywords
 
FOR_STATEMENT - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type ForStatement.
ForbiddenReference - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ForbiddenReference - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
forbiddenReference(FieldBinding, ASTNode, byte, String, int) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
forbiddenReference(MethodBinding, ASTNode, byte, String, int) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
forbiddenReference(TypeBinding, ASTNode, byte, String, int) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
forbiddenReferenceIsError - Variable in class org.eclipse.jdt.internal.codeassist.impl.Engine
 
forBinaryFolder(IContainer, boolean, AccessRuleSet) - Static method in class org.eclipse.jdt.internal.core.builder.ClasspathLocation
 
force - Variable in class org.eclipse.jdt.internal.core.JavaModelOperation
Conflict resolution policy - by default do not force (fail on a conflict).
FORCE_IMMEDIATE_SEARCH - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
The search operation starts immediately, even if the underlying indexer has not finished indexing the workspace.
FORCE_PROBLEM_DETECTION - Static variable in interface org.eclipse.jdt.core.ICompilationUnit
Constant indicating that a reconcile operation should recompute the problems even if the source hasn't changed.
forceBatchInitializations(boolean) - Method in class org.eclipse.jdt.internal.core.JavaModelManager
 
forcedToBeRaw(ReferenceContext) - Method in class org.eclipse.jdt.internal.compiler.ast.Expression
Returns true if the receiver is forced to be of raw type either to satisfy the contract imposed by a super type or because it *is* raw and the current type has no control over it (i.e the rawness originates from some other file.)
ForcedToBeRawType - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
 
ForceImmediate - Static variable in interface org.eclipse.jdt.internal.core.search.processing.IJob
 
forceImplicitQualification - Variable in class org.eclipse.jdt.internal.codeassist.impl.AssistOptions
 
ForeachStatement - Class in org.eclipse.jdt.internal.compiler.ast
 
ForeachStatement(LocalDeclaration, int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.ForeachStatement
 
forgetExternalTimestampsAndIndexes() - Method in class org.eclipse.jdt.internal.core.JavaModelManager.PerProjectInfo
 
FORMAL_REFERENCE - Static variable in interface org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadoc
 
format(int, String, int, int, int, String) - Method in class org.eclipse.jdt.core.formatter.CodeFormatter
Format source, and returns a text edit that correspond to the difference between the given string and the formatted string.
format(int, String, IRegion[], int, String) - Method in class org.eclipse.jdt.core.formatter.CodeFormatter
Format source, and returns a text edit that correspond to the difference between the given string and the formatted string.
format(String, int, int[], String) - Method in interface org.eclipse.jdt.core.ICodeFormatter
Deprecated. Formats the String sourceString, and returns a string containing the formatted version.
format(String, ASTNode[]) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
format(String, CompilationUnitDeclaration) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
format(String, ConstructorDeclaration) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
format(String, Expression) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
format(int, String, int, int, int, String) - Method in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatter
 
format(int, String, IRegion[], int, String) - Method in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatter
Format source, and returns a text edit that correspond to the difference between the given string and the formatted string.
format(String, int, int[], String) - Method in class org.eclipse.jdt.internal.formatter.old.CodeFormatter
Deprecated.  
format2(int, String, int, String, Map) - Static method in class org.eclipse.jdt.internal.formatter.comment.CommentFormatterUtil
Creates edits that describe how to format the given string.
formatComment(int, String, int, int, int) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
FormatJavadoc - Class in org.eclipse.jdt.internal.formatter
Represents a full Javadoc comment for the FormatterCommentParser.
FormatJavadoc(int, int, int) - Constructor for class org.eclipse.jdt.internal.formatter.FormatJavadoc
 
FormatJavadocBlock - Class in org.eclipse.jdt.internal.formatter
Represents a block in a FormatJavadoc which might be a description or a tag (seeFormatJavadocBlock.isDescription()).
FormatJavadocBlock(int, int, int, int) - Constructor for class org.eclipse.jdt.internal.formatter.FormatJavadocBlock
 
FormatJavadocNode - Class in org.eclipse.jdt.internal.formatter
Abstract class for all FormatJavadoc nodes.
FormatJavadocNode(int, int, int) - Constructor for class org.eclipse.jdt.internal.formatter.FormatJavadocNode
 
FormatJavadocReference - Class in org.eclipse.jdt.internal.formatter
Represents a reference in a javadoc comment block (see FormatJavadocBlock.
FormatJavadocReference(int, int, int) - Constructor for class org.eclipse.jdt.internal.formatter.FormatJavadocReference
 
FormatJavadocReference(long, int) - Constructor for class org.eclipse.jdt.internal.formatter.FormatJavadocReference
 
FormatJavadocText - Class in org.eclipse.jdt.internal.formatter
Represents text inside a javadoc comment block.
FormatJavadocText(int, int, int, int, int) - Constructor for class org.eclipse.jdt.internal.formatter.FormatJavadocText
 
formatter - Variable in class org.eclipse.jdt.internal.formatter.Scribe
 
FORMATTER_ALIGN_TYPE_MEMBERS_ON_COLUMNS - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to align type members of a type declaration on column - option id: "org.eclipse.jdt.core.formatter.formatter.align_type_members_on_columns" - possible values: { TRUE, FALSE } - default: FALSE
FORMATTER_ALIGNMENT_FOR_ARGUMENTS_IN_ALLOCATION_EXPRESSION - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option for alignment of arguments in allocation expression - option id: "org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression" - possible values: values returned by createAlignmentValue(boolean, int, int) call - default: createAlignmentValue(false, WRAP_COMPACT, INDENT_DEFAULT)
FORMATTER_ALIGNMENT_FOR_ARGUMENTS_IN_ANNOTATION - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option for alignment of arguments in annotation - option id: "org.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation" - possible values: values returned by createAlignmentValue(boolean, int, int) call - default: createAlignmentValue(false, WRAP_NO_SPLIT, INDENT_DEFAULT)
FORMATTER_ALIGNMENT_FOR_ARGUMENTS_IN_ENUM_CONSTANT - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option for alignment of arguments in enum constant - option id: "org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant" - possible values: values returned by createAlignmentValue(boolean, int, int) call - default: createAlignmentValue(false, WRAP_COMPACT, INDENT_DEFAULT)
FORMATTER_ALIGNMENT_FOR_ARGUMENTS_IN_EXPLICIT_CONSTRUCTOR_CALL - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option for alignment of arguments in explicit constructor call - option id: "org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call" - possible values: values returned by createAlignmentValue(boolean, int, int) call - default: createAlignmentValue(false, WRAP_COMPACT, INDENT_DEFAULT)
FORMATTER_ALIGNMENT_FOR_ARGUMENTS_IN_METHOD_INVOCATION - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option for alignment of arguments in method invocation - option id: "org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation" - possible values: values returned by createAlignmentValue(boolean, int, int) call - default: createAlignmentValue(false, WRAP_COMPACT, INDENT_DEFAULT)
FORMATTER_ALIGNMENT_FOR_ARGUMENTS_IN_QUALIFIED_ALLOCATION_EXPRESSION - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option for alignment of arguments in qualified allocation expression - option id: "org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression" - possible values: values returned by createAlignmentValue(boolean, int, int) call - default: createAlignmentValue(false, WRAP_COMPACT, INDENT_DEFAULT)
FORMATTER_ALIGNMENT_FOR_ASSIGNMENT - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option for alignment of assignment - option id: "org.eclipse.jdt.core.formatter.alignment_for_assignment" - possible values: values returned by createAlignmentValue(boolean, int, int) call - default: createAlignmentValue(false, WRAP_NO_SPLIT, INDENT_DEFAULT)
FORMATTER_ALIGNMENT_FOR_BINARY_EXPRESSION - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option for alignment of binary expression - option id: "org.eclipse.jdt.core.formatter.alignment_for_binary_expression" - possible values: values returned by createAlignmentValue(boolean, int, int) call - default: createAlignmentValue(false, WRAP_COMPACT, INDENT_DEFAULT)
FORMATTER_ALIGNMENT_FOR_COMPACT_IF - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option for alignment of compact if - option id: "org.eclipse.jdt.core.formatter.alignment_for_compact_if" - possible values: values returned by createAlignmentValue(boolean, int, int) call - default: createAlignmentValue(false, WRAP_ONE_PER_LINE, INDENT_BY_ONE)
FORMATTER_ALIGNMENT_FOR_CONDITIONAL_EXPRESSION - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option for alignment of conditional expression - option id: "org.eclipse.jdt.core.formatter.alignment_for_conditional_expression" - possible values: values returned by createAlignmentValue(boolean, int, int) call - default: createAlignmentValue(false, WRAP_ONE_PER_LINE, INDENT_DEFAULT)
FORMATTER_ALIGNMENT_FOR_ENUM_CONSTANTS - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option for alignment of enum constants - option id: "org.eclipse.jdt.core.formatter.alignment_for_enum_constants" - possible values: values returned by createAlignmentValue(boolean, int, int) call - default: createAlignmentValue(false, WRAP_NO_SPLIT, INDENT_DEFAULT)
FORMATTER_ALIGNMENT_FOR_EXPRESSIONS_IN_ARRAY_INITIALIZER - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option for alignment of expressions in array initializer - option id: "org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer" - possible values: values returned by createAlignmentValue(boolean, int, int) call - default: createAlignmentValue(false, WRAP_COMPACT, INDENT_DEFAULT)
FORMATTER_ALIGNMENT_FOR_METHOD_DECLARATION - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option for alignment of method declaration - option id: "org.eclipse.jdt.core.formatter.alignment_for_method_declaration" - possible values: values returned by createAlignmentValue(boolean, int, int) call - default: createAlignmentValue(false, WRAP_NO_SPLIT, INDENT_DEFAULT)
FORMATTER_ALIGNMENT_FOR_MULTIPLE_FIELDS - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option for alignment of multiple fields - option id: "org.eclipse.jdt.core.formatter.alignment_for_multiple_fields" - possible values: values returned by createAlignmentValue(boolean, int, int) call - default: createAlignmentValue(false, WRAP_COMPACT, INDENT_DEFAULT)
FORMATTER_ALIGNMENT_FOR_PARAMETERS_IN_CONSTRUCTOR_DECLARATION - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option for alignment of parameters in constructor declaration - option id: "org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration" - possible values: values returned by createAlignmentValue(boolean, int, int) call - default: createAlignmentValue(false, WRAP_COMPACT, INDENT_DEFAULT)
FORMATTER_ALIGNMENT_FOR_PARAMETERS_IN_METHOD_DECLARATION - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option for alignment of parameters in method declaration - option id: "org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration" - possible values: values returned by createAlignmentValue(boolean, int, int) call - default: createAlignmentValue(false, WRAP_COMPACT, INDENT_DEFAULT)
FORMATTER_ALIGNMENT_FOR_RESOURCES_IN_TRY - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option for alignment of resources in a try with resources statement - option id: "org.eclipse.jdt.core.formatter.alignment_for_resources_in_try" - possible values: values returned by createAlignmentValue(boolean, int, int) call - default: createAlignmentValue(false, WRAP_NEXT_PER_LINE, INDENT_DEFAULT)
FORMATTER_ALIGNMENT_FOR_SELECTOR_IN_METHOD_INVOCATION - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option for alignment of selector in method invocation - option id: "org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation" - possible values: values returned by createAlignmentValue(boolean, int, int) call - default: createAlignmentValue(false, WRAP_COMPACT, INDENT_DEFAULT)
FORMATTER_ALIGNMENT_FOR_SUPERCLASS_IN_TYPE_DECLARATION - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option for alignment of superclass in type declaration - option id: "org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration" - possible values: values returned by createAlignmentValue(boolean, int, int) call - default: createAlignmentValue(false, WRAP_NEXT_SHIFTED, INDENT_DEFAULT)
FORMATTER_ALIGNMENT_FOR_SUPERINTERFACES_IN_ENUM_DECLARATION - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option for alignment of superinterfaces in enum declaration - option id: "org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration" - possible values: values returned by createAlignmentValue(boolean, int, int) call - default: createAlignmentValue(false, WRAP_COMPACT, INDENT_DEFAULT)
FORMATTER_ALIGNMENT_FOR_SUPERINTERFACES_IN_TYPE_DECLARATION - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option for alignment of superinterfaces in type declaration - option id: "org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration" - possible values: values returned by createAlignmentValue(boolean, int, int) call - default: createAlignmentValue(false, WRAP_COMPACT, INDENT_DEFAULT)
FORMATTER_ALIGNMENT_FOR_THROWS_CLAUSE_IN_CONSTRUCTOR_DECLARATION - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option for alignment of throws clause in constructor declaration - option id: "org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_constructor_declaration" - possible values: values returned by createAlignmentValue(boolean, int, int) call - default: createAlignmentValue(false, WRAP_COMPACT, INDENT_DEFAULT)
FORMATTER_ALIGNMENT_FOR_THROWS_CLAUSE_IN_METHOD_DECLARATION - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option for alignment of throws clause in method declaration - option id: "org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_method_declaration" - possible values: values returned by createAlignmentValue(boolean, int, int) call - default: createAlignmentValue(false, WRAP_COMPACT, INDENT_DEFAULT)
FORMATTER_ALIGNMENT_FOR_UNION_TYPE_IN_MULTICATCH - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option for alignment of exceptions declared in a Union Type in the argument of a multicatch statement - option id: "org.eclipse.jdt.core.formatter.alignment_for_union_type_in_multicatch" - possible values: values returned by createAlignmentValue(boolean, int, int) call - default: createAlignmentValue(false, WRAP_COMPACT, INDENT_DEFAULT)
FORMATTER_BLANK_LINES_AFTER_IMPORTS - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to add blank lines after the imports declaration - option id: "org.eclipse.jdt.core.formatter.blank_lines_after_imports" - possible values: "<n>", where n is zero or a positive integer - default: "0"
FORMATTER_BLANK_LINES_AFTER_PACKAGE - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to add blank lines after the package declaration - option id: "org.eclipse.jdt.core.formatter.blank_lines_after_package" - possible values: "<n>", where n is zero or a positive integer - default: "0"
FORMATTER_BLANK_LINES_AT_BEGINNING_OF_METHOD_BODY - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to add blank lines at the beginning of the method body - option id: "org.eclipse.jdt.core.formatter.number_of_blank_lines_at_beginning_of_method_body" - possible values: "<n>", where n is zero or a positive integer - default: "0"
FORMATTER_BLANK_LINES_BEFORE_FIELD - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to add blank lines before a field declaration - option id: "org.eclipse.jdt.core.formatter.blank_lines_before_field" - possible values: "<n>", where n is zero or a positive integer - default: "0"
FORMATTER_BLANK_LINES_BEFORE_FIRST_CLASS_BODY_DECLARATION - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to add blank lines before the first class body declaration - option id: "org.eclipse.jdt.core.formatter.blank_lines_before_first_class_body_declaration" - possible values: "<n>", where n is zero or a positive integer - default: "0"
FORMATTER_BLANK_LINES_BEFORE_IMPORTS - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to add blank lines before the imports declaration - option id: "org.eclipse.jdt.core.formatter.blank_lines_before_imports" - possible values: "<n>", where n is zero or a positive integer - default: "0"
FORMATTER_BLANK_LINES_BEFORE_MEMBER_TYPE - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to add blank lines before a member type declaration - option id: "org.eclipse.jdt.core.formatter.blank_lines_before_member_type" - possible values: "<n>", where n is zero or a positive integer - default: "0"
FORMATTER_BLANK_LINES_BEFORE_METHOD - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to add blank lines before a method declaration - option id: "org.eclipse.jdt.core.formatter.blank_lines_before_method" - possible values: "<n>", where n is zero or a positive integer - default: "0"
FORMATTER_BLANK_LINES_BEFORE_NEW_CHUNK - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to add blank lines before a new chunk - option id: "org.eclipse.jdt.core.formatter.blank_lines_before_new_chunk" - possible values: "<n>", where n is zero or a positive integer - default: "0"
FORMATTER_BLANK_LINES_BEFORE_PACKAGE - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to add blank lines before the package declaration - option id: "org.eclipse.jdt.core.formatter.blank_lines_before_package" - possible values: "<n>", where n is zero or a positive integer - default: "0"
FORMATTER_BLANK_LINES_BETWEEN_IMPORT_GROUPS - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to add blank lines between import groups - option id: "org.eclipse.jdt.core.formatter.blank_lines_between_import_groups" - possible values: "<n>", where n is zero or a positive integer - default: "1"
FORMATTER_BLANK_LINES_BETWEEN_TYPE_DECLARATIONS - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to add blank lines between type declarations - option id: "org.eclipse.jdt.core.formatter.blank_lines_between_type_declarations" - possible values: "<n>", where n is zero or a positive integer - default: "0"
FORMATTER_BRACE_POSITION_FOR_ANNOTATION_TYPE_DECLARATION - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to position the braces of an annotation type declaration - option id: "org.eclipse.jdt.core.formatter.brace_position_for_annotation_type_declaration" - possible values: { END_OF_LINE, NEXT_LINE, NEXT_LINE_SHIFTED, NEXT_LINE_ON_WRAP } - default: END_OF_LINE
FORMATTER_BRACE_POSITION_FOR_ANONYMOUS_TYPE_DECLARATION - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to position the braces of an anonymous type declaration - option id: "org.eclipse.jdt.core.formatter.brace_position_for_anonymous_type_declaration" - possible values: { END_OF_LINE, NEXT_LINE, NEXT_LINE_SHIFTED, NEXT_LINE_ON_WRAP } - default: END_OF_LINE
FORMATTER_BRACE_POSITION_FOR_ARRAY_INITIALIZER - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to position the braces of an array initializer - option id: "org.eclipse.jdt.core.formatter.brace_position_for_array_initializer" - possible values: { END_OF_LINE, NEXT_LINE, NEXT_LINE_SHIFTED, NEXT_LINE_ON_WRAP } - default: END_OF_LINE
FORMATTER_BRACE_POSITION_FOR_BLOCK - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to position the braces of a block - option id: "org.eclipse.jdt.core.formatter.brace_position_for_block" - possible values: { END_OF_LINE, NEXT_LINE, NEXT_LINE_SHIFTED, NEXT_LINE_ON_WRAP } - default: END_OF_LINE
FORMATTER_BRACE_POSITION_FOR_BLOCK_IN_CASE - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to position the braces of a block in a case statement when the block is the first statement following the case - option id: "org.eclipse.jdt.core.formatter.brace_position_for_block_in_case" - possible values: { END_OF_LINE, NEXT_LINE, NEXT_LINE_SHIFTED, NEXT_LINE_ON_WRAP } - default: END_OF_LINE
FORMATTER_BRACE_POSITION_FOR_CONSTRUCTOR_DECLARATION - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to position the braces of a constructor declaration - option id: "org.eclipse.jdt.core.formatter.brace_position_for_constructor_declaration" - possible values: { END_OF_LINE, NEXT_LINE, NEXT_LINE_SHIFTED, NEXT_LINE_ON_WRAP } - default: END_OF_LINE
FORMATTER_BRACE_POSITION_FOR_ENUM_CONSTANT - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to position the braces of an enum constant - option id: "org.eclipse.jdt.core.formatter.brace_position_for_enum_constant" - possible values: { END_OF_LINE, NEXT_LINE, NEXT_LINE_SHIFTED, NEXT_LINE_ON_WRAP } - default: END_OF_LINE
FORMATTER_BRACE_POSITION_FOR_ENUM_DECLARATION - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to position the braces of an enum declaration - option id: "org.eclipse.jdt.core.formatter.brace_position_for_enum_declaration" - possible values: { END_OF_LINE, NEXT_LINE, NEXT_LINE_SHIFTED, NEXT_LINE_ON_WRAP } - default: END_OF_LINE
FORMATTER_BRACE_POSITION_FOR_METHOD_DECLARATION - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to position the braces of a method declaration - option id: "org.eclipse.jdt.core.formatter.brace_position_for_method_declaration" - possible values: { END_OF_LINE, NEXT_LINE, NEXT_LINE_SHIFTED, NEXT_LINE_ON_WRAP } - default: END_OF_LINE
FORMATTER_BRACE_POSITION_FOR_SWITCH - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to position the braces of a switch statement - option id: "org.eclipse.jdt.core.formatter.brace_position_for_switch" - possible values: { END_OF_LINE, NEXT_LINE, NEXT_LINE_SHIFTED, NEXT_LINE_ON_WRAP } - default: END_OF_LINE
FORMATTER_BRACE_POSITION_FOR_TYPE_DECLARATION - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to position the braces of a type declaration - option id: "org.eclipse.jdt.core.formatter.brace_position_for_type_declaration" - possible values: { END_OF_LINE, NEXT_LINE, NEXT_LINE_SHIFTED, NEXT_LINE_ON_WRAP } - default: END_OF_LINE
FORMATTER_CLEAR_BLANK_LINES - Static variable in class org.eclipse.jdt.core.JavaCore
Deprecated. Use DefaultCodeFormatterConstants.FORMATTER_NUMBER_OF_EMPTY_LINES_TO_PRESERVE instead.
FORMATTER_COMMENT_CLEAR_BLANK_LINES - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
Deprecated. Use DefaultCodeFormatterConstants.FORMATTER_COMMENT_CLEAR_BLANK_LINES_IN_BLOCK_COMMENT and DefaultCodeFormatterConstants.FORMATTER_COMMENT_CLEAR_BLANK_LINES_IN_JAVADOC_COMMENT
FORMATTER_COMMENT_CLEAR_BLANK_LINES_IN_BLOCK_COMMENT - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to control whether blank lines are cleared inside block comments - option id: "org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_block_comment" - possible values: { TRUE, FALSE } - default: FALSE
FORMATTER_COMMENT_CLEAR_BLANK_LINES_IN_JAVADOC_COMMENT - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to control whether blank lines are cleared inside javadoc comments - option id: "org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_javadoc_comment" - possible values: { TRUE, FALSE } - default: FALSE
FORMATTER_COMMENT_FORMAT - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
Deprecated. Use multiple settings for each kind of comments. See DefaultCodeFormatterConstants.FORMATTER_COMMENT_FORMAT_BLOCK_COMMENT, DefaultCodeFormatterConstants.FORMATTER_COMMENT_FORMAT_JAVADOC_COMMENT and DefaultCodeFormatterConstants.FORMATTER_COMMENT_FORMAT_LINE_COMMENT.
FORMATTER_COMMENT_FORMAT_BLOCK_COMMENT - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to control whether multiple lines comments are formatted - option id: "org.eclipse.jdt.core.formatter.comment.format_block_comments" - possible values: { TRUE, FALSE } - default: TRUE
FORMATTER_COMMENT_FORMAT_HEADER - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to control whether the header comment of a Java source file is formatted - option id: "org.eclipse.jdt.core.formatter.comment.format_header" - possible values: { TRUE, FALSE } - default: FALSE
FORMATTER_COMMENT_FORMAT_HTML - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to control whether HTML tags are formatted.
FORMATTER_COMMENT_FORMAT_JAVADOC_COMMENT - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to control whether javadoc comments are formatted - option id: "org.eclipse.jdt.core.formatter.comment.format_javadoc_comments" - possible values: { TRUE, FALSE } - default: TRUE
FORMATTER_COMMENT_FORMAT_LINE_COMMENT - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to control whether single line comments are formatted - option id: "org.eclipse.jdt.core.formatter.comment.format_line_comments" - possible values: { TRUE, FALSE } - default: TRUE
FORMATTER_COMMENT_FORMAT_LINE_COMMENT_STARTING_ON_FIRST_COLUMN - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to format line comments that start on the first column - option id: "org.eclipse.jdt.core.formatter.format_line_comment_starting_on_first_column" - possible values: { TRUE, FALSE } - default: TRUE
FORMATTER_COMMENT_FORMAT_SOURCE - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to control whether code snippets are formatted in comments - option id: "org.eclipse.jdt.core.formatter.comment.format_source_code" - possible values: { TRUE, FALSE } - default: TRUE
FORMATTER_COMMENT_INDENT_PARAMETER_DESCRIPTION - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to control whether description of Javadoc parameters are indented - option id: "org.eclipse.jdt.core.formatter.comment.indent_parameter_description" - possible values: { TRUE, FALSE } - default: TRUE
FORMATTER_COMMENT_INDENT_ROOT_TAGS - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to control whether Javadoc root tags are indented.
FORMATTER_COMMENT_INSERT_EMPTY_LINE_BEFORE_ROOT_TAGS - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert an empty line before the Javadoc root tag block - option id: "org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_COMMENT_INSERT_NEW_LINE_FOR_PARAMETER - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a new line after Javadoc root tag parameters - option id: "org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_COMMENT_LINE_LENGTH - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to specify the line length for comments.
FORMATTER_COMMENT_NEW_LINES_AT_BLOCK_BOUNDARIES - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to control whether block comments will have new lines at boundaries - option id: "org.eclipse.jdt.core.formatter.comment.new_lines_at_block_boundaries" - possible values: { TRUE, FALSE } - default: TRUE
FORMATTER_COMMENT_NEW_LINES_AT_JAVADOC_BOUNDARIES - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to control whether javadoc comments will have new lines at boundaries - option id: "org.eclipse.jdt.core.formatter.comment.new_lines_at_javadoc_boundaries" - possible values: { TRUE, FALSE } - default: TRUE
FORMATTER_COMMENT_PARSER - Static variable in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
FORMATTER_COMMENT_PRESERVE_WHITE_SPACE_BETWEEN_CODE_AND_LINE_COMMENT - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to control whether the white space between code and line comments should be preserved or replaced with a single space - option id: "org.eclipse.jdt.core.formatter.comment.preserve_white_space_between_code_and_line_comments" - possible values: { TRUE, FALSE } - default: FALSE
FORMATTER_COMPACT_ASSIGNMENT - Static variable in class org.eclipse.jdt.core.JavaCore
Deprecated. Use DefaultCodeFormatterConstants.FORMATTER_INSERT_SPACE_BEFORE_ASSIGNMENT_OPERATOR instead.
FORMATTER_COMPACT_ELSE_IF - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to compact else/if - option id: "org.eclipse.jdt.core.formatter.compact_else_if" - possible values: { TRUE, FALSE } - default: TRUE
FORMATTER_CONTINUATION_INDENTATION - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to set the continuation indentation - option id: "org.eclipse.jdt.core.formatter.continuation_indentation" - possible values: "<n>", where n is zero or a positive integer - default: "2"
FORMATTER_CONTINUATION_INDENTATION_FOR_ARRAY_INITIALIZER - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to set the continuation indentation inside array initializer - option id: "org.eclipse.jdt.core.formatter.continuation_indentation_for_array_initializer" - possible values: "<n>", where n is zero or a positive integer - default: "2"
FORMATTER_DISABLING_TAG - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to define the tag to put in a comment to disable the formatting.
FORMATTER_ENABLING_TAG - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to define the tag to put in a comment to re-enable the formatting after it has been disabled (see DefaultCodeFormatterConstants.FORMATTER_DISABLING_TAG) - option id: "org.eclipse.jdt.core.formatter.enabling_tag" - possible values: String, with constraints mentioned below - default: "@formatter:on"
FORMATTER_EXTPOINT_ID - Static variable in class org.eclipse.jdt.internal.core.JavaModelManager
Name of the extension point for contributing a source code formatter
FORMATTER_INDENT_BODY_DECLARATIONS_COMPARE_TO_ANNOTATION_DECLARATION_HEADER - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to indent body declarations compare to its enclosing annotation declaration header - option id: "org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_annotation_declaration_header" - possible values: { TRUE, FALSE } - default: TRUE
FORMATTER_INDENT_BODY_DECLARATIONS_COMPARE_TO_ENUM_CONSTANT_HEADER - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to indent body declarations compare to its enclosing enum constant header - option id: "org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_constant_header" - possible values: { TRUE, FALSE } - default: TRUE
FORMATTER_INDENT_BODY_DECLARATIONS_COMPARE_TO_ENUM_DECLARATION_HEADER - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to indent body declarations compare to its enclosing enum declaration header - option id: "org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_declaration_header" - possible values: { TRUE, FALSE } - default: TRUE
FORMATTER_INDENT_BODY_DECLARATIONS_COMPARE_TO_TYPE_HEADER - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to indent body declarations compare to its enclosing type header - option id: "org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_type_header" - possible values: { TRUE, FALSE } - default: TRUE
FORMATTER_INDENT_BREAKS_COMPARE_TO_CASES - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to indent breaks compare to cases - option id: "org.eclipse.jdt.core.formatter.indent_breaks_compare_to_cases" - possible values: { TRUE, FALSE } - default: TRUE
FORMATTER_INDENT_EMPTY_LINES - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to indent empty lines - option id: "org.eclipse.jdt.core.formatter.indent_empty_lines" - possible values: { TRUE, FALSE } - default: FALSE
FORMATTER_INDENT_STATEMENTS_COMPARE_TO_BLOCK - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to indent statements inside a block - option id: "org.eclipse.jdt.core.formatter.indent_statements_compare_to_block" - possible values: { TRUE, FALSE } - default: TRUE
FORMATTER_INDENT_STATEMENTS_COMPARE_TO_BODY - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to indent statements inside the body of a method or a constructor - option id: "org.eclipse.jdt.core.formatter.indent_statements_compare_to_body" - possible values: { TRUE, FALSE } - default: TRUE
FORMATTER_INDENT_SWITCHSTATEMENTS_COMPARE_TO_CASES - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to indent switch statements compare to cases - option id: "org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_cases" - possible values: { TRUE, FALSE } - default: TRUE
FORMATTER_INDENT_SWITCHSTATEMENTS_COMPARE_TO_SWITCH - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to indent switch statements compare to switch - option id: "org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch" - possible values: { TRUE, FALSE } - default: TRUE
FORMATTER_INDENTATION_SIZE - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to specify the equivalent number of spaces that represents one indentation - option id: "org.eclipse.jdt.core.formatter.indentation.size" - possible values: "<n>", where n is zero or a positive integer - default: "4"
FORMATTER_INSERT_NEW_LINE_AFTER_ANNOTATION - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
Deprecated. All new options must be enabled to activate old strategy DefaultCodeFormatterConstants.FORMATTER_INSERT_NEW_LINE_AFTER_ANNOTATION_ON_MEMBER DefaultCodeFormatterConstants.FORMATTER_INSERT_NEW_LINE_AFTER_ANNOTATION_ON_LOCAL_VARIABLE DefaultCodeFormatterConstants.FORMATTER_INSERT_NEW_LINE_AFTER_ANNOTATION_ON_PARAMETER
FORMATTER_INSERT_NEW_LINE_AFTER_ANNOTATION_ON_FIELD - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a new line after an annotation on a field declaration - option id: "org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_field" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_NEW_LINE_AFTER_ANNOTATION_ON_LOCAL_VARIABLE - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a new line after an annotation on a local variable - option id: "org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_local_variable" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_NEW_LINE_AFTER_ANNOTATION_ON_MEMBER - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
Deprecated. All new options must be enabled to activate old strategy DefaultCodeFormatterConstants.FORMATTER_INSERT_NEW_LINE_AFTER_ANNOTATION_ON_FIELD DefaultCodeFormatterConstants.FORMATTER_INSERT_NEW_LINE_AFTER_ANNOTATION_ON_METHOD DefaultCodeFormatterConstants.FORMATTER_INSERT_NEW_LINE_AFTER_ANNOTATION_ON_PACKAGE DefaultCodeFormatterConstants.FORMATTER_INSERT_NEW_LINE_AFTER_ANNOTATION_ON_TYPE
FORMATTER_INSERT_NEW_LINE_AFTER_ANNOTATION_ON_METHOD - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a new line after an annotation on a method declaration - option id: "org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_method" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_NEW_LINE_AFTER_ANNOTATION_ON_PACKAGE - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a new line after an annotation on a package declaration - option id: "org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_package" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_NEW_LINE_AFTER_ANNOTATION_ON_PARAMETER - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a new line after an annotation on a parameter - option id: "org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_parameter" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_NEW_LINE_AFTER_ANNOTATION_ON_TYPE - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a new line after an annotation on a type declaration - option id: "org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_type" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_NEW_LINE_AFTER_LABEL - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a new line after a label - option id: "org.eclipse.jdt.core.formatter.insert_new_line_after_label" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_NEW_LINE_AFTER_OPENING_BRACE_IN_ARRAY_INITIALIZER - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a new line after the opening brace in an array initializer - option id: "org.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_NEW_LINE_AT_END_OF_FILE_IF_MISSING - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a new line at the end of the current file if missing - option id: "org.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_NEW_LINE_BEFORE_CATCH_IN_TRY_STATEMENT - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a new line before the catch keyword in try statement - option id: "org.eclipse.jdt.core.formatter.insert_new_line_before_catch_in_try_statement" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_NEW_LINE_BEFORE_CLOSING_BRACE_IN_ARRAY_INITIALIZER - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a new line before the closing brace in an array initializer - option id: "org.eclipse.jdt.core.formatter.insert_new_line_before_closing_brace_in_array_initializer" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_NEW_LINE_BEFORE_ELSE_IN_IF_STATEMENT - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a new line before the else keyword in if statement - option id: "org.eclipse.jdt.core.formatter.insert_new_line_before_else_in_if_statement" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_NEW_LINE_BEFORE_FINALLY_IN_TRY_STATEMENT - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a new line before the finally keyword in try statement - option id: "org.eclipse.jdt.core.formatter.insert_new_line_before_finally_in_try_statement" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_NEW_LINE_BEFORE_WHILE_IN_DO_STATEMENT - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a new line before while in do statement - option id: "org.eclipse.jdt.core.formatter.insert_new_line_before_while_in_do_statement" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_NEW_LINE_IN_EMPTY_ANNOTATION_DECLARATION - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a new line in an empty annotation declaration - option id: "org.eclipse.jdt.core.formatter.insert_new_line_in_empty_annotation_declaration" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_NEW_LINE_IN_EMPTY_ANONYMOUS_TYPE_DECLARATION - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a new line in an empty anonymous type declaration - option id: "org.eclipse.jdt.core.formatter.insert_new_line_in_empty_anonymous_type_declaration" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_NEW_LINE_IN_EMPTY_BLOCK - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a new line in an empty block - option id: "org.eclipse.jdt.core.formatter.insert_new_line_in_empty_block" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_NEW_LINE_IN_EMPTY_ENUM_CONSTANT - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a new line in an empty enum constant - option id: "org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_constant" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_NEW_LINE_IN_EMPTY_ENUM_DECLARATION - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a new line in an empty enum declaration - option id: "org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_declaration" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_NEW_LINE_IN_EMPTY_METHOD_BODY - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a new line in an empty method body - option id: "org.eclipse.jdt.core.formatter.insert_new_line_in_empty_method_body" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_NEW_LINE_IN_EMPTY_TYPE_DECLARATION - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a new line in an empty type declaration - option id: "org.eclipse.jdt.core.formatter.insert_new_line_in_empty_type_declaration" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_AFTER_AND_IN_TYPE_PARAMETER - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after and in wilcard - option id: "org.eclipse.jdt.core.formatter.insert_space_after_and_in_type_parameter" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_AFTER_ASSIGNMENT_OPERATOR - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after an assignment operator - option id: "org.eclipse.jdt.core.formatter.insert_space_after_assignment_operator" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_AFTER_AT_IN_ANNOTATION - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after at in annotation - option id: "org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_AFTER_AT_IN_ANNOTATION_TYPE_DECLARATION - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after at in annotation type declaration - option id: "org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation_type_declaration" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_AFTER_BINARY_OPERATOR - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after a binary operator - option id: "org.eclipse.jdt.core.formatter.insert_space_after_binary_operator" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_AFTER_CLOSING_ANGLE_BRACKET_IN_TYPE_ARGUMENTS - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the closing angle bracket in type arguments - option id: "org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_arguments" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_AFTER_CLOSING_ANGLE_BRACKET_IN_TYPE_PARAMETERS - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the closing angle bracket in type parameters - option id: "org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_parameters" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_AFTER_CLOSING_BRACE_IN_BLOCK - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the closing brace of a block - option id: "org.eclipse.jdt.core.formatter.insert_space_after_closing_brace_in_block" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_AFTER_CLOSING_PAREN_IN_CAST - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the closing parenthesis of a cast expression - option id: "org.eclipse.jdt.core.formatter.insert_space_after_closing_paren_in_cast" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_AFTER_COLON_IN_ASSERT - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the colon in an assert statement - option id: "org.eclipse.jdt.core.formatter.insert_space_after_colon_in_assert" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_AFTER_COLON_IN_CASE - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after colon in a case statement when a opening brace follows the colon - option id: "org.eclipse.jdt.core.formatter.insert_space_after_colon_in_case" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_AFTER_COLON_IN_CONDITIONAL - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the colon in a conditional expression - option id: "org.eclipse.jdt.core.formatter.insert_space_after_colon_in_conditional" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_AFTER_COLON_IN_FOR - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after colon in a for statement - option id: "org.eclipse.jdt.core.formatter.insert_space_after_colon_in_for" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_AFTER_COLON_IN_LABELED_STATEMENT - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the colon in a labeled statement - option id: "org.eclipse.jdt.core.formatter.insert_space_after_colon_in_labeled_statement" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_ALLOCATION_EXPRESSION - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the comma in an allocation expression - option id: "org.eclipse.jdt.core.formatter.insert_space_after_comma_in_allocation_expression" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_ANNOTATION - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the comma in annotation - option id: "org.eclipse.jdt.core.formatter.insert_space_after_comma_in_annotation" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_ARRAY_INITIALIZER - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the comma in an array initializer - option id: "org.eclipse.jdt.core.formatter.insert_space_after_comma_in_array_initializer" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_CONSTRUCTOR_DECLARATION_PARAMETERS - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the comma in the parameters of a constructor declaration - option id: "org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_parameters" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_CONSTRUCTOR_DECLARATION_THROWS - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the comma in the exception names in a throws clause of a constructor declaration - option id: "org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_throws" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_ENUM_CONSTANT_ARGUMENTS - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the comma in the arguments of an enum constant - option id: "org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_constant_arguments" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_ENUM_DECLARATIONS - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the comma in enum declarations - option id: "org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_declarations" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_EXPLICIT_CONSTRUCTOR_CALL_ARGUMENTS - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the comma in the arguments of an explicit constructor call - option id: "org.eclipse.jdt.core.formatter.insert_space_after_comma_in_explicitconstructorcall_arguments" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_FOR_INCREMENTS - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the comma in the increments of a for statement - option id: "org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_increments" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_FOR_INITS - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the comma in the initializations of a for statement - option id: "org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_inits" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_METHOD_DECLARATION_PARAMETERS - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the comma in the parameters of a method declaration - option id: "org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_parameters" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_METHOD_DECLARATION_THROWS - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the comma in the exception names in a throws clause of a method declaration - option id: "org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_throws" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_METHOD_INVOCATION_ARGUMENTS - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the comma in the arguments of a method invocation - option id: "org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_invocation_arguments" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_MULTIPLE_FIELD_DECLARATIONS - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the comma in multiple field declaration - option id: "org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_field_declarations" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_MULTIPLE_LOCAL_DECLARATIONS - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the comma in multiple local declaration - option id: "org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_local_declarations" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_PARAMETERIZED_TYPE_REFERENCE - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the comma in parameterized type reference - option id: "org.eclipse.jdt.core.formatter.insert_space_after_comma_in_parameterized_type_reference" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_SUPERINTERFACES - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the comma in superinterfaces names of a type header - option id: "org.eclipse.jdt.core.formatter.insert_space_after_comma_in_superinterfaces" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_TYPE_ARGUMENTS - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the comma in type arguments - option id: "org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_arguments" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_TYPE_PARAMETERS - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the comma in type parameters - option id: "org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_parameters" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_AFTER_ELLIPSIS - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after ellipsis - option id: "org.eclipse.jdt.core.formatter.insert_space_after_ellipsis" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_AFTER_OPENING_ANGLE_BRACKET_IN_PARAMETERIZED_TYPE_REFERENCE - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the opening angle bracket in parameterized type reference - option id: "org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_AFTER_OPENING_ANGLE_BRACKET_IN_TYPE_ARGUMENTS - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the opening angle bracket in type arguments - option id: "org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_AFTER_OPENING_ANGLE_BRACKET_IN_TYPE_PARAMETERS - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the opening angle bracket in type parameters - option id: "org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_parameters" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_AFTER_OPENING_BRACE_IN_ARRAY_INITIALIZER - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the opening brace in an array initializer - option id: "org.eclipse.jdt.core.formatter.insert_space_after_opening_brace_in_array_initializer" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_AFTER_OPENING_BRACKET_IN_ARRAY_ALLOCATION_EXPRESSION - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the opening bracket inside an array allocation expression - option id: "org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_allocation_expression" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_AFTER_OPENING_BRACKET_IN_ARRAY_REFERENCE - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the opening bracket inside an array reference - option id: "org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_reference" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_AFTER_OPENING_PAREN_IN_ANNOTATION - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the opening parenthesis in annotation - option id: "org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_annotation" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_AFTER_OPENING_PAREN_IN_CAST - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the opening parenthesis in a cast expression - option id: "org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_cast" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_AFTER_OPENING_PAREN_IN_CATCH - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the opening parenthesis in a catch - option id: "org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_catch" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_AFTER_OPENING_PAREN_IN_CONSTRUCTOR_DECLARATION - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the opening parenthesis in a constructor declaration - option id: "org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_constructor_declaration" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_AFTER_OPENING_PAREN_IN_ENUM_CONSTANT - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the opening parenthesis in enum constant - option id: "org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_enum_constant" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_AFTER_OPENING_PAREN_IN_FOR - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the opening parenthesis in a for statement - option id: "org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_for" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_AFTER_OPENING_PAREN_IN_IF - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the opening parenthesis in an if statement - option id: "org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_if" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_AFTER_OPENING_PAREN_IN_METHOD_DECLARATION - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the opening parenthesis in a method declaration - option id: "org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_declaration" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_AFTER_OPENING_PAREN_IN_METHOD_INVOCATION - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the opening parenthesis in a method invocation - option id: "org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_invocation" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_AFTER_OPENING_PAREN_IN_PARENTHESIZED_EXPRESSION - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the opening parenthesis in a parenthesized expression - option id: "org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_parenthesized_expression" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_AFTER_OPENING_PAREN_IN_SWITCH - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the opening parenthesis in a switch statement - option id: "org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_switch" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_AFTER_OPENING_PAREN_IN_SYNCHRONIZED - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the opening parenthesis in a synchronized statement - option id: "org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_synchronized" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_AFTER_OPENING_PAREN_IN_TRY - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the opening parenthesis in a try with resources statement - option id: "org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_try" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_AFTER_OPENING_PAREN_IN_WHILE - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the opening parenthesis in a while statement - option id: "org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_while" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_AFTER_POSTFIX_OPERATOR - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after a postfix operator - option id: "org.eclipse.jdt.core.formatter.insert_space_after_postfix_operator" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_AFTER_PREFIX_OPERATOR - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after a prefix operator - option id: "org.eclipse.jdt.core.formatter.insert_space_after_prefix_operator" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_AFTER_QUESTION_IN_CONDITIONAL - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after question mark in a conditional expression - option id: "org.eclipse.jdt.core.formatter.insert_space_after_question_in_conditional" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_AFTER_QUESTION_IN_WILDCARD - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after question mark in a wildcard - option id: "org.eclipse.jdt.core.formatter.insert_space_after_question_in_wildcard" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_AFTER_SEMICOLON_IN_FOR - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after semicolon in a for statement - option id: "org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_AFTER_SEMICOLON_IN_TRY_RESOURCES - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after semicolons following each resource declaration in a try with resources statement - option id: "org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_try_resources" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_AFTER_UNARY_OPERATOR - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after an unary operator - option id: "org.eclipse.jdt.core.formatter.insert_space_after_unary_operator" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_AND_IN_TYPE_PARAMETER - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before and in wildcard - option id: "org.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_BEFORE_ASSIGNMENT_OPERATOR - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before an assignment operator - option id: "org.eclipse.jdt.core.formatter.insert_space_before_assignment_operator" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_BEFORE_AT_IN_ANNOTATION_TYPE_DECLARATION - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before at in annotation type declaration - option id: "org.eclipse.jdt.core.formatter.insert_space_before_at_in_annotation_type_declaration" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_BEFORE_BINARY_OPERATOR - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before an binary operator - option id: "org.eclipse.jdt.core.formatter.insert_space_before_binary_operator" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_CLOSING_ANGLE_BRACKET_IN_PARAMETERIZED_TYPE_REFERENCE - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the closing angle bracket in parameterized type reference - option id: "org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_parameterized_type_reference" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_CLOSING_ANGLE_BRACKET_IN_TYPE_ARGUMENTS - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the closing angle bracket in type arguments - option id: "org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_arguments" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_CLOSING_ANGLE_BRACKET_IN_TYPE_PARAMETERS - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the closing angle bracket in type parameters - option id: "org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_parameters" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_CLOSING_BRACE_IN_ARRAY_INITIALIZER - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the closing brace in an array initializer - option id: "org.eclipse.jdt.core.formatter.insert_space_before_closing_brace_in_array_initializer" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_CLOSING_BRACKET_IN_ARRAY_ALLOCATION_EXPRESSION - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the closing bracket in an array allocation expression - option id: "org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_allocation_expression" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_CLOSING_BRACKET_IN_ARRAY_REFERENCE - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the closing bracket in an array reference - option id: "org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_reference" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_CLOSING_PAREN_IN_ANNOTATION - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the closing parenthesis in annotation - option id: "org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_annotation" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_CLOSING_PAREN_IN_CAST - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the closing parenthesis in a cast expression - option id: "org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_cast" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_CLOSING_PAREN_IN_CATCH - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the closing parenthesis in a catch - option id: "org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_catch" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_CLOSING_PAREN_IN_CONSTRUCTOR_DECLARATION - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the closing parenthesis in a constructor declaration - option id: "org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_constructor_declaration" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_CLOSING_PAREN_IN_ENUM_CONSTANT - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the closing parenthesis in enum constant - option id: "org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_enum_constant" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_CLOSING_PAREN_IN_FOR - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the closing parenthesis in a for statement - option id: "org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_for" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_CLOSING_PAREN_IN_IF - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the closing parenthesis in an if statement - option id: "org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_if" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_CLOSING_PAREN_IN_METHOD_DECLARATION - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the closing parenthesis in a method declaration - option id: "org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_declaration" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_CLOSING_PAREN_IN_METHOD_INVOCATION - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the closing parenthesis in a method invocation - option id: "org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_invocation" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_CLOSING_PAREN_IN_PARENTHESIZED_EXPRESSION - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the closing parenthesis in a parenthesized expression - option id: "org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_parenthesized_expression" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_CLOSING_PAREN_IN_SWITCH - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the closing parenthesis in a switch statement - option id: "org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_switch" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_CLOSING_PAREN_IN_SYNCHRONIZED - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the closing parenthesis in a synchronized statement - option id: "org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_synchronized" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_CLOSING_PAREN_IN_TRY - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the closing parenthesis in a try with resources statement - option id: "org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_try" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_CLOSING_PAREN_IN_WHILE - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the closing parenthesis in a while statement - option id: "org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_while" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_COLON_IN_ASSERT - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before colon in an assert statement - option id: "org.eclipse.jdt.core.formatter.insert_space_before_colon_in_assert" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_BEFORE_COLON_IN_CASE - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before colon in a case statement - option id: "org.eclipse.jdt.core.formatter.insert_space_before_colon_in_case" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_BEFORE_COLON_IN_CONDITIONAL - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before colon in a conditional expression - option id: "org.eclipse.jdt.core.formatter.insert_space_before_colon_in_conditional" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_BEFORE_COLON_IN_DEFAULT - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before colon in a default statement - option id: "org.eclipse.jdt.core.formatter.insert_space_before_colon_in_default" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_BEFORE_COLON_IN_FOR - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before colon in a for statement - option id: "org.eclipse.jdt.core.formatter.insert_space_before_colon_in_for" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_BEFORE_COLON_IN_LABELED_STATEMENT - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before colon in a labeled statement - option id: "org.eclipse.jdt.core.formatter.insert_space_before_colon_in_labeled_statement" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_ALLOCATION_EXPRESSION - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before comma in an allocation expression - option id: "org.eclipse.jdt.core.formatter.insert_space_before_comma_in_allocation_expression" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_ANNOTATION - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before comma in annotation - option id: "org.eclipse.jdt.core.formatter.insert_space_before_comma_in_annotation" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_ARRAY_INITIALIZER - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before comma in an array initializer - option id: "org.eclipse.jdt.core.formatter.insert_space_before_comma_in_array_initializer" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_CONSTRUCTOR_DECLARATION_PARAMETERS - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before comma in the parameters of a constructor declaration - option id: "org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_parameters" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_CONSTRUCTOR_DECLARATION_THROWS - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before comma in the exception names of the throws clause of a constructor declaration - option id: "org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_throws" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_ENUM_CONSTANT_ARGUMENTS - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before comma in the arguments of enum constant - option id: "org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_constant_arguments" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_ENUM_DECLARATIONS - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before comma in enum declarations - option id: "org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_declarations" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_EXPLICIT_CONSTRUCTOR_CALL_ARGUMENTS - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before comma in the arguments of an explicit constructor call - option id: "org.eclipse.jdt.core.formatter.insert_space_before_comma_in_explicitconstructorcall_arguments" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_FOR_INCREMENTS - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before comma in the increments of a for statement - option id: "org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_increments" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_FOR_INITS - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before comma in the initializations of a for statement - option id: "org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_inits" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_METHOD_DECLARATION_PARAMETERS - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before comma in the parameters of a method declaration - option id: "org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_parameters" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_METHOD_DECLARATION_THROWS - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before comma in the exception names of the throws clause of a method declaration - option id: "org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_throws" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_METHOD_INVOCATION_ARGUMENTS - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before comma in the arguments of a method invocation - option id: "org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_invocation_arguments" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_MULTIPLE_FIELD_DECLARATIONS - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before comma in a multiple field declaration - option id: "org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_field_declarations" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_MULTIPLE_LOCAL_DECLARATIONS - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before comma in a multiple local declaration - option id: "org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_local_declarations" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_PARAMETERIZED_TYPE_REFERENCE - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before comma in parameterized type reference - option id: "org.eclipse.jdt.core.formatter.insert_space_before_comma_in_parameterized_type_reference" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_SUPERINTERFACES - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before comma in the superinterfaces names in a type header - option id: "org.eclipse.jdt.core.formatter.insert_space_before_comma_in_superinterfaces" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_TYPE_ARGUMENTS - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before comma in type arguments - option id: "org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_arguments" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_TYPE_PARAMETERS - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before comma in type parameters - option id: "org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_ELLIPSIS - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before ellipsis - option id: "org.eclipse.jdt.core.formatter.insert_space_before_ellipsis" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_OPENING_ANGLE_BRACKET_IN_PARAMETERIZED_TYPE_REFERENCE - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the opening angle bracket in parameterized type reference - option id: "org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_parameterized_type_reference" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_OPENING_ANGLE_BRACKET_IN_TYPE_ARGUMENTS - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the opening angle bracket in type arguments - option id: "org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_OPENING_ANGLE_BRACKET_IN_TYPE_PARAMETERS - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the opening angle bracket in type parameters - option id: "org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_parameters" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_OPENING_BRACE_IN_ANNOTATION_TYPE_DECLARATION - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the opening brace in an annotation type declaration - option id: "org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_annotation_type_declaration" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_BEFORE_OPENING_BRACE_IN_ANONYMOUS_TYPE_DECLARATION - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the opening brace in an anonymous type declaration - option id: "org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_anonymous_type_declaration" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_BEFORE_OPENING_BRACE_IN_ARRAY_INITIALIZER - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the opening brace in an array initializer - option id: "org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_array_initializer" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_OPENING_BRACE_IN_BLOCK - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the opening brace in a block - option id: "org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_block" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_BEFORE_OPENING_BRACE_IN_CONSTRUCTOR_DECLARATION - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the opening brace in a constructor declaration - option id: "org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_constructor_declaration" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_BEFORE_OPENING_BRACE_IN_ENUM_CONSTANT - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the opening brace in an enum constant - option id: "org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_constant" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_BEFORE_OPENING_BRACE_IN_ENUM_DECLARATION - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the opening brace in an enum declaration - option id: "org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_declaration" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_BEFORE_OPENING_BRACE_IN_METHOD_DECLARATION - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the opening brace in a method declaration - option id: "org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_method_declaration" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_BEFORE_OPENING_BRACE_IN_SWITCH - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the opening brace in a switch statement - option id: "org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_switch" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_BEFORE_OPENING_BRACE_IN_TYPE_DECLARATION - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the opening brace in a type declaration - option id: "org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_type_declaration" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_BEFORE_OPENING_BRACKET_IN_ARRAY_ALLOCATION_EXPRESSION - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the opening bracket in an array allocation expression - option id: "org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_allocation_expression" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_OPENING_BRACKET_IN_ARRAY_REFERENCE - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the opening bracket in an array reference - option id: "org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_reference" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_OPENING_BRACKET_IN_ARRAY_TYPE_REFERENCE - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the opening bracket in an array type reference - option id: "org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_type_reference" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_OPENING_PAREN_IN_ANNOTATION - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the opening parenthesis in annotation - option id: "org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_OPENING_PAREN_IN_ANNOTATION_TYPE_MEMBER_DECLARATION - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the opening parenthesis in annotation type member declaration - option id: "org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation_type_member_declaration" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_OPENING_PAREN_IN_CATCH - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the opening parenthesis in a catch - option id: "org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_catch" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_BEFORE_OPENING_PAREN_IN_CONSTRUCTOR_DECLARATION - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the opening parenthesis in a constructor declaration - option id: "org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_constructor_declaration" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_OPENING_PAREN_IN_ENUM_CONSTANT - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the opening parenthesis in enum constant - option id: "org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_enum_constant" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_OPENING_PAREN_IN_FOR - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the opening parenthesis in a for statement - option id: "org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_for" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_BEFORE_OPENING_PAREN_IN_IF - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the opening parenthesis in an if statement - option id: "org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_if" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_BEFORE_OPENING_PAREN_IN_METHOD_DECLARATION - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the opening parenthesis in a method declaration - option id: "org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_declaration" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_OPENING_PAREN_IN_METHOD_INVOCATION - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the opening parenthesis in a method invocation - option id: "org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_invocation" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_OPENING_PAREN_IN_PARENTHESIZED_EXPRESSION - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the opening parenthesis in a parenthesized expression - option id: "org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_parenthesized_expression" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_OPENING_PAREN_IN_SWITCH - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the opening parenthesis in a switch statement - option id: "org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_switch" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_BEFORE_OPENING_PAREN_IN_SYNCHRONIZED - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the opening parenthesis in a synchronized statement - option id: "org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_synchronized" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_BEFORE_OPENING_PAREN_IN_TRY - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the opening parenthesis in a try with resources statement - option id: "org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_try" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_BEFORE_OPENING_PAREN_IN_WHILE - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the opening parenthesis in a while statement - option id: "org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_while" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_BEFORE_PARENTHESIZED_EXPRESSION_IN_RETURN - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before parenthesized expression in return statement - option id: "org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_return" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_BEFORE_PARENTHESIZED_EXPRESSION_IN_THROW - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before parenthesized expression in throw statement - option id: "org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_throw" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_BEFORE_POSTFIX_OPERATOR - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before a postfix operator - option id: "org.eclipse.jdt.core.formatter.insert_space_before_postfix_operator" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_PREFIX_OPERATOR - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before a prefix operator - option id: "org.eclipse.jdt.core.formatter.insert_space_before_prefix_operator" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_QUESTION_IN_CONDITIONAL - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before question mark in a conditional expression - option id: "org.eclipse.jdt.core.formatter.insert_space_before_question_in_conditional" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_BEFORE_QUESTION_IN_WILDCARD - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before question mark in a wildcard - option id: "org.eclipse.jdt.core.formatter.insert_space_before_question_in_wildcard" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_SEMICOLON - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before semicolon - option id: "org.eclipse.jdt.core.formatter.insert_space_before_semicolon" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_SEMICOLON_IN_FOR - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before semicolon in for statement - option id: "org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_for" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_SEMICOLON_IN_TRY_RESOURCES - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before semicolons following each resource declaration in a try with resources statement - option id: "org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_try_resources" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_UNARY_OPERATOR - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before unary operator - option id: "org.eclipse.jdt.core.formatter.insert_space_before_unary_operator" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BETWEEN_BRACKETS_IN_ARRAY_TYPE_REFERENCE - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space between brackets in an array type reference - option id: "org.eclipse.jdt.core.formatter.insert_space_between_brackets_in_array_type_reference" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BETWEEN_EMPTY_BRACES_IN_ARRAY_INITIALIZER - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space between empty braces in an array initializer - option id: "org.eclipse.jdt.core.formatter.insert_space_between_empty_braces_in_array_initializer" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BETWEEN_EMPTY_BRACKETS_IN_ARRAY_ALLOCATION_EXPRESSION - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space between empty brackets in an array allocation expression - option id: "org.eclipse.jdt.core.formatter.insert_space_between_empty_brackets_in_array_allocation_expression" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BETWEEN_EMPTY_PARENS_IN_ANNOTATION_TYPE_MEMBER_DECLARATION - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space between empty parenthesis in an annotation type member declaration - option id: "org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_annotation_type_member_declaration" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BETWEEN_EMPTY_PARENS_IN_CONSTRUCTOR_DECLARATION - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space between empty parenthesis in a constructor declaration - option id: "org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_constructor_declaration" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BETWEEN_EMPTY_PARENS_IN_ENUM_CONSTANT - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space between empty parenthesis in enum constant - option id: "org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_enum_constant" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BETWEEN_EMPTY_PARENS_IN_METHOD_DECLARATION - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space between empty parenthesis in a method declaration - option id: "org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_declaration" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BETWEEN_EMPTY_PARENS_IN_METHOD_INVOCATION - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space between empty parenthesis in a method invocation - option id: "org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_invocation" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_JOIN_LINES_IN_COMMENTS - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to specify whether the formatter can join text lines in comments or not For example, the following comment: /** * The foo method.
FORMATTER_JOIN_WRAPPED_LINES - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to specify whether the formatter can join wrapped lines or not For example, the wrapped lines of method foo return statement in following test case: class X { String foo() { return "select x " + "from y " + "where z=a"; } } will be preserved by the formatter when the new preference is used even if the maximum line width would give it enough space to join the lines.
FORMATTER_KEEP_ELSE_STATEMENT_ON_SAME_LINE - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to keep else statement on the same line - option id: "org.eclipse.jdt.core.formatter.keep_else_statement_on_same_line" - possible values: { TRUE, FALSE } - default: FALSE
FORMATTER_KEEP_EMPTY_ARRAY_INITIALIZER_ON_ONE_LINE - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to keep empty array initializer one one line - option id: "org.eclipse.jdt.core.formatter.keep_empty_array_initializer_on_one_line" - possible values: { TRUE, FALSE } - default: FALSE
FORMATTER_KEEP_GUARDIAN_CLAUSE_ON_ONE_LINE - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to keep guardian clause on one line - option id: "org.eclipse.jdt.core.formatter.format_guardian_clause_on_one_line" - possible values: { TRUE, FALSE } - default: FALSE
FORMATTER_KEEP_SIMPLE_IF_ON_ONE_LINE - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to keep simple if statement on the one line - option id: "org.eclipse.jdt.core.formatter.keep_imple_if_on_one_line" - possible values: { TRUE, FALSE } - default: FALSE
FORMATTER_KEEP_THEN_STATEMENT_ON_SAME_LINE - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to keep then statement on the same line - option id: "org.eclipse.jdt.core.formatter.keep_then_statement_on_same_line" - possible values: { TRUE, FALSE } - default: FALSE
FORMATTER_LINE_SPLIT - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to specify the length of the page.
FORMATTER_LINE_SPLIT - Static variable in class org.eclipse.jdt.core.JavaCore
Deprecated. Use DefaultCodeFormatterConstants.FORMATTER_LINE_SPLIT instead
FORMATTER_NEVER_INDENT_BLOCK_COMMENTS_ON_FIRST_COLUMN - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to indent block comments that start on the first column - option id: "org.eclipse.jdt.core.formatter.formatter.never_indent_block_comments_on_first_column" - possible values: { TRUE, FALSE } - default: FALSE
FORMATTER_NEVER_INDENT_LINE_COMMENTS_ON_FIRST_COLUMN - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to indent line comments that start on the first column - option id: "org.eclipse.jdt.core.formatter.formatter.never_indent_line_comments_on_first_column" - possible values: { TRUE, FALSE } - default: FALSE
FORMATTER_NEWLINE_CONTROL - Static variable in class org.eclipse.jdt.core.JavaCore
Deprecated. Use DefaultCodeFormatterConstants.FORMATTER_INSERT_NEW_LINE_BEFORE_CATCH_IN_TRY_STATEMENT, DefaultCodeFormatterConstants.FORMATTER_INSERT_NEW_LINE_BEFORE_ELSE_IN_IF_STATEMENT, DefaultCodeFormatterConstants.FORMATTER_INSERT_NEW_LINE_BEFORE_FINALLY_IN_TRY_STATEMENT, DefaultCodeFormatterConstants.FORMATTER_INSERT_NEW_LINE_BEFORE_WHILE_IN_DO_STATEMENT instead.
FORMATTER_NEWLINE_ELSE_IF - Static variable in class org.eclipse.jdt.core.JavaCore
Deprecated. Use DefaultCodeFormatterConstants.FORMATTER_COMPACT_ELSE_IF instead.
FORMATTER_NEWLINE_EMPTY_BLOCK - Static variable in class org.eclipse.jdt.core.JavaCore
Deprecated. Use DefaultCodeFormatterConstants.FORMATTER_INSERT_NEW_LINE_IN_EMPTY_BLOCK instead.
FORMATTER_NEWLINE_OPENING_BRACE - Static variable in class org.eclipse.jdt.core.JavaCore
Deprecated. Use DefaultCodeFormatterConstants.FORMATTER_BRACE_POSITION_FOR_ANONYMOUS_TYPE_DECLARATION, DefaultCodeFormatterConstants.FORMATTER_BRACE_POSITION_FOR_BLOCK , DefaultCodeFormatterConstants.FORMATTER_BRACE_POSITION_FOR_CONSTRUCTOR_DECLARATION, DefaultCodeFormatterConstants.FORMATTER_BRACE_POSITION_FOR_METHOD_DECLARATION, DefaultCodeFormatterConstants.FORMATTER_BRACE_POSITION_FOR_SWITCH, DefaultCodeFormatterConstants.FORMATTER_BRACE_POSITION_FOR_TYPE_DECLARATION instead.
FORMATTER_NUMBER_OF_EMPTY_LINES_TO_PRESERVE - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to specify the number of empty lines to preserve - option id: "org.eclipse.jdt.core.formatter.number_of_empty_lines_to_preserve" - possible values: "<n>", where n is zero or a positive integer - default: "0"
FORMATTER_PUT_EMPTY_STATEMENT_ON_NEW_LINE - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to specify whether or not empty statement should be on a new line - option id: "org.eclipse.jdt.core.formatter.put_empty_statement_on_new_line" - possible values: { TRUE, FALSE } - default: FALSE
FORMATTER_SPACE_CASTEXPRESSION - Static variable in class org.eclipse.jdt.core.JavaCore
Deprecated. Use DefaultCodeFormatterConstants.FORMATTER_INSERT_SPACE_AFTER_CLOSING_PAREN_IN_CAST instead.
FORMATTER_TAB_CHAR - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to specify the tabulation size - option id: "org.eclipse.jdt.core.formatter.tabulation.char" - possible values: { TAB, SPACE, MIXED } - default: TAB
FORMATTER_TAB_CHAR - Static variable in class org.eclipse.jdt.core.JavaCore
Deprecated. Use DefaultCodeFormatterConstants.FORMATTER_TAB_CHAR instead.
FORMATTER_TAB_SIZE - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to specify the equivalent number of spaces that represents one tabulation - option id: "org.eclipse.jdt.core.formatter.tabulation.size" - possible values: "<n>", where n is zero or a positive integer - default: "4"
FORMATTER_TAB_SIZE - Static variable in class org.eclipse.jdt.core.JavaCore
Deprecated. Use DefaultCodeFormatterConstants.FORMATTER_TAB_SIZE instead.
FORMATTER_USE_ON_OFF_TAGS - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to use the disabling and enabling tags defined respectively by the DefaultCodeFormatterConstants.FORMATTER_DISABLING_TAG and the DefaultCodeFormatterConstants.FORMATTER_ENABLING_TAG options.
FORMATTER_USE_TABS_ONLY_FOR_LEADING_INDENTATIONS - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to use tabulations for indentation and spaces for line wrapping - option id: "org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations" - possible values: { TRUE, FALSE } - default: FALSE
FORMATTER_WRAP_BEFORE_BINARY_OPERATOR - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to wrap before the binary operator - option id: "org.eclipse.jdt.core.formatter.wrap_before_binary_operator" - possible values: { TRUE, FALSE } - default: TRUE
FORMATTER_WRAP_BEFORE_OR_OPERATOR_MULTICATCH - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to wrap before the '|' operator in multi-catch statements - option id: "org.eclipse.jdt.core.formatter.wrap_before_or_operator_multicatch" - possible values: { TRUE, FALSE } - default: TRUE
FORMATTER_WRAP_OUTER_EXPRESSIONS_WHEN_NESTED - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to wrap outer expressions in nested expressions - option id: "org.eclipse.jdt.core.formatter.wrap_outer_expressions_when_nested" - possible values: { TRUE, FALSE } - default: TRUE
FormatterCommentParser - Class in org.eclipse.jdt.internal.formatter
Internal parser used for formatting javadoc comments.
FormatterCommentParser(long) - Constructor for class org.eclipse.jdt.internal.formatter.FormatterCommentParser
 
ForName - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
ForNameSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
ForStatement - Class in org.eclipse.jdt.core.dom
For statement AST node type.
ForStatement - Class in org.eclipse.jdt.internal.compiler.ast
 
ForStatement(Statement[], Expression, Statement[], Statement, boolean, int, int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.ForStatement
 
forwardReference(Reference, int, FieldBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
forwardReferenceCount() - Method in class org.eclipse.jdt.internal.compiler.codegen.BranchLabel
 
forwardReferences() - Method in class org.eclipse.jdt.internal.compiler.codegen.BranchLabel
 
forwardTypeVariableReference(ASTNode, TypeVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
found(ASTNode, ASTNode) - Method in class org.eclipse.jdt.internal.core.util.DOMFinder
 
foundBinding - Variable in class org.eclipse.jdt.internal.core.util.DOMFinder
 
foundNode - Variable in class org.eclipse.jdt.internal.core.util.DOMFinder
 
foundOpeningBrace - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveredElement
 
foundTaskCount - Variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
foundTaskCount - Variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
foundTaskMessages - Variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
foundTaskMessages - Variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
foundTaskPositions - Variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
foundTaskPositions - Variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
foundTaskPriorities - Variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
foundTaskPriorities - Variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
foundTaskTags - Variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
foundTaskTags - Variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
fPackage - Variable in class org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope
 
fPackage - Variable in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
 
fParent - Variable in class org.eclipse.jdt.internal.core.jdom.DOMNode
Deprecated. The parent of this node.
fPreviousNode - Variable in class org.eclipse.jdt.internal.core.jdom.DOMNode
Deprecated. The sibling node preceding this node - null for the first node in the sibling list.
fragment() - Method in class org.eclipse.jdt.internal.core.jdom.DOMNode
Deprecated. Sets this node's fragmented flag and all ancestor fragmented flags to true.
fragmentBreaks - Variable in class org.eclipse.jdt.internal.formatter.align.Alignment
 
fragmentCount - Variable in class org.eclipse.jdt.internal.formatter.align.Alignment
 
fragmentEquals(char[], char[], int, boolean) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
If isCaseSensite is true, the equality is case sensitive, otherwise it is case insensitive.
fragmentIndentations - Variable in class org.eclipse.jdt.internal.formatter.align.Alignment
 
fragmentIndex - Variable in class org.eclipse.jdt.internal.formatter.align.Alignment
 
fragments() - Method in class org.eclipse.jdt.core.dom.FieldDeclaration
Returns the live list of variable declaration fragments in this field declaration.
fragments() - Method in class org.eclipse.jdt.core.dom.TagElement
Returns the live list of fragments in this tag element.
fragments() - Method in class org.eclipse.jdt.core.dom.VariableDeclarationExpression
Returns the live list of variable declaration fragments in this expression.
fragments() - Method in class org.eclipse.jdt.core.dom.VariableDeclarationStatement
Returns the live list of variable declaration fragments in this statement.
FRAGMENTS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.FieldDeclaration
The "fragments" structural property of this node type (element type: VariableDeclarationFragment).
FRAGMENTS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.TagElement
The "fragments" structural property of this node type (element type: IDocElement).
FRAGMENTS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.VariableDeclarationExpression
The "fragments" structural property of this node type (element type: VariableDeclarationFragment).
FRAGMENTS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.VariableDeclarationStatement
The "fragments" structural property of this node type (element type: VariableDeclarationFragment).
FREM - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
frem() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
FRETURN - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
freturn() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
freturn() - Method in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream
 
fromFlagValue(int) - Static method in class org.eclipse.jdt.core.dom.Modifier.ModifierKeyword
Returns the modifier corresponding to the given single-bit flag value, or null if none or if more than one bit is set.
fromIFile(IFile) - Method in class org.eclipse.jdt.internal.core.builder.AbstractImageBuilder
 
fromIFile(IFile) - Method in interface org.eclipse.jdt.internal.core.builder.ICompilationUnitLocator
 
fromValue(boolean) - Static method in class org.eclipse.jdt.internal.compiler.impl.BooleanConstant
 
fromValue(byte) - Static method in class org.eclipse.jdt.internal.compiler.impl.ByteConstant
 
fromValue(char) - Static method in class org.eclipse.jdt.internal.compiler.impl.CharConstant
 
fromValue(double) - Static method in class org.eclipse.jdt.internal.compiler.impl.DoubleConstant
 
fromValue(float) - Static method in class org.eclipse.jdt.internal.compiler.impl.FloatConstant
 
fromValue(int) - Static method in class org.eclipse.jdt.internal.compiler.impl.IntConstant
 
fromValue(long) - Static method in class org.eclipse.jdt.internal.compiler.impl.LongConstant
 
fromValue(short) - Static method in class org.eclipse.jdt.internal.compiler.impl.ShortConstant
 
fromValue(String) - Static method in class org.eclipse.jdt.internal.compiler.impl.StringConstant
 
fSourceRange - Variable in class org.eclipse.jdt.internal.core.jdom.DOMNode
Deprecated. The original entire inclusive range of this node's contents within its document.
fStack - Variable in class org.eclipse.jdt.internal.core.jdom.AbstractDOMBuilder
Deprecated. A stack of enclosing scopes used when constructing a compilation unit or type.
fStateMask - Variable in class org.eclipse.jdt.internal.core.jdom.DOMNode
Deprecated. The current state of bit masks defined by this node.
FSTORE - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
fstore(int) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
FSTORE_0 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
fstore_0() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
FSTORE_1 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
fstore_1() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
FSTORE_2 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
fstore_2() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
FSTORE_3 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
fstore_3() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
FSUB - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
fsub() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
FULL_FRAME - Static variable in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrame
 
fullExclusionPatternChars() - Method in class org.eclipse.jdt.internal.core.ClasspathEntry
 
fullExclusionPatternChars() - Method in class org.eclipse.jdt.internal.core.PackageFragmentRoot
 
fullInclusionPatternChars() - Method in class org.eclipse.jdt.internal.core.ClasspathEntry
 
fullInclusionPatternChars() - Method in class org.eclipse.jdt.internal.core.PackageFragmentRoot
 

G

gapEnd - Variable in class org.eclipse.jdt.internal.core.Buffer
 
gapStart - Variable in class org.eclipse.jdt.internal.core.Buffer
 
GENERATE - Static variable in class org.eclipse.jdt.core.JavaCore
Configurable option value: "generate".
GENERATE - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
Possible values for configurable options
generateArguments(MethodBinding, Expression[], BlockScope, CodeStream) - Method in class org.eclipse.jdt.internal.compiler.ast.Statement
Generate invocation arguments, considering varargs methods
generateAssignment(BlockScope, CodeStream, Assignment, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.ArrayReference
 
generateAssignment(BlockScope, CodeStream, Assignment, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.FieldReference
 
generateAssignment(BlockScope, CodeStream, Assignment, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.QualifiedNameReference
 
generateAssignment(BlockScope, CodeStream, Assignment, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.Reference
 
generateAssignment(BlockScope, CodeStream, Assignment, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.SingleNameReference
 
generateAssignment(BlockScope, CodeStream, Assignment, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.ThisReference
 
generateAssignment(BlockScope, CodeStream, Assignment, boolean) - Method in class org.eclipse.jdt.internal.eval.CodeSnippetFieldReference
 
generateAssignment(BlockScope, CodeStream, Assignment, boolean) - Method in class org.eclipse.jdt.internal.eval.CodeSnippetQualifiedNameReference
Check and/or redirect the field access to the delegate receiver if any
generateAssignment(BlockScope, CodeStream, Assignment, boolean) - Method in class org.eclipse.jdt.internal.eval.CodeSnippetSingleNameReference
 
generateAttributes - Variable in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
generateBooleanEqual(BlockScope, CodeStream, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.EqualExpression
Boolean generation for == with boolean operands Note this code does not optimize conditional constants !!!!
generateBoxingConversion(int) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
GenerateCheckcast - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
generateClassFiles - Variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
Indicate if annotation processing generates classfiles
generateClassLiteralAccessForType(TypeBinding, FieldBinding) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
Macro for building a class descriptor object
generateClassLiteralAccessForType(TypeBinding, FieldBinding) - Method in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream
Macro for building a class descriptor object
generateCode(ClassScope, ClassFile) - Method in class org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
Bytecode generation for a method
generateCode(ClassFile) - Method in class org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
 
generateCode(BlockScope, CodeStream, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.AllocationExpression
 
generateCode(BlockScope, CodeStream, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.AND_AND_Expression
Code generation for a binary operation
generateCode(ClassFile) - Method in class org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration
 
generateCode(BlockScope, CodeStream, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.ArrayAllocationExpression
Code generation for a array allocation expression
generateCode(BlockScope, CodeStream, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.ArrayInitializer
Code generation for a array initializer
generateCode(BlockScope, CodeStream, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.ArrayReference
Code generation for a array reference
generateCode(BlockScope, CodeStream) - Method in class org.eclipse.jdt.internal.compiler.ast.AssertStatement
 
generateCode(BlockScope, CodeStream, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.Assignment
 
generateCode(BlockScope, CodeStream, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.BinaryExpression
Code generation for a binary operation
generateCode(BlockScope, CodeStream) - Method in class org.eclipse.jdt.internal.compiler.ast.Block
Code generation for a block
generateCode(BlockScope, CodeStream) - Method in class org.eclipse.jdt.internal.compiler.ast.BranchStatement
Branch code generation generate the finallyInvocationSequence.
generateCode(BlockScope, CodeStream) - Method in class org.eclipse.jdt.internal.compiler.ast.CaseStatement
Case code generation
generateCode(BlockScope, CodeStream, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.CastExpression
Cast expression code generation
generateCode(BlockScope, CodeStream, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.CharLiteral
CharLiteral code generation
generateCode(BlockScope, CodeStream, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.ClassLiteralAccess
MessageSendDotClass code generation
generateCode(ClassScope, ClassFile) - Method in class org.eclipse.jdt.internal.compiler.ast.Clinit
Bytecode generation for a method
generateCode() - Method in class org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration
Bytecode generation
generateCode(BlockScope, CodeStream, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.CompoundAssignment
 
generateCode(BlockScope, CodeStream, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.ConditionalExpression
Code generation for the conditional operator ?:
generateCode(ClassScope, ClassFile) - Method in class org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration
Bytecode generation for a constructor
generateCode(BlockScope, CodeStream) - Method in class org.eclipse.jdt.internal.compiler.ast.DoStatement
Do statement code generation
generateCode(BlockScope, CodeStream, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.DoubleLiteral
Code generation for the double literak
generateCode(BlockScope, CodeStream) - Method in class org.eclipse.jdt.internal.compiler.ast.EmptyStatement
 
generateCode(BlockScope, CodeStream, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.EqualExpression
Normal == or != code generation.
generateCode(BlockScope, CodeStream) - Method in class org.eclipse.jdt.internal.compiler.ast.ExplicitConstructorCall
Constructor call code generation
generateCode(BlockScope, CodeStream) - Method in class org.eclipse.jdt.internal.compiler.ast.Expression
Expression statements are plain expressions, however they generate like normal expressions with no value required.
generateCode(BlockScope, CodeStream, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.Expression
Every expression is responsible for generating its implicit conversion when necessary.
generateCode(BlockScope, CodeStream) - Method in class org.eclipse.jdt.internal.compiler.ast.FakedTrackingVariable
 
generateCode(BlockScope, CodeStream, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.FalseLiteral
Code generation for false literal
generateCode(BlockScope, CodeStream) - Method in class org.eclipse.jdt.internal.compiler.ast.FieldDeclaration
Code generation for a field declaration: standard assignment to a field
generateCode(BlockScope, CodeStream, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.FieldReference
Field reference code generation
generateCode(BlockScope, CodeStream, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.FloatLiteral
Code generation for float literal
generateCode(BlockScope, CodeStream) - Method in class org.eclipse.jdt.internal.compiler.ast.ForeachStatement
For statement code generation
generateCode(BlockScope, CodeStream) - Method in class org.eclipse.jdt.internal.compiler.ast.ForStatement
For statement code generation
generateCode(BlockScope, CodeStream) - Method in class org.eclipse.jdt.internal.compiler.ast.IfStatement
If code generation
generateCode(BlockScope, CodeStream) - Method in class org.eclipse.jdt.internal.compiler.ast.Initializer
Code generation for a non-static initializer: standard block code gen
generateCode(BlockScope, CodeStream, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.InstanceOfExpression
Code generation for instanceOfExpression
generateCode(BlockScope, CodeStream, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.IntLiteral
Code generation for long literal
generateCode(BlockScope, CodeStream) - Method in class org.eclipse.jdt.internal.compiler.ast.LabeledStatement
Code generation for labeled statement may not need actual source positions recording
generateCode(BlockScope, CodeStream) - Method in class org.eclipse.jdt.internal.compiler.ast.LocalDeclaration
Code generation for a local declaration: i.e. normal assignment to a local variable + unused variable handling
generateCode(BlockScope, CodeStream, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.LongLiteral
Code generation for long literal
generateCode(BlockScope, CodeStream, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.MessageSend
MessageSend code generation
generateCode(BlockScope, CodeStream, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.NullLiteral
Code generation for the null literal
generateCode(BlockScope, CodeStream, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.OR_OR_Expression
Code generation for a binary operation
generateCode(BlockScope, CodeStream, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.PostfixExpression
Code generation for PostfixExpression
generateCode(BlockScope, CodeStream, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.QualifiedAllocationExpression
 
generateCode(BlockScope, CodeStream, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.QualifiedNameReference
 
generateCode(BlockScope, CodeStream, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.QualifiedThisReference
Code generation for QualifiedThisReference
generateCode(BlockScope, CodeStream) - Method in class org.eclipse.jdt.internal.compiler.ast.ReturnStatement
Retrun statement code generation generate the finallyInvocationSequence.
generateCode(BlockScope, CodeStream, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.SingleNameReference
 
generateCode(BlockScope, CodeStream) - Method in class org.eclipse.jdt.internal.compiler.ast.Statement
 
generateCode(BlockScope, CodeStream, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.StringLiteral
Code generation for string literal
generateCode(BlockScope, CodeStream) - Method in class org.eclipse.jdt.internal.compiler.ast.SwitchStatement
Switch code generation
generateCode(BlockScope, CodeStream) - Method in class org.eclipse.jdt.internal.compiler.ast.SynchronizedStatement
Synchronized statement code generation
generateCode(BlockScope, CodeStream, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.ThisReference
 
generateCode(BlockScope, CodeStream) - Method in class org.eclipse.jdt.internal.compiler.ast.ThrowStatement
Throw code generation
generateCode(BlockScope, CodeStream, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.TrueLiteral
Code generation for the true literal
generateCode(BlockScope, CodeStream) - Method in class org.eclipse.jdt.internal.compiler.ast.TryStatement
Try statement code generation with or without jsr bytecode use post 1.5 target level, cannot use jsr bytecode, must instead inline finally block returnAddress is only allocated if jsr is allowed
generateCode(ClassFile) - Method in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
Generic bytecode generation for type
generateCode(BlockScope, CodeStream) - Method in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
Bytecode generation for a local inner type (API as a normal statement code gen)
generateCode(ClassScope, ClassFile) - Method in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
Bytecode generation for a member inner type
generateCode(CompilationUnitScope) - Method in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
Bytecode generation for a package member
generateCode(BlockScope, CodeStream) - Method in class org.eclipse.jdt.internal.compiler.ast.TypeParameter
 
generateCode(BlockScope, CodeStream, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.UnaryExpression
Code generation for an unary operation
generateCode(BlockScope, CodeStream) - Method in class org.eclipse.jdt.internal.compiler.ast.WhileStatement
While code generation
generateCode(BlockScope, CodeStream, boolean) - Method in class org.eclipse.jdt.internal.eval.CodeSnippetAllocationExpression
 
generateCode(BlockScope, CodeStream, boolean) - Method in class org.eclipse.jdt.internal.eval.CodeSnippetFieldReference
Field reference code generation
generateCode(BlockScope, CodeStream, boolean) - Method in class org.eclipse.jdt.internal.eval.CodeSnippetMessageSend
MessageSend code generation
generateCode(BlockScope, CodeStream, boolean) - Method in class org.eclipse.jdt.internal.eval.CodeSnippetQualifiedNameReference
 
generateCode(BlockScope, CodeStream, boolean) - Method in class org.eclipse.jdt.internal.eval.CodeSnippetSingleNameReference
 
generateCode(BlockScope, CodeStream, boolean) - Method in class org.eclipse.jdt.internal.eval.CodeSnippetThisReference
 
generateCode(ClassFile) - Method in class org.eclipse.jdt.internal.eval.CodeSnippetTypeDeclaration
Generic bytecode generation for type
generateCodeAttributeForProblemMethod(String) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
This method generates the code attribute bytecode
generateCodeAttributeHeader() - Method in class org.eclipse.jdt.internal.compiler.ClassFile
INTERNAL USE-ONLY That method generates the header of a code attribute.
generateCodeForStringSwitch(BlockScope, CodeStream) - Method in class org.eclipse.jdt.internal.compiler.ast.SwitchStatement
Switch on String code generation This assumes that hashCode() specification for java.lang.String is API and is stable.
generateCompoundAssignment(BlockScope, CodeStream, Expression, int, int, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.ArrayReference
 
generateCompoundAssignment(BlockScope, CodeStream, Expression, int, int, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.FieldReference
 
generateCompoundAssignment(BlockScope, CodeStream, Expression, int, int, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.QualifiedNameReference
 
generateCompoundAssignment(BlockScope, CodeStream, Expression, int, int, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.Reference
 
generateCompoundAssignment(BlockScope, CodeStream, Expression, int, int, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.SingleNameReference
 
generateCompoundAssignment(BlockScope, CodeStream, MethodBinding, Expression, int, int, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.SingleNameReference
 
generateCompoundAssignment(BlockScope, CodeStream, Expression, int, int, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.ThisReference
 
generateCompoundAssignment(BlockScope, CodeStream, Expression, int, int, boolean) - Method in class org.eclipse.jdt.internal.eval.CodeSnippetFieldReference
 
generateCompoundAssignment(BlockScope, CodeStream, Expression, int, int, boolean) - Method in class org.eclipse.jdt.internal.eval.CodeSnippetQualifiedNameReference
 
generateCompoundAssignment(BlockScope, CodeStream, MethodBinding, Expression, int, int, boolean) - Method in class org.eclipse.jdt.internal.eval.CodeSnippetSingleNameReference
 
generateConstant(Constant, int) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
generateDelta(JavaElementDelta, boolean) - Method in class org.eclipse.jdt.internal.core.ClasspathChange
 
generateElementAST(ASTRewrite, ICompilationUnit) - Method in class org.eclipse.jdt.internal.core.CreateElementInCUOperation
 
generateElementAST(ASTRewrite, ICompilationUnit) - Method in class org.eclipse.jdt.internal.core.CreateFieldOperation
 
generateElementAST(ASTRewrite, ICompilationUnit) - Method in class org.eclipse.jdt.internal.core.CreateImportOperation
 
generateElementAST(ASTRewrite, ICompilationUnit) - Method in class org.eclipse.jdt.internal.core.CreateInitializerOperation
 
generateElementAST(ASTRewrite, ICompilationUnit) - Method in class org.eclipse.jdt.internal.core.CreateMethodOperation
 
generateElementAST(ASTRewrite, ICompilationUnit) - Method in class org.eclipse.jdt.internal.core.CreatePackageDeclarationOperation
 
generateElementAST(ASTRewrite, ICompilationUnit) - Method in class org.eclipse.jdt.internal.core.CreateTypeMemberOperation
 
generateElementAST(ASTRewrite, ICompilationUnit) - Method in class org.eclipse.jdt.internal.core.CreateTypeOperation
 
generateEmulatedReadAccessForField(FieldBinding) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
generateEmulatedWriteAccessForField(FieldBinding) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
generateEmulationForConstructor(Scope, MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
generateEmulationForField(FieldBinding) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
generateEmulationForMethod(Scope, MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
generateImplicitConversion(int) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
Generates the sequence of instructions which will perform the conversion of the expression on the stack into a different type (e.g.
generateIndexForJar(String, String) - Static method in class org.eclipse.jdt.core.index.JavaIndexer
Generates the index file for the specified jar.
generateIndexForJar(String, String) - Method in class org.eclipse.jdt.internal.core.search.indexing.DefaultJavaIndexer
 
generateInfos(Object, HashMap, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.JavaElement
Generates the element infos for this element, its ancestors (if they are not opened) and its children (if it is an Openable).
generateInfos(Object, HashMap, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.LocalVariable
 
generateInfos(Object, HashMap, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.Openable
 
generateInfos(Object, HashMap, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.SourceRefElement
 
generateInlinedValue(boolean) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
generateInlinedValue(byte) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
generateInlinedValue(char) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
generateInlinedValue(double) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
generateInlinedValue(float) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
generateInlinedValue(int) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
generateInlinedValue(long) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
generateInlinedValue(short) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
generateLogicalAnd(BlockScope, CodeStream, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.BinaryExpression
Boolean generation for &
generateLogicalOr(BlockScope, CodeStream, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.BinaryExpression
Boolean generation for |
generateLogicalXor(BlockScope, CodeStream, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.BinaryExpression
Boolean generation for ^
generateMethodInfoAttributes(MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.ClassFile
INTERNAL USE-ONLY That method generates the attributes of a code attribute.
generateMethodInfoAttributes(MethodBinding, AnnotationMethodDeclaration) - Method in class org.eclipse.jdt.internal.compiler.ClassFile
 
generateMethodInfoHeader(MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.ClassFile
INTERNAL USE-ONLY That method generates the header of a method info: The header consists in: - the access flags - the name index of the method name inside the constant pool - the descriptor index of the signature of the method inside the constant pool.
generateMethodInfoHeader(MethodBinding, int) - Method in class org.eclipse.jdt.internal.compiler.ClassFile
INTERNAL USE-ONLY That method generates the header of a method info: The header consists in: - the access flags - the name index of the method name inside the constant pool - the descriptor index of the signature of the method inside the constant pool.
generateMethodInfoHeaderForClinit() - Method in class org.eclipse.jdt.internal.compiler.ClassFile
INTERNAL USE-ONLY That method generates the method info header of a clinit: The header consists in: - the access flags (always default access + static) - the name index of the method name (always ) inside the constant pool - the descriptor index of the signature (always ()V) of the method inside the constant pool.
generateMissingAbstractMethods(MethodDeclaration[], CompilationResult) - Method in class org.eclipse.jdt.internal.compiler.ClassFile
INTERNAL USE-ONLY Generate the byte for problem method infos that correspond to missing abstract methods.
generateNewCompilationUnitAST(ICompilationUnit) - Method in class org.eclipse.jdt.internal.core.CreateElementInCUOperation
 
generateNonBooleanEqual(BlockScope, CodeStream, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.EqualExpression
Boolean generation for == with non-boolean operands
generateOptimizedBoolean(BlockScope, CodeStream, BranchLabel, BranchLabel, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.AND_AND_Expression
Boolean operator code generation Optimized operations are: &&
generateOptimizedBoolean(BlockScope, CodeStream, BranchLabel, BranchLabel, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.BinaryExpression
Boolean operator code generation Optimized operations are: <, <=, >, >=, &, |, ^
generateOptimizedBoolean(BlockScope, CodeStream, BranchLabel, BranchLabel, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.ConditionalExpression
Optimized boolean code generation for the conditional operator ?:
generateOptimizedBoolean(BlockScope, CodeStream, BranchLabel, BranchLabel, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.EqualExpression
Boolean operator code generation Optimized operations are: == and !=
generateOptimizedBoolean(BlockScope, CodeStream, BranchLabel, BranchLabel, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.Expression
Default generation of a boolean value
generateOptimizedBoolean(BlockScope, CodeStream, BranchLabel, BranchLabel, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.FalseLiteral
 
generateOptimizedBoolean(BlockScope, CodeStream, BranchLabel, BranchLabel, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.OR_OR_Expression
Boolean operator code generation Optimized operations are: ||
generateOptimizedBoolean(BlockScope, CodeStream, BranchLabel, BranchLabel, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.TrueLiteral
 
generateOptimizedBoolean(BlockScope, CodeStream, BranchLabel, BranchLabel, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.UnaryExpression
Boolean operator code generation Optimized operations are: &&, ||, <, <=, >, >=, &, |, ^
generateOptimizedBooleanEqual(BlockScope, CodeStream, BranchLabel, BranchLabel, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.EqualExpression
Boolean generation for == with boolean operands Note this code does not optimize conditional constants !!!!
generateOptimizedGreaterThan(BlockScope, CodeStream, BranchLabel, BranchLabel, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.BinaryExpression
Boolean generation for >
generateOptimizedGreaterThanOrEqual(BlockScope, CodeStream, BranchLabel, BranchLabel, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.BinaryExpression
Boolean generation for >=
generateOptimizedLessThan(BlockScope, CodeStream, BranchLabel, BranchLabel, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.BinaryExpression
Boolean generation for <
generateOptimizedLessThanOrEqual(BlockScope, CodeStream, BranchLabel, BranchLabel, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.BinaryExpression
Boolean generation for <=
generateOptimizedLogicalAnd(BlockScope, CodeStream, BranchLabel, BranchLabel, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.BinaryExpression
Boolean generation for &
generateOptimizedLogicalOr(BlockScope, CodeStream, BranchLabel, BranchLabel, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.BinaryExpression
Boolean generation for |
generateOptimizedLogicalXor(BlockScope, CodeStream, BranchLabel, BranchLabel, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.BinaryExpression
Boolean generation for ^
generateOptimizedNonBooleanEqual(BlockScope, CodeStream, BranchLabel, BranchLabel, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.EqualExpression
Boolean generation for == with non-boolean operands
generateOptimizedStringConcatenation(BlockScope, CodeStream, int) - Method in class org.eclipse.jdt.internal.compiler.ast.BinaryExpression
 
generateOptimizedStringConcatenation(BlockScope, CodeStream, int) - Method in class org.eclipse.jdt.internal.compiler.ast.CombinedBinaryExpression
 
generateOptimizedStringConcatenation(BlockScope, CodeStream, int) - Method in class org.eclipse.jdt.internal.compiler.ast.Expression
 
generateOptimizedStringConcatenationCreation(BlockScope, CodeStream, int) - Method in class org.eclipse.jdt.internal.compiler.ast.BinaryExpression
 
generateOptimizedStringConcatenationCreation(BlockScope, CodeStream, int) - Method in class org.eclipse.jdt.internal.compiler.ast.CombinedBinaryExpression
 
generateOptimizedStringConcatenationCreation(BlockScope, CodeStream, int) - Method in class org.eclipse.jdt.internal.compiler.ast.Expression
 
generateOuterAccess(Object[], ASTNode, Binding, Scope) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
generateOuterAccess(Object[], ASTNode, Binding, Scope) - Method in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream
 
generatePostIncrement(BlockScope, CodeStream, CompoundAssignment, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.ArrayReference
 
generatePostIncrement(BlockScope, CodeStream, CompoundAssignment, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.FieldReference
 
generatePostIncrement(BlockScope, CodeStream, CompoundAssignment, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.QualifiedNameReference
 
generatePostIncrement(BlockScope, CodeStream, CompoundAssignment, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.Reference
 
generatePostIncrement(BlockScope, CodeStream, CompoundAssignment, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.SingleNameReference
 
generatePostIncrement(BlockScope, CodeStream, CompoundAssignment, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.ThisReference
 
generatePostIncrement(BlockScope, CodeStream, CompoundAssignment, boolean) - Method in class org.eclipse.jdt.internal.eval.CodeSnippetFieldReference
 
generatePostIncrement(BlockScope, CodeStream, CompoundAssignment, boolean) - Method in class org.eclipse.jdt.internal.eval.CodeSnippetQualifiedNameReference
 
generatePostIncrement(BlockScope, CodeStream, CompoundAssignment, boolean) - Method in class org.eclipse.jdt.internal.eval.CodeSnippetSingleNameReference
 
generateReadSequence(BlockScope, CodeStream) - Method in class org.eclipse.jdt.internal.compiler.ast.QualifiedNameReference
 
generateReadSequence(BlockScope, CodeStream) - Method in class org.eclipse.jdt.internal.eval.CodeSnippetQualifiedNameReference
 
generateReceiver(CodeStream) - Method in class org.eclipse.jdt.internal.compiler.ast.QualifiedNameReference
 
generateReceiver(CodeStream) - Method in class org.eclipse.jdt.internal.compiler.ast.SingleNameReference
 
generateReceiver(CodeStream) - Method in class org.eclipse.jdt.internal.eval.CodeSnippetQualifiedNameReference
 
generateReceiver(CodeStream) - Method in class org.eclipse.jdt.internal.eval.CodeSnippetSingleNameReference
 
generateResultHandle() - Method in class org.eclipse.jdt.internal.core.CreateElementInCUOperation
Creates and returns the handle for the element this operation created.
generateResultHandle() - Method in class org.eclipse.jdt.internal.core.CreateFieldOperation
 
generateResultHandle() - Method in class org.eclipse.jdt.internal.core.CreateImportOperation
 
generateResultHandle() - Method in class org.eclipse.jdt.internal.core.CreateInitializerOperation
 
generateResultHandle() - Method in class org.eclipse.jdt.internal.core.CreateMethodOperation
 
generateResultHandle() - Method in class org.eclipse.jdt.internal.core.CreatePackageDeclarationOperation
Creates and returns the handle for the element this operation created.
generateResultHandle() - Method in class org.eclipse.jdt.internal.core.CreateTypeOperation
 
generateResultHandles() - Method in class org.eclipse.jdt.internal.core.CreateElementInCUOperation
Creates and returns the handles for the elements this operation created.
generateReturnBytecode(CodeStream) - Method in class org.eclipse.jdt.internal.compiler.ast.ReturnStatement
Dump the suitable return bytecode for a return statement
generateReturnBytecode(Expression) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
generateReturnBytecode(CodeStream) - Method in class org.eclipse.jdt.internal.eval.CodeSnippetReturnStatement
Dump the suitable return bytecode for a return statement
generateStoreSaveValueIfNecessary(CodeStream) - Method in class org.eclipse.jdt.internal.compiler.ast.ReturnStatement
 
generateStoreSaveValueIfNecessary(CodeStream) - Method in class org.eclipse.jdt.internal.eval.CodeSnippetReturnStatement
 
generateStringConcatenationAppend(BlockScope, Expression, Expression) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
The equivalent code performs a string conversion:
generateSubRoutineInvocation(BlockScope, CodeStream, Object, int, LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.ast.SubRoutineStatement
Generate an invocation of a subroutine (e.g.
generateSubRoutineInvocation(BlockScope, CodeStream, Object, int, LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.ast.SynchronizedStatement
 
generateSubRoutineInvocation(BlockScope, CodeStream, Object, int, LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.ast.TryStatement
 
generateSyntaxIncorrectAST() - Method in class org.eclipse.jdt.internal.core.CreateTypeMemberOperation
Generates an ASTNode based on the source of this operation when there is likely a syntax error in the source.
generateSyntheticBodyForConstructorAccess(SyntheticMethodBinding) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
generateSyntheticBodyForEnumInitializationMethod(SyntheticMethodBinding) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
generateSyntheticBodyForEnumValueOf(SyntheticMethodBinding) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
generateSyntheticBodyForEnumValues(SyntheticMethodBinding) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
generateSyntheticBodyForFieldReadAccess(SyntheticMethodBinding) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
generateSyntheticBodyForFieldWriteAccess(SyntheticMethodBinding) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
generateSyntheticBodyForMethodAccess(SyntheticMethodBinding) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
generateSyntheticBodyForSwitchTable(SyntheticMethodBinding) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
generateSyntheticEnclosingInstanceValues(BlockScope, ReferenceBinding, Expression, ASTNode) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
Code responsible to generate the suitable code to supply values for the synthetic enclosing instance arguments of a constructor invocation of a nested type.
generateSyntheticFieldInitializationsIfNecessary(MethodScope, CodeStream, ReferenceBinding) - Method in class org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration
 
generateSyntheticOuterArgumentValues(BlockScope, ReferenceBinding, ASTNode) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
Code responsible to generate the suitable code to supply values for the synthetic outer local variable arguments of a constructor invocation of a nested type.
generateTableTestCase() - Static method in class org.eclipse.jdt.internal.compiler.ast.OperatorExpression
 
generateTime - Variable in class org.eclipse.jdt.internal.compiler.impl.CompilerStats
 
generateUnboxingConversion(int) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
generateWideRevertedConditionalBranch(byte, BranchLabel) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
GENERIC_TYPE - Static variable in class org.eclipse.jdt.internal.compiler.lookup.Binding
 
genericCast - Variable in class org.eclipse.jdt.internal.compiler.ast.FieldReference
 
genericCast - Variable in class org.eclipse.jdt.internal.compiler.ast.QualifiedNameReference
 
genericCast - Variable in class org.eclipse.jdt.internal.compiler.ast.SingleNameReference
 
genericCast(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
Returns the type to use for generic cast, or null if none required
GenericConstructorTypeArgumentMismatch - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
GenericMethodTypeArgumentMismatch - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
genericsIdentifiersLengthPtr - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
genericsIdentifiersLengthStack - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
genericSignature() - Method in class org.eclipse.jdt.internal.compiler.lookup.FieldBinding
X t --> LX;
genericSignature() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
genericSignature() - Method in class org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
genericSignature() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding
T::Ljava/util/Map;:Ljava/io/Serializable; T:LY
genericsLengthPtr - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
genericsLengthStack - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
genericsPtr - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
genericsStack - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
GenericsStackIncrement - Static variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
genericType() - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
Return the original generic type from which the parameterized type got instantiated from.
genericType - Variable in class org.eclipse.jdt.internal.compiler.lookup.WildcardBinding
 
genericTypeArguments() - Method in class org.eclipse.jdt.internal.compiler.ast.AbstractVariableDeclaration
 
genericTypeArguments - Variable in class org.eclipse.jdt.internal.compiler.ast.AllocationExpression
 
genericTypeArguments() - Method in class org.eclipse.jdt.internal.compiler.ast.AllocationExpression
 
genericTypeArguments - Variable in class org.eclipse.jdt.internal.compiler.ast.ExplicitConstructorCall
 
genericTypeArguments() - Method in class org.eclipse.jdt.internal.compiler.ast.ExplicitConstructorCall
 
genericTypeArguments() - Method in class org.eclipse.jdt.internal.compiler.ast.FieldReference
 
genericTypeArguments - Variable in class org.eclipse.jdt.internal.compiler.ast.MessageSend
 
genericTypeArguments() - Method in class org.eclipse.jdt.internal.compiler.ast.MessageSend
 
genericTypeArguments() - Method in class org.eclipse.jdt.internal.compiler.ast.QualifiedNameReference
 
genericTypeArguments() - Method in class org.eclipse.jdt.internal.compiler.ast.SingleNameReference
 
genericTypeArguments() - Method in interface org.eclipse.jdt.internal.compiler.lookup.InvocationSite
 
genericTypeArguments() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetReturnStatement
 
genericTypeArguments() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetSuperReference
 
genericTypeArguments() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetThisReference
 
GenericTypeCannotExtendThrowable - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
genericTypeCannotExtendThrowable(TypeDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
genericTypeSignature() - Method in class org.eclipse.jdt.internal.compiler.lookup.ArrayBinding
 
genericTypeSignature() - Method in class org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding
 
genericTypeSignature() - Method in class org.eclipse.jdt.internal.compiler.lookup.CaptureBinding
 
genericTypeSignature() - Method in class org.eclipse.jdt.internal.compiler.lookup.LocalTypeBinding
 
genericTypeSignature - Variable in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
 
genericTypeSignature() - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
LtypegenericTypeSignature() - Method in class org.eclipse.jdt.internal.compiler.lookup.RawTypeBinding
LtypegenericTypeSignature() - Method in class org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
 
genericTypeSignature() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
Answer the receiver classfile signature.
genericTypeSignature - Variable in class org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding
 
genericTypeSignature() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding
T::Ljava/util/Map;:Ljava/io/Serializable; T:LY
genericTypeSignature() - Method in class org.eclipse.jdt.internal.compiler.lookup.WildcardBinding
 
GenericXMLWriter - Class in org.eclipse.jdt.internal.compiler.util
 
GenericXMLWriter(OutputStream, String, boolean) - Constructor for class org.eclipse.jdt.internal.compiler.util.GenericXMLWriter
 
GenericXMLWriter(Writer, String, boolean) - Constructor for class org.eclipse.jdt.internal.compiler.util.GenericXMLWriter
 
get(ASTNode, StructuralPropertyDescriptor) - Method in class org.eclipse.jdt.core.dom.rewrite.ASTRewrite
Returns the value of the given property as managed by this rewriter.
get(char[]) - Method in class org.eclipse.jdt.internal.compiler.codegen.CharArrayCache
Gets the object associated with the specified key in the hashtable.
get(Object) - Method in class org.eclipse.jdt.internal.compiler.codegen.ObjectCache
Gets the object associated with the specified key in the hashtable.
get(int) - Method in class org.eclipse.jdt.internal.compiler.util.HashtableOfInt
 
get(char[]) - Method in class org.eclipse.jdt.internal.compiler.util.HashtableOfIntValues
 
get(long) - Method in class org.eclipse.jdt.internal.compiler.util.HashtableOfLong
 
get(char[]) - Method in class org.eclipse.jdt.internal.compiler.util.HashtableOfObject
 
get(Object) - Method in class org.eclipse.jdt.internal.compiler.util.HashtableOfObjectToInt
 
get(Object) - Method in class org.eclipse.jdt.internal.compiler.util.HashtableOfObjectToIntArray
 
get(char[]) - Method in class org.eclipse.jdt.internal.compiler.util.HashtableOfPackage
 
get(char[]) - Method in class org.eclipse.jdt.internal.compiler.util.HashtableOfType
 
get(Object) - Method in class org.eclipse.jdt.internal.compiler.util.SimpleLookupTable
 
get(char[]) - Method in class org.eclipse.jdt.internal.compiler.util.SimpleSetOfCharArray
 
get(Object[]) - Method in class org.eclipse.jdt.internal.core.util.HashtableOfArrayToObject
 
get(Object) - Method in class org.eclipse.jdt.internal.core.util.LRUCache
Answers the value in the cache at the given key.
get() - Method in class org.eclipse.jdt.internal.core.util.SimpleDocument
 
get(int, int) - Method in class org.eclipse.jdt.internal.core.util.SimpleDocument
 
get(Binding) - Method in interface org.eclipse.jdt.internal.core.util.Util.BindingsToNodesMap
 
get(Object) - Method in class org.eclipse.jdt.internal.core.util.WeakHashSet
 
get(char[]) - Method in class org.eclipse.jdt.internal.core.util.WeakHashSetOfCharArray
 
get_action(int, int) - Method in class java_cup.runtime.lr_parser
Fetch an action from the action table.
get_AND() - Static method in class org.eclipse.jdt.internal.compiler.ast.OperatorExpression
 
get_AND_AND() - Static method in class org.eclipse.jdt.internal.compiler.ast.OperatorExpression
 
GET_BOOLEAN_METHOD_NAME - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
GET_BOOLEAN_METHOD_SIGNATURE - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
GET_BYTE_METHOD_NAME - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
GET_BYTE_METHOD_SIGNATURE - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
GET_CHAR_METHOD_NAME - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
GET_CHAR_METHOD_SIGNATURE - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
get_DIVIDE() - Static method in class org.eclipse.jdt.internal.compiler.ast.OperatorExpression
 
GET_DOUBLE_METHOD_NAME - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
GET_DOUBLE_METHOD_SIGNATURE - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
get_EQUAL_EQUAL() - Static method in class org.eclipse.jdt.internal.compiler.ast.OperatorExpression
 
GET_FLOAT_METHOD_NAME - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
GET_FLOAT_METHOD_SIGNATURE - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
get_from_real() - Method in class java_cup.runtime.virtual_parse_stack
Transfer an element from the real to the virtual stack.
get_GREATER() - Static method in class org.eclipse.jdt.internal.compiler.ast.OperatorExpression
 
get_GREATER_EQUAL() - Static method in class org.eclipse.jdt.internal.compiler.ast.OperatorExpression
 
GET_INT_METHOD_NAME - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
GET_INT_METHOD_SIGNATURE - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
get_LEFT_SHIFT() - Static method in class org.eclipse.jdt.internal.compiler.ast.OperatorExpression
 
get_LESS() - Static method in class org.eclipse.jdt.internal.compiler.ast.OperatorExpression
 
get_LESS_EQUAL() - Static method in class org.eclipse.jdt.internal.compiler.ast.OperatorExpression
 
GET_LONG_METHOD_NAME - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
GET_LONG_METHOD_SIGNATURE - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
get_MINUS() - Static method in class org.eclipse.jdt.internal.compiler.ast.OperatorExpression
 
get_MULTIPLY() - Static method in class org.eclipse.jdt.internal.compiler.ast.OperatorExpression
 
GET_OBJECT_METHOD_NAME - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
GET_OBJECT_METHOD_SIGNATURE - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
get_one() - Method in class java_cup.lalr_item_set
Remove and return one item from the set (done in hash order).
get_OR() - Static method in class org.eclipse.jdt.internal.compiler.ast.OperatorExpression
 
get_OR_OR() - Static method in class org.eclipse.jdt.internal.compiler.ast.OperatorExpression
 
get_PLUS() - Static method in class org.eclipse.jdt.internal.compiler.ast.OperatorExpression
 
get_reduce(int, int) - Method in class java_cup.runtime.lr_parser
Fetch a state from the reduce-goto table.
get_REMAINDER() - Static method in class org.eclipse.jdt.internal.compiler.ast.OperatorExpression
 
get_RIGHT_SHIFT() - Static method in class org.eclipse.jdt.internal.compiler.ast.OperatorExpression
 
GET_SHORT_METHOD_NAME - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
GET_SHORT_METHOD_SIGNATURE - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
get_UNSIGNED_RIGHT_SHIFT() - Static method in class org.eclipse.jdt.internal.compiler.ast.OperatorExpression
 
get_XOR() - Static method in class org.eclipse.jdt.internal.compiler.ast.OperatorExpression
 
getAccessFlags() - Method in interface org.eclipse.jdt.core.util.IClassFileReader
Answer back the access flag of the .class file.
getAccessFlags() - Method in interface org.eclipse.jdt.core.util.IFieldInfo
Answer back the access flag of this field info.
getAccessFlags() - Method in interface org.eclipse.jdt.core.util.IInnerClassesAttributeEntry
Answer back the access flag of this inner classes attribute as specified in the JVM specifications.
getAccessFlags() - Method in interface org.eclipse.jdt.core.util.IMethodInfo
Answer back the access flags of this method info as specified in the JVM specifications.
getAccessFlags() - Method in class org.eclipse.jdt.internal.compiler.lookup.FieldBinding
 
getAccessFlags() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
 
getAccessFlags() - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
 
getAccessFlags() - Method in class org.eclipse.jdt.internal.core.util.ClassFileReader
 
getAccessFlags() - Method in class org.eclipse.jdt.internal.core.util.FieldInfo
 
getAccessFlags() - Method in class org.eclipse.jdt.internal.core.util.InnerClassesAttributeEntry
 
getAccessFlags() - Method in class org.eclipse.jdt.internal.core.util.MethodInfo
 
getAccessibility() - Method in class org.eclipse.jdt.core.CompletionProposal
Returns the accessibility of the proposal.
getAccessibility() - Method in class org.eclipse.jdt.core.search.TypeNameMatch
Returns the accessibility of the type name match
getAccessibility() - Method in class org.eclipse.jdt.internal.codeassist.InternalCompletionProposal
Returns the accessibility of the proposal.
getAccessibility() - Method in class org.eclipse.jdt.internal.core.search.JavaSearchTypeNameMatch
 
getAccessRestriction() - Method in class org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer
Returns the associated access restriction, or null if none.
getAccessRestriction(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
Returns the access restriction associated to a given type, or null if none
getAccessRestrictions(String) - Method in class org.eclipse.jdt.internal.core.JavaProject
Returns the set of patterns corresponding to this project visibility given rules
getAccessRules() - Method in interface org.eclipse.jdt.core.IClasspathEntry
Returns the possibly empty list of access rules for this entry.
getAccessRules() - Method in class org.eclipse.jdt.internal.compiler.env.AccessRuleSet
 
getAccessRules() - Method in class org.eclipse.jdt.internal.core.ClasspathEntry
 
getAccessRules(IPath[], IPath[]) - Static method in class org.eclipse.jdt.internal.core.ClasspathEntry
 
getAccessRuleSet() - Method in class org.eclipse.jdt.internal.core.ClasspathEntry
 
getAccessRuleSet(String, String) - Method in class org.eclipse.jdt.internal.core.search.AbstractJavaSearchScope
Get access rule set corresponding to a given path.
getAccessRuleSet(String, String) - Method in class org.eclipse.jdt.internal.core.search.JavaSearchScope
Get access rule set corresponding to a given path.
getAccessRuleSet(String, String) - Method in class org.eclipse.jdt.internal.core.search.JavaWorkspaceScope
 
getAccessRulesStatus(IPath, IJavaProject) - Method in class org.eclipse.jdt.core.ClasspathContainerInitializer
Returns the access rules attribute status according to this initializer.
getAccuracy() - Method in class org.eclipse.jdt.core.search.SearchMatch
Returns the accuracy of this search match.
getAddedChildren() - Method in interface org.eclipse.jdt.core.IJavaElementDelta
Returns deltas for the children that have been added.
getAddedChildren() - Method in class org.eclipse.jdt.internal.core.JavaElementDelta
 
getAddedImports() - Method in class org.eclipse.jdt.core.dom.rewrite.ImportRewrite
Returns all non-static imports that are recorded to be added.
getAddedStaticImports() - Method in class org.eclipse.jdt.core.dom.rewrite.ImportRewrite
Returns all static imports that are recorded to be added.
getAdditionalFlags() - Method in class org.eclipse.jdt.core.CompletionProposal
Returns the completion flags relevant in the context, or CompletionFlags.Default if none.
getAdditionalFlags() - Method in class org.eclipse.jdt.internal.codeassist.InternalCompletionProposal
Returns the completion flags relevant in the context, or CompletionFlags.Default if none.
getAffectedChildren() - Method in interface org.eclipse.jdt.core.IJavaElementDelta
Returns deltas for the affected (added, removed, or changed) children.
getAffectedChildren() - Method in class org.eclipse.jdt.internal.core.JavaElementDelta
 
getAllClasses() - Method in interface org.eclipse.jdt.core.ITypeHierarchy
Returns all classes in this type hierarchy's graph, in no particular order.
getAllClasses() - Method in class org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy
 
getAllInterfaces() - Method in interface org.eclipse.jdt.core.ITypeHierarchy
Returns all interfaces in this type hierarchy's graph, in no particular order.
getAllInterfaces() - Method in class org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy
 
getAllMemberValuePairs() - Method in interface org.eclipse.jdt.core.dom.IAnnotationBinding
Returns the complete list of member value pairs for this annotation, including ones explicitly listed in the annotation as well as entries for annotation type members with default values that are implied.
getAllPackageFragmentRoots() - Method in interface org.eclipse.jdt.core.IJavaProject
Returns all of the existing package fragment roots that exist on the classpath, in the order they are defined by the classpath.
getAllPackageFragmentRoots() - Method in class org.eclipse.jdt.internal.core.JavaProject
 
getAllPackageFragmentRoots(Map) - Method in class org.eclipse.jdt.internal.core.JavaProject
 
getAllProblems() - Method in class org.eclipse.jdt.internal.compiler.CompilationResult
 
getAllSubtypes(IType) - Method in interface org.eclipse.jdt.core.ITypeHierarchy
Returns all resolved subtypes (direct and indirect) of the given type, in no particular order, limited to the types in this type hierarchy's graph.
getAllSubtypes(IType) - Method in class org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy
 
getAllSuperclasses(IType) - Method in interface org.eclipse.jdt.core.ITypeHierarchy
Returns all resolved superclasses of the given class, in bottom-up order.
getAllSuperclasses(IType) - Method in class org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy
 
getAllSuperInterfaces(IType) - Method in interface org.eclipse.jdt.core.ITypeHierarchy
Returns all resolved superinterfaces (direct and indirect) of the given type.
getAllSuperInterfaces(IType) - Method in class org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy
 
getAllSupertypes(IType) - Method in interface org.eclipse.jdt.core.ITypeHierarchy
Returns all resolved supertypes of the given type, in bottom-up order.
getAllSupertypes(IType) - Method in class org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy
 
getAllTypeArguments(char[][]) - Static method in class org.eclipse.jdt.internal.core.util.Util
Get all type arguments from an array of signatures.
getAllTypes() - Method in interface org.eclipse.jdt.core.ICompilationUnit
Returns all types declared in this compilation unit in the order in which they appear in the source.
getAllTypes() - Method in interface org.eclipse.jdt.core.ITypeHierarchy
Returns all types in this type hierarchy's graph, in no particular order.
getAllTypes() - Method in class org.eclipse.jdt.internal.core.CompilationUnit
 
getAllTypes() - Method in class org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy
 
getAllWarningTokens() - Static method in class org.eclipse.jdt.core.CorrectionEngine
Return an array of strings which contains one entry per warning token accepted by the @SuppressWarnings annotation.
getAlreadyCaughtExceptions() - Method in class org.eclipse.jdt.internal.codeassist.ThrownExceptionFinder
Returns all the already caught exceptions in catch blocks, found by the call to ThrownExceptionFinder.processThrownExceptions(TryStatement, BlockScope)
getAlternateRoot() - Method in class org.eclipse.jdt.core.dom.Comment
Returns the root AST node that this comment occurs within, or null if none (or not recorded).
getAncestor(int) - Method in interface org.eclipse.jdt.core.IJavaElement
Returns the first ancestor of this Java element that has the given type.
getAncestor(int) - Method in class org.eclipse.jdt.internal.core.JavaElement
 
getAnnotatedParametersCount() - Method in class org.eclipse.jdt.internal.compiler.classfmt.MethodInfo
 
getAnnotatedParametersCount() - Method in interface org.eclipse.jdt.internal.compiler.env.IBinaryMethod
Answer the number of parameter annotations that can be retrieved using IBinaryMethod.getParameterAnnotations(int).
getAnnotatedParametersCount() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetSkeleton.BinaryMethodSkeleton
 
getAnnotation(String) - Method in interface org.eclipse.jdt.core.IAnnotatable
Returns the annotation with the given name declared on this element.
getAnnotation(String) - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistPackageDeclaration
 
getAnnotation(String) - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistSourceField
 
getAnnotation(String) - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistSourceMethod
 
getAnnotation(String) - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistSourceType
 
getAnnotation(String) - Method in class org.eclipse.jdt.internal.core.LocalVariable
 
getAnnotation(String) - Method in class org.eclipse.jdt.internal.core.SourceRefElement
 
getAnnotation(JavaElement, IBinaryAnnotation, String) - Static method in class org.eclipse.jdt.internal.core.util.Util
 
getAnnotationBinding() - Method in class org.eclipse.jdt.internal.core.util.BindingKeyResolver
 
getAnnotationComponentValues() - Method in interface org.eclipse.jdt.core.util.IAnnotationComponentValue
Returns the annotation component values as described in the JVM specifications if the tag item is '['.
getAnnotationComponentValues() - Method in class org.eclipse.jdt.internal.core.util.AnnotationComponentValue
 
getAnnotationDeltas() - Method in interface org.eclipse.jdt.core.IJavaElementDelta
Returns deltas for affected annotations (added, removed, or changed).
getAnnotationDeltas() - Method in class org.eclipse.jdt.internal.core.JavaElementDelta
 
getAnnotationMemberValue(JavaElement, MemberValuePair, Object) - Static method in class org.eclipse.jdt.internal.core.util.Util
 
getAnnotationMemberValue(MemberValuePair, Constant) - Static method in class org.eclipse.jdt.internal.core.util.Util
 
getAnnotations() - Method in interface org.eclipse.jdt.core.dom.IBinding
Return the resolved annotations associated with this binding.
getAnnotations() - Method in interface org.eclipse.jdt.core.IAnnotatable
Returns the annotations for this element.
getAnnotations() - Method in interface org.eclipse.jdt.core.util.IParameterAnnotation
Answer back the annotations as described in the JVM specifications.
getAnnotations() - Method in interface org.eclipse.jdt.core.util.IRuntimeInvisibleAnnotationsAttribute
Answer back the annotations.
getAnnotations() - Method in interface org.eclipse.jdt.core.util.IRuntimeVisibleAnnotationsAttribute
Answer back the annotations.
getAnnotations() - Method in class org.eclipse.jdt.internal.compiler.classfmt.AnnotationMethodInfoWithAnnotations
 
getAnnotations() - Method in class org.eclipse.jdt.internal.compiler.classfmt.ClassFileReader
 
getAnnotations() - Method in class org.eclipse.jdt.internal.compiler.classfmt.FieldInfo
 
getAnnotations() - Method in class org.eclipse.jdt.internal.compiler.classfmt.FieldInfoWithAnnotation
 
getAnnotations() - Method in class org.eclipse.jdt.internal.compiler.classfmt.MethodInfo
 
getAnnotations() - Method in class org.eclipse.jdt.internal.compiler.classfmt.MethodInfoWithAnnotations
 
getAnnotations() - Method in interface org.eclipse.jdt.internal.compiler.env.IBinaryField
Answer the runtime visible and invisible annotations for this field or null if none.
getAnnotations() - Method in interface org.eclipse.jdt.internal.compiler.env.IBinaryMethod
Answer the runtime visible and invisible annotations for this method or null if none.
getAnnotations() - Method in interface org.eclipse.jdt.internal.compiler.env.IBinaryType
Answer the runtime visible and invisible annotations for this type or null if none.
getAnnotations() - Method in class org.eclipse.jdt.internal.compiler.lookup.FieldBinding
 
getAnnotations() - Method in class org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding
 
getAnnotations() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
 
getAnnotations() - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
 
getAnnotations() - Method in class org.eclipse.jdt.internal.compiler.lookup.VariableBinding
 
getAnnotations(IBinaryAnnotation[], long) - Method in class org.eclipse.jdt.internal.core.BinaryMember
 
getAnnotations() - Method in class org.eclipse.jdt.internal.core.BinaryType
 
getAnnotations() - Method in class org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType
 
getAnnotations() - Method in class org.eclipse.jdt.internal.core.LocalVariable
 
getAnnotations() - Method in class org.eclipse.jdt.internal.core.SourceRefElement
 
getAnnotations() - Method in class org.eclipse.jdt.internal.core.SourceType
 
getAnnotations() - Method in class org.eclipse.jdt.internal.core.util.ParameterAnnotation
 
getAnnotations() - Method in class org.eclipse.jdt.internal.core.util.RuntimeInvisibleAnnotationsAttribute
 
getAnnotations() - Method in class org.eclipse.jdt.internal.core.util.RuntimeVisibleAnnotationsAttribute
 
getAnnotations() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetSkeleton.BinaryMethodSkeleton
 
getAnnotations() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetSkeleton
 
getAnnotationsNumber() - Method in interface org.eclipse.jdt.core.util.IParameterAnnotation
Answer back the number of annotations as described in the JVM specifications.
getAnnotationsNumber() - Method in interface org.eclipse.jdt.core.util.IRuntimeInvisibleAnnotationsAttribute
Answer back the number of annotations as described in the JVM specifications.
getAnnotationsNumber() - Method in interface org.eclipse.jdt.core.util.IRuntimeVisibleAnnotationsAttribute
Answer back the number of annotations as described in the JVM specifications.
getAnnotationsNumber() - Method in class org.eclipse.jdt.internal.core.util.ParameterAnnotation
 
getAnnotationsNumber() - Method in class org.eclipse.jdt.internal.core.util.RuntimeInvisibleAnnotationsAttribute
 
getAnnotationsNumber() - Method in class org.eclipse.jdt.internal.core.util.RuntimeVisibleAnnotationsAttribute
 
getAnnotationTagBits() - Method in class org.eclipse.jdt.internal.compiler.lookup.Binding
Compute the tagbits for standard annotations.
getAnnotationTagBits() - Method in class org.eclipse.jdt.internal.compiler.lookup.FieldBinding
Compute the tagbits for standard annotations.
getAnnotationTagBits() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
Compute the tagbits for standard annotations.
getAnnotationTagBits() - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
 
getAnnotationTagBits() - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
 
getAnnotationTagBits() - Method in class org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
Compute the tagbits for standard annotations.
getAnnotationType() - Method in interface org.eclipse.jdt.core.dom.IAnnotationBinding
Returns the type of the annotation.
getAnnotationType() - Method in class org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding
 
getAnnotationType() - Method in class org.eclipse.jdt.internal.compiler.lookup.UnresolvedAnnotationBinding
 
getAnnotationType() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
getAnnotationValue() - Method in interface org.eclipse.jdt.core.util.IAnnotationComponentValue
Returns the annotation value as described in the JVM specifications if the tag item is '@'.
getAnnotationValue() - Method in class org.eclipse.jdt.internal.core.util.AnnotationComponentValue
 
getAnonymousClassDeclaration() - Method in class org.eclipse.jdt.core.dom.ClassInstanceCreation
Returns the anonymous class declaration introduced by this class instance creation expression, if it has one.
getAnonymousClassDeclaration() - Method in class org.eclipse.jdt.core.dom.EnumConstantDeclaration
Returns the anonymous class declaration introduced by this enum constant declaration, if it has one.
getArgumentInfos(Argument[]) - Method in class org.eclipse.jdt.internal.compiler.SourceElementNotifier
 
getArgumentNames() - Method in class org.eclipse.jdt.internal.compiler.classfmt.MethodInfo
 
getArgumentNames() - Method in interface org.eclipse.jdt.internal.compiler.env.IGenericMethod
Answer the names of the argument or null if the argument names are not available.
getArgumentNames() - Method in class org.eclipse.jdt.internal.core.SourceMethodElementInfo
 
getArgumentNames() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetSkeleton.BinaryMethodSkeleton
 
getArguments() - Method in interface org.eclipse.jdt.core.compiler.IProblem
Answer back the original arguments recorded into the problem.
getArguments(Argument[]) - Method in class org.eclipse.jdt.internal.codeassist.CompletionElementNotifier
 
getArguments() - Method in class org.eclipse.jdt.internal.compiler.problem.DefaultProblem
Answer back the original arguments recorded into the problem.
getArray() - Method in class org.eclipse.jdt.core.dom.ArrayAccess
Returns the array expression of this array access expression.
getArrayCount(char[]) - Static method in class org.eclipse.jdt.core.Signature
Returns the array count (array nesting depth) of the given type signature.
getArrayCount(String) - Static method in class org.eclipse.jdt.core.Signature
Returns the array count (array nesting depth) of the given type signature.
getAssistTypeReferenceForGenericType(int, int, int) - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
getAST() - Method in class org.eclipse.jdt.core.dom.ASTNode
Returns this node's AST.
getAST() - Method in class org.eclipse.jdt.core.dom.rewrite.ASTRewrite
Returns the AST the rewrite was set up on.
getAST3() - Method in class org.eclipse.jdt.core.compiler.ReconcileContext
Deprecated. JLS3 has been deprecated. This method has been replaced by ReconcileContext.getAST4() which returns an AST with JLS4 level.
getAST4() - Method in class org.eclipse.jdt.core.compiler.ReconcileContext
Returns a resolved AST with JLS4 level.
getASTLevel() - Method in class org.eclipse.jdt.core.compiler.ReconcileContext
Returns the AST level requested by the reconcile operation.
getASTRewrite() - Method in class org.eclipse.jdt.core.dom.rewrite.ListRewrite
Returns the ASTRewrite instance from which this ListRewriter has been created from.
getAttachedJavadoc(IProgressMonitor) - Method in interface org.eclipse.jdt.core.IJavaElement
Returns the Javadoc as an html source if this element has an attached javadoc, null otherwise.
getAttachedJavadoc(IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.BinaryType
 
getAttachedJavadoc(IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.ClassFile
 
getAttachedJavadoc(IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.JavaElement
 
getAttachedJavadoc(IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.PackageFragment
 
getAttribute(ASTNode, StructuralPropertyDescriptor) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
getAttribute(Object) - Static method in class org.eclipse.jdt.internal.core.JavaModelOperation
 
getAttribute(IClassFileReader, char[]) - Static method in class org.eclipse.jdt.internal.core.util.Util
 
getAttribute(ICodeAttribute, char[]) - Static method in class org.eclipse.jdt.internal.core.util.Util
 
getAttribute(IFieldInfo, char[]) - Static method in class org.eclipse.jdt.internal.core.util.Util
 
getAttribute(IMethodInfo, char[]) - Static method in class org.eclipse.jdt.internal.core.util.Util
 
getAttributeCount() - Method in interface org.eclipse.jdt.core.util.IClassFileReader
Answer back the attribute number of the .class file.
getAttributeCount() - Method in interface org.eclipse.jdt.core.util.IFieldInfo
Answer back the attribute number of the field info.
getAttributeCount() - Method in interface org.eclipse.jdt.core.util.IMethodInfo
Answer back the attribute number of the method info.
getAttributeCount() - Method in class org.eclipse.jdt.internal.core.util.ClassFileReader
 
getAttributeCount() - Method in class org.eclipse.jdt.internal.core.util.FieldInfo
 
getAttributeCount() - Method in class org.eclipse.jdt.internal.core.util.MethodInfo
 
getAttributeLength() - Method in interface org.eclipse.jdt.core.util.IClassFileAttribute
Answer back the attribute length as specified in the JVM specifications.
getAttributeLength() - Method in class org.eclipse.jdt.internal.core.util.ClassFileAttribute
 
getAttributeName() - Method in interface org.eclipse.jdt.core.util.IClassFileAttribute
Answer back the attribute name as specified in the JVM specifications.
getAttributeName() - Method in class org.eclipse.jdt.internal.core.util.ClassFileAttribute
 
getAttributeNameIndex() - Method in interface org.eclipse.jdt.core.util.IClassFileAttribute
Answer back the attribute name index in the constant pool as specified in the JVM specifications.
getAttributeNameIndex() - Method in class org.eclipse.jdt.internal.core.util.ClassFileAttribute
 
getAttributes() - Method in interface org.eclipse.jdt.core.util.IClassFileReader
Answer back the collection of all attributes of the field info.
getAttributes() - Method in interface org.eclipse.jdt.core.util.ICodeAttribute
Answer back the collection of all attributes of the field info.
getAttributes() - Method in interface org.eclipse.jdt.core.util.IFieldInfo
Answer back the collection of all attributes of the field info.
getAttributes() - Method in interface org.eclipse.jdt.core.util.IMethodInfo
Answer back the collection of all attributes of the method info.
getAttributes() - Method in class org.eclipse.jdt.internal.core.util.ClassFileReader
 
getAttributes() - Method in class org.eclipse.jdt.internal.core.util.CodeAttribute
 
getAttributes() - Method in class org.eclipse.jdt.internal.core.util.FieldInfo
 
getAttributes() - Method in class org.eclipse.jdt.internal.core.util.MethodInfo
 
getAttributesCount() - Method in interface org.eclipse.jdt.core.util.ICodeAttribute
Answer back the attribute number of the code attribute.
getAttributesCount() - Method in class org.eclipse.jdt.internal.core.util.CodeAttribute
 
getAttributeStatus(IPath, IJavaProject, String) - Method in class org.eclipse.jdt.core.ClasspathContainerInitializer
Returns the extra attribute status according to this initializer.
getBaseName(int, String, IJavaProject) - Static method in class org.eclipse.jdt.core.NamingConventions
Returns a base name which could be used to generate the given variable name with NamingConventions.suggestVariableNames(int, int, String, IJavaProject, int, String[], boolean).
getBaseName(int, IJavaProject, char[], boolean) - Static method in class org.eclipse.jdt.internal.core.InternalNamingConventions
 
getBaseType(char[]) - Static method in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
getBaseTypeValue(int) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
getBatchRequestor() - Method in class org.eclipse.jdt.internal.compiler.batch.Main
 
getBinaryInfo(ClassFile, IResource) - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocator
 
getBinaryName() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
Returns the binary name of this type binding.
getBinaryType() - Method in class org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer
Answer the resolved binary form for the type or null if the receiver represents a compilation unit or source type.
getBinaryTypeInfo(IFile) - Method in class org.eclipse.jdt.internal.core.ClassFile
Returns the ClassFileReaderspecific for this IClassFile, based on its underlying resource, or null if unable to create the diet class file.
getBinaryTypeInfo(IFile, boolean) - Method in class org.eclipse.jdt.internal.core.ClassFile
 
getBinding(char[][], int, InvocationSite, boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.BlockScope
 
getBinding(char[][], InvocationSite) - Method in class org.eclipse.jdt.internal.compiler.lookup.BlockScope
 
getBinding(char[], int, InvocationSite, boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
getBinding(char[][], int, InvocationSite, ReferenceBinding) - Method in class org.eclipse.jdt.internal.eval.CodeSnippetScope
 
getBits() - Method in class org.eclipse.jdt.internal.core.JavaModelStatus
 
getBlankPattern() - Method in class org.eclipse.jdt.core.search.SearchPattern
Returns a blank pattern that can be used as a record to decode an index key.
getBlankPattern() - Method in class org.eclipse.jdt.internal.core.search.matching.ConstructorDeclarationPattern
 
getBlankPattern() - Method in class org.eclipse.jdt.internal.core.search.matching.ConstructorPattern
 
getBlankPattern() - Method in class org.eclipse.jdt.internal.core.search.matching.FieldPattern
 
getBlankPattern() - Method in class org.eclipse.jdt.internal.core.search.matching.JavaSearchPattern
 
getBlankPattern() - Method in class org.eclipse.jdt.internal.core.search.matching.MethodPattern
 
getBlankPattern() - Method in class org.eclipse.jdt.internal.core.search.matching.MultiTypeDeclarationPattern
 
getBlankPattern() - Method in class org.eclipse.jdt.internal.core.search.matching.OrPattern
 
getBlankPattern() - Method in class org.eclipse.jdt.internal.core.search.matching.PackageReferencePattern
 
getBlankPattern() - Method in class org.eclipse.jdt.internal.core.search.matching.QualifiedTypeDeclarationPattern
 
getBlankPattern() - Method in class org.eclipse.jdt.internal.core.search.matching.SecondaryTypeDeclarationPattern
 
getBlankPattern() - Method in class org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern
 
getBlankPattern() - Method in class org.eclipse.jdt.internal.core.search.matching.TypeDeclarationPattern
 
getBlankPattern() - Method in class org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern
 
getBody() - Method in class org.eclipse.jdt.core.dom.CatchClause
Returns the body of this catch clause.
getBody() - Method in class org.eclipse.jdt.core.dom.DoStatement
Returns the body of this do statement.
getBody() - Method in class org.eclipse.jdt.core.dom.EnhancedForStatement
Returns the body of this enchanced for statement.
getBody() - Method in class org.eclipse.jdt.core.dom.ForStatement
Returns the body of this for statement.
getBody() - Method in class org.eclipse.jdt.core.dom.Initializer
Returns the body of this initializer declaration.
getBody() - Method in class org.eclipse.jdt.core.dom.LabeledStatement
Returns the body of this labeled statement.
getBody() - Method in class org.eclipse.jdt.core.dom.MethodDeclaration
Returns the body of this method declaration, or null if this method has no body.
getBody() - Method in class org.eclipse.jdt.core.dom.SynchronizedStatement
Returns the body of this synchronized statement.
getBody() - Method in class org.eclipse.jdt.core.dom.TryStatement
Returns the body of this try statement.
getBody() - Method in class org.eclipse.jdt.core.dom.WhileStatement
Returns the body of this while statement.
getBody() - Method in interface org.eclipse.jdt.core.jdom.IDOMInitializer
Deprecated. Returns the body of this initializer.
getBody() - Method in interface org.eclipse.jdt.core.jdom.IDOMMethod
Deprecated. Returns the body of this method.
getBodyDeclarationsProperty() - Method in class org.eclipse.jdt.core.dom.AbstractTypeDeclaration
Returns structural property descriptor for the "bodyDeclarations" property of this node (element type: BodyDeclaration).
getBooleanAttribute(ASTNode, StructuralPropertyDescriptor) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
getBootstrapArguments() - Method in interface org.eclipse.jdt.core.util.IBootstrapMethodsEntry
 
getBootstrapArguments() - Method in class org.eclipse.jdt.internal.core.util.BootstrapMethodsEntry
 
getBootstrapMethodAttributeIndex() - Method in interface org.eclipse.jdt.core.util.IConstantPoolEntry2
Returns the bootstrap method attribute index.
getBootstrapMethodAttributeIndex() - Method in class org.eclipse.jdt.internal.core.util.ConstantPoolEntry2
 
getBootstrapMethodReference() - Method in interface org.eclipse.jdt.core.util.IBootstrapMethodsEntry
 
getBootstrapMethodReference() - Method in class org.eclipse.jdt.internal.core.util.BootstrapMethodsEntry
 
getBootstrapMethods() - Method in interface org.eclipse.jdt.core.util.IBootstrapMethodsAttribute
Answer back the bootstrap methods table of this entry as specified in the JVM specifications.
getBootstrapMethods() - Method in class org.eclipse.jdt.internal.core.util.BootstrapMethodsAttribute
 
getBootstrapMethodsLength() - Method in interface org.eclipse.jdt.core.util.IBootstrapMethodsAttribute
Answer back the number of bootstrap methods of this entry as specified in the JVM specifications.
getBootstrapMethodsLength() - Method in class org.eclipse.jdt.internal.core.util.BootstrapMethodsAttribute
 
getBound() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
Returns the bound of this wildcard type if it has one.
getBound() - Method in class org.eclipse.jdt.core.dom.WildcardType
Returns the bound of this wildcard type if it has one.
getBounds() - Method in interface org.eclipse.jdt.core.ITypeParameter
Returns the names of the class and interface bounds of this type parameter.
getBounds() - Method in class org.eclipse.jdt.internal.core.TypeParameter
 
getBoundsSignatures() - Method in interface org.eclipse.jdt.core.ITypeParameter
Returns the signatures for this type parameter's bounds.
getBoundsSignatures() - Method in class org.eclipse.jdt.internal.core.TypeParameter
 
getBuffer() - Method in class org.eclipse.jdt.core.BufferChangedEvent
Returns the buffer which has changed.
getBuffer() - Method in interface org.eclipse.jdt.core.IOpenable
Returns the buffer opened for this element, or null if this element does not have a buffer.
getBuffer(IOpenable) - Method in class org.eclipse.jdt.internal.core.BufferManager
Returns the open buffer associated with the given owner, or null if the owner does not have an open buffer associated with it.
getBuffer() - Method in class org.eclipse.jdt.internal.core.ClassFile
 
getBuffer() - Method in class org.eclipse.jdt.internal.core.ClassFileWorkingCopy
 
getBuffer() - Method in class org.eclipse.jdt.internal.core.Openable
Note: a buffer with no unsaved changes can be closed by the Java Model since it has a finite number of buffers allowed open at one time.
getBufferFactory() - Method in class org.eclipse.jdt.internal.core.Openable
Deprecated.  
getBufferManager() - Method in class org.eclipse.jdt.internal.core.Openable
Returns the buffer manager for this element.
getBufferPosition() - Method in exception org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException
 
getBuildNameEnvironment() - Method in class org.eclipse.jdt.internal.core.eval.EvaluationContextWrapper
Returns a name environment for the last built state.
getBundle(Locale) - Static method in class org.eclipse.jdt.internal.compiler.batch.Main.ResourceBundleFactory
 
getBytecodes() - Method in interface org.eclipse.jdt.core.util.ICodeAttribute
Answer back the array of bytes, which represents all the opcodes as described in the JVM specifications.
getBytecodes() - Method in class org.eclipse.jdt.internal.core.util.CodeAttribute
 
getByteContents() - Method in class org.eclipse.jdt.core.search.SearchDocument
Returns the contents of this document.
getByteContents() - Method in class org.eclipse.jdt.internal.core.search.JavaSearchDocument
 
getBytes() - Method in interface org.eclipse.jdt.core.IClassFile
Returns the bytes contained in this class file.
getBytes() - Method in class org.eclipse.jdt.internal.compiler.ClassFile
EXTERNAL API Answer the actual bytes of the class file This method encodes the receiver structure into a byte array which is the content of the classfile.
getBytes() - Method in class org.eclipse.jdt.internal.core.ClassFile
 
getBytes() - Method in class org.eclipse.jdt.internal.core.util.StackMapAttribute
 
getBytes() - Method in class org.eclipse.jdt.internal.core.util.StackMapTableAttribute
 
getCachedFlags(IType) - Method in interface org.eclipse.jdt.core.ITypeHierarchy
Return the flags associated with the given type (would be equivalent to IMember.getFlags()), or -1 if this information wasn't cached on the hierarchy during its computation.
getCachedFlags(IType) - Method in class org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy
 
getCachedType(char[][]) - Method in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
Answer the type for the compoundName if it exists in the cache.
getCacheFootprint() - Method in interface org.eclipse.jdt.internal.core.util.ILRUCacheable
Returns the space the receiver consumes in an LRU Cache.
getCalledFileNames() - Method in class org.eclipse.jdt.internal.compiler.util.ManifestAnalyzer
 
getCamelCaseMatchingRegions(String, int, int, String, int, int, boolean) - Static method in class org.eclipse.jdt.internal.core.search.StringOperation
Answers all the regions in a given name matching a given camel case pattern.
getCanonicalFilePath() - Method in class org.eclipse.jdt.internal.core.index.FileIndexLocation
 
getCanonicalFilePath() - Method in class org.eclipse.jdt.internal.core.index.IndexLocation
 
getCanonicalFilePath() - Method in class org.eclipse.jdt.internal.core.index.JarIndexLocation
 
getCatchType() - Method in interface org.eclipse.jdt.core.util.IExceptionTableEntry
Answer back the catch type name, null if getCatchTypeIndex() returns 0.
getCatchType() - Method in class org.eclipse.jdt.internal.core.util.ExceptionTableEntry
 
getCatchTypeIndex() - Method in interface org.eclipse.jdt.core.util.IExceptionTableEntry
Answer back the catch type index in the constant pool.
getCatchTypeIndex() - Method in class org.eclipse.jdt.internal.core.util.ExceptionTableEntry
 
getCategories() - Method in interface org.eclipse.jdt.core.IMember
Returns the categories defined by this member's Javadoc.
getCategories() - Method in class org.eclipse.jdt.internal.core.BinaryMember
 
getCategories() - Method in class org.eclipse.jdt.internal.core.Member
 
getCategories() - Method in class org.eclipse.jdt.internal.core.SourceTypeElementInfo
 
getCategoryID() - Method in class org.eclipse.jdt.core.compiler.CategorizedProblem
Returns an integer identifying the category of this problem.
getCategoryID() - Method in class org.eclipse.jdt.internal.compiler.problem.DefaultProblem
 
getChangedChildren() - Method in interface org.eclipse.jdt.core.IJavaElementDelta
Returns deltas for the children which have changed.
getChangedChildren() - Method in class org.eclipse.jdt.internal.core.JavaElementDelta
 
getChangedPropertieEvents(ASTNode) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.RewriteEventStore
 
getChangeIndentEdits(String, int, int, int, String) - Static method in class org.eclipse.jdt.core.formatter.IndentManipulation
Returns the text edits retrieved after changing the indentation of a, possible multi-line, code string.
getChangeKind() - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ListRewriteEvent
 
getChangeKind(int) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ListRewriteEvent
 
getChangeKind() - Method in class org.eclipse.jdt.internal.core.dom.rewrite.NodeRewriteEvent
 
getChangeKind() - Method in class org.eclipse.jdt.internal.core.dom.rewrite.RewriteEvent
 
getChangeKind(ASTNode) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.RewriteEventStore
 
getChangeRootIterator() - Method in class org.eclipse.jdt.internal.core.dom.rewrite.RewriteEventStore
 
getChar(int) - Method in interface org.eclipse.jdt.core.IBuffer
Returns the character at the given position in this buffer.
getChar(int) - Method in class org.eclipse.jdt.internal.core.Buffer
 
getChar(int) - Method in class org.eclipse.jdt.internal.core.util.SimpleDocument
 
getCharacters() - Method in interface org.eclipse.jdt.core.IBuffer
Returns the contents of this buffer as a character array, or null if the buffer has not been initialized.
getCharacters() - Method in interface org.eclipse.jdt.core.jdom.IDOMNode
Deprecated. Returns the current contents of this document fragment as a character array.
getCharacters() - Method in class org.eclipse.jdt.internal.core.Buffer
 
getCharacters() - Method in class org.eclipse.jdt.internal.core.jdom.DOMNode
Deprecated.  
getCharContents() - Method in class org.eclipse.jdt.core.search.SearchDocument
Returns the contents of this document.
getCharContents() - Method in class org.eclipse.jdt.internal.core.search.JavaSearchDocument
 
getChild(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMNode
Deprecated. Returns the first named child of this node with the given name.
getChild(String) - Method in class org.eclipse.jdt.internal.core.jdom.DOMNode
Deprecated.  
getChildAttributes(String, NodeList, boolean[]) - Static method in class org.eclipse.jdt.internal.core.ClasspathEntry
 
getChildList(ASTNode, StructuralPropertyDescriptor) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
getChildNode(ASTNode, StructuralPropertyDescriptor) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
getChildPropertyDescriptor(ASTNode) - Method in class org.eclipse.jdt.internal.core.CreateElementInCUOperation
 
getChildPropertyDescriptor(ASTNode) - Method in class org.eclipse.jdt.internal.core.CreateImportOperation
 
getChildPropertyDescriptor(ASTNode) - Method in class org.eclipse.jdt.internal.core.CreatePackageDeclarationOperation
 
getChildPropertyDescriptor(ASTNode) - Method in class org.eclipse.jdt.internal.core.CreateTypeMemberOperation
 
getChildren() - Method in interface org.eclipse.jdt.core.IJarEntryResource
Returns the list of children of this jar entry resource.
getChildren() - Method in interface org.eclipse.jdt.core.IParent
Returns the immediate children of this element.
getChildren() - Method in interface org.eclipse.jdt.core.jdom.IDOMNode
Deprecated. Returns an enumeration of children of this node.
getChildren() - Method in class org.eclipse.jdt.internal.core.BinaryType
 
getChildren() - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ListRewriteEvent
 
getChildren() - Method in class org.eclipse.jdt.internal.core.dom.rewrite.NodeRewriteEvent
 
getChildren() - Method in class org.eclipse.jdt.internal.core.dom.rewrite.RewriteEvent
 
getChildren() - Method in class org.eclipse.jdt.internal.core.ImportContainerInfo
 
getChildren() - Method in class org.eclipse.jdt.internal.core.InitializerWithChildrenInfo
 
getChildren() - Method in class org.eclipse.jdt.internal.core.JarEntryDirectory
 
getChildren() - Method in class org.eclipse.jdt.internal.core.JarEntryFile
 
getChildren() - Method in class org.eclipse.jdt.internal.core.JavaElement
 
getChildren() - Method in class org.eclipse.jdt.internal.core.JavaElementInfo
 
getChildren() - Method in class org.eclipse.jdt.internal.core.JavaModelStatus
 
getChildren() - Method in class org.eclipse.jdt.internal.core.jdom.DOMNode
Deprecated.  
getChildren() - Method in class org.eclipse.jdt.internal.core.NonJavaResource
 
getChildren() - Method in class org.eclipse.jdt.internal.core.OpenableElementInfo
 
getChildren() - Method in class org.eclipse.jdt.internal.core.SourceConstructorWithChildrenInfo
 
getChildren() - Method in class org.eclipse.jdt.internal.core.SourceFieldWithChildrenInfo
 
getChildren() - Method in class org.eclipse.jdt.internal.core.SourceMethodWithChildrenInfo
 
getChildren() - Method in class org.eclipse.jdt.internal.core.SourceTypeElementInfo
 
getChildrenForCategory(String) - Method in interface org.eclipse.jdt.core.IType
Returns the children of this type that have the given category as a @category tag.
getChildrenForCategory(String) - Method in class org.eclipse.jdt.internal.core.BinaryType
 
getChildrenForCategory(String) - Method in class org.eclipse.jdt.internal.core.SourceType
 
getChildrenOfType(int) - Method in class org.eclipse.jdt.internal.core.JavaElement
Returns a collection of (immediate) children of this node of the specified type.
getChildrenOfType(int) - Method in class org.eclipse.jdt.internal.core.JavaElementDelta
 
getChildType() - Method in class org.eclipse.jdt.core.dom.ChildPropertyDescriptor
Returns the child type of this property.
GetClass - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
GETCLASS - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
getClassFile() - Method in interface org.eclipse.jdt.core.IMember
Returns the class file in which this member is declared, or null if this member is not declared in a class file (for example, a source type).
getClassFile(String) - Method in interface org.eclipse.jdt.core.IPackageFragment
Returns the class file with the specified name in this package (for example, "Object.class").
getClassFile() - Method in class org.eclipse.jdt.internal.core.Annotation
 
getClassFile() - Method in class org.eclipse.jdt.internal.core.ClassFile
 
getClassFile() - Method in class org.eclipse.jdt.internal.core.JavaElement
 
getClassFile() - Method in class org.eclipse.jdt.internal.core.LocalVariable
 
getClassFile() - Method in class org.eclipse.jdt.internal.core.Member
 
getClassFile(String) - Method in class org.eclipse.jdt.internal.core.PackageFragment
 
getClassFile() - Method in class org.eclipse.jdt.internal.core.TypeParameter
 
getClassFileInfo() - Method in class org.eclipse.jdt.internal.core.BinaryType
 
getClassFiles() - Method in interface org.eclipse.jdt.core.IPackageFragment
Returns all of the class files in this package fragment.
getClassFiles() - Method in class org.eclipse.jdt.internal.compiler.CompilationResult
 
getClassFiles() - Method in class org.eclipse.jdt.internal.core.PackageFragment
Returns a the collection of class files in this - a folder package fragment which has a root that has its kind set to IPackageFragmentRoot.K_Source does not recognize class files.
getClassIndex() - Method in interface org.eclipse.jdt.core.util.IClassFileReader
Answer back the index of the class name in the constant pool of the .class file.
getClassIndex() - Method in interface org.eclipse.jdt.core.util.IConstantPoolEntry
Returns the class index for a CONSTANT_Fieldref, CONSTANT_Methodref, CONSTANT_InterfaceMethodref type entry.
getClassIndex() - Method in class org.eclipse.jdt.internal.core.util.ClassFileReader
 
getClassIndex() - Method in class org.eclipse.jdt.internal.core.util.ConstantPoolEntry
 
getClassInfo() - Method in interface org.eclipse.jdt.core.util.IAnnotationComponentValue
Returns the class info as described in the JVM specifications if the tag item is 'c'.
getClassInfo() - Method in class org.eclipse.jdt.internal.core.util.AnnotationComponentValue
 
getClassInfoIndex() - Method in interface org.eclipse.jdt.core.util.IAnnotationComponentValue
Returns the class info index as described in the JVM specifications if the tag item is 'c'.
getClassInfoIndex() - Method in class org.eclipse.jdt.internal.core.util.AnnotationComponentValue
 
getClassInfoName() - Method in interface org.eclipse.jdt.core.util.IConstantPoolEntry
Returns the class name for a CONSTANT_Class type entry.
getClassInfoName() - Method in class org.eclipse.jdt.internal.core.util.ConstantPoolEntry
 
getClassInfoNameIndex() - Method in interface org.eclipse.jdt.core.util.IConstantPoolEntry
Returns the name index for a CONSTANT_Class type entry.
getClassInfoNameIndex() - Method in class org.eclipse.jdt.internal.core.util.ConstantPoolEntry
 
getClassName() - Method in interface org.eclipse.jdt.core.util.IClassFileReader
Answer back the qualified name of the .class file.
getClassName() - Method in interface org.eclipse.jdt.core.util.IConstantPoolEntry
Returns the class name for a CONSTANT_Fieldref, CONSTANT_Methodref, CONSTANT_InterfaceMethodref type entry.
getClassName() - Method in class org.eclipse.jdt.internal.core.util.ClassFileReader
 
getClassName() - Method in class org.eclipse.jdt.internal.core.util.ConstantPoolEntry
 
getClassName() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetEvaluator
 
getClassName() - Method in class org.eclipse.jdt.internal.eval.Evaluator
Returns the name of the current class.
getClassName() - Method in class org.eclipse.jdt.internal.eval.VariablesEvaluator
 
getClasspath(String, String, AccessRuleSet) - Static method in class org.eclipse.jdt.internal.compiler.batch.FileSystem
 
getClasspath(String, String, boolean, AccessRuleSet, String) - Static method in class org.eclipse.jdt.internal.compiler.batch.FileSystem
 
getClasspathChange(IProject) - Method in class org.eclipse.jdt.internal.core.DeltaProcessingState
 
getClasspathContainer(IPath, IJavaProject) - Static method in class org.eclipse.jdt.core.JavaCore
Answers the project specific value for a given classpath container.
getClasspathContainer(IPath, IJavaProject) - Method in class org.eclipse.jdt.internal.core.JavaModelManager
 
getClasspathContainerInitializer(String) - Static method in class org.eclipse.jdt.core.JavaCore
Helper method finding the classpath container initializer registered for a given classpath container ID or null if none was found while iterating over the contributions to extension point to the extension point "org.eclipse.jdt.core.classpathContainerInitializer".
getClasspathEntries() - Method in interface org.eclipse.jdt.core.IClasspathContainer
Answers the set of classpath entries this container is mapping to.
getClasspathEntries() - Method in class org.eclipse.jdt.internal.core.UserLibraryClasspathContainer
 
getClasspathEntryFor(IPath) - Method in class org.eclipse.jdt.internal.core.JavaProject
Returns the classpath entry that refers to the given path or null if there is no reference to the path.
getClasspathSectionsCount() - Method in class org.eclipse.jdt.internal.compiler.util.ManifestAnalyzer
 
getClasspathVariable(String) - Static method in class org.eclipse.jdt.core.JavaCore
Returns the path held in the given classpath variable.
getClasspathVariableDeprecationMessage(String) - Static method in class org.eclipse.jdt.core.JavaCore
Returns deprecation message of a given classpath variable.
getClasspathVariableInitializer(String) - Static method in class org.eclipse.jdt.core.JavaCore
Helper method finding the classpath variable initializer registered for a given classpath variable name or null if none was found while iterating over the contributions to extension point to the extension point "org.eclipse.jdt.core.classpathVariableInitializer".
getClasspathVariableNames() - Static method in class org.eclipse.jdt.core.JavaCore
Returns the names of all known classpath variables.
GetClassSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
getClassTypeName() - Method in interface org.eclipse.jdt.core.util.IVerificationTypeInfo
Answer back the name of the class type referenced by the index in the constant pool as described in the JVM specifications.
getClassTypeName() - Method in class org.eclipse.jdt.internal.core.util.VerificationInfo
 
getCloseTrackingVariable(Expression) - Static method in class org.eclipse.jdt.internal.compiler.ast.FakedTrackingVariable
If expression resolves to a value of type AutoCloseable answer the variable that tracks closing of that local.
getCodeAttribute() - Method in interface org.eclipse.jdt.core.util.IMethodInfo
Answer the code attribute of this method info, null if none or if the decoding flag doesn't include METHOD_BODIES.
getCodeAttribute() - Method in class org.eclipse.jdt.internal.core.util.MethodInfo
 
getCodegenBinding(int) - Method in class org.eclipse.jdt.internal.compiler.ast.QualifiedNameReference
 
getCodeLength() - Method in interface org.eclipse.jdt.core.util.ICodeAttribute
Answer back the length of the bytecode contents.
getCodeLength() - Method in class org.eclipse.jdt.internal.core.util.CodeAttribute
 
getCodeSnippetSource() - Static method in class org.eclipse.jdt.internal.eval.EvaluationContext
Returns the source of the CodeSnippet class.
getColumn() - Method in class java_cup.runtime.ComplexSymbolFactory.Location
 
getColumnIndentationLevel() - Method in class org.eclipse.jdt.internal.formatter.Scribe
Answer actual indentation level based on true column position
getColumnNumber(int) - Method in class org.eclipse.jdt.core.dom.CompilationUnit
Returns the column number corresponding to the given source character position in the original source string.
getComment() - Method in class org.eclipse.jdt.core.dom.Javadoc
Deprecated. The comment string was replaced in the 3.0 release by a representation of the structure of the doc comment. See tags.
getComment() - Method in interface org.eclipse.jdt.core.jdom.IDOMMember
Deprecated. Returns the comment associated with this member (including comment delimiters).
getCommentIndex(int) - Method in class org.eclipse.jdt.internal.formatter.Scribe
 
getCommentList() - Method in class org.eclipse.jdt.core.dom.CompilationUnit
Returns a list of the comments encountered while parsing this compilation unit.
getCommentsPositions() - Method in class org.eclipse.jdt.internal.core.util.CommentRecorderParser
 
getComparisonID(IPath, IJavaProject) - Method in class org.eclipse.jdt.core.ClasspathContainerInitializer
Returns an object which identifies a container for comparison purpose.
getComparisonID(IPath, IJavaProject) - Method in class org.eclipse.jdt.internal.core.UserLibraryClasspathContainerInitializer
 
getCompilationParticipants(IJavaProject) - Method in class org.eclipse.jdt.internal.core.JavaModelManager.CompilationParticipants
 
getCompilationUnit() - Method in class org.eclipse.jdt.core.dom.rewrite.ImportRewrite
The compilation unit for which this import rewrite was created for.
getCompilationUnit() - Method in interface org.eclipse.jdt.core.IMember
Returns the compilation unit in which this member is declared, or null if this member is not declared in a compilation unit (for example, a binary type).
getCompilationUnit(String) - Method in interface org.eclipse.jdt.core.IPackageFragment
Returns the compilation unit with the specified name in this package (for example, "Object.java").
getCompilationUnit() - Method in class org.eclipse.jdt.internal.compiler.CompilationResult
Answer the initial compilation unit corresponding to the present compilation result
getCompilationUnit() - Method in class org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer
Answer the compilation unit or null if the receiver represents a binary or source type.
getCompilationUnit() - Method in class org.eclipse.jdt.internal.core.CommitWorkingCopyOperation
Returns the compilation unit this operation is working on.
getCompilationUnit() - Method in class org.eclipse.jdt.internal.core.CompilationUnit
 
getCompilationUnit() - Method in class org.eclipse.jdt.internal.core.CreateCompilationUnitOperation
 
getCompilationUnit() - Method in class org.eclipse.jdt.internal.core.CreateElementInCUOperation
Returns the compilation unit in which the new element is being created.
getCompilationUnit() - Method in class org.eclipse.jdt.internal.core.JavaElement
 
getCompilationUnit(String) - Method in class org.eclipse.jdt.internal.core.PackageFragment
 
getCompilationUnit() - Method in class org.eclipse.jdt.internal.core.SourceRefElement
 
getCompilationUnitAST() - Method in interface org.eclipse.jdt.core.IJavaElementDelta
Returns the compilation unit AST created by the last reconcile operation on this delta's element.
getCompilationUnitAST() - Method in class org.eclipse.jdt.internal.core.JavaElementDelta
 
getCompilationUnitDeclaration() - Method in class org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
 
getCompilationUnitDeclaration() - Method in class org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration
 
getCompilationUnitDeclaration() - Method in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
 
getCompilationUnitDeclaration() - Method in interface org.eclipse.jdt.internal.compiler.impl.ReferenceContext
 
getCompilationUnitDeclaration() - Method in class org.eclipse.jdt.internal.core.util.BindingKeyResolver
 
getCompilationUnitFor(IJavaElement) - Method in class org.eclipse.jdt.internal.core.JavaModelOperation
Returns the compilation unit the given element is contained in, or the element itself (if it is a compilation unit), otherwise null.
getCompilationUnits() - Method in interface org.eclipse.jdt.core.IPackageFragment
Returns all of the compilation units in this package fragment.
getCompilationUnits(WorkingCopyOwner) - Method in interface org.eclipse.jdt.core.IPackageFragment
Returns all of the compilation units in this package fragment that are in working copy mode and that have the given owner.
getCompilationUnits() - Method in class org.eclipse.jdt.internal.compiler.batch.Main
 
getCompilationUnits() - Method in class org.eclipse.jdt.internal.core.PackageFragment
 
getCompilationUnits(WorkingCopyOwner) - Method in class org.eclipse.jdt.internal.core.PackageFragment
 
getCompilerAnnotation() - Method in class org.eclipse.jdt.internal.compiler.ast.Annotation
 
getCompilerBinding() - Method in class org.eclipse.jdt.internal.core.util.BindingKeyResolver
 
getCompilerOptions(Map, boolean, boolean) - Static method in class org.eclipse.jdt.internal.core.CompilationUnitProblemFinder
 
getCompletion() - Method in class org.eclipse.jdt.core.CompletionProposal
Returns the proposed sequence of characters to insert into the source file buffer, replacing the characters at the specified source range.
getCompletion() - Method in class org.eclipse.jdt.internal.codeassist.InternalCompletionProposal
Returns the proposed sequence of characters to insert into the source file buffer, replacing the characters at the specified source range.
getCompletionFlags() - Method in interface org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadoc
Get completion node flags.
getCompletionFlags() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadocAllocationExpression
Get completion node flags.
getCompletionFlags() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadocFieldReference
Get completion node flags.
getCompletionFlags() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadocMessageSend
Get completion node flags.
getCompletionFlags() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadocParamNameReference
Get completion node flags.
getCompletionFlags() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadocQualifiedTypeReference
Get completion node flags.
getCompletionFlags() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadocSingleTypeReference
Get completion node flags.
getCompletionFlags() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadocTag
Get completion node flags.
getCompletionFlags() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadocTypeParamReference
Get completion node flags.
getCompletionLocation() - Method in class org.eclipse.jdt.core.CompletionProposal
Returns the character index in the source file buffer where source completion was requested (the offset parameter to ICodeAssist.codeComplete minus one).
getCompletionLocation() - Method in class org.eclipse.jdt.internal.codeassist.InternalCompletionProposal
Returns the character index in the source file buffer where source completion was requested (the offset parameter to ICodeAssist.codeComplete minus one).
getCompletionNode() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionJavadoc
 
getCompletionNode() - Method in class org.eclipse.jdt.internal.codeassist.InternalCompletionContext
Return the completion node associated with the current completion.
getCompletionNode() - Method in class org.eclipse.jdt.internal.codeassist.InternalExtendedCompletionContext
 
getCompletionNodeParent() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionNodeDetector
 
getCompletionNodeParent() - Method in class org.eclipse.jdt.internal.codeassist.InternalCompletionContext
Return the parent AST node of the completion node associated with the current completion.
getCompletionNodeParent() - Method in class org.eclipse.jdt.internal.codeassist.InternalExtendedCompletionContext
 
getComponentName() - Method in interface org.eclipse.jdt.core.util.IAnnotationComponent
Answer back the component name as described in the JVM specifications.
getComponentName() - Method in class org.eclipse.jdt.internal.core.util.AnnotationComponent
 
getComponentNameIndex() - Method in interface org.eclipse.jdt.core.util.IAnnotationComponent
Answer back the component name index as described in the JVM specifications.
getComponentNameIndex() - Method in class org.eclipse.jdt.internal.core.util.AnnotationComponent
 
getComponents() - Method in interface org.eclipse.jdt.core.util.IAnnotation
Answer back the components as described in the JVM specifications.
getComponents() - Method in class org.eclipse.jdt.internal.core.util.Annotation
 
getComponentsNumber() - Method in interface org.eclipse.jdt.core.util.IAnnotation
Answer back the number of components as described in the JVM specifications.
getComponentsNumber() - Method in class org.eclipse.jdt.internal.core.util.Annotation
 
getComponentType() - Method in class org.eclipse.jdt.core.dom.ArrayType
Returns the component type of this array type.
getComponentType() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
Returns the binding representing the component type of this array type, or null if this is not an array type binding.
GetComponentType - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
GetComponentTypeSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
getComponentValue() - Method in interface org.eclipse.jdt.core.util.IAnnotationComponent
Answer back the component value as described in the JVM specifications.
getComponentValue() - Method in class org.eclipse.jdt.internal.core.util.AnnotationComponent
 
getCompoundName() - Method in class org.eclipse.jdt.internal.compiler.ClassFile
EXTERNAL API Answer the compound name of the class file.
getConstant() - Method in interface org.eclipse.jdt.core.IField
Returns the constant value associated with this field or null if this field has none.
getConstant() - Method in class org.eclipse.jdt.internal.compiler.classfmt.FieldInfo
Return the constant of the field.
getConstant() - Method in interface org.eclipse.jdt.internal.compiler.env.IBinaryField
 
getConstant() - Method in class org.eclipse.jdt.internal.core.SourceField
 
getConstantPool() - Method in interface org.eclipse.jdt.core.util.IClassFileReader
Answer the constant pool of this .class file.
getConstantPool() - Method in class org.eclipse.jdt.internal.core.util.ClassFileReader
 
getConstantPoolCount() - Method in interface org.eclipse.jdt.core.util.IConstantPool
Answer back the number of entries in the constant pool.
getConstantPoolCount() - Method in class org.eclipse.jdt.internal.core.util.ConstantPool
 
getConstantPoolDeclaringClass(Scope, FieldBinding, TypeBinding, boolean) - Static method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
Returns the type that should be substituted to original binding declaring class as the proper receiver type
getConstantPoolDeclaringClass(Scope, MethodBinding, TypeBinding, boolean) - Static method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
Returns the type that should be substituted to original binding declaring class as the proper receiver type
getConstantPoolIndex() - Method in interface org.eclipse.jdt.core.util.IVerificationTypeInfo
Answer back the constant pool index of this verification type info as described in the JVM specifications.
getConstantPoolIndex() - Method in class org.eclipse.jdt.internal.core.util.VerificationInfo
 
getConstantPoolOffsets() - Method in class org.eclipse.jdt.internal.compiler.classfmt.ClassFileReader
Answer the int array that corresponds to all the offsets of each entry in the constant pool
getConstantValue() - Method in interface org.eclipse.jdt.core.dom.IVariableBinding
Returns this binding's constant value if it has one.
getConstantValue() - Method in interface org.eclipse.jdt.core.util.IAnnotationComponentValue
Returns the constant value as described in the JVM specifications if the tag item is one of 'B', 'C', 'D', 'F', 'I', 'J', 'S', 'Z', or 's'.
getConstantValue() - Method in interface org.eclipse.jdt.core.util.IConstantValueAttribute
Answer back the constant pool entry that represents the constant value of this attribute.
getConstantValue() - Method in class org.eclipse.jdt.internal.core.util.AnnotationComponentValue
 
getConstantValue() - Method in class org.eclipse.jdt.internal.core.util.ConstantValueAttribute
 
getConstantValueAttribute() - Method in interface org.eclipse.jdt.core.util.IFieldInfo
Answer back the constant value attribute of this field info if specified, null otherwise.
getConstantValueAttribute() - Method in class org.eclipse.jdt.internal.core.util.FieldInfo
 
getConstantValueIndex() - Method in interface org.eclipse.jdt.core.util.IAnnotationComponentValue
Returns the constant value index as described in the JVM specifications if the tag item is one of 'B', 'C', 'D', 'F', 'I', 'J', 'S', 'Z', or 's'.
getConstantValueIndex() - Method in interface org.eclipse.jdt.core.util.IConstantValueAttribute
Answer back the constant value index.
getConstantValueIndex() - Method in class org.eclipse.jdt.internal.core.util.AnnotationComponentValue
 
getConstantValueIndex() - Method in class org.eclipse.jdt.internal.core.util.ConstantValueAttribute
 
GetConstructor - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
getConstructor(ReferenceBinding, TypeBinding[], InvocationSite) - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
getConstructor(ReferenceBinding, TypeBinding[], InvocationSite) - Method in class org.eclipse.jdt.internal.eval.CodeSnippetScope
 
GetConstructorSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
getContentKind() - Method in interface org.eclipse.jdt.core.IClasspathEntry
Returns the kind of files found in the package fragments identified by this classpath entry.
getContentKind() - Method in class org.eclipse.jdt.internal.core.ClasspathEntry
 
getContents() - Method in class org.eclipse.jdt.core.compiler.BuildContext
Returns the contents of the compilation unit.
getContents() - Method in interface org.eclipse.jdt.core.IBuffer
Returns the contents of this buffer as a String.
getContents() - Method in interface org.eclipse.jdt.core.jdom.IDOMNode
Deprecated. Returns the current contents of this document fragment.
getContents() - Method in class org.eclipse.jdt.internal.compiler.batch.CompilationUnit
 
getContents() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
getContents() - Method in interface org.eclipse.jdt.internal.compiler.env.ICompilationUnit
Answer the contents of the compilation unit.
getContents(ICompilationUnit) - Method in class org.eclipse.jdt.internal.compiler.ReadManager
 
getContents() - Method in class org.eclipse.jdt.internal.core.BasicCompilationUnit
 
getContents() - Method in class org.eclipse.jdt.internal.core.Buffer
 
getContents() - Method in class org.eclipse.jdt.internal.core.builder.CompilationParticipantResult
Returns the contents of the compilation unit.
getContents() - Method in class org.eclipse.jdt.internal.core.builder.SourceFile
 
getContents() - Method in class org.eclipse.jdt.internal.core.ClassFileWorkingCopy
 
getContents() - Method in class org.eclipse.jdt.internal.core.CompilationUnit
 
getContents() - Method in class org.eclipse.jdt.internal.core.JarEntryDirectory
 
getContents() - Method in class org.eclipse.jdt.internal.core.JarEntryFile
 
getContents() - Method in class org.eclipse.jdt.internal.core.jdom.CompilationUnit
 
getContents() - Method in class org.eclipse.jdt.internal.core.jdom.DOMNode
Deprecated. Returns the current contents of this document fragment, or null if this node has no contents.
getContents() - Method in class org.eclipse.jdt.internal.core.NonJavaResource
 
getContents() - Method in class org.eclipse.jdt.internal.core.search.matching.PossibleMatch
 
getContents() - Method in class org.eclipse.jdt.internal.core.util.CharArrayBuffer
Returns the entire contents of the buffer as one char[] or null if nothing has been put in the buffer.
getContents() - Method in class org.eclipse.jdt.internal.core.util.ResourceCompilationUnit
 
getContentType(int) - Method in class org.eclipse.jdt.internal.core.util.SimpleDocument
 
getCorrespondingResource() - Method in interface org.eclipse.jdt.core.IJavaElement
Returns the resource that corresponds directly to this element, or null if there is no resource that corresponds to this element.
getCorrespondingResource() - Method in class org.eclipse.jdt.internal.core.ClassFile
A class file has a corresponding resource unless it is contained in a jar.
getCorrespondingResource() - Method in class org.eclipse.jdt.internal.core.CompilationUnit
A compilation unit has a corresponding resource unless it is contained in a jar.
getCorrespondingResource() - Method in class org.eclipse.jdt.internal.core.LocalVariable
 
getCorrespondingResource() - Method in class org.eclipse.jdt.internal.core.Openable
Return my underlying resource.
getCorrespondingResource() - Method in class org.eclipse.jdt.internal.core.SourceRefElement
Elements within compilation units and class files have no corresponding resource.
getCount() - Method in class org.eclipse.jdt.internal.compiler.codegen.ExceptionLabel
 
getCount() - Method in class org.eclipse.jdt.internal.compiler.codegen.MultiCatchExceptionLabel
 
getCoveredNode() - Method in class org.eclipse.jdt.core.dom.NodeFinder
Returns the covered node.
getCoveringNode() - Method in class org.eclipse.jdt.core.dom.NodeFinder
Returns the covering node.
getCreatedImports() - Method in class org.eclipse.jdt.core.dom.rewrite.ImportRewrite
Returns all new non-static imports created by the last invocation of ImportRewrite.rewriteImports(IProgressMonitor) or null if these methods have not been called yet.
getCreatedImports() - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ImportRewriteAnalyzer
 
getCreatedStaticImports() - Method in class org.eclipse.jdt.core.dom.rewrite.ImportRewrite
Returns all new static imports created by the last invocation of ImportRewrite.rewriteImports(IProgressMonitor) or null if these methods have not been called yet.
getCreatedStaticImports() - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ImportRewriteAnalyzer
 
getCUProblems() - Method in class org.eclipse.jdt.internal.compiler.CompilationResult
Same as getProblems() but don't answer problems that actually concern the enclosing package.
getCurrentEndOffset() - Method in class org.eclipse.jdt.internal.core.dom.rewrite.TokenScanner
 
getCurrentIdentifierSource() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionScanner
 
getCurrentIdentifierSource() - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionScanner
 
getCurrentIdentifierSource() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveryScanner
 
getCurrentIdentifierSource() - Method in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
getCurrentIdentifierSource() - Method in class org.eclipse.jdt.internal.core.util.PublicScanner
 
getCurrentLength() - Method in class org.eclipse.jdt.internal.core.dom.rewrite.TokenScanner
 
getCurrentOperationStack() - Static method in class org.eclipse.jdt.internal.core.JavaModelOperation
 
getCurrentPackage() - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
getCurrentSpace() - Method in class org.eclipse.jdt.internal.core.util.LRUCache
Returns the amount of space that is current used in the cache.
getCurrentStartOffset() - Method in class org.eclipse.jdt.internal.core.dom.rewrite.TokenScanner
 
getCurrentStringLiteral() - Method in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
getCurrentStringLiteral() - Method in class org.eclipse.jdt.internal.core.util.PublicScanner
 
getCurrentTokenEndPosition() - Method in interface org.eclipse.jdt.core.compiler.IScanner
Answers the ending position of the current token inside the original source.
getCurrentTokenEndPosition() - Method in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
getCurrentTokenEndPosition() - Method in class org.eclipse.jdt.internal.core.util.PublicScanner
 
getCurrentTokenSource() - Method in interface org.eclipse.jdt.core.compiler.IScanner
Answers the current identifier source, after unicode escape sequences have been translated into unicode characters.
getCurrentTokenSource() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveryScanner
 
getCurrentTokenSource() - Method in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
getCurrentTokenSource() - Method in class org.eclipse.jdt.internal.core.util.PublicScanner
 
getCurrentTokenSourceString() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionScanner
 
getCurrentTokenSourceString() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveryScanner
 
getCurrentTokenSourceString() - Method in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
getCurrentTokenSourceString() - Method in class org.eclipse.jdt.internal.core.util.PublicScanner
 
getCurrentTokenStartPosition() - Method in interface org.eclipse.jdt.core.compiler.IScanner
Answers the starting position of the current token inside the original source.
getCurrentTokenStartPosition() - Method in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
getCurrentTokenStartPosition() - Method in class org.eclipse.jdt.internal.core.util.PublicScanner
 
getCurrentTokenString() - Method in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
getCurrentTokenString() - Method in class org.eclipse.jdt.internal.core.util.PublicScanner
 
getCurrentTokenType() - Method in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
getCycleMarker() - Method in class org.eclipse.jdt.internal.core.JavaProject
 
getData() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveryScanner
 
getDebugOutput() - Method in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatter
 
getDeclaration() - Method in class org.eclipse.jdt.core.dom.TypeDeclarationStatement
Returns the abstract type declaration of this local type declaration statement (added in JLS3 API).
getDeclarationKey() - Method in class org.eclipse.jdt.core.CompletionProposal
Returns the key of the relevant declaration in the context, or null if none.
getDeclarationKey() - Method in class org.eclipse.jdt.internal.codeassist.InternalCompletionProposal
Returns the key of the relevant declaration in the context, or null if none.
getDeclarationModifiers() - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
Returns the modifiers of the innermost enclosing declaration.
getDeclarationPackageName() - Method in class org.eclipse.jdt.internal.codeassist.InternalCompletionProposal
 
getDeclarationSignature() - Method in class org.eclipse.jdt.core.CompletionProposal
Returns the type signature or package name of the relevant declaration in the context, or null if none.
getDeclarationSignature() - Method in class org.eclipse.jdt.internal.codeassist.InternalCompletionProposal
Returns the type signature or package name of the relevant declaration in the context, or null if none.
getDeclarationSourceEnd() - Method in interface org.eclipse.jdt.internal.compiler.env.ISourceField
Answer the source end position of the field's declaration.
getDeclarationSourceEnd() - Method in interface org.eclipse.jdt.internal.compiler.env.ISourceImport
Answer the source end position of the import declaration.
getDeclarationSourceEnd() - Method in interface org.eclipse.jdt.internal.compiler.env.ISourceMethod
Answer the source end position of the method's declaration.
getDeclarationSourceEnd() - Method in interface org.eclipse.jdt.internal.compiler.env.ISourceType
Answer the source end position of the type's declaration.
getDeclarationSourceStart() - Method in interface org.eclipse.jdt.internal.compiler.env.ISourceField
Answer the source start position of the field's declaration.
getDeclarationSourceStart() - Method in interface org.eclipse.jdt.internal.compiler.env.ISourceImport
Answer the source start position of the import declaration.
getDeclarationSourceStart() - Method in interface org.eclipse.jdt.internal.compiler.env.ISourceMethod
Answer the source start position of the method's declaration.
getDeclarationSourceStart() - Method in interface org.eclipse.jdt.internal.compiler.env.ISourceType
Answer the source start position of the type's declaration.
getDeclarationTypeName() - Method in class org.eclipse.jdt.internal.codeassist.InternalCompletionProposal
 
GETDECLAREDCONSTRUCTOR_NAME - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
GETDECLAREDCONSTRUCTOR_SIGNATURE - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
GETDECLAREDFIELD_NAME - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
GETDECLAREDFIELD_SIGNATURE - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
getDeclaredFields() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
Returns a list of bindings representing all the fields declared as members of this class, interface, or enum type.
getDeclaredMemberValuePairs() - Method in interface org.eclipse.jdt.core.dom.IAnnotationBinding
Returns the list of declared member value pairs for this annotation.
GETDECLAREDMETHOD_NAME - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
GETDECLAREDMETHOD_SIGNATURE - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
getDeclaredMethods() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
Returns a list of method bindings representing all the methods and constructors declared for this class, interface, enum, or annotation type.
getDeclaredModifiers() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
Returns the declared modifiers for this class or interface binding as specified in the original source declaration of the class or interface.
getDeclaredTypes() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
Returns a list of type bindings representing all the types declared as members of this class, interface, or enum type.
getDeclaringClass() - Method in interface org.eclipse.jdt.core.dom.IMethodBinding
Returns the type binding representing the class or interface that declares this method or constructor.
getDeclaringClass() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
Returns the type binding representing the class, interface, or enum that declares this binding.
getDeclaringClass() - Method in interface org.eclipse.jdt.core.dom.IVariableBinding
Returns the type binding representing the class or interface that declares this field.
getDeclaringMember() - Method in interface org.eclipse.jdt.core.ILocalVariable
Returns the declaring member of this local variable.
getDeclaringMember() - Method in interface org.eclipse.jdt.core.ITypeParameter
Returns the declaring member of this type parameter.
getDeclaringMember() - Method in class org.eclipse.jdt.internal.core.Annotation
 
getDeclaringMember() - Method in class org.eclipse.jdt.internal.core.LocalVariable
Returns the declaring member of this local variable.
getDeclaringMember() - Method in class org.eclipse.jdt.internal.core.TypeParameter
 
getDeclaringMethod() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
Returns the method binding representing the method that declares this binding of a local type or type variable.
getDeclaringMethod() - Method in interface org.eclipse.jdt.core.dom.IVariableBinding
Returns the method binding representing the method containing the scope in which this local variable is declared.
getDeclaringType() - Method in class org.eclipse.jdt.core.BindingKey
Returns the binding key of the declaring type of the element represented by this binding key.
getDeclaringType() - Method in interface org.eclipse.jdt.core.IMember
Returns the type in which this member is declared, or null if this member is not declared in a type (for example, a top-level type).
getDeclaringType() - Method in class org.eclipse.jdt.internal.core.BinaryType
 
getDeclaringType() - Method in class org.eclipse.jdt.internal.core.Member
 
getDeclaringType() - Method in class org.eclipse.jdt.internal.core.SourceType
 
getDeclaringTypeSignature(String) - Static method in class org.eclipse.jdt.internal.core.util.Util
 
getDefault() - Method in class org.eclipse.jdt.core.dom.AnnotationTypeMemberDeclaration
Returns the default value of this annotation type member, or null if there is none.
getDefault() - Method in interface org.eclipse.jdt.core.jdom.IDOMMethod
Deprecated. Returns the default value expression for an annotation type member.
getDefaultAbstractMethods() - Method in class org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
 
getDefaultBufferFactory() - Method in class org.eclipse.jdt.internal.core.BufferManager
Deprecated.  
getDefaultBufferManager() - Static method in class org.eclipse.jdt.internal.core.BufferManager
Returns the default buffer manager.
getDefaultImportRewriteContext() - Method in class org.eclipse.jdt.core.dom.rewrite.ImportRewrite
Returns the default rewrite context that only knows about the imported types.
getDefaultOptions() - Static method in class org.eclipse.jdt.core.JavaCore
Returns a table of all known configurable options with their default values.
getDefaultOptions() - Method in class org.eclipse.jdt.internal.core.JavaModelManager
 
getDefaultPreferences() - Method in class org.eclipse.jdt.internal.core.JavaModelManager
Get default eclipse preference for JavaCore plugin.
getDefaultSearchParticipant() - Static method in class org.eclipse.jdt.core.search.SearchEngine
Returns a new default Java search participant.
getDefaultSearchParticipant() - Static method in class org.eclipse.jdt.internal.core.search.BasicSearchEngine
Returns a new default Java search participant.
getDefaultSettings() - Static method in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
getDefaultTranslator() - Method in class org.apache.tapestry.util.text.DefaultCharacterTranslatorSource
Returns a translator that encodes all non-safe characters into their HTML equivalents.
getDefaultTranslator() - Method in interface org.apache.tapestry.util.text.ICharacterTranslatorSource
 
getDefaultValue() - Method in interface org.eclipse.jdt.core.dom.IMethodBinding
Returns the resolved default value of an annotation type member, or null if the member has no default value, or if this is not the binding for an annotation type member.
getDefaultValue() - Method in interface org.eclipse.jdt.core.IMethod
Returns a member value pair representing the default value of this method if any, or null if this method's parent is not an annotation type, or else if this method does not have a default value.
getDefaultValue() - Method in class org.eclipse.jdt.internal.compiler.classfmt.AnnotationMethodInfo
 
getDefaultValue() - Method in class org.eclipse.jdt.internal.compiler.classfmt.MethodInfo
 
getDefaultValue() - Method in interface org.eclipse.jdt.internal.compiler.env.IBinaryMethod
Return ClassSignature for a Class Class.
getDefaultValue() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
 
getDefaultValue() - Method in class org.eclipse.jdt.internal.core.SourceMethod
 
getDefaultValue() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetSkeleton.BinaryMethodSkeleton
 
getDefinedTypeNamesFor(String) - Method in class org.eclipse.jdt.internal.core.builder.State
 
getDeletedUnits() - Method in class org.eclipse.jdt.internal.compiler.AbstractAnnotationProcessorManager
Returns the deleted units.
getDelta() - Method in class org.eclipse.jdt.core.compiler.ReconcileContext
Returns the delta describing the change to the working copy being reconciled.
getDelta() - Method in class org.eclipse.jdt.core.ElementChangedEvent
Returns the delta describing the change.
getDeltaFor(IJavaElement) - Method in class org.eclipse.jdt.internal.core.JavaElementDelta
Returns the delta for a given element.
getDeltaProcessor() - Method in class org.eclipse.jdt.internal.core.DeltaProcessingState
 
getDeltaProcessor() - Method in class org.eclipse.jdt.internal.core.JavaModelManager
 
getDeltaState() - Static method in class org.eclipse.jdt.internal.core.JavaModelManager
 
getDescription(IPath, IJavaProject) - Method in class org.eclipse.jdt.core.ClasspathContainerInitializer
Returns a readable description for a container path.
getDescription() - Method in interface org.eclipse.jdt.core.IClasspathContainer
Answers a readable description of this container
getDescription() - Method in class org.eclipse.jdt.core.search.SearchParticipant
Returns a displayable name of this search participant.
getDescription() - Method in class org.eclipse.jdt.core.util.ClassFileBytesDisassembler
Answers a readable short description of this disassembler
getDescription() - Method in class org.eclipse.jdt.internal.core.search.JavaSearchParticipant
 
getDescription() - Method in class org.eclipse.jdt.internal.core.UserLibraryClasspathContainer
 
getDescription(IPath, IJavaProject) - Method in class org.eclipse.jdt.internal.core.UserLibraryClasspathContainerInitializer
 
getDescription() - Method in class org.eclipse.jdt.internal.core.util.Disassembler
 
getDescriptor() - Method in interface org.eclipse.jdt.core.util.IFieldInfo
Answer back the descriptor of this field info.
getDescriptor() - Method in interface org.eclipse.jdt.core.util.ILocalVariableTableEntry
Answer back the descriptor of this entry as specified in the JVM specifications.
getDescriptor() - Method in interface org.eclipse.jdt.core.util.IMethodInfo
Answer back the method descriptor of this method info as specified in the JVM specifications.
getDescriptor() - Method in class org.eclipse.jdt.internal.core.util.FieldInfo
 
getDescriptor() - Method in class org.eclipse.jdt.internal.core.util.LocalVariableTableEntry
 
getDescriptor() - Method in class org.eclipse.jdt.internal.core.util.MethodInfo
 
getDescriptorIndex() - Method in interface org.eclipse.jdt.core.util.IConstantPoolEntry2
Returns the descriptor index.
getDescriptorIndex() - Method in interface org.eclipse.jdt.core.util.IFieldInfo
Answer back the descriptor index of this field info.
getDescriptorIndex() - Method in interface org.eclipse.jdt.core.util.ILocalVariableTableEntry
Answer back the descriptor index in the constant pool of this entry as specified in the JVM specifications.
getDescriptorIndex() - Method in interface org.eclipse.jdt.core.util.IMethodInfo
Answer back the descriptor index of this method info.
getDescriptorIndex() - Method in class org.eclipse.jdt.internal.core.util.ConstantPoolEntry2
 
getDescriptorIndex() - Method in class org.eclipse.jdt.internal.core.util.FieldInfo
 
getDescriptorIndex() - Method in class org.eclipse.jdt.internal.core.util.LocalVariableTableEntry
 
getDescriptorIndex() - Method in class org.eclipse.jdt.internal.core.util.MethodInfo
 
getDestdir() - Method in class java_cup.anttask.CUPTask
Gets the value of destdir
getDestinationParent(IJavaElement) - Method in class org.eclipse.jdt.internal.core.MultiOperation
Returns the parent of the element being copied/moved/renamed.
getDetailedNode() - Method in class org.eclipse.jdt.internal.core.jdom.DOMNode
Deprecated. Returns a new document fragment representing this node with detailed source indexes.
getDimensions() - Method in class org.eclipse.jdt.core.dom.ArrayType
Returns the number of dimensions in this array type.
getDimensions() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
Returns the dimensionality of this array type, or 0 if this is not an array type binding.
getDirectBinding(Expression) - Static method in class org.eclipse.jdt.internal.compiler.ast.Expression
 
getDiscouragedExceptions() - Method in class org.eclipse.jdt.internal.codeassist.ThrownExceptionFinder
Returns all exceptions that are discouraged to use because (a) they are already caught in some inner try-catch, or (b) their super exception has already been caught.
getDocument(String) - Method in class org.eclipse.jdt.core.search.SearchParticipant
Returns a search document for the given path.
getDocument(ICompilationUnit) - Method in class org.eclipse.jdt.internal.core.JavaModelOperation
 
getDocument() - Method in class org.eclipse.jdt.internal.core.jdom.DOMNode
Deprecated. Returns the document containing this node's original contents.
getDocument(String) - Method in class org.eclipse.jdt.internal.core.search.JavaSearchParticipant
 
getDocumentNames(Index) - Method in class org.eclipse.jdt.internal.core.index.EntryResult
 
getDocumentPartitioner() - Method in class org.eclipse.jdt.internal.core.util.SimpleDocument
 
getDoubleValue() - Method in interface org.eclipse.jdt.core.util.IConstantPoolEntry
Returns the double value for a CONSTANT_Double type entry.
getDoubleValue() - Method in class org.eclipse.jdt.internal.core.util.ConstantPoolEntry
 
getEclipse21Settings() - Static method in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
Returns the formatter settings that most closely approximate the default formatter settings of Eclipse version 2.1.
getEclipseDefaultSettings() - Static method in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
Returns the default Eclipse formatter settings
getEclipseDefaultSettings() - Static method in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
getEclipsePreferences() - Method in class org.eclipse.jdt.internal.core.JavaProject
Returns the project custom preference pool.
getElement() - Method in interface org.eclipse.jdt.core.IJavaElementDelta
Returns the element that this delta describes a change to.
getElement() - Method in class org.eclipse.jdt.core.search.SearchMatch
Returns the element of this search match.
getElement() - Method in class org.eclipse.jdt.internal.core.JavaElementDelta
 
getElementAt(int) - Method in interface org.eclipse.jdt.core.ITypeRoot
Returns the smallest element within this Java type root that includes the given source position (that is, a method, field, etc.), or null if there is no element other than the Java type root itself at the given position, or if the given position is not within the source range of the source of this Java type root.
getElementAt(int) - Method in class org.eclipse.jdt.internal.core.ClassFile
 
getElementAt(int) - Method in class org.eclipse.jdt.internal.core.CompilationUnit
 
getElementAtConsideringSibling(int) - Method in class org.eclipse.jdt.internal.core.ClassFile
 
getElementInfo(IProgressMonitor) - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistAnnotation
 
getElementInfo(IProgressMonitor) - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistCompilationUnit
 
getElementInfo(IProgressMonitor) - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistImportContainer
 
getElementInfo(IProgressMonitor) - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistImportDeclaration
 
getElementInfo(IProgressMonitor) - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistInitializer
 
getElementInfo(IProgressMonitor) - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistPackageDeclaration
 
getElementInfo(IProgressMonitor) - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistSourceField
 
getElementInfo(IProgressMonitor) - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistSourceMethod
 
getElementInfo(IProgressMonitor) - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistSourceType
 
getElementInfo(IProgressMonitor) - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistTypeParameter
 
getElementInfo(IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.BinaryType
 
getElementInfo() - Method in class org.eclipse.jdt.internal.core.JavaElement
Returns the info for this handle.
getElementInfo(IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.JavaElement
Returns the info for this handle.
getElementName() - Method in interface org.eclipse.jdt.core.IAnnotation
Returns the name of this annotation.
getElementName() - Method in interface org.eclipse.jdt.core.IField
Returns the simple name of this field.
getElementName() - Method in interface org.eclipse.jdt.core.IImportDeclaration
Returns the name that has been imported.
getElementName() - Method in interface org.eclipse.jdt.core.IJavaElement
Returns the name of this element.
getElementName() - Method in interface org.eclipse.jdt.core.ILocalVariable
Returns the name of this local variable.
getElementName() - Method in interface org.eclipse.jdt.core.IMethod
Returns the simple name of this method.
getElementName() - Method in interface org.eclipse.jdt.core.IPackageDeclaration
Returns the name of the package the statement refers to.
getElementName() - Method in interface org.eclipse.jdt.core.IPackageFragment
Returns the dot-separated package name of this fragment, for example "java.lang", or "" (the empty string), for the default package.
getElementName() - Method in interface org.eclipse.jdt.core.IType
Returns the simple name of this type, unqualified by package or enclosing type.
getElementName() - Method in class org.eclipse.jdt.internal.core.Annotation
 
getElementName() - Method in class org.eclipse.jdt.internal.core.ClassFile
 
getElementName() - Method in class org.eclipse.jdt.internal.core.CompilationUnit
 
getElementName() - Method in class org.eclipse.jdt.internal.core.ExternalPackageFragmentRoot
 
getElementName() - Method in class org.eclipse.jdt.internal.core.ImportDeclaration
 
getElementName() - Method in class org.eclipse.jdt.internal.core.JarPackageFragmentRoot
 
getElementName() - Method in class org.eclipse.jdt.internal.core.JavaElement
 
getElementName() - Method in class org.eclipse.jdt.internal.core.JavaProject
 
getElementName() - Method in class org.eclipse.jdt.internal.core.LocalVariable
 
getElementName() - Method in class org.eclipse.jdt.internal.core.NamedMember
 
getElementName() - Method in class org.eclipse.jdt.internal.core.PackageDeclaration
 
getElementName() - Method in class org.eclipse.jdt.internal.core.PackageFragment
 
getElementName() - Method in class org.eclipse.jdt.internal.core.PackageFragmentRoot
 
getElementName() - Method in class org.eclipse.jdt.internal.core.TypeParameter
 
getElements() - Method in interface org.eclipse.jdt.core.IJavaModelStatus
Returns any Java elements associated with the failure (see specification of the status code), or an empty array if no elements are related to this particular status code.
getElements() - Method in interface org.eclipse.jdt.core.IRegion
Returns the top level elements in this region.
getElements() - Method in class org.eclipse.jdt.internal.core.JavaModelStatus
 
getElements() - Method in class org.eclipse.jdt.internal.core.Region
 
getElements() - Method in class org.eclipse.jdt.internal.core.SelectionRequestor
Returns the resolved elements.
getElementsOutOfSynchWithBuffers() - Method in class org.eclipse.jdt.internal.core.JavaModelManager
Returns the set of elements which are out of synch with their buffers.
getElementToProcess() - Method in class org.eclipse.jdt.internal.core.JavaModelOperation
Returns the element to which this operation applies, or null if not applicable.
getElementType() - Method in class org.eclipse.jdt.core.dom.ArrayType
Returns the element type of this array type.
getElementType() - Method in class org.eclipse.jdt.core.dom.ChildListPropertyDescriptor
Returns the element type of this list property.
getElementType() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
Returns the binding representing the element type of this array type, or null if this is not an array type binding.
getElementType() - Method in interface org.eclipse.jdt.core.IJavaElement
Returns this element's kind encoded as an integer.
getElementType(char[]) - Static method in class org.eclipse.jdt.core.Signature
Returns the type signature without any array nesting.
getElementType(String) - Static method in class org.eclipse.jdt.core.Signature
Returns the type signature without any array nesting.
getElementType() - Method in class org.eclipse.jdt.internal.core.Annotation
 
getElementType() - Method in class org.eclipse.jdt.internal.core.BinaryType
 
getElementType() - Method in class org.eclipse.jdt.internal.core.ClassFile
 
getElementType() - Method in class org.eclipse.jdt.internal.core.CompilationUnit
 
getElementType() - Method in class org.eclipse.jdt.internal.core.ImportContainer
 
getElementType() - Method in class org.eclipse.jdt.internal.core.ImportDeclaration
 
getElementType() - Method in class org.eclipse.jdt.internal.core.Initializer
 
getElementType() - Method in class org.eclipse.jdt.internal.core.JavaModel
 
getElementType() - Method in class org.eclipse.jdt.internal.core.JavaProject
 
getElementType() - Method in class org.eclipse.jdt.internal.core.LocalVariable
 
getElementType() - Method in class org.eclipse.jdt.internal.core.PackageDeclaration
 
getElementType() - Method in class org.eclipse.jdt.internal.core.PackageFragment
 
getElementType() - Method in class org.eclipse.jdt.internal.core.PackageFragmentRoot
 
getElementType() - Method in class org.eclipse.jdt.internal.core.SourceField
 
getElementType() - Method in class org.eclipse.jdt.internal.core.SourceMethod
 
getElementType() - Method in class org.eclipse.jdt.internal.core.SourceType
 
getElementType() - Method in class org.eclipse.jdt.internal.core.TypeParameter
 
getElementValuePairs() - Method in class org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo
 
getElementValuePairs() - Method in interface org.eclipse.jdt.internal.compiler.env.IBinaryAnnotation
 
getElementValuePairs() - Method in class org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding
 
getElementValuePairs() - Method in class org.eclipse.jdt.internal.compiler.lookup.UnresolvedAnnotationBinding
 
getElseExpression() - Method in class org.eclipse.jdt.core.dom.ConditionalExpression
Returns the "else" part of this conditional expression.
getElseStatement() - Method in class org.eclipse.jdt.core.dom.IfStatement
Returns the "else" part of this if statement, or null if this if statement has no "else" part.
getEmptyLines(int) - Method in class org.eclipse.jdt.internal.formatter.Scribe
 
getEmulationPath(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.BlockScope
 
getEmulationPath(ReferenceBinding, boolean, boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.BlockScope
 
getEnclosingClass() - Method in interface org.eclipse.jdt.core.util.IEnclosingMethodAttribute
Answer back the enclosing class name as specified in the JVM specifications.
getEnclosingClass() - Method in class org.eclipse.jdt.internal.core.util.EnclosingMethodAttribute
 
getEnclosingClassIndex() - Method in interface org.eclipse.jdt.core.util.IEnclosingMethodAttribute
Answer back the enclosing class name index.
getEnclosingClassIndex() - Method in class org.eclipse.jdt.internal.core.util.EnclosingMethodAttribute
 
getEnclosingElement() - Method in class org.eclipse.jdt.core.CompletionContext
Returns the innermost enclosing Java element which contains the completion location or null if this element cannot be computed.
getEnclosingElement() - Method in class org.eclipse.jdt.internal.codeassist.InternalCompletionContext
Returns the innermost enclosing Java element which contains the completion location or null if this element cannot be computed.
getEnclosingElement() - Method in class org.eclipse.jdt.internal.codeassist.InternalExtendedCompletionContext
 
getEnclosingInstancesSlotSize() - Method in class org.eclipse.jdt.internal.compiler.lookup.NestedTypeBinding
 
getEnclosingInstancesSlotSize() - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
 
getEnclosingInstancesSlotSize() - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
 
getEnclosingMethod() - Method in class org.eclipse.jdt.internal.compiler.classfmt.ClassFileReader
 
getEnclosingMethod() - Method in interface org.eclipse.jdt.internal.compiler.env.IBinaryType
Answer the enclosing method (including method selector and method descriptor), or null if none.
getEnclosingMethod() - Method in class org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType
 
getEnclosingMethod() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetSkeleton
 
getEnclosingType() - Method in interface org.eclipse.jdt.internal.compiler.env.ISourceType
Answer the enclosing type or null if the receiver is a top level type.
getEnclosingType() - Method in class org.eclipse.jdt.internal.core.SourceTypeElementInfo
Returns the ISourceType that is the enclosing type for this type, or null if this type is a top level type.
getEnclosingTypeName() - Method in class org.eclipse.jdt.internal.compiler.classfmt.ClassFileReader
 
getEnclosingTypeName() - Method in class org.eclipse.jdt.internal.compiler.classfmt.InnerClassInfo
Answer the resolved name of the enclosing type in the class file format as specified in section 4.2 of the Java 2 VM spec.
getEnclosingTypeName() - Method in interface org.eclipse.jdt.internal.compiler.env.IBinaryNestedType
Answer the resolved name of the enclosing type in the class file format as specified in section 4.2 of the Java 2 VM spec.
getEnclosingTypeName() - Method in interface org.eclipse.jdt.internal.compiler.env.IBinaryType
Answer the resolved name of the enclosing type in the class file format as specified in section 4.2 of the Java 2 VM spec or null if the receiver is a top level type.
getEnclosingTypeName() - Method in class org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType
Answer the resolved name of the enclosing type in the class file format as specified in section 4.2 of the Java 2 VM spec or null if the receiver is a top level type.
getEnclosingTypeName() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetSkeleton
 
getEncoding() - Static method in class org.eclipse.jdt.core.JavaCore
Returns the workspace root default charset encoding.
getEncoding() - Method in class org.eclipse.jdt.core.search.SearchDocument
Returns the encoding for this document.
getEncoding() - Method in class org.eclipse.jdt.internal.core.search.JavaSearchDocument
 
getEndPC() - Method in interface org.eclipse.jdt.core.util.IExceptionTableEntry
Answer back the end pc of this entry.
getEndPC() - Method in class org.eclipse.jdt.internal.core.util.ExceptionTableEntry
 
getEndPosition() - Method in class org.eclipse.jdt.internal.core.jdom.DOMNode
Deprecated. Returns the original position of the last character of this node's contents in its document.
getEntries() - Method in class org.eclipse.jdt.internal.core.UserLibrary
 
getEntryKind() - Method in interface org.eclipse.jdt.core.IClasspathEntry
Returns the kind of this classpath entry.
getEntryKind(int) - Method in interface org.eclipse.jdt.core.util.IConstantPool
Answer back the type of the entry at the given index in the constant pool.
getEntryKind() - Method in class org.eclipse.jdt.internal.core.ClasspathEntry
 
getEntryKind(int) - Method in class org.eclipse.jdt.internal.core.util.ConstantPool
 
getEntryName() - Method in class org.eclipse.jdt.internal.core.JarEntryResource
 
getEntryName() - Method in class org.eclipse.jdt.internal.core.NonJavaResource
 
getEntryTable() - Method in class org.eclipse.jdt.internal.core.OverflowingLRUCache
For internal testing only.
getEnumConstantName() - Method in interface org.eclipse.jdt.core.util.IAnnotationComponentValue
Returns the simple name of the enum constant represented by this annotation component value as described in the JVM specifications if the tag item is 'e'.
getEnumConstantName() - Method in class org.eclipse.jdt.internal.compiler.env.EnumConstantSignature
 
getEnumConstantName() - Method in class org.eclipse.jdt.internal.core.util.AnnotationComponentValue
 
getEnumConstantNameIndex() - Method in interface org.eclipse.jdt.core.util.IAnnotationComponentValue
Returns the utf8 constant index as described in the JVM specifications if the tag item is 'e'.
getEnumConstantNameIndex() - Method in class org.eclipse.jdt.internal.core.util.AnnotationComponentValue
 
getEnumConstantTypeName() - Method in interface org.eclipse.jdt.core.util.IAnnotationComponentValue
Returns the binary name of the type of the enum constant represented by this annotation component value as described in the JVM specifications if the tag item is 'e'.
getEnumConstantTypeName() - Method in class org.eclipse.jdt.internal.core.util.AnnotationComponentValue
 
getEnumConstantTypeNameIndex() - Method in interface org.eclipse.jdt.core.util.IAnnotationComponentValue
Returns the utf8 constant index as described in the JVM specifications if the tag item is 'e'.
getEnumConstantTypeNameIndex() - Method in class org.eclipse.jdt.internal.core.util.AnnotationComponentValue
 
getErasure() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
Returns the erasure of this type binding.
getErasureCompatibleType(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
Return the supertype which would erase as a subtype of a given declaring class.
getErrorCode() - Method in exception org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException
 
getErrorCount() - Method in class java_cup.ErrorManager
 
getErrors() - Method in class org.eclipse.jdt.internal.compiler.CompilationResult
Answer the errors encountered during compilation.
getEscapedValue() - Method in class org.eclipse.jdt.core.dom.CharacterLiteral
Returns the string value of this literal node.
getEscapedValue() - Method in class org.eclipse.jdt.core.dom.StringLiteral
Returns the string value of this literal node to the given string literal token.
getEvaluationID() - Method in class org.eclipse.jdt.internal.eval.EvaluationResult
Returns the ID of the evaluation.
getEvaluationType() - Method in class org.eclipse.jdt.internal.eval.EvaluationResult
Returns the type of evaluation this result is about.
getEvent(ASTNode, StructuralPropertyDescriptor) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.RewriteEventStore
 
getEventEditGroup(RewriteEvent) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.RewriteEventStore
 
getExactConstructor(TypeBinding[]) - Method in class org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding
 
getExactConstructor(TypeBinding[]) - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
 
getExactConstructor(TypeBinding[]) - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
 
getExactConstructor(TypeBinding[]) - Method in class org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
 
getExactMethod(char[], TypeBinding[], CompilationUnitScope) - Method in class org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding
 
getExactMethod(char[], TypeBinding[], CompilationUnitScope) - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
 
getExactMethod(char[], TypeBinding[], CompilationUnitScope) - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
 
getExactMethod(char[], TypeBinding[], CompilationUnitScope) - Method in class org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
 
getException() - Method in class org.eclipse.jdt.core.dom.CatchClause
Returns the exception variable declaration of this catch clause.
getException() - Method in class org.eclipse.jdt.core.JavaModelException
Returns the underlying Throwable that caused the failure.
getException() - Method in exception org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException
Returns the underlying Throwable that caused the failure.
getExceptionAttribute() - Method in interface org.eclipse.jdt.core.util.IMethodInfo
Answer the exception attribute of this method info, null is none.
getExceptionAttribute() - Method in class org.eclipse.jdt.internal.core.util.MethodInfo
 
getExceptionIndexes() - Method in interface org.eclipse.jdt.core.util.IExceptionAttribute
Answer back the exception indexes of the exception attribute.
getExceptionIndexes() - Method in class org.eclipse.jdt.internal.core.util.ExceptionAttribute
 
getExceptionMarkers() - Method in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream
 
getExceptionNames() - Method in interface org.eclipse.jdt.core.util.IExceptionAttribute
Answer back the exception names of the exception attribute.
getExceptionNames() - Method in class org.eclipse.jdt.internal.core.util.ExceptionAttribute
 
getExceptions() - Method in interface org.eclipse.jdt.core.jdom.IDOMMethod
Deprecated. Returns the names of the exception types this method throws in the order in which they are declared in the source, or an empty array if this method declares no exception types.
getExceptionsNumber() - Method in interface org.eclipse.jdt.core.util.IExceptionAttribute
Answer back the number of exceptions of the exception attribute.
getExceptionsNumber() - Method in class org.eclipse.jdt.internal.core.util.ExceptionAttribute
 
getExceptionSummary(Throwable) - Static method in class org.eclipse.jdt.internal.compiler.util.Util
Returns a one line summary for an exception (extracted from its stacktrace: name + first frame)
getExceptionTable() - Method in interface org.eclipse.jdt.core.util.ICodeAttribute
Answer back the array of exception entries, if they are present.
getExceptionTable() - Method in class org.eclipse.jdt.internal.core.util.CodeAttribute
 
getExceptionTableLength() - Method in interface org.eclipse.jdt.core.util.ICodeAttribute
Answer back the exception table length of the code attribute.
getExceptionTableLength() - Method in class org.eclipse.jdt.internal.core.util.CodeAttribute
 
getExceptionTypeNames() - Method in class org.eclipse.jdt.internal.compiler.classfmt.MethodInfo
Answer the resolved names of the exception types in the class file format as specified in section 4.2 of the Java 2 VM spec or null if the array is empty.
getExceptionTypeNames() - Method in interface org.eclipse.jdt.internal.compiler.env.IBinaryMethod
Answer the resolved names of the exception types in the class file format as specified in section 4.2 of the Java 2 VM spec or null if the array is empty.
getExceptionTypeNames() - Method in interface org.eclipse.jdt.internal.compiler.env.ISourceMethod
Answer the unresolved names of the exception types or null if the array is empty.
getExceptionTypeNames() - Method in class org.eclipse.jdt.internal.core.SourceMethodElementInfo
 
getExceptionTypeNames() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetSkeleton.BinaryMethodSkeleton
 
getExceptionTypes() - Method in interface org.eclipse.jdt.core.dom.IMethodBinding
Returns a list of type bindings representing the types of the exceptions thrown by this method or constructor.
getExceptionTypes() - Method in interface org.eclipse.jdt.core.IMethod
Returns the type signatures of the exceptions this method throws, in the order declared in the source.
getExceptionTypes() - Method in class org.eclipse.jdt.internal.core.SourceMethod
 
getExclusionPatterns() - Method in interface org.eclipse.jdt.core.IClasspathEntry
Returns the set of patterns used to exclude resources or classes associated with this classpath entry.
getExclusionPatterns() - Method in class org.eclipse.jdt.internal.core.ClasspathEntry
 
getExistingElement(IJavaElement) - Method in class org.eclipse.jdt.internal.core.JavaModelCache
 
getExistingElement(IJavaElement) - Method in class org.eclipse.jdt.internal.core.JavaModelManager
Returns the existing element in the cache that is equal to the given element.
getExpandedClasspath() - Method in class org.eclipse.jdt.internal.core.JavaProject
This is a helper method returning the expanded classpath for the project, as a list of classpath entries, where all classpath variable entries have been resolved and substituted with their final target entries.
getExpect() - Method in class java_cup.anttask.CUPTask
Gets the value of expect
getExpectedTypesKeys() - Method in class org.eclipse.jdt.core.CompletionContext
Return keys of expected types of a potential completion proposal at the completion position.
getExpectedTypesKeys() - Method in class org.eclipse.jdt.internal.codeassist.InternalCompletionContext
Return keys of expected types of a potential completion proposal at the completion position.
getExpectedTypesSignatures() - Method in class org.eclipse.jdt.core.CompletionContext
Return signatures of expected types of a potential completion proposal at the completion position.
getExpectedTypesSignatures() - Method in class org.eclipse.jdt.internal.codeassist.InternalCompletionContext
Return signatures of expected types of a potential completion proposal at the completion position.
getExpression() - Method in class org.eclipse.jdt.core.dom.AssertStatement
Returns the first expression of this assert statement.
getExpression() - Method in class org.eclipse.jdt.core.dom.CastExpression
Returns the expression of this cast expression.
getExpression() - Method in class org.eclipse.jdt.core.dom.ClassInstanceCreation
Returns the expression of this class instance creation expression, or null if there is none.
getExpression() - Method in class org.eclipse.jdt.core.dom.ConditionalExpression
Returns the condition of this conditional expression.
getExpression() - Method in class org.eclipse.jdt.core.dom.DoStatement
Returns the expression of this do statement.
getExpression() - Method in class org.eclipse.jdt.core.dom.EnhancedForStatement
Returns the expression of this enhanced for statement.
getExpression() - Method in class org.eclipse.jdt.core.dom.ExpressionStatement
Returns the expression of this expression statement.
getExpression() - Method in class org.eclipse.jdt.core.dom.FieldAccess
Returns the expression of this field access expression.
getExpression() - Method in class org.eclipse.jdt.core.dom.ForStatement
Returns the condition expression of this for statement, or null if there is none.
getExpression() - Method in class org.eclipse.jdt.core.dom.IfStatement
Returns the expression of this if statement.
getExpression() - Method in class org.eclipse.jdt.core.dom.MethodInvocation
Returns the expression of this method invocation expression, or null if there is none.
getExpression() - Method in class org.eclipse.jdt.core.dom.ParenthesizedExpression
Returns the expression of this parenthesized expression.
getExpression() - Method in class org.eclipse.jdt.core.dom.ReturnStatement
Returns the expression of this return statement, or null if there is none.
getExpression() - Method in class org.eclipse.jdt.core.dom.SuperConstructorInvocation
Returns the expression of this super constructor invocation statement, or null if there is none.
getExpression() - Method in class org.eclipse.jdt.core.dom.SwitchCase
Returns the expression of this switch case, or null if there is none (the "default:" case).
getExpression() - Method in class org.eclipse.jdt.core.dom.SwitchStatement
Returns the expression of this switch statement.
getExpression() - Method in class org.eclipse.jdt.core.dom.SynchronizedStatement
Returns the expression of this synchronized statement.
getExpression() - Method in class org.eclipse.jdt.core.dom.ThrowStatement
Returns the expression of this throw statement.
getExpression() - Method in class org.eclipse.jdt.core.dom.WhileStatement
Returns the expression of this while statement.
getExtendedLength(ASTNode) - Method in class org.eclipse.jdt.core.dom.CompilationUnit
Returns the extended source length of the given node.
getExtendedSourceRangeComputer() - Method in class org.eclipse.jdt.core.dom.rewrite.ASTRewrite
Returns the extended source range computer for this AST rewriter.
getExtendedStartPosition(ASTNode) - Method in class org.eclipse.jdt.core.dom.CompilationUnit
Returns the extended start position of the given node.
getExtendingInterfaces(IType) - Method in interface org.eclipse.jdt.core.ITypeHierarchy
Returns all interfaces resolved to extend the given interface, in no particular order, limited to the interfaces in this hierarchy's graph.
getExtendingInterfaces(IType) - Method in class org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy
 
getExternalFolders(IClasspathEntry[]) - Static method in class org.eclipse.jdt.internal.core.ExternalFoldersManager
 
getExternalFoldersManager() - Static method in class org.eclipse.jdt.internal.core.ExternalFoldersManager
 
getExternalFoldersProject() - Method in class org.eclipse.jdt.internal.core.ExternalFoldersManager
 
getExternalLibTimeStamps() - Method in class org.eclipse.jdt.internal.core.DeltaProcessingState
 
getExternalManager() - Static method in class org.eclipse.jdt.internal.core.JavaModelManager
 
getExternalTarget(IPath, boolean) - Static method in class org.eclipse.jdt.internal.core.JavaModel
 
getExternalWorkingCopyProjects() - Method in class org.eclipse.jdt.internal.core.JavaModelManager
 
getExtraAttributes() - Method in interface org.eclipse.jdt.core.IClasspathEntry
Returns the extra classpath attributes for this classpath entry.
getExtraAttributes() - Method in class org.eclipse.jdt.internal.core.ClasspathEntry
 
getExtraDimensions() - Method in class org.eclipse.jdt.core.dom.MethodDeclaration
Returns the number of extra array dimensions over and above the explicitly-specified return type.
getExtraDimensions() - Method in class org.eclipse.jdt.core.dom.SingleVariableDeclaration
 
getExtraDimensions() - Method in class org.eclipse.jdt.core.dom.VariableDeclaration
Returns the number of extra array dimensions over and above the explicitly-specified type.
getExtraDimensions() - Method in class org.eclipse.jdt.core.dom.VariableDeclarationFragment
Returns the number of extra array dimensions this variable has over and above the type specified in the enclosing declaration.
getExtraDimensionsProperty() - Method in class org.eclipse.jdt.core.dom.VariableDeclaration
Returns structural property descriptor for the "extraDimensions" property of this node (type: Integer).
getExtraFlags(ClassFileReader) - Static method in class org.eclipse.jdt.internal.compiler.ExtraFlags
 
getExtraFlags(IType) - Static method in class org.eclipse.jdt.internal.compiler.ExtraFlags
 
getExtraFlags(TypeDeclaration) - Static method in class org.eclipse.jdt.internal.compiler.ExtraFlags
 
getExtraMarkerAttributeNames() - Method in class org.eclipse.jdt.core.compiler.CategorizedProblem
Returns the names of the extra marker attributes associated to this problem when persisted into a marker by the JavaBuilder.
getExtraMarkerAttributeValues() - Method in class org.eclipse.jdt.core.compiler.CategorizedProblem
Returns the respective values for the extra marker attributes associated to this problem when persisted into a marker by the JavaBuilder.
getFactory() - Method in class org.eclipse.jdt.internal.core.jdom.DOMNode
Deprecated. Returns a factory with which to create new document fragments.
getFailureContainer(IPath, IJavaProject) - Method in class org.eclipse.jdt.core.ClasspathContainerInitializer
Returns a classpath container that is used after this initializer failed to bind a classpath container to a IClasspathContainer for the given project.
getFatalCount() - Method in class java_cup.ErrorManager
 
getFavoriteReferences() - Method in class org.eclipse.jdt.core.CompletionRequestor
Returns the favorite references which are used to compute some completion proposals.
getField(String) - Method in interface org.eclipse.jdt.core.IType
Returns the field with the specified name in this type (for example, "bar").
GETFIELD - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
getField(String) - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistSourceType
 
getField(char[], boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding
 
getField(char[], boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
 
getField(char[], boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
 
getField(TypeBinding, char[], InvocationSite) - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
getField(char[], boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
 
getField(String) - Method in class org.eclipse.jdt.internal.core.BinaryType
 
getField(String) - Method in class org.eclipse.jdt.internal.core.SourceType
 
getFieldDescriptor() - Method in interface org.eclipse.jdt.core.util.IConstantPoolEntry
Returns the field descriptor value for a CONSTANT_Fieldref type entry.
getFieldDescriptor() - Method in class org.eclipse.jdt.internal.core.util.ConstantPoolEntry
 
getFieldDoc(IField) - Method in class org.eclipse.jdt.internal.core.JavadocContents
 
getFieldForCodeSnippet(TypeBinding, char[], InvocationSite) - Method in class org.eclipse.jdt.internal.eval.CodeSnippetScope
 
getFieldHandles() - Method in class org.eclipse.jdt.internal.core.SourceTypeElementInfo
 
getFieldInfos() - Method in interface org.eclipse.jdt.core.util.IClassFileReader
Answer back the array of field infos of the .class file, an empty array if none.
getFieldInfos() - Method in class org.eclipse.jdt.internal.core.util.ClassFileReader
 
getFieldName() - Method in interface org.eclipse.jdt.core.util.IConstantPoolEntry
Returns the field name for a CONSTANT_Fieldref type entry.
getFieldName() - Method in class org.eclipse.jdt.internal.core.util.ConstantPoolEntry
 
getFields() - Method in class org.eclipse.jdt.core.dom.TypeDeclaration
Returns the ordered list of field declarations of this type declaration.
getFields() - Method in interface org.eclipse.jdt.core.IType
Returns the fields declared by this type in the order in which they appear in the source or class file.
getFields() - Method in class org.eclipse.jdt.internal.compiler.classfmt.ClassFileReader
Answer the receiver's this.fields or null if the array is empty.
getFields() - Method in interface org.eclipse.jdt.internal.compiler.env.IBinaryType
Answer the receiver's fields or null if the array is empty.
getFields() - Method in interface org.eclipse.jdt.internal.compiler.env.ISourceType
Answer the receiver's fields.
getFields() - Method in class org.eclipse.jdt.internal.core.BinaryType
 
getFields() - Method in class org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType
Answer the receiver's fields or null if the array is empty.
getFields() - Method in class org.eclipse.jdt.internal.core.JavaElementRequestor
 
getFields() - Method in class org.eclipse.jdt.internal.core.SourceType
 
getFields() - Method in class org.eclipse.jdt.internal.core.SourceTypeElementInfo
 
getFields() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetSkeleton
 
getFieldsCount() - Method in interface org.eclipse.jdt.core.util.IClassFileReader
Answer back the number of field infos.
getFieldsCount() - Method in class org.eclipse.jdt.internal.core.util.ClassFileReader
 
getFile() - Method in class org.eclipse.jdt.core.compiler.BuildContext
Returns the IFile representing the compilation unit.
getFile() - Method in class org.eclipse.jdt.internal.core.builder.CompilationParticipantResult
Returns the IFile representing the compilation unit.
getFile(Object) - Static method in class org.eclipse.jdt.internal.core.JavaModel
Helper method - returns the file item (i.e.
getFileByteContent(File) - Static method in class org.eclipse.jdt.internal.compiler.util.Util
Returns the contents of the given file as a byte array.
getFileCharContent(File, String) - Static method in class org.eclipse.jdt.internal.compiler.util.Util
Returns the contents of the given file as a char array.
getFileName() - Method in class org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration
 
getFileName() - Method in class org.eclipse.jdt.internal.compiler.batch.CompilationUnit
 
getFileName() - Method in class org.eclipse.jdt.internal.compiler.classfmt.ClassFileReader
 
getFileName() - Method in class org.eclipse.jdt.internal.compiler.CompilationResult
Answer the initial file name
getFileName() - Method in interface org.eclipse.jdt.internal.compiler.env.IDependent
Answer the file name which defines the type.
getFileName() - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
 
getFileName() - Method in class org.eclipse.jdt.internal.core.BasicCompilationUnit
 
getFileName() - Method in class org.eclipse.jdt.internal.core.builder.SourceFile
 
getFileName() - Method in class org.eclipse.jdt.internal.core.CompilationUnit
 
getFileName() - Method in class org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType
 
getFileName() - Method in class org.eclipse.jdt.internal.core.hierarchy.HierarchyType
 
getFileName() - Method in class org.eclipse.jdt.internal.core.jdom.CompilationUnit
 
getFileName() - Method in class org.eclipse.jdt.internal.core.search.matching.PossibleMatch
The exact openable file name.
getFileName() - Method in class org.eclipse.jdt.internal.core.SourceTypeElementInfo
 
getFileName() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetSkeleton
 
getFinally() - Method in class org.eclipse.jdt.core.dom.TryStatement
Returns the finally block of this try statement, or null if this try statement has no finally block.
getFinalReceiverType() - Method in class org.eclipse.jdt.internal.compiler.ast.QualifiedNameReference
Returns the receiver type for the final field in sequence (i.e.
getFineGrainFlagString(int) - Static method in class org.eclipse.jdt.internal.core.search.matching.JavaSearchPattern
 
getFirstBlock() - Method in class org.eclipse.jdt.internal.formatter.FormatJavadoc
Return the first block of the javadoc or null if has no block at all.
getFirstChild() - Method in interface org.eclipse.jdt.core.jdom.IDOMNode
Deprecated. Returns the first child of this node.
getFirstChild() - Method in class org.eclipse.jdt.internal.core.jdom.DOMNode
Deprecated.  
getFirstToken() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
getFlags() - Method in class org.eclipse.jdt.core.CompletionProposal
Returns the modifier flags relevant in the context, or Flags.AccDefault if none.
getFlags() - Method in class org.eclipse.jdt.core.dom.ASTNode
Returns the flags associated with this node.
getFlags() - Method in interface org.eclipse.jdt.core.IImportDeclaration
Returns the modifier flags for this import.
getFlags() - Method in interface org.eclipse.jdt.core.IJavaElementDelta
Returns flags that describe how an element has changed.
getFlags() - Method in interface org.eclipse.jdt.core.ILocalVariable
Returns the modifier flags for this local variable.
getFlags() - Method in interface org.eclipse.jdt.core.IMember
Returns the modifier flags for this member.
getFlags() - Method in interface org.eclipse.jdt.core.jdom.IDOMImport
Deprecated. Returns the modifier flags for this import.
getFlags() - Method in interface org.eclipse.jdt.core.jdom.IDOMMember
Deprecated. Returns the flags for this member.
getFlags() - Method in class org.eclipse.jdt.internal.codeassist.InternalCompletionProposal
Returns the modifier flags relevant in the context, or Flags.AccDefault if none.
getFlags() - Method in class org.eclipse.jdt.internal.core.BinaryType
 
getFlags() - Method in class org.eclipse.jdt.internal.core.ImportDeclaration
 
getFlags() - Method in class org.eclipse.jdt.internal.core.LocalVariable
Returns the modifier flags for this local variable.
getFlags() - Method in class org.eclipse.jdt.internal.core.Member
 
getFlags() - Method in class org.eclipse.jdt.internal.core.SimpleDelta
 
getFlags(IJavaElement) - Method in class org.eclipse.jdt.internal.core.SourceMapper
 
getFloatValue() - Method in interface org.eclipse.jdt.core.util.IConstantPoolEntry
Returns the float value for a CONSTANT_Float type entry.
getFloatValue() - Method in class org.eclipse.jdt.internal.core.util.ConstantPoolEntry
 
getFocusType() - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocator
 
getFolder(IPath) - Method in class org.eclipse.jdt.internal.core.ExternalFoldersManager
 
getFolderPackageFragmentRoot(IPath) - Method in class org.eclipse.jdt.internal.core.JavaProject
The path is known to match a source/library folder entry.
getForce() - Method in class java_cup.anttask.CUPTask
Gets the value of force
getForceWrapping(String) - Static method in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
Return the force value of the given alignment value.
getFramePositions() - Method in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream
 
getFrameType() - Method in interface org.eclipse.jdt.core.util.IStackMapFrame
Answer back the frame type for this entry.
getFrameType(StackMapFrame) - Method in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrame
 
getFrameType() - Method in class org.eclipse.jdt.internal.core.util.DefaultStackMapFrame
 
getFrameType() - Method in class org.eclipse.jdt.internal.core.util.StackMapFrame
 
getFullPath() - Method in interface org.eclipse.jdt.core.IJarEntryResource
Returns the full, absolute path of this jar entry resource relative to the archive this jar entry belongs to.
getFullPath() - Method in class org.eclipse.jdt.internal.core.JarEntryResource
 
getFullPath() - Method in class org.eclipse.jdt.internal.core.NonJavaResource
 
getFullyQualifiedName() - Method in class org.eclipse.jdt.core.dom.Name
Returns the standard dot-separated representation of this name.
getFullyQualifiedName() - Method in interface org.eclipse.jdt.core.IType
Returns the fully qualified name of this type, including qualification for any containing types and packages.
getFullyQualifiedName(char) - Method in interface org.eclipse.jdt.core.IType
Returns the fully qualified name of this type, including qualification for any containing types and packages.
getFullyQualifiedName() - Method in class org.eclipse.jdt.core.search.TypeNameMatch
Returns the matched type's fully qualified name using '.' character as separator (e.g.
getFullyQualifiedName() - Method in class org.eclipse.jdt.internal.core.BinaryType
 
getFullyQualifiedName(char) - Method in class org.eclipse.jdt.internal.core.BinaryType
 
getFullyQualifiedName(char, boolean) - Method in class org.eclipse.jdt.internal.core.NamedMember
 
getFullyQualifiedName() - Method in class org.eclipse.jdt.internal.core.SourceType
 
getFullyQualifiedName(char) - Method in class org.eclipse.jdt.internal.core.SourceType
 
getFullyQualifiedParameterizedName() - Method in interface org.eclipse.jdt.core.IType
Returns this type's fully qualified name using a '.' enclosing type separator followed by its type parameters between angle brackets if it is a generic type.
getFullyQualifiedParameterizedName() - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistSourceType
 
getFullyQualifiedParameterizedName() - Method in class org.eclipse.jdt.internal.core.BinaryType
 
getFullyQualifiedParameterizedName(String, String) - Method in class org.eclipse.jdt.internal.core.NamedMember
 
getFullyQualifiedParameterizedName() - Method in class org.eclipse.jdt.internal.core.ResolvedBinaryType
 
getFullyQualifiedParameterizedName() - Method in class org.eclipse.jdt.internal.core.ResolvedSourceType
 
getFullyQualifiedParameterizedName() - Method in class org.eclipse.jdt.internal.core.SourceType
 
getGeneratedResources(IRegion, boolean) - Static method in class org.eclipse.jdt.core.JavaCore
Returns an array that contains the resources generated by the Java builder when building the compilation units contained in the given region.
getGenericCast(int) - Method in class org.eclipse.jdt.internal.compiler.ast.QualifiedNameReference
 
getGenericSignature() - Method in class org.eclipse.jdt.internal.compiler.classfmt.ClassFileReader
 
getGenericSignature() - Method in class org.eclipse.jdt.internal.compiler.classfmt.FieldInfo
 
getGenericSignature() - Method in class org.eclipse.jdt.internal.compiler.classfmt.MethodInfo
 
getGenericSignature() - Method in interface org.eclipse.jdt.internal.compiler.env.IBinaryField
Answer the receiver's signature which describes the parameter & return types as specified in section 4.4.4 of the Java 2 VM spec.
getGenericSignature() - Method in interface org.eclipse.jdt.internal.compiler.env.IBinaryMethod
Answer the receiver's signature which describes the parameter & return types as specified in section 4.4.4 of the Java 2 VM spec.
getGenericSignature() - Method in interface org.eclipse.jdt.internal.compiler.env.IBinaryType
Answer the receiver's signature which describes the parameter & return types as specified in section 4.4.4 of the Java 2 VM spec 3rd edition.
getGenericSignature() - Method in class org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType
 
getGenericSignature() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetSkeleton.BinaryMethodSkeleton
 
getGenericSignature() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetSkeleton
 
getGenericTypeOfWildcardType() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
Returns the generic type associated with this wildcard type, if it has one.
getHandle(IGenericType, ReferenceBinding) - Method in class org.eclipse.jdt.internal.core.hierarchy.HierarchyBuilder
Returns a handle for the given generic type or null if not found.
getHandle() - Method in class org.eclipse.jdt.internal.core.SourceTypeElementInfo
Returns the handle for this type info
getHandleFromMemento(String, MementoTokenizer, WorkingCopyOwner) - Method in class org.eclipse.jdt.internal.core.BinaryType
 
getHandleFromMemento(String, MementoTokenizer, WorkingCopyOwner) - Method in class org.eclipse.jdt.internal.core.ClassFile
 
getHandleFromMemento(String, MementoTokenizer, WorkingCopyOwner) - Method in class org.eclipse.jdt.internal.core.CompilationUnit
 
getHandleFromMemento(String, MementoTokenizer, WorkingCopyOwner) - Method in class org.eclipse.jdt.internal.core.ImportContainer
 
getHandleFromMemento(String, MementoTokenizer, WorkingCopyOwner) - Method in class org.eclipse.jdt.internal.core.JavaElement
 
getHandleFromMemento(MementoTokenizer, WorkingCopyOwner) - Method in class org.eclipse.jdt.internal.core.JavaElement
 
getHandleFromMemento(String, MementoTokenizer, WorkingCopyOwner) - Method in class org.eclipse.jdt.internal.core.JavaModel
 
getHandleFromMemento(String, MementoTokenizer, WorkingCopyOwner) - Method in class org.eclipse.jdt.internal.core.JavaProject
 
getHandleFromMemento(String, MementoTokenizer, WorkingCopyOwner) - Method in class org.eclipse.jdt.internal.core.LocalVariable
 
getHandleFromMemento(String, MementoTokenizer, WorkingCopyOwner) - Method in class org.eclipse.jdt.internal.core.Member
 
getHandleFromMemento(String, MementoTokenizer, WorkingCopyOwner) - Method in class org.eclipse.jdt.internal.core.PackageFragment
 
getHandleFromMemento(String, MementoTokenizer, WorkingCopyOwner) - Method in class org.eclipse.jdt.internal.core.PackageFragmentRoot
 
getHandleFromMemento(String, MementoTokenizer, WorkingCopyOwner) - Method in class org.eclipse.jdt.internal.core.SourceRefElement
 
getHandleFromMemento(String, MementoTokenizer, WorkingCopyOwner) - Method in class org.eclipse.jdt.internal.core.SourceType
 
getHandleIdentifier() - Method in interface org.eclipse.jdt.core.IJavaElement
Returns a string representation of this element handle.
getHandleIdentifier() - Method in class org.eclipse.jdt.internal.core.JavaElement
 
getHandleMemento(StringBuffer) - Method in class org.eclipse.jdt.internal.core.ImportDeclaration
 
getHandleMemento(StringBuffer) - Method in class org.eclipse.jdt.internal.core.Initializer
 
getHandleMemento() - Method in class org.eclipse.jdt.internal.core.JavaElement
 
getHandleMemento(StringBuffer) - Method in class org.eclipse.jdt.internal.core.JavaElement
 
getHandleMemento(StringBuffer) - Method in class org.eclipse.jdt.internal.core.JavaModel
 
getHandleMemento(StringBuffer) - Method in class org.eclipse.jdt.internal.core.LocalVariable
 
getHandleMemento(StringBuffer) - Method in class org.eclipse.jdt.internal.core.PackageFragmentRoot
 
getHandleMemento(StringBuffer) - Method in class org.eclipse.jdt.internal.core.SourceMethod
 
getHandleMemento(StringBuffer) - Method in class org.eclipse.jdt.internal.core.SourceRefElement
 
getHandleMementoDelimiter() - Method in class org.eclipse.jdt.internal.core.Annotation
 
getHandleMementoDelimiter() - Method in class org.eclipse.jdt.internal.core.ClassFile
 
getHandleMementoDelimiter() - Method in class org.eclipse.jdt.internal.core.CompilationUnit
 
getHandleMementoDelimiter() - Method in class org.eclipse.jdt.internal.core.ImportContainer
 
getHandleMementoDelimiter() - Method in class org.eclipse.jdt.internal.core.ImportDeclaration
 
getHandleMementoDelimiter() - Method in class org.eclipse.jdt.internal.core.Initializer
 
getHandleMementoDelimiter() - Method in class org.eclipse.jdt.internal.core.JavaElement
Returns the char that marks the start of this handles contribution to a memento.
getHandleMementoDelimiter() - Method in class org.eclipse.jdt.internal.core.JavaModel
Returns the char that marks the start of this handles contribution to a memento.
getHandleMementoDelimiter() - Method in class org.eclipse.jdt.internal.core.JavaProject
Returns the char that marks the start of this handles contribution to a memento.
getHandleMementoDelimiter() - Method in class org.eclipse.jdt.internal.core.LocalVariable
 
getHandleMementoDelimiter() - Method in class org.eclipse.jdt.internal.core.Member
 
getHandleMementoDelimiter() - Method in class org.eclipse.jdt.internal.core.PackageDeclaration
 
getHandleMementoDelimiter() - Method in class org.eclipse.jdt.internal.core.PackageFragment
 
getHandleMementoDelimiter() - Method in class org.eclipse.jdt.internal.core.PackageFragmentRoot
 
getHandleMementoDelimiter() - Method in class org.eclipse.jdt.internal.core.SourceField
 
getHandleMementoDelimiter() - Method in class org.eclipse.jdt.internal.core.SourceMethod
 
getHandleMementoDelimiter() - Method in class org.eclipse.jdt.internal.core.TypeParameter
 
getHandlerPC() - Method in interface org.eclipse.jdt.core.util.IExceptionTableEntry
Answer back the handler pc of this entry.
getHandlerPC() - Method in class org.eclipse.jdt.internal.core.util.ExceptionTableEntry
 
getHandleUpdatingCountFromMemento(MementoTokenizer, WorkingCopyOwner) - Method in class org.eclipse.jdt.internal.core.SourceRefElement
 
getHandlingPolicy() - Method in class org.eclipse.jdt.internal.compiler.batch.Main
 
getHandlingPolicy() - Static method in class org.eclipse.jdt.internal.core.CompilationUnitProblemFinder
 
getHeader() - Method in interface org.eclipse.jdt.core.jdom.IDOMCompilationUnit
Deprecated. Returns the header comment for this compilation unit.
getHexadecimalValue(char) - Static method in class org.eclipse.jdt.internal.compiler.parser.ScannerHelper
 
getID() - Method in interface org.eclipse.jdt.core.compiler.IProblem
Returns the problem id
getId() - Method in class org.eclipse.jdt.core.dom.StructuralPropertyDescriptor
Returns the id of this property.
getID() - Method in class org.eclipse.jdt.internal.compiler.problem.DefaultProblem
Answer the type of problem.
getID() - Method in interface org.eclipse.jdt.internal.core.JavaModelOperation.IPostAction
 
getIdentifier() - Method in class org.eclipse.jdt.core.dom.SimpleName
Returns this node's identifier.
getImplementingClasses(IType) - Method in interface org.eclipse.jdt.core.ITypeHierarchy
Returns all classes resolved to implement the given interface, in no particular order, limited to the classes in this type hierarchy's graph.
getImplementingClasses(IType) - Method in class org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy
 
getImplicitMethod(char[], TypeBinding[], InvocationSite) - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
getImplicitMethod(ReferenceBinding, char[], TypeBinding[], InvocationSite) - Method in class org.eclipse.jdt.internal.eval.CodeSnippetScope
 
getImport(String) - Method in interface org.eclipse.jdt.core.ICompilationUnit
Returns the first import declaration in this compilation unit with the given name.
getImport(String) - Method in interface org.eclipse.jdt.core.IImportContainer
Returns the first import declaration in this import container with the given name.
getImport(String, boolean) - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistImportContainer
 
getImport(char[][], boolean, boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope
 
getImport(String) - Method in class org.eclipse.jdt.internal.core.CompilationUnit
 
getImport(String) - Method in class org.eclipse.jdt.internal.core.ImportContainer
 
getImport(String, boolean) - Method in class org.eclipse.jdt.internal.core.ImportContainer
 
getImportContainer() - Method in interface org.eclipse.jdt.core.ICompilationUnit
Returns the import container for this compilation unit.
getImportContainer() - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistCompilationUnit
 
getImportContainer() - Method in class org.eclipse.jdt.internal.core.CompilationUnit
 
getImportName() - Method in class org.eclipse.jdt.internal.compiler.ast.ImportReference
 
getImports() - Method in interface org.eclipse.jdt.core.eval.IEvaluationContext
Returns the import declarations for this evaluation context.
getImports() - Method in interface org.eclipse.jdt.core.ICompilationUnit
Returns the import declarations in this compilation unit in the order in which they appear in the source.
getImports() - Method in class org.eclipse.jdt.internal.core.CompilationUnit
 
getImports() - Method in class org.eclipse.jdt.internal.core.eval.EvaluationContextWrapper
 
getImports(BinaryType) - Method in class org.eclipse.jdt.internal.core.SourceMapper
Return a char[][] array containing the imports of the attached source for the binary type
getImports() - Method in class org.eclipse.jdt.internal.eval.EvaluationContext
Returns the imports of this evaluation context.
getInclusionPatterns() - Method in interface org.eclipse.jdt.core.IClasspathEntry
Returns the set of patterns used to explicitly define resources or classes to be included with this classpath entry.
getInclusionPatterns() - Method in class org.eclipse.jdt.internal.core.ClasspathEntry
 
getIndentStyle(String) - Static method in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
Return the indentation style of the given alignment value.
getIndentWidth(Map) - Static method in class org.eclipse.jdt.core.formatter.IndentManipulation
Returns the tab width as configured in the given map.
getIndex() - Method in class org.eclipse.jdt.core.dom.ArrayAccess
Returns the index expression of this array access expression.
getIndex() - Method in interface org.eclipse.jdt.core.util.ILocalVariableTableEntry
Answer back the index of this entry as specified in the JVM specifications.
getIndex() - Method in interface org.eclipse.jdt.core.util.ILocalVariableTypeTableEntry
Answer back the index of this entry as specified in the JVM specifications.
getIndex(ASTNode, int) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ListRewriteEvent
 
getIndex(IndexLocation) - Method in class org.eclipse.jdt.internal.core.search.indexing.IndexManager
Returns the index for a given index location
getIndex(IPath, boolean, boolean) - Method in class org.eclipse.jdt.internal.core.search.indexing.IndexManager
Returns the index for a given project, according to the following algorithm: - if index is already in memory: answers this one back - if (reuseExistingFile) then read it and return this index and record it in memory - if (createIfMissing) then create a new empty index and record it in memory Warning: Does not check whether index is consistent (not being used)
getIndex(IPath, IndexLocation, boolean, boolean) - Method in class org.eclipse.jdt.internal.core.search.indexing.IndexManager
Returns the index for a given project, according to the following algorithm: - if index is already in memory: answers this one back - if (reuseExistingFile) then read it and return this index and record it in memory - if (createIfMissing) then create a new empty index and record it in memory Warning: Does not check whether index is consistent (not being used)
getIndex(Object[]) - Method in class org.eclipse.jdt.internal.core.util.HashtableOfArrayToObject
 
getIndex() - Method in class org.eclipse.jdt.internal.core.util.LocalVariableTableEntry
 
getIndex() - Method in class org.eclipse.jdt.internal.core.util.LocalVariableTypeTableEntry
 
getIndexCategories() - Method in class org.eclipse.jdt.core.search.SearchPattern
Returns an array of index categories to consider for this index query.
getIndexCategories() - Method in class org.eclipse.jdt.internal.core.search.matching.ConstructorDeclarationPattern
 
getIndexCategories() - Method in class org.eclipse.jdt.internal.core.search.matching.ConstructorPattern
 
getIndexCategories() - Method in class org.eclipse.jdt.internal.core.search.matching.FieldPattern
 
getIndexCategories() - Method in class org.eclipse.jdt.internal.core.search.matching.MethodPattern
 
getIndexCategories() - Method in class org.eclipse.jdt.internal.core.search.matching.MultiTypeDeclarationPattern
 
getIndexCategories() - Method in class org.eclipse.jdt.internal.core.search.matching.PackageReferencePattern
 
getIndexCategories() - Method in class org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern
 
getIndexCategories() - Method in class org.eclipse.jdt.internal.core.search.matching.TypeDeclarationPattern
 
getIndexCategories() - Method in class org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern
 
getIndexes(IndexLocation[], IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.search.indexing.IndexManager
Returns all the existing indexes for a list of index locations.
getIndexes(IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.search.PatternSearchJob
 
getIndexes(IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.search.SubTypeSearchJob
 
getIndexFile() - Method in class org.eclipse.jdt.internal.core.index.FileIndexLocation
 
getIndexFile() - Method in class org.eclipse.jdt.internal.core.index.Index
 
getIndexFile() - Method in class org.eclipse.jdt.internal.core.index.IndexLocation
 
getIndexFile() - Method in class org.eclipse.jdt.internal.core.index.JarIndexLocation
 
getIndexForUpdate(IPath, boolean, boolean) - Method in class org.eclipse.jdt.internal.core.search.indexing.IndexManager
 
getIndexKey() - Method in class org.eclipse.jdt.core.search.SearchPattern
Returns a key to find in relevant index categories, if null then all index entries are matched.
getIndexKey() - Method in class org.eclipse.jdt.internal.core.search.matching.FieldPattern
 
getIndexKey() - Method in class org.eclipse.jdt.internal.core.search.matching.PackageReferencePattern
 
getIndexKey() - Method in class org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern
 
getIndexLastModified() - Method in class org.eclipse.jdt.internal.core.index.Index
 
getIndexLocation() - Method in class org.eclipse.jdt.internal.core.index.Index
 
getIndexLocations() - Method in class org.eclipse.jdt.internal.core.search.IndexSelector
 
getIndexManager() - Static method in class org.eclipse.jdt.internal.core.JavaModelManager
 
getIndexOfDifferentLocals(int) - Method in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrame
 
getIndexOfIntermediateResult() - Method in class java_cup.action_production
 
getIndexPath() - Method in class org.eclipse.jdt.internal.core.JarPackageFragmentRoot
 
getInfo(IJavaElement) - Method in class org.eclipse.jdt.internal.core.JavaModelCache
Returns the info for the element.
getInfo(IJavaElement) - Method in class org.eclipse.jdt.internal.core.JavaModelManager
Returns the info for the element.
getInfrastructureEvaluationContext() - Method in class org.eclipse.jdt.internal.core.eval.EvaluationContextWrapper
Returns the infrastructure evaluation context.
getInfrastructureEvaluationRequestor(ICodeSnippetRequestor) - Method in class org.eclipse.jdt.internal.core.eval.EvaluationContextWrapper
Returns a new infrastructure evaluation requestor instance.
getInitializationSource() - Method in interface org.eclipse.jdt.internal.compiler.env.ISourceField
Answer the initialization source for this constant field.
getInitializationSource() - Method in class org.eclipse.jdt.internal.core.SourceFieldElementInfo
 
getInitializer() - Method in class org.eclipse.jdt.core.dom.ArrayCreation
Returns the array initializer of this array creation expression, or null if there is none.
getInitializer() - Method in class org.eclipse.jdt.core.dom.SingleVariableDeclaration
 
getInitializer() - Method in class org.eclipse.jdt.core.dom.VariableDeclaration
Returns the initializer of this variable declaration, or null if there is none.
getInitializer() - Method in class org.eclipse.jdt.core.dom.VariableDeclarationFragment
 
getInitializer() - Method in interface org.eclipse.jdt.core.eval.IGlobalVariable
Returns the initializer of this global variable.
getInitializer(int) - Method in interface org.eclipse.jdt.core.IType
Returns the initializer with the specified position relative to the order they are defined in the source.
getInitializer() - Method in interface org.eclipse.jdt.core.jdom.IDOMField
Deprecated. Returns the initializer expression for this field.
getInitializer(int) - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistSourceType
 
getInitializer(int) - Method in class org.eclipse.jdt.internal.core.BinaryType
 
getInitializer(int) - Method in class org.eclipse.jdt.internal.core.SourceType
 
getInitializer() - Method in class org.eclipse.jdt.internal.eval.GlobalVariable
Returns the initializer of this global variable.
getInitializerProperty() - Method in class org.eclipse.jdt.core.dom.VariableDeclaration
Returns structural property descriptor for the "initializer" property of this node (child type: Expression).
getInitializers() - Method in interface org.eclipse.jdt.core.IType
Returns the initializers declared by this type.
getInitializers() - Method in class org.eclipse.jdt.internal.core.BinaryType
 
getInitializers() - Method in class org.eclipse.jdt.internal.core.JavaElementRequestor
 
getInitializers() - Method in class org.eclipse.jdt.internal.core.SourceType
 
getInitializers() - Method in class org.eclipse.jdt.internal.core.SourceTypeElementInfo
 
getInitsForFinalBlankInitializationCheck(TypeBinding, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.flow.FlowContext
 
getInnerClassAttributesEntries() - Method in interface org.eclipse.jdt.core.util.IInnerClassesAttribute
Answer back the array of inner attribute entries as specified in the JVM specifications, or an empty array if none.
getInnerClassAttributesEntries() - Method in class org.eclipse.jdt.internal.core.util.InnerClassesAttribute
 
getInnerClassesAttribute() - Method in interface org.eclipse.jdt.core.util.IClassFileReader
Answer back the inner classes attribute of this .class file, null if none.
getInnerClassesAttribute() - Method in class org.eclipse.jdt.internal.core.util.ClassFileReader
 
getInnerClassName() - Method in interface org.eclipse.jdt.core.util.IInnerClassesAttributeEntry
Answer back the inner class name of this inner classes attribute as specified in the JVM specifications, null if inner class name index is equals to zero.
getInnerClassName() - Method in class org.eclipse.jdt.internal.core.util.InnerClassesAttributeEntry
 
getInnerClassNameIndex() - Method in interface org.eclipse.jdt.core.util.IInnerClassesAttributeEntry
Answer back the inner class name index of this inner classes attribute as specified in the JVM specifications.
getInnerClassNameIndex() - Method in class org.eclipse.jdt.internal.core.util.InnerClassesAttributeEntry
 
getInnerName() - Method in interface org.eclipse.jdt.core.util.IInnerClassesAttributeEntry
Answer back the inner name of this inner classes attribute as specified in the JVM specifications, null if inner name index is equals to zero.
getInnerName() - Method in class org.eclipse.jdt.internal.core.util.InnerClassesAttributeEntry
 
getInnerNameIndex() - Method in interface org.eclipse.jdt.core.util.IInnerClassesAttributeEntry
Answer back the inner name index of this inner classes attribute as specified in the JVM specifications.
getInnerNameIndex() - Method in class org.eclipse.jdt.internal.core.util.InnerClassesAttributeEntry
 
getInnerSourceName() - Method in class org.eclipse.jdt.internal.compiler.classfmt.ClassFileReader
Answer the source name if the receiver is a inner type.
getInputStreamAsByteArray(InputStream, int) - Static method in class org.eclipse.jdt.internal.compiler.util.Util
Returns the given input stream's contents as a byte array.
getInputStreamAsCharArray(InputStream, int, String) - Static method in class org.eclipse.jdt.internal.compiler.util.Util
Returns the given input stream's contents as a character array.
getInsertionPosition() - Method in class org.eclipse.jdt.internal.core.jdom.DOMNode
Deprecated. Returns the position at which the first child of this node should be inserted.
getInstancePreferences() - Method in class org.eclipse.jdt.internal.core.JavaModelManager
Get workspace eclipse preference for JavaCore plug-in.
getIntAttribute(ASTNode, StructuralPropertyDescriptor) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
getIntegerValue() - Method in interface org.eclipse.jdt.core.util.IConstantPoolEntry
Returns the integer value for a CONSTANT_Integer type entry.
getIntegerValue() - Method in class org.eclipse.jdt.internal.core.util.ConstantPoolEntry
 
getInterfaceIndexes() - Method in interface org.eclipse.jdt.core.util.IClassFileReader
Answer back the indexes in the constant pool of interfaces implemented by this .class file, an empty array if none.
getInterfaceIndexes() - Method in class org.eclipse.jdt.internal.core.util.ClassFileReader
 
getInterfaceNames() - Method in interface org.eclipse.jdt.core.util.IClassFileReader
Answer back the names of interfaces implemented by this .class file, an empty array if none.
getInterfaceNames(TypeDeclaration) - Method in class org.eclipse.jdt.internal.codeassist.CompletionElementNotifier
 
getInterfaceNames() - Method in class org.eclipse.jdt.internal.compiler.classfmt.ClassFileReader
Answer the resolved names of the receiver's interfaces in the class file format as specified in section 4.2 of the Java 2 VM spec or null if the array is empty.
getInterfaceNames() - Method in interface org.eclipse.jdt.internal.compiler.env.IBinaryType
Answer the resolved names of the receiver's interfaces in the class file format as specified in section 4.2 of the Java 2 VM spec or null if the array is empty.
getInterfaceNames() - Method in interface org.eclipse.jdt.internal.compiler.env.ISourceType
Answer the unresolved names of the receiver's interfaces or null if the array is empty.
getInterfaceNames(TypeDeclaration) - Method in class org.eclipse.jdt.internal.compiler.SourceElementNotifier
 
getInterfaceNames() - Method in class org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType
Answer the resolved names of the receiver's interfaces in the class file format as specified in section 4.2 of the Java 2 VM spec or null if the array is empty.
getInterfaceNames() - Method in class org.eclipse.jdt.internal.core.SourceTypeElementInfo
 
getInterfaceNames() - Method in class org.eclipse.jdt.internal.core.util.ClassFileReader
 
getInterfaceNames() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetSkeleton
 
getInterfaces() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
Returns a list of type bindings representing the direct superinterfaces of the class, interface, or enum type represented by this type binding.
getInternalCategoryMessage() - Method in class org.eclipse.jdt.internal.compiler.problem.DefaultProblem
Answers a readable name for the category which this problem belongs to, or null if none could be found.
getIntersectionTypeBounds(char[]) - Static method in class org.eclipse.jdt.core.Signature
Extracts the type bounds' signatures from the given intersection type signature.
getIntersectionTypeBounds(String) - Static method in class org.eclipse.jdt.core.Signature
Extracts the type bounds' signatures from the given intersection type signature.
getIrritant(int) - Static method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
getJar() - Method in class org.eclipse.jdt.internal.core.JarPackageFragmentRoot
Returns the underlying ZipFile for this Jar package fragment root.
getJavaConventionsSettings() - Static method in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
Returns the settings according to the Java conventions.
getJavaConventionsSettings() - Static method in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
getJavaCore() - Static method in class org.eclipse.jdt.core.JavaCore
Returns the single instance of the Java core plug-in runtime class.
getJavadoc() - Method in class org.eclipse.jdt.core.dom.BodyDeclaration
Returns the doc comment node.
getJavadoc() - Method in class org.eclipse.jdt.core.dom.PackageDeclaration
Returns the doc comment node.
getJavadocBaseLocation() - Method in class org.eclipse.jdt.internal.core.JavaElement
 
getJavadocContents(IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.BinaryType
 
getJavadocContents() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetSkeleton
 
getJavadocContents(IProgressMonitor, String) - Method in class org.eclipse.jdt.internal.eval.CodeSnippetSkeleton
 
getJavaDocPositions() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
getJavadocProperty() - Method in class org.eclipse.jdt.core.dom.BodyDeclaration
Returns structural property descriptor for the "javadoc" property of this node (child type: Javadoc).
getJavadocRange() - Method in interface org.eclipse.jdt.core.IMember
Returns the Javadoc range if this element is from source or if this element is a binary element with an attached source, null otherwise.
getJavadocRange() - Method in class org.eclipse.jdt.internal.core.Member
 
getJavaElement() - Method in class org.eclipse.jdt.core.dom.CompilationUnit
The Java element (an org.eclipse.jdt.core.ICompilationUnit or an org.eclipse.jdt.core.IClassFile) this compilation unit was created from, or null if it was not created from a Java element.
getJavaElement() - Method in interface org.eclipse.jdt.core.dom.IBinding
Returns the Java element that corresponds to this binding.
getJavaElement(IJavaElement) - Method in interface org.eclipse.jdt.core.jdom.IDOMNode
Deprecated. Returns a handle for the Java element associated with this document fragment, based on the parent Java element.
getJavaHome() - Method in class org.eclipse.jdt.internal.compiler.batch.Main
 
getJavaHome() - Static method in class org.eclipse.jdt.internal.compiler.util.Util
 
getJavaIoSerializable() - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
getJavaLangAnnotationAnnotation() - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
getJavaLangAssertionError() - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
getJavaLangClass() - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
getJavaLangCloneable() - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
getJavaLangEnum() - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
getJavaLangIterable() - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
getJavaLangObject() - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
getJavaLangString() - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
getJavaLangThrowable() - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
getJavaLikeExtensions() - Static method in class org.eclipse.jdt.core.JavaCore
Returns the list of known Java-like extensions.
getJavaLikeExtensions() - Static method in class org.eclipse.jdt.internal.core.util.Util
Returns the registered Java like extensions.
getJavaModel() - Method in interface org.eclipse.jdt.core.IJavaElement
Returns the Java model.
getJavaModel() - Method in class org.eclipse.jdt.internal.core.JavaElement
 
getJavaModel() - Method in class org.eclipse.jdt.internal.core.JavaModelManager
Returns the handle to the active Java Model.
getJavaModel() - Method in class org.eclipse.jdt.internal.core.JavaModelOperation
Returns the Java Model this operation is operating in.
getJavaModelManager() - Static method in class org.eclipse.jdt.internal.core.JavaModelManager
Returns the singleton JavaModelManager
getJavaModelStatus() - Method in class org.eclipse.jdt.core.JavaModelException
Returns the Java model status object for this exception.
getJavaProject() - Method in interface org.eclipse.jdt.core.IJavaElement
Returns the Java project this element is contained in, or null if this element is not contained in any Java project (for instance, the IJavaModel is not contained in any Java project).
getJavaProject(String) - Method in interface org.eclipse.jdt.core.IJavaModel
Returns the Java project with the given name.
getJavaProject() - Method in class org.eclipse.jdt.internal.core.JavaElement
 
getJavaProject(String) - Method in class org.eclipse.jdt.internal.core.JavaModel
 
getJavaProject(IResource) - Method in class org.eclipse.jdt.internal.core.JavaModel
Returns the active Java project associated with the specified resource, or null if no Java project yet exists for the resource.
getJavaProjectElementInfo() - Method in class org.eclipse.jdt.internal.core.JavaProject
Convenience method that returns the specific type of info for a Java project.
getJavaProjects() - Method in interface org.eclipse.jdt.core.IJavaModel
Returns the Java projects in this Java model, or an empty array if there are none.
getJavaProjects() - Method in class org.eclipse.jdt.internal.core.JavaModel
 
getJavaUtilIterator() - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
getJdkLevel(Object) - Static method in class org.eclipse.jdt.internal.core.util.Util
Get the jdk level of this root.
getJobFamily() - Method in class org.eclipse.jdt.internal.core.search.indexing.IndexRequest
 
getJobFamily() - Method in class org.eclipse.jdt.internal.core.search.PatternSearchJob
 
getJobFamily() - Method in interface org.eclipse.jdt.internal.core.search.processing.IJob
Returns this job's family
getKey() - Method in class org.eclipse.jdt.core.CompletionProposal
Returns the key relevant in the context, or null if none.
getKey() - Method in interface org.eclipse.jdt.core.dom.IBinding
Returns the key for this binding.
getKey() - Method in interface org.eclipse.jdt.core.IField
Returns the binding key for this field only if the given field is resolved.
getKey() - Method in interface org.eclipse.jdt.core.IMethod
Returns the binding key for this method only if the given method is resolved.
getKey() - Method in interface org.eclipse.jdt.core.IType
Returns the binding key for this type only if the given type is resolved.
getKey() - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistSourceField
 
getKey() - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistSourceMethod
 
getKey() - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistSourceType
 
getKey() - Method in class org.eclipse.jdt.internal.codeassist.InternalCompletionProposal
Returns the key relevant in the context, or null if none.
getKey() - Method in exception org.eclipse.jdt.internal.compiler.problem.AbortCompilation
 
getKey(Object) - Method in class org.eclipse.jdt.internal.compiler.util.SimpleLookupTable
 
getKey() - Method in class org.eclipse.jdt.internal.core.BinaryMember
 
getKey(boolean) - Method in class org.eclipse.jdt.internal.core.BinaryMember
 
getKey(boolean) - Method in class org.eclipse.jdt.internal.core.BinaryType
 
getKey(IField, boolean) - Method in class org.eclipse.jdt.internal.core.NamedMember
 
getKey(IMethod, boolean) - Method in class org.eclipse.jdt.internal.core.NamedMember
 
getKey(IType, boolean) - Method in class org.eclipse.jdt.internal.core.NamedMember
 
getKey() - Method in class org.eclipse.jdt.internal.core.ResolvedBinaryField
 
getKey() - Method in class org.eclipse.jdt.internal.core.ResolvedBinaryMethod
 
getKey() - Method in class org.eclipse.jdt.internal.core.ResolvedBinaryType
 
getKey() - Method in class org.eclipse.jdt.internal.core.ResolvedSourceField
 
getKey() - Method in class org.eclipse.jdt.internal.core.ResolvedSourceMethod
 
getKey() - Method in class org.eclipse.jdt.internal.core.ResolvedSourceType
 
getKey() - Method in class org.eclipse.jdt.internal.core.SourceField
 
getKey() - Method in class org.eclipse.jdt.internal.core.SourceMethod
 
getKey() - Method in class org.eclipse.jdt.internal.core.SourceType
 
getKey() - Method in class org.eclipse.jdt.internal.core.util.BindingKeyParser
 
getKey(Object[], int) - Method in class org.eclipse.jdt.internal.core.util.HashtableOfArrayToObject
 
getKey(Object) - Method in class org.eclipse.jdt.internal.core.util.LRUCache
 
getKeyword() - Method in class org.eclipse.jdt.core.dom.Modifier
Returns the modifier keyword of this modifier node.
getKind() - Method in class org.eclipse.jdt.core.CompletionProposal
Returns the kind of completion being proposed.
getKind() - Method in interface org.eclipse.jdt.core.dom.IBinding
Returns the kind of bindings this is.
getKind() - Method in interface org.eclipse.jdt.core.IAccessRule
Returns the kind of this access rule (one of IAccessRule.K_ACCESSIBLE, IAccessRule.K_NON_ACCESSIBLE or IAccessRule.K_DISCOURAGED).
getKind() - Method in interface org.eclipse.jdt.core.IClasspathContainer
Answers the kind of this container.
getKind() - Method in interface org.eclipse.jdt.core.IJavaElementDelta
Returns the kind of this delta - one of IJavaElementDelta.ADDED, IJavaElementDelta.REMOVED, or IJavaElementDelta.CHANGED.
getKind() - Method in interface org.eclipse.jdt.core.IPackageFragment
Returns this package fragment's root kind encoded as an integer.
getKind() - Method in interface org.eclipse.jdt.core.IPackageFragmentRoot
Returns this package fragment root's kind encoded as an integer.
getKind() - Method in interface org.eclipse.jdt.core.util.IConstantPoolEntry
Returns the type of this entry.
getKind() - Method in class org.eclipse.jdt.internal.codeassist.InternalCompletionProposal
Returns the kind of completion being proposed.
getKind() - Method in class org.eclipse.jdt.internal.compiler.ast.AbstractVariableDeclaration
Returns the constant kind of this variable declaration
getKind() - Method in class org.eclipse.jdt.internal.compiler.ast.Argument
 
getKind() - Method in class org.eclipse.jdt.internal.compiler.ast.FieldDeclaration
 
getKind() - Method in class org.eclipse.jdt.internal.compiler.ast.Initializer
 
getKind() - Method in class org.eclipse.jdt.internal.compiler.ast.LocalDeclaration
 
getKind() - Method in class org.eclipse.jdt.internal.compiler.ast.TypeParameter
 
getKind() - Method in class org.eclipse.jdt.internal.core.ClasspathAccessRule
 
getKind() - Method in class org.eclipse.jdt.internal.core.ExternalPackageFragmentRoot
 
getKind() - Method in class org.eclipse.jdt.internal.core.JarPackageFragmentRoot
 
getKind() - Method in class org.eclipse.jdt.internal.core.PackageFragment
 
getKind() - Method in class org.eclipse.jdt.internal.core.PackageFragmentRoot
 
getKind() - Method in class org.eclipse.jdt.internal.core.SimpleDelta
 
getKind() - Method in class org.eclipse.jdt.internal.core.UserLibraryClasspathContainer
 
getKind() - Method in class org.eclipse.jdt.internal.core.util.ConstantPoolEntry
 
getLabel() - Method in class org.eclipse.jdt.core.dom.BreakStatement
Returns the label of this break statement, or null if there is none.
getLabel() - Method in class org.eclipse.jdt.core.dom.ContinueStatement
Returns the label of this continue statement, or null if there is none.
getLabel() - Method in class org.eclipse.jdt.core.dom.LabeledStatement
Returns the label of this labeled statement.
getLastBuiltState(IProject, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.JavaModelManager
Returns the last built state for the given project, or null if there is none.
getLastEdit() - Method in class org.eclipse.jdt.internal.formatter.Scribe
 
getLastState(IProject) - Method in class org.eclipse.jdt.internal.core.builder.JavaBuilder
 
getLastToken() - Method in class org.eclipse.jdt.internal.compiler.ast.JavadocImplicitTypeReference
 
getLastToken() - Method in class org.eclipse.jdt.internal.compiler.ast.QualifiedTypeReference
 
getLastToken() - Method in class org.eclipse.jdt.internal.compiler.ast.SingleTypeReference
 
getLastToken() - Method in class org.eclipse.jdt.internal.compiler.ast.TypeReference
 
getLastToken() - Method in class org.eclipse.jdt.internal.compiler.ast.UnionTypeReference
 
getLeadingComment() - Method in class org.eclipse.jdt.core.dom.Statement
Deprecated. This feature was removed in the 2.1 release because it was only a partial, and inadequate, solution to the issue of associating comments with statements. Furthermore, AST.parseCompilationUnit did not associate leading comments, making this moot. Clients that need to access comments preceding a statement should either consult the compilation unit's comment table or use a scanner to reanalyze the source text immediately preceding the statement's source range.
getLeft() - Method in class java_cup.runtime.ComplexSymbolFactory.ComplexSymbol
 
getLeftHandSide() - Method in class org.eclipse.jdt.core.dom.Assignment
Returns the left hand side of this assignment expression.
getLeftOperand() - Method in class org.eclipse.jdt.core.dom.InfixExpression
Returns the left operand of this infix expression.
getLeftOperand() - Method in class org.eclipse.jdt.core.dom.InstanceofExpression
Returns the left operand of this instanceof expression.
getLegalContentTypes() - Method in class org.eclipse.jdt.internal.core.util.SimpleDocument
 
getLegalLineDelimiters() - Method in class org.eclipse.jdt.internal.core.util.SimpleDocument
 
getLength() - Method in class org.eclipse.jdt.core.BufferChangedEvent
Returns the length of text removed or replaced in the buffer, or 0 if text has been inserted into the buffer.
getLength() - Method in class org.eclipse.jdt.core.dom.ASTNode
Returns the length in characters of the original source file indicating where the source fragment corresponding to this node ends.
getLength() - Method in class org.eclipse.jdt.core.dom.Message
Returns the length in characters of the original source file indicating where the source fragment corresponding to this message ends.
getLength() - Method in interface org.eclipse.jdt.core.dom.rewrite.ITrackedNodePosition
Returns the original or modified length of the tracked node depending if called before or after the rewrite is applied.
getLength() - Method in class org.eclipse.jdt.core.dom.rewrite.TargetSourceRangeComputer.SourceRange
Returns the source length.
getLength() - Method in interface org.eclipse.jdt.core.IBuffer
Returns number of characters stored in this buffer.
getLength() - Method in interface org.eclipse.jdt.core.ISourceRange
Returns the number of characters of the source code for this element, relative to the source buffer in which this element is contained.
getLength() - Method in class org.eclipse.jdt.core.search.SearchMatch
Returns the length of this search match.
getLength() - Method in class org.eclipse.jdt.core.SourceRange
 
getLength() - Method in interface org.eclipse.jdt.core.util.ILocalVariableTableEntry
Answer back the length of this entry as specified in the JVM specifications.
getLength() - Method in interface org.eclipse.jdt.core.util.ILocalVariableTypeTableEntry
Answer back the length of this entry as specified in the JVM specifications.
getLength() - Method in class org.eclipse.jdt.internal.core.Buffer
 
getLength() - Method in class org.eclipse.jdt.internal.core.dom.rewrite.TrackedNodePosition
 
getLength() - Method in class org.eclipse.jdt.internal.core.util.LocalVariableTableEntry
 
getLength() - Method in class org.eclipse.jdt.internal.core.util.LocalVariableTypeTableEntry
 
getLength() - Method in class org.eclipse.jdt.internal.core.util.SimpleDocument
 
getLength() - Method in class org.eclipse.jdt.internal.formatter.FormatJavadocNode
 
getLibrariesFiles(File[]) - Static method in class org.eclipse.jdt.internal.compiler.batch.Main
 
getLibraryAccess() - Method in class org.eclipse.jdt.internal.compiler.batch.Main
 
getLibraryIndexLocation() - Method in class org.eclipse.jdt.internal.core.ClasspathEntry
This function computes the URL of the index location for this classpath entry.
getLibraryJavadocLocation(IClasspathEntry) - Static method in class org.eclipse.jdt.internal.core.JavaElement
 
getLine() - Method in class java_cup.runtime.ComplexSymbolFactory.Location
 
getLineDelimiter(int) - Method in class org.eclipse.jdt.internal.core.util.SimpleDocument
 
getLineEnd(int) - Method in interface org.eclipse.jdt.core.compiler.IScanner
Answers the ending position of a given line number.
getLineEnd(int) - Method in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
getLineEnd(int) - Method in class org.eclipse.jdt.internal.core.util.PublicScanner
 
getLineEnd(int) - Method in class org.eclipse.jdt.internal.formatter.Scribe
 
getLineEnds() - Method in interface org.eclipse.jdt.core.compiler.IScanner
Answers an array of the ending positions of the lines encountered so far.
getLineEnds() - Method in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
getLineEnds() - Method in class org.eclipse.jdt.internal.core.util.PublicScanner
 
getLineInformation(int) - Method in class org.eclipse.jdt.internal.core.util.SimpleDocument
 
getLineInformationOfOffset(int) - Method in class org.eclipse.jdt.internal.core.util.SimpleDocument
 
getLineLength(int) - Method in class org.eclipse.jdt.internal.core.util.SimpleDocument
 
getLineNumber(int) - Method in interface org.eclipse.jdt.core.compiler.IScanner
Answers a 1-based line number using the lines which have been encountered so far.
getLineNumber(int) - Method in class org.eclipse.jdt.core.dom.CompilationUnit
Returns the line number corresponding to the given source character position in the original source string.
getLineNumber(int) - Method in class org.eclipse.jdt.internal.compiler.parser.Scanner
Search the line number corresponding to a specific position
getLineNumber(int, int[], int, int) - Static method in class org.eclipse.jdt.internal.compiler.util.Util
 
getLineNumber(int) - Method in class org.eclipse.jdt.internal.core.util.PublicScanner
Search the line number corresponding to a specific position
getLineNumberAttribute() - Method in interface org.eclipse.jdt.core.util.ICodeAttribute
Answer back the line number attribute, if it exists, null otherwise.
getLineNumberAttribute() - Method in class org.eclipse.jdt.internal.core.util.CodeAttribute
 
getLineNumberTable() - Method in interface org.eclipse.jdt.core.util.ILineNumberAttribute
Answer back the array of pairs (start pc, line number) as specified in the JVM specifications.
getLineNumberTable() - Method in class org.eclipse.jdt.internal.core.util.LineNumberAttribute
 
getLineNumberTableLength() - Method in interface org.eclipse.jdt.core.util.ILineNumberAttribute
Answer back the line number table length as specified in the JVM specifications.
getLineNumberTableLength() - Method in class org.eclipse.jdt.internal.core.util.LineNumberAttribute
 
getLineOffset(int) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.LineInformation
 
getLineOffset(int) - Method in class org.eclipse.jdt.internal.core.util.SimpleDocument
 
getLineOfOffset(int) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.LineInformation
 
getLineOfOffset(int) - Method in class org.eclipse.jdt.internal.core.util.SimpleDocument
 
getLineSeparator(String, IJavaProject) - Static method in class org.eclipse.jdt.internal.core.util.Util
Returns the line separator found in the given text.
getLineSeparatorPositions() - Method in class org.eclipse.jdt.internal.compiler.CompilationResult
 
getLineStart(int) - Method in interface org.eclipse.jdt.core.compiler.IScanner
Answers the starting position of a given line number.
getLineStart(int) - Method in class org.eclipse.jdt.internal.compiler.parser.Scanner
Search the source position corresponding to the beginning of a given line number Line numbers are 1-based, and relative to the scanner initialPosition.
getLineStart(int) - Method in class org.eclipse.jdt.internal.core.jdom.AbstractDOMBuilder
Deprecated.  
getLineStart(int) - Method in interface org.eclipse.jdt.internal.core.jdom.ILineStartFinder
Returns the position of the start of the line at or before the given source position.
getLineStart(int) - Method in class org.eclipse.jdt.internal.core.util.PublicScanner
Search the source position corresponding to the beginning of a given line number Line numbers are 1-based, and relative to the scanner initialPosition.
getListEvent(ASTNode, StructuralPropertyDescriptor, boolean) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.RewriteEventStore
 
getListRewrite(ASTNode, ChildListPropertyDescriptor) - Method in class org.eclipse.jdt.core.dom.rewrite.ASTRewrite
Creates and returns a new rewriter for describing modifications to the given list property of the given node.
getLiteralValue() - Method in class org.eclipse.jdt.core.dom.StringLiteral
Returns the value of this literal node.
getLoadFactor() - Method in class org.eclipse.jdt.internal.core.OverflowingLRUCache
Returns the load factor for the cache.
getLocale() - Method in interface org.eclipse.jdt.internal.compiler.IProblemFactory
 
getLocale() - Method in class org.eclipse.jdt.internal.compiler.problem.DefaultProblemFactory
Answer the locale used to retrieve the error messages
getLocalElement() - Method in class org.eclipse.jdt.core.search.ReferenceMatch
Returns the local element of this search match, or null if none.
getLocalizedMessage(int, String[]) - Method in interface org.eclipse.jdt.internal.compiler.IProblemFactory
 
getLocalizedMessage(int, int, String[]) - Method in interface org.eclipse.jdt.internal.compiler.IProblemFactory
Inject the supplied message arguments into a localized template elaborated from the supplied problem id and an optional elaboration id and return the resulting message.
getLocalizedMessage(int, String[]) - Method in class org.eclipse.jdt.internal.compiler.problem.DefaultProblemFactory
 
getLocalizedMessage(int, int, String[]) - Method in class org.eclipse.jdt.internal.compiler.problem.DefaultProblemFactory
 
getLocalParent() - Method in class org.eclipse.jdt.internal.compiler.flow.FlowContext
Answer the parent flow context but be careful not to cross the boundary of a nested type, or null if no such parent exists.
getLocals() - Method in interface org.eclipse.jdt.core.util.IStackMapFrame
Answer back verification infos for the defined locals.
getLocals() - Method in class org.eclipse.jdt.internal.core.util.DefaultStackMapFrame
 
getLocals() - Method in class org.eclipse.jdt.internal.core.util.StackMapFrame
 
getLocalVariableAttribute() - Method in interface org.eclipse.jdt.core.util.ICodeAttribute
Answer back the local variable attribute, if it exists, null otherwise.
getLocalVariableAttribute() - Method in class org.eclipse.jdt.internal.core.util.CodeAttribute
 
getLocalVariableTable() - Method in interface org.eclipse.jdt.core.util.ILocalVariableAttribute
Answer back the local variable table of this entry as specified in the JVM specifications.
getLocalVariableTable() - Method in class org.eclipse.jdt.internal.core.util.LocalVariableAttribute
 
getLocalVariableTableLength() - Method in interface org.eclipse.jdt.core.util.ILocalVariableAttribute
Answer back the local variable table length of this entry as specified in the JVM specifications.
getLocalVariableTableLength() - Method in class org.eclipse.jdt.internal.core.util.LocalVariableAttribute
 
getLocalVariableTypeTable() - Method in interface org.eclipse.jdt.core.util.ILocalVariableTypeTableAttribute
Answer back the local variable type table of this entry as specified in the JVM specifications.
getLocalVariableTypeTable() - Method in class org.eclipse.jdt.internal.core.util.LocalVariableTypeAttribute
 
getLocalVariableTypeTableLength() - Method in interface org.eclipse.jdt.core.util.ILocalVariableTypeTableAttribute
Answer back the local variable type table length of this entry as specified in the JVM specifications.
getLocalVariableTypeTableLength() - Method in class org.eclipse.jdt.internal.core.util.LocalVariableTypeAttribute
 
getLocationInParent() - Method in class org.eclipse.jdt.core.dom.ASTNode
Returns the location of this node within its parent, or null if this is a root node.
getLocationInParent() - Method in class org.eclipse.jdt.core.dom.rewrite.ListRewrite
Returns the property of the parent node for which this list rewriter was created.
getLongValue() - Method in interface org.eclipse.jdt.core.util.IConstantPoolEntry
Returns the long value for a CONSTANT_Long type entry.
getLongValue() - Method in class org.eclipse.jdt.internal.core.util.ConstantPoolEntry
 
getMagic() - Method in interface org.eclipse.jdt.core.util.IClassFileReader
Answer back the magic number.
getMagic() - Method in class org.eclipse.jdt.internal.core.util.ClassFileReader
 
getMainAmountOfWork() - Method in class org.eclipse.jdt.internal.core.CreateElementInCUOperation
Returns the amount of work for the main task of this operation for progress reporting.
getMainAmountOfWork() - Method in class org.eclipse.jdt.internal.core.SortElementsOperation
Returns the amount of work for the main task of this operation for progress reporting.
getMainTaskName() - Method in class org.eclipse.jdt.internal.core.CopyElementsOperation
Returns the String to use as the main task name for progress monitoring.
getMainTaskName() - Method in class org.eclipse.jdt.internal.core.CopyResourceElementsOperation
 
getMainTaskName() - Method in class org.eclipse.jdt.internal.core.CreateElementInCUOperation
Returns the name of the main task of this operation for progress reporting.
getMainTaskName() - Method in class org.eclipse.jdt.internal.core.CreateFieldOperation
 
getMainTaskName() - Method in class org.eclipse.jdt.internal.core.CreateImportOperation
 
getMainTaskName() - Method in class org.eclipse.jdt.internal.core.CreateInitializerOperation
 
getMainTaskName() - Method in class org.eclipse.jdt.internal.core.CreateMethodOperation
 
getMainTaskName() - Method in class org.eclipse.jdt.internal.core.CreatePackageDeclarationOperation
 
getMainTaskName() - Method in class org.eclipse.jdt.internal.core.CreateTypeOperation
 
getMainTaskName() - Method in class org.eclipse.jdt.internal.core.DeleteElementsOperation
 
getMainTaskName() - Method in class org.eclipse.jdt.internal.core.DeleteResourceElementsOperation
 
getMainTaskName() - Method in class org.eclipse.jdt.internal.core.MoveElementsOperation
Returns the String to use as the main task name for progress monitoring.
getMainTaskName() - Method in class org.eclipse.jdt.internal.core.MoveResourceElementsOperation
 
getMainTaskName() - Method in class org.eclipse.jdt.internal.core.MultiOperation
Returns the name to be used by the progress monitor.
getMainTaskName() - Method in class org.eclipse.jdt.internal.core.RenameElementsOperation
 
getMainTaskName() - Method in class org.eclipse.jdt.internal.core.RenameResourceElementsOperation
 
getMainTypeName() - Method in class org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration
 
getMainTypeName() - Method in class org.eclipse.jdt.internal.compiler.batch.CompilationUnit
 
getMainTypeName() - Method in interface org.eclipse.jdt.internal.compiler.env.ICompilationUnit
Answer the name of the top level public type.
getMainTypeName() - Method in class org.eclipse.jdt.internal.core.BasicCompilationUnit
 
getMainTypeName() - Method in class org.eclipse.jdt.internal.core.builder.SourceFile
 
getMainTypeName() - Method in class org.eclipse.jdt.internal.core.CompilationUnit
 
getMainTypeName() - Method in class org.eclipse.jdt.internal.core.jdom.CompilationUnit
 
getMainTypeName() - Method in class org.eclipse.jdt.internal.core.search.matching.PossibleMatch
 
getMajorVersion() - Method in interface org.eclipse.jdt.core.util.IClassFileReader
Answer the major version of this .class file.
getMajorVersion() - Method in class org.eclipse.jdt.internal.core.util.ClassFileReader
 
getManager() - Static method in class java_cup.ErrorManager
 
getMap() - Method in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
getMap() - Method in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
getMarkerType() - Method in class org.eclipse.jdt.core.compiler.CategorizedProblem
Returns the marker type associated to this problem, if it gets persisted into a marker by the JavaBuilder Standard Java problems are associated to marker type "org.eclipse.jdt.core.problem").
getMarkerType() - Method in class org.eclipse.jdt.internal.compiler.problem.DefaultProblem
Returns the marker type associated to this problem.
getMask(int) - Method in class org.eclipse.jdt.internal.core.jdom.DOMNode
Deprecated. Returns true if the given mask of this node's state flag is turned on, otherwise false.
getMatchingRegions(String, String, int) - Static method in class org.eclipse.jdt.core.search.SearchPattern
Answers all the regions in a given name matching a given pattern using a specified match rule.
getMatchRule() - Method in class org.eclipse.jdt.core.search.SearchPattern
Returns the rule to apply for matching index keys.
getMatchRuleString(int) - Static method in class org.eclipse.jdt.internal.core.search.BasicSearchEngine
 
getMaxLocals() - Method in interface org.eclipse.jdt.core.util.ICodeAttribute
Answer back the max locals value of the code attribute.
getMaxLocals() - Method in class org.eclipse.jdt.internal.core.util.CodeAttribute
 
getMaxStack() - Method in interface org.eclipse.jdt.core.util.ICodeAttribute
Answer back the max stack value of the code attribute.
getMaxStack() - Method in class org.eclipse.jdt.internal.core.util.CodeAttribute
 
getMemberName() - Method in interface org.eclipse.jdt.core.IMemberValuePair
Returns the member's name of this member-value pair.
getMemberName() - Method in class org.eclipse.jdt.internal.core.MemberValuePair
 
getMemberType(char[]) - Method in class org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding
Rewrite of default getMemberType to avoid resolving eagerly all member types when one is requested
getMemberType(char[]) - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
 
getMemberType(char[]) - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
 
getMemberType(char[], ReferenceBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
getMemberTypeHandles() - Method in class org.eclipse.jdt.internal.core.SourceTypeElementInfo
 
getMemberTypes() - Method in class org.eclipse.jdt.internal.compiler.classfmt.ClassFileReader
Answer the receiver's nested types or null if the array is empty.
getMemberTypes() - Method in interface org.eclipse.jdt.internal.compiler.env.IBinaryType
Answer the receiver's nested types or null if the array is empty.
getMemberTypes() - Method in interface org.eclipse.jdt.internal.compiler.env.ISourceType
Answer the receiver's member types.
getMemberTypes() - Method in class org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType
Answer the receiver's nested types or null if the array is empty.
getMemberTypes() - Method in class org.eclipse.jdt.internal.core.JavaElementRequestor
 
getMemberTypes() - Method in class org.eclipse.jdt.internal.core.SourceTypeElementInfo
 
getMemberTypes() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetSkeleton
 
getMemberValue() - Method in interface org.eclipse.jdt.core.util.IAnnotationDefaultAttribute
Answer back the member value as described in the JVM specifications.
getMemberValue(MemberValuePair, Expression) - Method in class org.eclipse.jdt.internal.codeassist.CompletionUnitStructureRequestor
 
getMemberValue(MemberValuePair, Expression) - Method in class org.eclipse.jdt.internal.core.CompilationUnitStructureRequestor
 
getMemberValue() - Method in class org.eclipse.jdt.internal.core.util.AnnotationDefaultAttribute
 
getMemberValuePair(MemberValuePair) - Method in class org.eclipse.jdt.internal.core.CompilationUnitStructureRequestor
 
getMemberValuePairs() - Method in interface org.eclipse.jdt.core.IAnnotation
Returns the member-value pairs of this annotation.
getMemberValuePairs(MemberValuePair[]) - Method in class org.eclipse.jdt.internal.codeassist.CompletionUnitStructureRequestor
 
getMemberValuePairs() - Method in class org.eclipse.jdt.internal.core.Annotation
 
getMemberValuePairs(MemberValuePair[]) - Method in class org.eclipse.jdt.internal.core.CompilationUnitStructureRequestor
 
getMemoryRatio() - Method in class org.eclipse.jdt.internal.core.JavaModelCache
 
getMessage() - Method in interface org.eclipse.jdt.core.compiler.IProblem
Answer a localized, human-readable message string which describes the problem.
getMessage() - Method in class org.eclipse.jdt.core.dom.AssertStatement
Returns the message expression of this assert statement, or null if there is none.
getMessage() - Method in class org.eclipse.jdt.core.dom.Message
Returns the localized message.
GetMessage - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
getMessage() - Method in exception org.eclipse.jdt.internal.compiler.problem.AbortCompilation
 
getMessage() - Method in class org.eclipse.jdt.internal.compiler.problem.DefaultProblem
Answer a localized, human-readable message string which describes the problem.
getMessage() - Method in class org.eclipse.jdt.internal.core.JavaModelStatus
Returns the message that is relevant to the code of this status.
getMessages() - Method in class org.eclipse.jdt.core.dom.CompilationUnit
Returns the list of messages reported by the compiler during the parsing or the type checking of this compilation unit.
GetMessageSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
getMethod(String, String[]) - Method in interface org.eclipse.jdt.core.IType
Returns the method with the specified name and parameter types in this type (for example, "foo", {"I", "QString;"}).
getMethod(String, String[]) - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistSourceType
 
getMethod(TypeBinding, char[], TypeBinding[], InvocationSite) - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
getMethod(String, String[]) - Method in class org.eclipse.jdt.internal.core.BinaryType
 
getMethod(String, String[]) - Method in class org.eclipse.jdt.internal.core.SourceType
 
getMethodBinding() - Method in interface org.eclipse.jdt.core.dom.IMemberValuePairBinding
Returns the method binding corresponding to the named annotation type member.
getMethodBinding() - Method in class org.eclipse.jdt.internal.compiler.lookup.ElementValuePair
 
getMethodBinding(MethodPattern) - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocator
 
getMethodBodies(CompilationUnitDeclaration) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
getMethodBodies(CompilationUnitDeclaration, MatchingNodeSet) - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocator
 
getMethodDeclaration() - Method in interface org.eclipse.jdt.core.dom.IMethodBinding
Returns the binding for the method declaration corresponding to this method binding.
getMethodDescriptor() - Method in interface org.eclipse.jdt.core.util.IConstantPoolEntry
Returns the method descriptor value for a CONSTANT_Methodref or CONSTANT_InterfaceMethodref type entry.
getMethodDescriptor() - Method in interface org.eclipse.jdt.core.util.IEnclosingMethodAttribute
Answer back the method descriptor of the enclosing method as specified in the JVM specifications.
getMethodDescriptor() - Method in class org.eclipse.jdt.internal.compiler.classfmt.MethodInfo
Answer the receiver's method descriptor which describes the parameter & return types as specified in section 4.3.3 of the Java 2 VM spec.
getMethodDescriptor() - Method in interface org.eclipse.jdt.internal.compiler.env.IBinaryMethod
Answer the receiver's method descriptor which describes the parameter & return types as specified in section 4.4.3 of the Java 2 VM spec.
getMethodDescriptor() - Method in class org.eclipse.jdt.internal.core.util.ConstantPoolEntry
 
getMethodDescriptor() - Method in class org.eclipse.jdt.internal.core.util.EnclosingMethodAttribute
 
getMethodDescriptor() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetSkeleton.BinaryMethodSkeleton
 
getMethodDescriptorIndex() - Method in interface org.eclipse.jdt.core.util.IEnclosingMethodAttribute
Answer back the descriptor index of the enclosing method.
getMethodDescriptorIndex() - Method in class org.eclipse.jdt.internal.core.util.EnclosingMethodAttribute
 
getMethodDoc(IMethod) - Method in class org.eclipse.jdt.internal.core.JavadocContents
 
getMethodHandles() - Method in class org.eclipse.jdt.internal.core.SourceTypeElementInfo
 
getMethodInfos() - Method in interface org.eclipse.jdt.core.util.IClassFileReader
Answer back the array of method infos of this .class file, an empty array if none.
getMethodInfos() - Method in class org.eclipse.jdt.internal.core.util.ClassFileReader
 
getMethodName() - Method in interface org.eclipse.jdt.core.util.IConstantPoolEntry
Returns the field name for a CONSTANT_Methodref, CONSTANT_InterfaceMethodref or CONSTANT_InvokeDynamic type entry.
getMethodName() - Method in interface org.eclipse.jdt.core.util.IEnclosingMethodAttribute
Answer back the name of the enclosing method as specified in the JVM specifications.
getMethodName() - Method in class org.eclipse.jdt.internal.core.util.ConstantPoolEntry
 
getMethodName() - Method in class org.eclipse.jdt.internal.core.util.EnclosingMethodAttribute
 
getMethodNameAndTypeIndex() - Method in interface org.eclipse.jdt.core.util.IEnclosingMethodAttribute
Answer back the name and type index of this attribute.
getMethodNameAndTypeIndex() - Method in class org.eclipse.jdt.internal.core.util.EnclosingMethodAttribute
 
getMethodNameIndex() - Method in interface org.eclipse.jdt.core.util.IEnclosingMethodAttribute
Answer back the name index of the enclosing method.
getMethodNameIndex() - Method in class org.eclipse.jdt.internal.core.util.EnclosingMethodAttribute
 
getMethodParameterNames(IMethod) - Method in class org.eclipse.jdt.internal.core.SourceMapper
Returns parameters names for the given method, or null if no parameter names are known for the method.
getMethods() - Method in class org.eclipse.jdt.core.dom.TypeDeclaration
Returns the ordered list of method declarations of this type declaration.
getMethods() - Method in interface org.eclipse.jdt.core.IType
Returns the methods and constructors declared by this type.
getMethods() - Method in class org.eclipse.jdt.internal.compiler.classfmt.ClassFileReader
Answer the receiver's this.methods or null if the array is empty.
getMethods() - Method in interface org.eclipse.jdt.internal.compiler.env.IBinaryType
Answer the receiver's methods or null if the array is empty.
getMethods() - Method in interface org.eclipse.jdt.internal.compiler.env.ISourceType
Answer the receiver's methods.
getMethods(char[]) - Method in class org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding
 
getMethods(char[], int) - Method in class org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding
 
getMethods(char[]) - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
 
getMethods(char[]) - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
 
getMethods(char[], int) - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
 
getMethods(char[]) - Method in class org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
 
getMethods() - Method in class org.eclipse.jdt.internal.core.BinaryType
 
getMethods() - Method in class org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType
Answer the receiver's methods or null if the array is empty.
getMethods() - Method in class org.eclipse.jdt.internal.core.JavaElementRequestor
 
getMethods() - Method in class org.eclipse.jdt.internal.core.SourceType
 
getMethods() - Method in class org.eclipse.jdt.internal.core.SourceTypeElementInfo
 
getMethods() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetSkeleton
 
getMethodsCount() - Method in interface org.eclipse.jdt.core.util.IClassFileReader
Answer back the number of method infos.
getMethodsCount() - Method in class org.eclipse.jdt.internal.core.util.ClassFileReader
 
getMinorVersion() - Method in interface org.eclipse.jdt.core.util.IClassFileReader
Answer the minor version of this .class file.
getMinorVersion() - Method in class org.eclipse.jdt.internal.core.util.ClassFileReader
 
getMissingTypeNames() - Method in class org.eclipse.jdt.internal.compiler.classfmt.ClassFileReader
 
getMissingTypeNames() - Method in interface org.eclipse.jdt.internal.compiler.env.IBinaryType
Answer the list of missing type names which were referenced from the problem classfile.
getMissingTypeNames() - Method in class org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType
 
getMissingTypeNames() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetSkeleton
 
getMode() - Method in class org.eclipse.jdt.internal.compiler.batch.ClasspathDirectory
 
getMode() - Method in class org.eclipse.jdt.internal.compiler.batch.ClasspathJar
 
getMode() - Method in class org.eclipse.jdt.internal.compiler.batch.ClasspathLocation
 
getMode() - Method in class org.eclipse.jdt.internal.compiler.batch.ClasspathSourceJar
 
getModifications(String) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.SourceModifier
 
getModifiers() - Method in class org.eclipse.jdt.core.dom.BodyDeclaration
Returns the modifiers explicitly specified on this declaration.
getModifiers() - Method in interface org.eclipse.jdt.core.dom.IBinding
Returns the modifiers for this binding.
getModifiers() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
Returns the compiled modifiers for this class, interface, enum, or annotation type binding.
getModifiers() - Method in class org.eclipse.jdt.core.dom.SingleVariableDeclaration
Returns the modifiers explicitly specified on this declaration.
getModifiers() - Method in class org.eclipse.jdt.core.dom.VariableDeclarationExpression
Returns the modifiers explicitly specified on this declaration.
getModifiers() - Method in class org.eclipse.jdt.core.dom.VariableDeclarationStatement
Returns the modifiers explicitly specified on this declaration.
getModifiers() - Method in class org.eclipse.jdt.core.search.TypeNameMatch
Returns the modifiers of the matched type.
getModifiers() - Method in class org.eclipse.jdt.internal.compiler.classfmt.ClassFileReader
Answer an int whose bits are set according the access constants defined by the VM spec.
getModifiers() - Method in class org.eclipse.jdt.internal.compiler.classfmt.FieldInfo
Answer an int whose bits are set according the access constants defined by the VM spec.
getModifiers() - Method in class org.eclipse.jdt.internal.compiler.classfmt.InnerClassInfo
Answer an int whose bits are set according the access constants defined by the VM spec.
getModifiers() - Method in class org.eclipse.jdt.internal.compiler.classfmt.MethodInfo
Answer an int whose bits are set according the access constants defined by the VM spec.
getModifiers() - Method in interface org.eclipse.jdt.internal.compiler.env.IBinaryNestedType
Answer an int whose bits are set according the access constants defined by the VM spec.
getModifiers() - Method in interface org.eclipse.jdt.internal.compiler.env.IGenericField
Answer an int whose bits are set according the access constants defined by the VM spec.
getModifiers() - Method in interface org.eclipse.jdt.internal.compiler.env.IGenericMethod
Answer an int whose bits are set according the access constants defined by the VM spec.
getModifiers() - Method in interface org.eclipse.jdt.internal.compiler.env.IGenericType
Answer an int whose bits are set according the access constants defined by the VM spec.
getModifiers() - Method in interface org.eclipse.jdt.internal.compiler.env.ISourceImport
Answer an int whose bits are set according the access constants defined by the VM spec.
getModifiers() - Method in class org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType
Answer an int whose bits are set according the access constants defined by the VM spec.
getModifiers() - Method in class org.eclipse.jdt.internal.core.hierarchy.HierarchyType
Answer an int whose bits are set according the access constants defined by the VM spec.
getModifiers() - Method in class org.eclipse.jdt.internal.core.search.JavaSearchTypeNameMatch
 
getModifiers() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetSkeleton.BinaryMethodSkeleton
 
getModifiers() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetSkeleton
 
getModifiersProperty() - Method in class org.eclipse.jdt.core.dom.BodyDeclaration
Returns structural property descriptor for the "modifiers" property of this node as used in JLS3 (element type: IExtendedModifier).
getMovedFromElement() - Method in interface org.eclipse.jdt.core.IJavaElementDelta
Returns an element describing this element before it was moved to its current location, or null if the IJavaElementDelta.F_MOVED_FROM change flag is not set.
getMovedFromElement() - Method in class org.eclipse.jdt.internal.core.JavaElementDelta
 
getMovedToElement() - Method in interface org.eclipse.jdt.core.IJavaElementDelta
Returns an element describing this element in its new location, or null if the IJavaElementDelta.F_MOVED_TO change flag is not set.
getMovedToElement() - Method in class org.eclipse.jdt.internal.core.JavaElementDelta
 
getName() - Method in class org.eclipse.jdt.core.CompletionProposal
Returns the simple name of the method, field, member, or variable relevant in the context, or null if none.
getName() - Method in class org.eclipse.jdt.core.dom.AbstractTypeDeclaration
Returns the name of the type declared in this type declaration.
getName() - Method in class org.eclipse.jdt.core.dom.AnnotationTypeMemberDeclaration
Returns the name of the annotation type member declared in this declaration.
getName() - Method in class org.eclipse.jdt.core.dom.ClassInstanceCreation
Deprecated. In the JLS3 API, this method is replaced by ClassInstanceCreation.getType(), which returns a Type instead of a Name.
getName() - Method in class org.eclipse.jdt.core.dom.EnumConstantDeclaration
Returns the name of the constant declared in this enum declaration.
getName() - Method in class org.eclipse.jdt.core.dom.FieldAccess
Returns the name of the field accessed in this field access expression.
getName() - Method in interface org.eclipse.jdt.core.dom.IAnnotationBinding
Returns the name of the annotation type.
getName() - Method in interface org.eclipse.jdt.core.dom.IBinding
Returns the name of this binding.
getName() - Method in interface org.eclipse.jdt.core.dom.IMemberValuePairBinding
Returns the name of the annotation type member.
getName() - Method in interface org.eclipse.jdt.core.dom.IMethodBinding
Returns the name of the method declared in this binding.
getName() - Method in class org.eclipse.jdt.core.dom.ImportDeclaration
Returns the name imported by this declaration.
getName() - Method in interface org.eclipse.jdt.core.dom.IPackageBinding
Returns the name of the package represented by this binding.
getName() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
Returns the unqualified name of the type represented by this binding if it has one.
getName() - Method in interface org.eclipse.jdt.core.dom.IVariableBinding
Returns the name of the field or local variable declared in this binding.
getName() - Method in class org.eclipse.jdt.core.dom.MemberRef
Returns the name of the referenced member.
getName() - Method in class org.eclipse.jdt.core.dom.MemberValuePair
Returns the member name.
getName() - Method in class org.eclipse.jdt.core.dom.MethodDeclaration
Returns the name of the method declared in this method declaration.
getName() - Method in class org.eclipse.jdt.core.dom.MethodInvocation
Returns the name of the method invoked in this expression.
getName() - Method in class org.eclipse.jdt.core.dom.MethodRef
Returns the name of the referenced method or constructor.
getName() - Method in class org.eclipse.jdt.core.dom.MethodRefParameter
Returns the parameter name, or null if there is none.
getName() - Method in class org.eclipse.jdt.core.dom.PackageDeclaration
Returns the package name of this package declaration.
getName() - Method in class org.eclipse.jdt.core.dom.QualifiedName
Returns the name part of this qualified name.
getName() - Method in class org.eclipse.jdt.core.dom.QualifiedType
Returns the name part of this qualified type.
getName() - Method in class org.eclipse.jdt.core.dom.SimpleType
Returns the name of this simple type.
getName() - Method in class org.eclipse.jdt.core.dom.SingleVariableDeclaration
 
getName() - Method in class org.eclipse.jdt.core.dom.SuperFieldAccess
Returns the name of the field accessed in this "super" field access expression.
getName() - Method in class org.eclipse.jdt.core.dom.SuperMethodInvocation
Returns the name of the method invoked in this expression.
getName() - Method in class org.eclipse.jdt.core.dom.TypeParameter
Returns the name of the type variable declared in this type parameter.
getName() - Method in class org.eclipse.jdt.core.dom.VariableDeclaration
Returns the name of the variable declared in this variable declaration.
getName() - Method in class org.eclipse.jdt.core.dom.VariableDeclarationFragment
 
getName() - Method in interface org.eclipse.jdt.core.eval.IGlobalVariable
Returns the name of this global variable.
getName() - Method in interface org.eclipse.jdt.core.IClasspathAttribute
Returns the name of this classpath attribute.
getName() - Method in interface org.eclipse.jdt.core.jdom.IDOMCompilationUnit
Deprecated. The IDOMCompilationNode refinement of this IDOMNode method returns the name of this compilation unit.
getName() - Method in interface org.eclipse.jdt.core.jdom.IDOMField
Deprecated. The IDOMField refinement of this IDOMNode method returns the name of this field.
getName() - Method in interface org.eclipse.jdt.core.jdom.IDOMImport
Deprecated. The IDOMImport refinement of this IDOMNode method returns the name of this import.
getName() - Method in interface org.eclipse.jdt.core.jdom.IDOMInitializer
Deprecated. The IDOMInitializer refinement of this IDOMNode method returns null.
getName() - Method in interface org.eclipse.jdt.core.jdom.IDOMMethod
Deprecated. The IDOMMethod refinement of this IDOMNode method returns the name of this method.
getName() - Method in interface org.eclipse.jdt.core.jdom.IDOMNode
Deprecated. Returns the name of this node.
getName() - Method in interface org.eclipse.jdt.core.jdom.IDOMPackage
Deprecated. The IDOMPackage refinement of this IDOMNode method returns the name of this package declaration, or null if it has none.
getName() - Method in interface org.eclipse.jdt.core.jdom.IDOMType
Deprecated. The IDOMType refinement of this IDOMNode method returns the name of this type.
getName() - Method in interface org.eclipse.jdt.core.util.IFieldInfo
Answer back the name of this field info.
getName() - Method in interface org.eclipse.jdt.core.util.ILocalVariableTableEntry
Answer back the name of this entry as specified in the JVM specifications.
getName() - Method in interface org.eclipse.jdt.core.util.ILocalVariableTypeTableEntry
Answer back the name of this entry as specified in the JVM specifications.
getName() - Method in interface org.eclipse.jdt.core.util.IMethodInfo
Answer back the name of this method info as specified in the JVM specifications.
getName() - Method in class org.eclipse.jdt.internal.codeassist.InternalCompletionProposal
Returns the simple name of the method, field, member, or variable relevant in the context, or null if none.
getName() - Method in class org.eclipse.jdt.internal.compiler.classfmt.ClassFileReader
Answer the resolved name of the type in the class file format as specified in section 4.2 of the Java 2 VM spec.
getName() - Method in class org.eclipse.jdt.internal.compiler.classfmt.ElementValuePairInfo
 
getName() - Method in class org.eclipse.jdt.internal.compiler.classfmt.FieldInfo
Answer the name of the field.
getName() - Method in class org.eclipse.jdt.internal.compiler.classfmt.InnerClassInfo
Answer the resolved name of the member type in the class file format as specified in section 4.2 of the Java 2 VM spec.
getName() - Method in interface org.eclipse.jdt.internal.compiler.env.IBinaryElementValuePair
 
getName() - Method in interface org.eclipse.jdt.internal.compiler.env.IBinaryField
Answer the name of the field.
getName() - Method in interface org.eclipse.jdt.internal.compiler.env.IBinaryNestedType
Answer the resolved name of the member type in the class file format as specified in section 4.2 of the Java 2 VM spec.
getName() - Method in interface org.eclipse.jdt.internal.compiler.env.IBinaryType
Answer the resolved name of the type in the class file format as specified in section 4.2 of the Java 2 VM spec.
getName() - Method in interface org.eclipse.jdt.internal.compiler.env.ISourceType
Answer the simple source name of the receiver.
getName() - Method in class org.eclipse.jdt.internal.compiler.lookup.ElementValuePair
 
getName() - Method in class org.eclipse.jdt.internal.core.ClasspathAttribute
 
getName() - Method in class org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType
Answer the resolved name of the type in the class file format as specified in section 4.2 of the Java 2 VM spec.
getName() - Method in class org.eclipse.jdt.internal.core.JarEntryResource
 
getName() - Method in class org.eclipse.jdt.internal.core.jdom.DOMNode
Deprecated.  
getName() - Method in class org.eclipse.jdt.internal.core.NonJavaResource
 
getName() - Method in class org.eclipse.jdt.internal.core.SourceTypeElementInfo
 
getName() - Method in class org.eclipse.jdt.internal.core.util.FieldInfo
 
getName() - Method in class org.eclipse.jdt.internal.core.util.LocalVariableTableEntry
 
getName() - Method in class org.eclipse.jdt.internal.core.util.LocalVariableTypeTableEntry
 
getName() - Method in class org.eclipse.jdt.internal.core.util.MethodInfo
 
getName() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetSkeleton
 
getName() - Method in class org.eclipse.jdt.internal.eval.GlobalVariable
Returns the name of this global variable.
getNameAndTypeDescriptorIndex() - Method in class org.eclipse.jdt.internal.core.util.ConstantPoolEntry
Gets the nameAndTypeDescriptorIndex.
getNameAndTypeIndex() - Method in interface org.eclipse.jdt.core.util.IConstantPoolEntry
Returns the nameAndType index for a CONSTANT_Fieldref, CONSTANT_Methodref, CONSTANT_InterfaceMethodref, CONSTANT_InvokeDynamic type entry.
getNameAndTypeIndex() - Method in class org.eclipse.jdt.internal.core.util.ConstantPoolEntry
 
getNameAndTypeInfoDescriptorIndex() - Method in interface org.eclipse.jdt.core.util.IConstantPoolEntry
Returns the descriptor index for a CONSTANT_NameAndType type entry.
getNameAndTypeInfoDescriptorIndex() - Method in class org.eclipse.jdt.internal.core.util.ConstantPoolEntry
 
getNameAndTypeInfoNameIndex() - Method in interface org.eclipse.jdt.core.util.IConstantPoolEntry
Returns the name index for a CONSTANT_NameAndType type entry.
getNameAndTypeInfoNameIndex() - Method in class org.eclipse.jdt.internal.core.util.ConstantPoolEntry
 
getNameAndTypeNameIndex() - Method in class org.eclipse.jdt.internal.core.util.ConstantPoolEntry
Gets the nameAndTypeNameIndex.
getNameComponents() - Method in interface org.eclipse.jdt.core.dom.IPackageBinding
Returns the list of name component making up the name of the package represented by this binding.
getNameContents() - Method in class org.eclipse.jdt.internal.core.jdom.DOMNode
Deprecated. Returns the source code to be used for this node's name.
getNameIndex() - Method in interface org.eclipse.jdt.core.util.IFieldInfo
Answer back the name index of this field info.
getNameIndex() - Method in interface org.eclipse.jdt.core.util.ILocalVariableTableEntry
Answer back the name index in the constant pool of this entry as specified in the JVM specifications.
getNameIndex() - Method in interface org.eclipse.jdt.core.util.ILocalVariableTypeTableEntry
Answer back the name index in the constant pool of this entry as specified in the JVM specifications.
getNameIndex() - Method in interface org.eclipse.jdt.core.util.IMethodInfo
Answer back the name index of this method info.
getNameIndex() - Method in class org.eclipse.jdt.internal.core.util.FieldInfo
 
getNameIndex() - Method in class org.eclipse.jdt.internal.core.util.LocalVariableTableEntry
 
getNameIndex() - Method in class org.eclipse.jdt.internal.core.util.LocalVariableTypeTableEntry
 
getNameIndex() - Method in class org.eclipse.jdt.internal.core.util.MethodInfo
 
getNameProperty() - Method in class org.eclipse.jdt.core.dom.AbstractTypeDeclaration
Returns structural property descriptor for the "name" property of this node (child type: SimpleName).
getNameProperty() - Method in class org.eclipse.jdt.core.dom.VariableDeclaration
Returns structural property descriptor for the "name" property of this node (child type: SimpleName).
getNameRange() - Method in interface org.eclipse.jdt.core.ILocalVariable
Returns the source range of this local variable's name.
getNameRange() - Method in interface org.eclipse.jdt.core.ISourceReference
Returns the name range associated with this element.
getNameRange() - Method in class org.eclipse.jdt.internal.core.AnnotatableInfo
 
getNameRange() - Method in class org.eclipse.jdt.internal.core.Annotation
 
getNameRange() - Method in class org.eclipse.jdt.internal.core.BinaryMember
 
getNameRange() - Method in class org.eclipse.jdt.internal.core.ClassFile
 
getNameRange() - Method in class org.eclipse.jdt.internal.core.CompilationUnit
 
getNameRange() - Method in class org.eclipse.jdt.internal.core.ImportContainer
 
getNameRange() - Method in class org.eclipse.jdt.internal.core.ImportDeclaration
 
getNameRange() - Method in class org.eclipse.jdt.internal.core.ImportDeclarationElementInfo
 
getNameRange() - Method in class org.eclipse.jdt.internal.core.Initializer
 
getNameRange() - Method in class org.eclipse.jdt.internal.core.LocalVariable
Returns the source range of this local variable's name.
getNameRange() - Method in class org.eclipse.jdt.internal.core.Member
 
getNameRange() - Method in class org.eclipse.jdt.internal.core.PackageDeclaration
 
getNameRange(IJavaElement) - Method in class org.eclipse.jdt.internal.core.SourceMapper
Returns the SourceRange for the name of the given element, or {-1, -1} if no source range is known for the name of the element.
getNameRange() - Method in class org.eclipse.jdt.internal.core.TypeParameter
 
getNameSourceEnd() - Method in interface org.eclipse.jdt.internal.compiler.env.ISourceField
Answer the source end position of the field's name.
getNameSourceEnd() - Method in interface org.eclipse.jdt.internal.compiler.env.ISourceMethod
Answer the source end position of the method's selector.
getNameSourceEnd() - Method in interface org.eclipse.jdt.internal.compiler.env.ISourceType
Answer the source end position of the type's name.
getNameSourceEnd() - Method in class org.eclipse.jdt.internal.core.AnnotatableInfo
 
getNameSourceStart() - Method in interface org.eclipse.jdt.internal.compiler.env.ISourceField
Answer the source start position of the field's name.
getNameSourceStart() - Method in interface org.eclipse.jdt.internal.compiler.env.ISourceMethod
Answer the source start position of the method's selector.
getNameSourceStart() - Method in interface org.eclipse.jdt.internal.compiler.env.ISourceType
Answer the source start position of the type's name.
getNameSourceStart() - Method in class org.eclipse.jdt.internal.core.AnnotatableInfo
 
getNameWithoutJavaLikeExtension(String) - Static method in class org.eclipse.jdt.internal.core.util.Util
Returns the substring of the given file name, ending at the start of a Java like extension.
getNameWithoutStar() - Method in class org.eclipse.jdt.internal.core.ImportDeclaration
 
getNegativeAnnotationMemberValue(MemberValuePair, Constant) - Static method in class org.eclipse.jdt.internal.core.util.Util
 
getNestedFolders(IPackageFragmentRoot) - Method in class org.eclipse.jdt.internal.core.JavaModelOperation
 
getNestedOperation(IJavaElement) - Method in class org.eclipse.jdt.internal.core.CopyElementsOperation
Returns the nested operation to use for processing this element
getNewClassFiles() - Method in class org.eclipse.jdt.internal.compiler.AbstractAnnotationProcessorManager
Return the new binary bindings created in the last round.
getNewestTimestampCounter() - Method in class org.eclipse.jdt.internal.core.util.LRUCache
Returns the timestamps of the most recently used element in the cache.
getNewInstance(SourceTypeBinding) - Static method in class org.eclipse.jdt.internal.compiler.ClassFile
 
getNewLine() - Method in class org.eclipse.jdt.internal.formatter.Scribe
 
getNewNameFor(IJavaElement) - Method in class org.eclipse.jdt.internal.core.MultiOperation
Returns the new name for element, or null if there are no renamings specified.
getNewUnits() - Method in class org.eclipse.jdt.internal.compiler.AbstractAnnotationProcessorManager
Return the new units created in the last round.
getNewValue() - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ListRewriteEvent
 
getNewValue() - Method in class org.eclipse.jdt.internal.core.dom.rewrite.NodeRewriteEvent
 
getNewValue() - Method in class org.eclipse.jdt.internal.core.dom.rewrite.RewriteEvent
 
getNewValue(ASTNode, StructuralPropertyDescriptor) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.RewriteEventStore
 
getNextChar() - Method in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
getNextChar(char) - Method in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
getNextChar(char, char) - Method in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
getNextChar() - Method in class org.eclipse.jdt.internal.core.util.PublicScanner
 
getNextChar(char) - Method in class org.eclipse.jdt.internal.core.util.PublicScanner
 
getNextChar(char, char) - Method in class org.eclipse.jdt.internal.core.util.PublicScanner
 
getNextCharacter(char[], int[]) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
getNextCharAsDigit() - Method in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
getNextCharAsDigit(int) - Method in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
getNextCharAsDigit() - Method in class org.eclipse.jdt.internal.core.util.PublicScanner
 
getNextCharAsDigit(int) - Method in class org.eclipse.jdt.internal.core.util.PublicScanner
 
getNextCharAsJavaIdentifierPart() - Method in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
getNextCharAsJavaIdentifierPart() - Method in class org.eclipse.jdt.internal.core.util.PublicScanner
 
getNextCharAsJavaIdentifierPartWithBoundCheck() - Method in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
getNextCharAsJavaIdentifierPartWithBoundCheck() - Method in class org.eclipse.jdt.internal.core.util.PublicScanner
 
getNextCharWithBoundChecks() - Method in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
getNextCharWithBoundChecks() - Method in class org.eclipse.jdt.internal.core.util.PublicScanner
 
getNextEndOffset(int, boolean) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.TokenScanner
Reads the next token from the given offset and returns the offset after the token.
getNextIndentationLevel(int) - Method in class org.eclipse.jdt.internal.formatter.Scribe
Answer next indentation level based on column estimated position (if column is not indented, then use indentationLevel)
getNextNode() - Method in interface org.eclipse.jdt.core.jdom.IDOMNode
Deprecated. Returns the sibling node immediately following this node.
getNextNode() - Method in class org.eclipse.jdt.internal.core.jdom.DOMNode
Deprecated.  
getNextStartOffset(int, boolean) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.TokenScanner
Reads the next token from the given offset and returns the start offset of the token.
getNextToken() - Method in interface org.eclipse.jdt.core.compiler.IScanner
Read the next token in the source, and answers its ID as specified by ITerminalSymbols.
getNextToken() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionScanner
 
getNextToken() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveryScanner
 
getNextToken() - Method in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
getNextToken() - Method in class org.eclipse.jdt.internal.core.util.PublicScanner
 
getNextUnicodeChar() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionScanner
 
getNextUnicodeChar() - Method in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
getNextUnicodeChar() - Method in class org.eclipse.jdt.internal.core.util.PublicScanner
 
getNLSTags() - Method in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
getNLSTags() - Method in class org.eclipse.jdt.internal.core.util.PublicScanner
 
getNode() - Method in class org.eclipse.jdt.internal.core.dom.rewrite.RewriteEventStore.CopySourceInfo
 
getNodeClass() - Method in class org.eclipse.jdt.core.dom.StructuralPropertyDescriptor
Returns the AST node type that owns this property.
getNodeCopySources(ASTNode) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.RewriteEventStore
 
getNodeEvent(ASTNode, StructuralPropertyDescriptor, boolean) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.RewriteEventStore
 
getNodeStartingAt(int) - Method in class org.eclipse.jdt.internal.compiler.ast.Javadoc
 
getNodeStore() - Method in class org.eclipse.jdt.core.dom.rewrite.ASTRewrite
Internal method.
getNodeType() - Method in class org.eclipse.jdt.core.dom.ASTNode
Returns an integer value identifying the type of this concrete AST node.
getNodeType() - Method in interface org.eclipse.jdt.core.jdom.IDOMNode
Deprecated. Returns the type of this node.
getNonJavaResources() - Method in interface org.eclipse.jdt.core.IJavaModel
Returns an array of non-Java resources (that is, non-Java projects) in the workspace.
getNonJavaResources() - Method in interface org.eclipse.jdt.core.IJavaProject
Returns an array of non-Java resources directly contained in this project.
getNonJavaResources() - Method in interface org.eclipse.jdt.core.IPackageFragment
Returns an array of non-Java resources contained in this package fragment.
getNonJavaResources() - Method in interface org.eclipse.jdt.core.IPackageFragmentRoot
Returns an array of non-Java resources contained in this package fragment root.
getNonJavaResources() - Method in class org.eclipse.jdt.internal.core.JarPackageFragmentRoot
Returns an array of non-java resources contained in the receiver.
getNonJavaResources() - Method in class org.eclipse.jdt.internal.core.JavaModel
 
getNonJavaResources() - Method in class org.eclipse.jdt.internal.core.JavaProject
Returns an array of non-java resources contained in the receiver.
getNonJavaResources() - Method in class org.eclipse.jdt.internal.core.PackageFragment
Returns an array of non-java resources contained in the receiver.
getNonJavaResources() - Method in class org.eclipse.jdt.internal.core.PackageFragmentRoot
Returns an array of non-java resources contained in the receiver.
getNonNullAnnotationName() - Method in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
 
getNonNullByDefaultAnnotationName() - Method in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
 
getNullableAnnotationName() - Method in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
 
getNumberOfClasses() - Method in interface org.eclipse.jdt.core.util.IInnerClassesAttribute
Answer back the number of inner classes infos as specified in the JVM specifications.
getNumberOfClasses() - Method in class org.eclipse.jdt.internal.core.util.InnerClassesAttribute
 
getNumberOfEntries() - Method in interface org.eclipse.jdt.core.util.IStackMapAttribute
Answer back the number of stack map frames of this atribute as specified in the JVM specifications.
getNumberOfEntries() - Method in interface org.eclipse.jdt.core.util.IStackMapTableAttribute
Answer back the number of stack map frames of this atribute as specified in the JVM specifications.
getNumberOfEntries() - Method in class org.eclipse.jdt.internal.core.util.StackMapAttribute
 
getNumberOfEntries() - Method in class org.eclipse.jdt.internal.core.util.StackMapTableAttribute
 
getNumberOfLines() - Method in class org.eclipse.jdt.internal.core.util.SimpleDocument
 
getNumberOfLines(int, int) - Method in class org.eclipse.jdt.internal.core.util.SimpleDocument
 
getNumberOfLocals() - Method in interface org.eclipse.jdt.core.util.IStackMapFrame
Answer back the number of locals.
getNumberOfLocals() - Method in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrame
 
getNumberOfLocals() - Method in class org.eclipse.jdt.internal.core.util.DefaultStackMapFrame
 
getNumberOfLocals() - Method in class org.eclipse.jdt.internal.core.util.StackMapFrame
 
getNumberOfParameters() - Method in interface org.eclipse.jdt.core.IMethod
Returns the number of parameters of this method.
getNumberOfParameters() - Method in class org.eclipse.jdt.internal.core.SourceMethod
 
getNumberOfStackItems() - Method in interface org.eclipse.jdt.core.util.IStackMapFrame
Answer back the number of stack items
getNumberOfStackItems() - Method in class org.eclipse.jdt.internal.core.util.DefaultStackMapFrame
 
getNumberOfStackItems() - Method in class org.eclipse.jdt.internal.core.util.StackMapFrame
 
getNumericValue(char) - Static method in class org.eclipse.jdt.internal.compiler.parser.ScannerHelper
 
getOccurrenceCount() - Method in interface org.eclipse.jdt.core.IAnnotation
Returns the position relative to the order this annotation is defined in the source.
getOccurrenceCount() - Method in interface org.eclipse.jdt.core.IMember
Returns the position relative to the order this member is defined in the source.
getOccurrenceCount() - Method in class org.eclipse.jdt.internal.core.SourceRefElement
 
getOccurrenceCountSignature() - Method in class org.eclipse.jdt.internal.core.NamedMember
 
getOccurrenceCountSignature() - Method in class org.eclipse.jdt.internal.core.SourceType
 
getOffset() - Method in class org.eclipse.jdt.core.BufferChangedEvent
Returns the index of the first character inserted, removed, or replaced in the buffer.
getOffset() - Method in class org.eclipse.jdt.core.CompletionContext
Returns the offset position in the source file buffer after which code assist is requested.
getOffset() - Method in interface org.eclipse.jdt.core.ISourceRange
Returns the 0-based index of the first character of the source code for this element, relative to the source buffer in which this element is contained.
getOffset() - Method in class org.eclipse.jdt.core.search.SearchMatch
Returns the offset of this search match.
getOffset() - Method in class org.eclipse.jdt.core.SourceRange
 
getOffset() - Method in interface org.eclipse.jdt.core.util.IVerificationTypeInfo
Answer back the offset of this verification type info as described in the JVM specifications.
getOffset() - Method in class org.eclipse.jdt.internal.codeassist.InternalCompletionContext
Returns the offset position in the source file buffer after which code assist is requested.
getOffset() - Method in class org.eclipse.jdt.internal.core.util.VerificationInfo
 
getOffsetDelta() - Method in interface org.eclipse.jdt.core.util.IStackMapFrame
Answer back the offset delta.
getOffsetDelta(StackMapFrame) - Method in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrame
 
getOffsetDelta() - Method in class org.eclipse.jdt.internal.core.util.DefaultStackMapFrame
 
getOffsetDelta() - Method in class org.eclipse.jdt.internal.core.util.StackMapFrame
 
getOldestElement() - Method in class org.eclipse.jdt.internal.core.util.LRUCache
Returns the lest recently used element in the cache
getOldestElement() - Method in class org.eclipse.jdt.internal.core.util.LRUCache.Stats
 
getOldestTimestampCounter() - Method in class org.eclipse.jdt.internal.core.util.LRUCache
Returns the timestamps of the least recently used element in the cache.
getOldestTimestamps() - Method in class org.eclipse.jdt.internal.core.util.LRUCache.Stats
 
getOldJavaProjecNames() - Method in class org.eclipse.jdt.internal.core.DeltaProcessingState
 
getOnlyPackage(char[][]) - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
getOpenable() - Method in interface org.eclipse.jdt.core.IJavaElement
Returns the first openable parent.
getOpenable() - Method in class org.eclipse.jdt.internal.core.JavaElement
 
getOpenable() - Method in class org.eclipse.jdt.internal.core.Openable
 
getOpenableCacheSize() - Method in class org.eclipse.jdt.internal.core.JavaModelManager
 
getOpenableParent() - Method in class org.eclipse.jdt.internal.core.JavaElement
Return the first instance of IOpenable in the parent hierarchy of this element.
getOpenableParent() - Method in class org.eclipse.jdt.internal.core.SourceRefElement
Return the first instance of IOpenable in the hierarchy of this type (going up the hierarchy from this type);
getOpenBuffers() - Method in class org.eclipse.jdt.internal.core.BufferManager
Returns an enumeration of all open buffers.
getOperand() - Method in class org.eclipse.jdt.core.dom.PostfixExpression
Returns the operand of this postfix expression.
getOperand() - Method in class org.eclipse.jdt.core.dom.PrefixExpression
Returns the operand of this prefix expression.
getOperator() - Method in class org.eclipse.jdt.core.dom.Assignment
Returns the operator of this assignment expression.
getOperator() - Method in class org.eclipse.jdt.core.dom.InfixExpression
Returns the operator of this infix expression.
getOperator() - Method in class org.eclipse.jdt.core.dom.PostfixExpression
Returns the operator of this postfix expression.
getOperator() - Method in class org.eclipse.jdt.core.dom.PrefixExpression
Returns the operator of this prefix expression.
getOption(String, boolean) - Method in interface org.eclipse.jdt.core.IJavaProject
Helper method for returning one option value only.
getOption(String) - Static method in class org.eclipse.jdt.core.JavaCore
Helper method for returning one option value only.
getOption(String, boolean) - Method in class org.eclipse.jdt.internal.core.ExternalJavaProject
 
getOption(String) - Method in class org.eclipse.jdt.internal.core.JavaModelManager
 
getOption(String, boolean, IEclipsePreferences) - Method in class org.eclipse.jdt.internal.core.JavaModelManager
Returns the value of the given option for the given Eclipse preferences.
getOption(String, boolean) - Method in class org.eclipse.jdt.internal.core.JavaProject
 
getOptionForConfigurableSeverity(int) - Static method in class org.eclipse.jdt.core.JavaCore
Returns the option that can be used to configure the severity of the compiler problem identified by problemID if any, null otherwise.
getOptionLevel(String) - Method in class org.eclipse.jdt.internal.core.JavaModelManager
Returns the level of the given option.
getOptions(boolean) - Method in interface org.eclipse.jdt.core.IJavaProject
Returns the table of the current custom options for this project.
getOptions() - Static method in class org.eclipse.jdt.core.JavaCore
Returns the table of the current options.
getOptions() - Method in class org.eclipse.jdt.internal.core.JavaModelManager
 
getOptions(boolean) - Method in class org.eclipse.jdt.internal.core.JavaProject
 
getOriginal(IJavaElement) - Method in interface org.eclipse.jdt.core.IWorkingCopy
Deprecated. Use IJavaElement.getPrimaryElement() instead.
getOriginal(IJavaElement) - Method in class org.eclipse.jdt.internal.core.CompilationUnit
Deprecated.  
getOriginalElement() - Method in interface org.eclipse.jdt.core.IWorkingCopy
Deprecated. Use IJavaElement.getPrimaryElement() instead.
getOriginalElement() - Method in class org.eclipse.jdt.internal.core.CompilationUnit
Deprecated.  
getOriginalList() - Method in class org.eclipse.jdt.core.dom.rewrite.ListRewrite
Returns the original nodes in the list property managed by this rewriter.
getOriginalValue() - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ListRewriteEvent
 
getOriginalValue() - Method in class org.eclipse.jdt.internal.core.dom.rewrite.NodeRewriteEvent
 
getOriginalValue() - Method in class org.eclipse.jdt.internal.core.dom.rewrite.RewriteEvent
 
getOriginalValue(ASTNode, StructuralPropertyDescriptor) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.RewriteEventStore
 
getOriginalValue(ASTNode, StructuralPropertyDescriptor) - Method in interface org.eclipse.jdt.internal.core.dom.rewrite.RewriteEventStore.INodePropertyMapper
Returns the node attribute for a given property name.
getOriginatingFileName() - Method in interface org.eclipse.jdt.core.compiler.IProblem
Answer the file name in which the problem was found.
getOriginatingFileName() - Method in class org.eclipse.jdt.internal.compiler.problem.DefaultProblem
Answer the file name in which the problem was found.
getOtherElements() - Method in class org.eclipse.jdt.core.search.TypeReferenceMatch
Returns other elements also enclosing the type reference.
getOtherFieldBindings(BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.QualifiedNameReference
 
getOtherFieldBindings(BlockScope) - Method in class org.eclipse.jdt.internal.eval.CodeSnippetQualifiedNameReference
 
getOuterClassName() - Method in interface org.eclipse.jdt.core.util.IInnerClassesAttributeEntry
Answer back the outer class name of this inner classes attribute as specified in the JVM specifications, null if outer class name index is equals to zero.
getOuterClassName() - Method in class org.eclipse.jdt.internal.core.util.InnerClassesAttributeEntry
 
getOuterClassNameIndex() - Method in interface org.eclipse.jdt.core.util.IInnerClassesAttributeEntry
Answer back the outer class name index of this inner classes attribute as specified in the JVM specifications.
getOuterClassNameIndex() - Method in class org.eclipse.jdt.internal.core.util.InnerClassesAttributeEntry
 
getOuterLocalVariablesSlotSize() - Method in class org.eclipse.jdt.internal.compiler.lookup.NestedTypeBinding
 
getOuterLocalVariablesSlotSize() - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
 
getOuterLocalVariablesSlotSize() - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
 
getOuterMostLocalContext() - Method in class org.eclipse.jdt.internal.core.Member
 
getOutputLocation() - Method in interface org.eclipse.jdt.core.IClasspathEntry
Returns the full path to the specific location where the builder writes .class files generated for this source entry (entry kind IClasspathEntry.CPE_SOURCE).
getOutputLocation() - Method in interface org.eclipse.jdt.core.IJavaProject
Returns the default output location for this project as a workspace- relative absolute path.
getOutputLocation() - Method in class org.eclipse.jdt.internal.core.ClasspathEntry
 
getOutputLocation() - Method in class org.eclipse.jdt.internal.core.JavaProject
 
getOverflow() - Method in class org.eclipse.jdt.internal.core.OverflowingLRUCache
 
getOwner() - Method in interface org.eclipse.jdt.core.IBuffer
Returns the Java openable element owning of this buffer.
getOwner() - Method in interface org.eclipse.jdt.core.ICompilationUnit
Returns null if this ICompilationUnit is the primary working copy, or this ICompilationUnit is not a working copy, otherwise the WorkingCopyOwner
getOwner() - Method in class org.eclipse.jdt.internal.core.Buffer
 
getOwner() - Method in class org.eclipse.jdt.internal.core.CompilationUnit
 
getPackage() - Method in class java_cup.anttask.CUPTask
Gets the value of _package
getPackage() - Method in class org.eclipse.jdt.core.dom.CompilationUnit
Returns the node for the package declaration of this compilation unit, or null if this compilation unit is in the default package.
getPackage() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
Returns the binding for the package in which this type is declared.
getPackage() - Method in class org.eclipse.jdt.internal.compiler.lookup.ArrayBinding
 
getPackage() - Method in class org.eclipse.jdt.internal.compiler.lookup.BaseTypeBinding
 
getPackage() - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
 
getPackage(char[][]) - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
getPackage() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
 
getPackageDeclaration(String) - Method in interface org.eclipse.jdt.core.ICompilationUnit
Returns the first package declaration in this compilation unit with the given package name (there normally is at most one package declaration).
getPackageDeclaration(String) - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistCompilationUnit
 
getPackageDeclaration(String) - Method in class org.eclipse.jdt.internal.core.CompilationUnit
 
getPackageDeclarations() - Method in interface org.eclipse.jdt.core.ICompilationUnit
Returns the package declarations in this compilation unit in the order in which they appear in the source.
getPackageDeclarations() - Method in class org.eclipse.jdt.internal.core.CompilationUnit
 
getPackageFragment(String) - Method in interface org.eclipse.jdt.core.IPackageFragmentRoot
Returns the package fragment with the given package name.
getPackageFragment() - Method in interface org.eclipse.jdt.core.IType
Returns the package fragment in which this element is defined.
getPackageFragment() - Method in class org.eclipse.jdt.internal.core.BinaryType
 
getPackageFragment(String[]) - Method in class org.eclipse.jdt.internal.core.JarPackageFragmentRoot
 
getPackageFragment() - Method in class org.eclipse.jdt.internal.core.NamedMember
 
getPackageFragment(String) - Method in class org.eclipse.jdt.internal.core.PackageFragmentRoot
 
getPackageFragment(String[]) - Method in class org.eclipse.jdt.internal.core.PackageFragmentRoot
 
getPackageFragment() - Method in class org.eclipse.jdt.internal.core.SourceType
 
getPackageFragment(char[], int, int) - Static method in class org.eclipse.jdt.internal.core.util.Util
 
getPackageFragmentRoot() - Method in interface org.eclipse.jdt.core.IJarEntryResource
Returns the package fragment root this jar entry resource belongs to.
getPackageFragmentRoot(String) - Method in interface org.eclipse.jdt.core.IJavaProject
Returns a package fragment root for an external library (a ZIP archive - e.g.
getPackageFragmentRoot(IResource) - Method in interface org.eclipse.jdt.core.IJavaProject
Returns a package fragment root for the given resource, which must either be a folder representing the top of a package hierarchy, or a ZIP archive (e.g.
getPackageFragmentRoot() - Method in class org.eclipse.jdt.core.search.TypeNameMatch
Returns the package fragment root of the stored type.
getPackageFragmentRoot() - Method in class org.eclipse.jdt.internal.core.DeltaProcessor.RootInfo
 
getPackageFragmentRoot(IResource) - Method in class org.eclipse.jdt.internal.core.DeltaProcessor.RootInfo
 
getPackageFragmentRoot() - Method in class org.eclipse.jdt.internal.core.JarEntryResource
 
getPackageFragmentRoot(IPath) - Method in class org.eclipse.jdt.internal.core.JavaProject
 
getPackageFragmentRoot(IResource) - Method in class org.eclipse.jdt.internal.core.JavaProject
 
getPackageFragmentRoot() - Method in class org.eclipse.jdt.internal.core.NonJavaResource
 
getPackageFragmentRoot() - Method in class org.eclipse.jdt.internal.core.Openable
Find enclosing package fragment root if any
getPackageFragmentRoot0(IPath) - Method in class org.eclipse.jdt.internal.core.JavaProject
 
getPackageFragmentRoots() - Method in interface org.eclipse.jdt.core.IJavaProject
Returns all of the package fragment roots contained in this project, identified on this project's resolved classpath.
getPackageFragmentRoots(IClasspathEntry) - Method in interface org.eclipse.jdt.core.IJavaProject
Deprecated. Use IJavaProject.findPackageFragmentRoots(IClasspathEntry) instead
getPackageFragmentRoots() - Method in class org.eclipse.jdt.internal.core.JavaProject
 
getPackageFragmentRoots(IClasspathEntry) - Method in class org.eclipse.jdt.internal.core.JavaProject
Deprecated.  
getPackageFragments() - Method in interface org.eclipse.jdt.core.IJavaProject
Returns all package fragments in all package fragment roots contained in this project.
getPackageFragments() - Method in class org.eclipse.jdt.internal.core.JavaElementRequestor
 
getPackageFragments() - Method in class org.eclipse.jdt.internal.core.JavaProject
 
getPackageFragmentsInRoots(IPackageFragmentRoot[]) - Method in class org.eclipse.jdt.internal.core.JavaProject
Returns all the package fragments found in the specified package fragment roots.
getPackageName() - Method in interface org.eclipse.jdt.core.eval.IEvaluationContext
Returns the name of the package in which code snippets are to be compiled and run.
getPackageName() - Method in class org.eclipse.jdt.core.search.TypeNameMatch
Returns the package name of the stored type.
getPackageName() - Method in class org.eclipse.jdt.internal.codeassist.InternalCompletionProposal
 
getPackageName() - Method in class org.eclipse.jdt.internal.compiler.batch.CompilationUnit
 
getPackageName() - Method in interface org.eclipse.jdt.internal.compiler.env.ICompilationUnit
Answer the name of the package according to the directory structure or null if package consistency checks should be ignored.
getPackageName() - Method in class org.eclipse.jdt.internal.core.BasicCompilationUnit
 
getPackageName() - Method in class org.eclipse.jdt.internal.core.builder.SourceFile
 
getPackageName() - Method in class org.eclipse.jdt.internal.core.CompilationUnit
 
getPackageName() - Method in class org.eclipse.jdt.internal.core.eval.EvaluationContextWrapper
 
getPackageName() - Method in class org.eclipse.jdt.internal.core.jdom.CompilationUnit
 
getPackageName(IFolder) - Method in class org.eclipse.jdt.internal.core.PackageFragmentRoot
Returns the package name for the given folder (which is a decendent of this root).
getPackageName() - Method in class org.eclipse.jdt.internal.core.search.matching.PossibleMatch
 
getPackageName() - Method in class org.eclipse.jdt.internal.eval.EvaluationContext
Returns the dot-separated name of the package code snippets are run into.
getPackageName() - Method in class org.eclipse.jdt.internal.eval.VariablesEvaluator
Returns the name of package of the current compilation unit.
getParameter() - Method in class org.eclipse.jdt.core.dom.EnhancedForStatement
Returns the formal parameter in this enhanced for statement.
getParameterAnnotations(int) - Method in interface org.eclipse.jdt.core.dom.IMethodBinding
Returns the resolved annotations of a parameter of this method.
getParameterAnnotations() - Method in interface org.eclipse.jdt.core.util.IRuntimeInvisibleParameterAnnotationsAttribute
Answer back the parameter annotations.
getParameterAnnotations() - Method in interface org.eclipse.jdt.core.util.IRuntimeVisibleParameterAnnotationsAttribute
Answer back the parameter annotations.
getParameterAnnotations(int) - Method in class org.eclipse.jdt.internal.compiler.classfmt.MethodInfo
 
getParameterAnnotations(int) - Method in interface org.eclipse.jdt.internal.compiler.env.IBinaryMethod
Answer the annotations on the indexth parameter or null if none
getParameterAnnotations() - Method in class org.eclipse.jdt.internal.compiler.lookup.AnnotationHolder
 
getParameterAnnotations() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
 
getParameterAnnotations() - Method in class org.eclipse.jdt.internal.core.util.RuntimeInvisibleParameterAnnotationsAttribute
 
getParameterAnnotations() - Method in class org.eclipse.jdt.internal.core.util.RuntimeVisibleParameterAnnotationsAttribute
 
getParameterAnnotations(int) - Method in class org.eclipse.jdt.internal.eval.CodeSnippetSkeleton.BinaryMethodSkeleton
 
getParameterCount(char[]) - Static method in class org.eclipse.jdt.core.Signature
Returns the number of parameter types in the given method signature.
getParameterCount(String) - Static method in class org.eclipse.jdt.core.Signature
Returns the number of parameter types in the given method signature.
getParameterCount(char[]) - Static method in class org.eclipse.jdt.internal.compiler.util.Util
 
getParameterCount(char[]) - Static method in class org.eclipse.jdt.internal.core.util.Util
Returns the number of parameter types in a method signature.
getParameterizedTypeName() - Method in class org.eclipse.jdt.internal.compiler.ast.ArrayQualifiedTypeReference
 
getParameterizedTypeName() - Method in class org.eclipse.jdt.internal.compiler.ast.ArrayTypeReference
 
getParameterizedTypeName() - Method in class org.eclipse.jdt.internal.compiler.ast.ParameterizedQualifiedTypeReference
 
getParameterizedTypeName() - Method in class org.eclipse.jdt.internal.compiler.ast.ParameterizedSingleTypeReference
 
getParameterizedTypeName() - Method in class org.eclipse.jdt.internal.compiler.ast.TypeReference
 
getParameterizedTypeName() - Method in class org.eclipse.jdt.internal.compiler.ast.Wildcard
 
getParameterNames() - Method in interface org.eclipse.jdt.core.IMethod
Returns the names of parameters in this method.
getParameterNames() - Method in interface org.eclipse.jdt.core.jdom.IDOMMethod
Deprecated. Returns the names of parameters in this method in the order they are declared, or null if no parameters are declared.
getParameterNames() - Method in class org.eclipse.jdt.internal.core.SourceMethod
 
getParameterPackageNames() - Method in class org.eclipse.jdt.internal.codeassist.InternalCompletionProposal
 
getParameters() - Method in interface org.eclipse.jdt.core.IMethod
Returns the parameters of this method.
getParameters() - Method in class org.eclipse.jdt.internal.core.SourceMethod
 
getParametersNumber() - Method in interface org.eclipse.jdt.core.util.IRuntimeInvisibleParameterAnnotationsAttribute
Answer back the number of parameters as described in the JVM specifications.
getParametersNumber() - Method in interface org.eclipse.jdt.core.util.IRuntimeVisibleParameterAnnotationsAttribute
Answer back the number of parameters as described in the JVM specifications.
getParametersNumber() - Method in class org.eclipse.jdt.internal.core.util.RuntimeInvisibleParameterAnnotationsAttribute
 
getParametersNumber() - Method in class org.eclipse.jdt.internal.core.util.RuntimeVisibleParameterAnnotationsAttribute
 
getParameterTypeNames() - Method in class org.eclipse.jdt.internal.codeassist.InternalCompletionProposal
 
getParameterTypes() - Method in interface org.eclipse.jdt.core.dom.IMethodBinding
Returns a list of type bindings representing the formal parameter types, in declaration order, of this method or constructor.
getParameterTypes() - Method in interface org.eclipse.jdt.core.IMethod
Returns the type signatures for the parameters of this method.
getParameterTypes() - Method in interface org.eclipse.jdt.core.jdom.IDOMMethod
Deprecated. Returns the type names for the parameters of this method in the order they are declared, or null if no parameters are declared.
getParameterTypes(char[]) - Static method in class org.eclipse.jdt.core.Signature
Extracts the parameter type signatures from the given method signature.
getParameterTypes(String) - Static method in class org.eclipse.jdt.core.Signature
Extracts the parameter type signatures from the given method signature.
getParameterTypes() - Method in class org.eclipse.jdt.internal.core.SourceMethod
 
getParent() - Method in class org.eclipse.jdt.core.dom.ASTNode
Returns this node's parent node, or null if this is the root node.
getParent() - Method in class org.eclipse.jdt.core.dom.rewrite.ListRewrite
Returns the parent of the list for which this list rewriter was created.
getParent() - Method in interface org.eclipse.jdt.core.IJarEntryResource
Returns the parent of this jar entry resource.
getParent() - Method in interface org.eclipse.jdt.core.IJavaElement
Returns the element directly containing this element, or null if this element has no parent.
getParent() - Method in interface org.eclipse.jdt.core.jdom.IDOMNode
Deprecated. Returns the parent of this node.
getParent() - Method in class org.eclipse.jdt.internal.core.dom.rewrite.RewriteEventStore.PropertyLocation
 
getParent() - Method in class org.eclipse.jdt.internal.core.JarEntryResource
 
getParent() - Method in class org.eclipse.jdt.internal.core.JavaElement
 
getParent() - Method in class org.eclipse.jdt.internal.core.jdom.DOMNode
Deprecated.  
getParent() - Method in class org.eclipse.jdt.internal.core.NonJavaResource
 
getParentElement() - Method in class org.eclipse.jdt.internal.core.JavaModelOperation
Returns the parent element to which this operation applies, or null if not applicable.
getParentElements() - Method in class org.eclipse.jdt.internal.core.JavaModelOperation
Returns the parent elements to which this operation applies, or null if not applicable.
getParentEndDeclaration() - Method in class org.eclipse.jdt.internal.core.jdom.DOMNode
Deprecated. Answers a source position which corresponds to the end of the parent element's declaration.
getParsedTypeDeclaration() - Method in class org.eclipse.jdt.internal.compiler.parser.JavadocParser
 
getParser() - Method in class java_cup.anttask.CUPTask
Gets the value of parser
getParser() - Method in class org.eclipse.jdt.core.search.SearchDocument
 
getParser() - Method in class org.eclipse.jdt.internal.codeassist.CompletionEngine
 
getParser() - Method in class org.eclipse.jdt.internal.codeassist.impl.Engine
 
getParser() - Method in class org.eclipse.jdt.internal.codeassist.SelectionEngine
 
getParser(Map) - Method in class org.eclipse.jdt.internal.core.jdom.DOMBuilder
Deprecated. Creates a new parser.
getParser(Map) - Method in class org.eclipse.jdt.internal.core.jdom.SimpleDOMBuilder
Deprecated. Creates a new parser.
getParticipant() - Method in class org.eclipse.jdt.core.search.SearchDocument
Returns the participant that created this document.
getParticipant() - Method in class org.eclipse.jdt.core.search.SearchMatch
Returns the search participant which issued this search match.
getParticipant() - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocator
 
getPartition(int) - Method in class org.eclipse.jdt.internal.core.util.SimpleDocument
 
getPath() - Method in interface org.eclipse.jdt.core.IClasspathContainer
Answers the container path identifying this container.
getPath() - Method in interface org.eclipse.jdt.core.IClasspathEntry
Returns the path of this classpath entry.
getPath() - Method in interface org.eclipse.jdt.core.IJavaElement
Returns the path to the innermost resource enclosing this element.
getPath() - Method in interface org.eclipse.jdt.core.IJavaModelStatus
Returns the path associated with the failure (see specification of the status code), or null if the failure is not one of DEVICE_PATH, INVALID_PATH, PATH_OUTSIDE_PROJECT, or RELATIVE_PATH.
getPath() - Method in class org.eclipse.jdt.core.search.SearchDocument
Returns the path to the original document to publicly mention in index or search results.
getPath() - Method in class org.eclipse.jdt.internal.compiler.batch.ClasspathDirectory
 
getPath() - Method in class org.eclipse.jdt.internal.compiler.batch.ClasspathJar
 
getPath() - Method in class org.eclipse.jdt.internal.compiler.batch.ClasspathLocation
 
getPath() - Method in interface org.eclipse.jdt.internal.compiler.batch.FileSystem.Classpath
Return the path for file based classpath entries.
getPath() - Method in class org.eclipse.jdt.internal.core.ClassFile
 
getPath() - Method in class org.eclipse.jdt.internal.core.ClassFileWorkingCopy
 
getPath() - Method in class org.eclipse.jdt.internal.core.ClasspathEntry
 
getPath() - Method in class org.eclipse.jdt.internal.core.CompilationUnit
 
getPath() - Method in class org.eclipse.jdt.internal.core.ExternalPackageFragmentRoot
 
getPath() - Method in class org.eclipse.jdt.internal.core.JavaModel
 
getPath() - Method in class org.eclipse.jdt.internal.core.JavaModelStatus
 
getPath() - Method in class org.eclipse.jdt.internal.core.JavaProject
 
getPath() - Method in class org.eclipse.jdt.internal.core.LocalVariable
 
getPath() - Method in class org.eclipse.jdt.internal.core.PackageFragment
 
getPath() - Method in class org.eclipse.jdt.internal.core.PackageFragmentRoot
 
getPath() - Method in class org.eclipse.jdt.internal.core.SourceRefElement
 
getPath() - Method in class org.eclipse.jdt.internal.core.UserLibraryClasspathContainer
 
getPaths() - Method in class org.eclipse.jdt.internal.core.search.PathCollector
Returns the paths that have been collected.
getPathsOfDeclaringType() - Method in class org.eclipse.jdt.internal.core.search.matching.SuperTypeNamesCollector
 
getPattern() - Method in interface org.eclipse.jdt.core.IAccessRule
Returns the file pattern for this access rule.
getPattern() - Method in class org.eclipse.jdt.internal.core.ClasspathAccessRule
 
getPatternMatchingRegions(String, int, int, String, int, int, boolean) - Static method in class org.eclipse.jdt.internal.core.search.StringOperation
Answers all the regions in a given name matching a given pattern pattern (e.g.
getPerProjectInfo(IProject, boolean) - Method in class org.eclipse.jdt.internal.core.JavaModelManager
 
getPerProjectInfo() - Method in class org.eclipse.jdt.internal.core.JavaProject
 
getPerProjectInfoCheckExistence(IProject) - Method in class org.eclipse.jdt.internal.core.JavaModelManager
 
getPerWorkingCopyInfo() - Method in class org.eclipse.jdt.internal.core.CompilationUnit
 
getPerWorkingCopyInfo(CompilationUnit, boolean, boolean, IProblemRequestor) - Method in class org.eclipse.jdt.internal.core.JavaModelManager
 
getPlaceholderData(ASTNode) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.NodeInfoStore
 
getPlugin() - Static method in class org.eclipse.jdt.core.JavaCore
Returns the single instance of the Java core plug-in runtime class.
getPosition(int, int) - Method in class org.eclipse.jdt.core.dom.CompilationUnit
Given a line number and column number, returns the corresponding position in the original source string.
getPosition() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
getPositionCategories() - Method in class org.eclipse.jdt.internal.core.util.SimpleDocument
 
getPositions(String) - Method in class org.eclipse.jdt.internal.core.util.SimpleDocument
 
getPositionUpdaters() - Method in class org.eclipse.jdt.internal.core.util.SimpleDocument
 
getPossibleBlockTags() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadocTag
Return possible block tags
getPossibleInlineTags() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadocTag
Return possible inline tags
getPossibleKeywords() - Method in interface org.eclipse.jdt.internal.codeassist.complete.CompletionOnKeyword
 
getPossibleKeywords() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnKeyword1
 
getPossibleKeywords() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnKeyword2
 
getPossibleKeywords() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnKeyword3
 
getPossibleMatches(IPackageFragmentRoot[]) - Method in class org.eclipse.jdt.internal.core.search.matching.PossibleMatchSet
 
getPreciseTypes() - Method in class org.eclipse.jdt.internal.compiler.lookup.CatchParameterBinding
 
getPreviousNode() - Method in interface org.eclipse.jdt.core.jdom.IDOMNode
Deprecated. Returns the sibling node immediately preceding this node.
getPreviousNode() - Method in class org.eclipse.jdt.internal.core.jdom.DOMNode
Deprecated.  
getPreviousSessionContainer(IPath, IJavaProject) - Method in class org.eclipse.jdt.internal.core.JavaModelManager
Returns a persisted container from previous session if any.
getPreviousSessionVariable(String) - Method in class org.eclipse.jdt.internal.core.JavaModelManager
Returns a persisted container from previous session if any
getPreviousTokenEndOffset(int, int) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.TokenScanner
Reads from the given offset until a token is reached and returns the offset after the previous token.
getPrimary() - Method in interface org.eclipse.jdt.core.ICompilationUnit
Returns the primary compilation unit (whose owner is the primary owner) this working copy was created from, or this compilation unit if this a primary compilation unit.
getPrimary() - Method in class org.eclipse.jdt.internal.core.CompilationUnit
 
getPrimaryElement() - Method in interface org.eclipse.jdt.core.IJavaElement
Returns the primary element (whose compilation unit is the primary compilation unit) this working copy element was created from, or this element if it is a descendant of a primary compilation unit or if it is not a descendant of a working copy (e.g.
getPrimaryElement(boolean) - Method in class org.eclipse.jdt.internal.core.ClassFileWorkingCopy
 
getPrimaryElement(boolean) - Method in class org.eclipse.jdt.internal.core.CompilationUnit
 
getPrimaryElement(boolean) - Method in class org.eclipse.jdt.internal.core.ImportContainer
 
getPrimaryElement(boolean) - Method in class org.eclipse.jdt.internal.core.ImportDeclaration
 
getPrimaryElement(boolean) - Method in class org.eclipse.jdt.internal.core.Initializer
 
getPrimaryElement() - Method in class org.eclipse.jdt.internal.core.JavaElement
 
getPrimaryElement(boolean) - Method in class org.eclipse.jdt.internal.core.JavaElement
 
getPrimaryElement(boolean) - Method in class org.eclipse.jdt.internal.core.PackageDeclaration
 
getPrimaryElement(boolean) - Method in class org.eclipse.jdt.internal.core.SourceField
 
getPrimaryElement(boolean) - Method in class org.eclipse.jdt.internal.core.SourceMethod
 
getPrimaryElement(boolean) - Method in class org.eclipse.jdt.internal.core.SourceType
 
getPrimitiveTypeCode() - Method in class org.eclipse.jdt.core.dom.PrimitiveType
Returns the primitive type code.
getProblemArguments(IMarker) - Static method in class org.eclipse.jdt.core.CorrectionEngine
Helper method for decoding problem marker attributes.
getProblemArgumentsForMarker(String[]) - Static method in class org.eclipse.jdt.internal.core.util.Util
Put all the arguments in one String.
getProblemArgumentsFromMarker(String) - Static method in class org.eclipse.jdt.internal.core.util.Util
Separate all the arguments of a String made by getProblemArgumentsForMarker
getProblemCategory(int, int) - Static method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
Compute problem category ID based on problem ID
getProblemFactory() - Method in class org.eclipse.jdt.internal.compiler.batch.Main
 
getProblemFactory(Locale) - Static method in class org.eclipse.jdt.internal.core.builder.ProblemFactory
 
getProblemFactory() - Method in class org.eclipse.jdt.internal.core.eval.EvaluationContextWrapper
Returns the problem factory to be used during evaluation.
getProblemId() - Method in class org.eclipse.jdt.internal.compiler.env.AccessRestriction
 
getProblemId() - Method in class org.eclipse.jdt.internal.compiler.env.AccessRule
 
getProblemRequestor(ICompilationUnit) - Method in class org.eclipse.jdt.core.WorkingCopyOwner
Returns the problem requestor used by a working copy of this working copy owner.
getProblemRequestor() - Method in class org.eclipse.jdt.internal.core.JavaModelManager.PerWorkingCopyInfo
 
getProblems(String) - Method in class org.eclipse.jdt.core.compiler.ReconcileContext
Returns the problems to be reported to the problem requestor of the reconcile operation for the given marker type.
getProblems() - Method in class org.eclipse.jdt.core.dom.CompilationUnit
Returns the list of detailed problem reports noted by the compiler during the parsing or the type checking of this compilation unit.
getProblems() - Method in class org.eclipse.jdt.internal.compiler.CompilationResult
Answer the problems (errors and warnings) encountered during compilation.
getProblems() - Method in class org.eclipse.jdt.internal.eval.EvaluationResult
Returns an array of problems (errors and warnings) encountered during the compilation of a code snippet or a global variable definition, or during the analysis of a package name or an import.
getProblemsFor(IResource) - Static method in class org.eclipse.jdt.internal.core.builder.JavaBuilder
 
getProgressMonitor() - Method in interface org.eclipse.jdt.core.search.IJavaSearchResultCollector
Deprecated. Returns the progress monitor used to report progress.
getProject() - Method in interface org.eclipse.jdt.core.eval.IEvaluationContext
Returns the Java project this evaluation context was created for.
getProject() - Method in interface org.eclipse.jdt.core.IJavaProject
Returns the IProject on which this IJavaProject was created.
getProject() - Method in class org.eclipse.jdt.internal.core.eval.EvaluationContextWrapper
 
getProject() - Method in class org.eclipse.jdt.internal.core.JavaProject
 
getProjectCache() - Method in class org.eclipse.jdt.internal.core.JavaProject
 
getProjectOrJar(IJavaElement) - Static method in class org.eclipse.jdt.internal.core.search.matching.MatchLocator
 
getProjectRelativePath() - Method in class org.eclipse.jdt.internal.core.builder.ClasspathDirectory
 
getProjectRelativePath() - Method in class org.eclipse.jdt.internal.core.builder.ClasspathJar
 
getProjectRelativePath() - Method in class org.eclipse.jdt.internal.core.builder.ClasspathLocation
 
getProjectRelativePath() - Method in class org.eclipse.jdt.internal.core.search.matching.ClasspathSourceDirectory
 
getProperty(String) - Method in class org.apache.tapestry.util.text.LocalizedProperties
Returns the property value corresponding the provided key.
getProperty(String, String) - Method in class org.apache.tapestry.util.text.LocalizedProperties
Returns the property value corresponding to the provided key, or the provided default value if no such property exists.
getProperty(String) - Method in class org.eclipse.jdt.core.dom.ASTNode
Returns the value of the named property of this node, or null if none.
getProperty(String) - Method in class org.eclipse.jdt.core.dom.rewrite.ASTRewrite
Returns the value of the named property of this rewrite, or null if none.
getProperty() - Method in class org.eclipse.jdt.internal.core.dom.rewrite.RewriteEventStore.PropertyLocation
 
getPropertyLocation(Object, int) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.RewriteEventStore
 
getPropertyMap() - Method in class org.apache.tapestry.util.text.LocalizedProperties
Returns the map containing all properties.
getQualifiedName() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
Returns the fully qualified name of the type represented by this binding if it has one.
getQualifiedPattern(char[], char[]) - Method in class org.eclipse.jdt.internal.core.search.matching.PatternLocator
 
getQualifiedSourceName(TypeBinding) - Method in class org.eclipse.jdt.internal.core.search.matching.PatternLocator
 
getQualifier() - Method in class org.eclipse.jdt.core.dom.MemberRef
Returns the qualifier of this member reference, or null if there is none.
getQualifier() - Method in class org.eclipse.jdt.core.dom.MethodRef
Returns the qualifier of this method reference, or null if there is none.
getQualifier() - Method in class org.eclipse.jdt.core.dom.QualifiedName
Returns the qualifier part of this qualified name.
getQualifier() - Method in class org.eclipse.jdt.core.dom.QualifiedType
Returns the qualifier of this qualified type.
getQualifier() - Method in class org.eclipse.jdt.core.dom.SuperFieldAccess
Returns the qualifier of this "super" field access expression, or null if there is none.
getQualifier() - Method in class org.eclipse.jdt.core.dom.SuperMethodInvocation
Returns the qualifier of this "super" method invocation expression, or null if there is none.
getQualifier() - Method in class org.eclipse.jdt.core.dom.ThisExpression
Returns the qualifier of this "this" expression, or null if there is none.
getQualifier(char[]) - Static method in class org.eclipse.jdt.core.Signature
Returns a char array containing all but the last segment of the given dot-separated qualified name.
getQualifier(String) - Static method in class org.eclipse.jdt.core.Signature
Returns a string containing all but the last segment of the given dot-separated qualified name.
getQuiet() - Method in class java_cup.anttask.CUPTask
Gets the value of quiet
getRank() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
Returns the rank associated with this wildcard type.
getRawClasspath() - Method in interface org.eclipse.jdt.core.IJavaProject
Returns the raw classpath for the project, as a list of classpath entries.
getRawClasspath() - Method in class org.eclipse.jdt.internal.core.JavaProject
 
getRawClasspathEntry() - Method in interface org.eclipse.jdt.core.IPackageFragmentRoot
Returns the first raw classpath entry that corresponds to this package fragment root.
getRawClasspathEntry() - Method in class org.eclipse.jdt.internal.core.PackageFragmentRoot
 
getRawParameterNames() - Method in interface org.eclipse.jdt.core.IMethod
Returns the names of parameters in this method.
getRawParameterNames() - Method in class org.eclipse.jdt.internal.core.SourceMethod
 
getRawTokenSource() - Method in interface org.eclipse.jdt.core.compiler.IScanner
Answers the current identifier source, before unicode escape sequences have been translated into unicode characters.
getRawTokenSource() - Method in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
getRawTokenSource() - Method in class org.eclipse.jdt.internal.core.util.PublicScanner
 
getRawTokenSourceEnd() - Method in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
getRawTokenSourceEnd() - Method in class org.eclipse.jdt.internal.core.util.PublicScanner
 
getReader() - Method in class org.eclipse.jdt.internal.formatter.comment.SubstitutionTextReader
Returns the internal reader.
getReceiverEnd() - Method in class org.eclipse.jdt.core.CompletionProposal
Returns the character index of the end (exclusive) of the subrange in the source file buffer containing the relevant receiver of the member being completed.
getReceiverEnd() - Method in class org.eclipse.jdt.internal.codeassist.InternalCompletionProposal
Returns the character index of the end (exclusive) of the subrange in the source file buffer containing the relevant receiver of the member being completed.
getReceiverSignature() - Method in class org.eclipse.jdt.core.CompletionProposal
Returns the type signature or package name of the relevant receiver in the context, or null if none.
getReceiverSignature() - Method in class org.eclipse.jdt.internal.codeassist.InternalCompletionProposal
Returns the type signature or package name of the relevant receiver in the context, or null if none.
getReceiverStart() - Method in class org.eclipse.jdt.core.CompletionProposal
Returns the character index of the start of the subrange in the source file buffer containing the relevant receiver of the member being completed.
getReceiverStart() - Method in class org.eclipse.jdt.internal.codeassist.InternalCompletionProposal
Returns the character index of the start of the subrange in the source file buffer containing the relevant receiver of the member being completed.
getReceiverType(BlockScope) - Method in class org.eclipse.jdt.internal.eval.CodeSnippetSingleNameReference
Check and/or redirect the field access to the delegate receiver if any
getReconcileFlags() - Method in class org.eclipse.jdt.core.compiler.ReconcileContext
Returns the reconcile flag of this context.
getReferencedClasspathEntries() - Method in interface org.eclipse.jdt.core.IJavaProject
Returns the list of referenced classpath entries stored in the .classpath file of this java project.
getReferencedClasspathEntries(IClasspathEntry, IJavaProject) - Static method in class org.eclipse.jdt.core.JavaCore
Returns an array of classpath entries that are referenced directly or indirectly by a given classpath entry.
getReferencedClasspathEntries(IClasspathEntry, IJavaProject) - Method in class org.eclipse.jdt.internal.core.JavaModelManager
 
getReferencedClasspathEntries() - Method in class org.eclipse.jdt.internal.core.JavaProject
 
getReferenceIndex() - Method in interface org.eclipse.jdt.core.util.IConstantPoolEntry2
Returns the reference index.
getReferenceIndex() - Method in class org.eclipse.jdt.internal.core.util.ConstantPoolEntry2
 
getReferenceKind() - Method in interface org.eclipse.jdt.core.util.IConstantPoolEntry2
Returns the reference kind.
getReferenceKind() - Method in class org.eclipse.jdt.internal.core.util.ConstantPoolEntry2
 
getReferences() - Method in class org.eclipse.jdt.internal.core.builder.State
 
getReferencingEntry() - Method in interface org.eclipse.jdt.core.IClasspathEntry
Returns the classpath entry that is making a reference to this classpath entry.
getReferencingEntry() - Method in class org.eclipse.jdt.internal.core.ClasspathEntry
 
getRegisteredContainerIDs() - Static method in class org.eclipse.jdt.internal.core.JavaModelManager
Returns the name of the container IDs for which an CP container initializer is registered through an extension point
getRegisteredVariableNames() - Static method in class org.eclipse.jdt.internal.core.JavaModelManager
Returns the name of the variables for which an CP variable initializer is registered through an extension point
getRelevance() - Method in class org.eclipse.jdt.core.CompletionProposal
Returns the relative relevance rating of this proposal.
getRelevance() - Method in class org.eclipse.jdt.internal.codeassist.InternalCompletionProposal
Returns the relative relevance rating of this proposal.
getRemovedChildren() - Method in interface org.eclipse.jdt.core.IJavaElementDelta
Returns deltas for the children which have been removed.
getRemovedChildren() - Method in class org.eclipse.jdt.internal.core.JavaElementDelta
 
getRemovedImports() - Method in class org.eclipse.jdt.core.dom.rewrite.ImportRewrite
Returns all non-static imports that are recorded to be removed.
getRemovedStaticImports() - Method in class org.eclipse.jdt.core.dom.rewrite.ImportRewrite
Returns all static imports that are recorded to be removed.
getReplaceEnd() - Method in class org.eclipse.jdt.core.CompletionProposal
Returns the character index of the end of the subrange in the source file buffer to be replaced by the completion string.
getReplaceEnd() - Method in class org.eclipse.jdt.internal.codeassist.InternalCompletionProposal
Returns the character index of the end of the subrange in the source file buffer to be replaced by the completion string.
getReplaceStart() - Method in class org.eclipse.jdt.core.CompletionProposal
Returns the character index of the start of the subrange in the source file buffer to be replaced by the completion string.
getReplaceStart() - Method in class org.eclipse.jdt.internal.codeassist.InternalCompletionProposal
Returns the character index of the start of the subrange in the source file buffer to be replaced by the completion string.
getRequestor() - Static method in class org.eclipse.jdt.internal.core.CompilationUnitProblemFinder
 
getRequiredProjectNames() - Method in interface org.eclipse.jdt.core.IJavaProject
Returns the names of the projects that are directly required by this project.
getRequiredProjectNames() - Method in class org.eclipse.jdt.internal.core.JavaProject
 
getRequiredProposals() - Method in class org.eclipse.jdt.core.CompletionProposal
Returns the required completion proposals.
getRequiredProposals() - Method in class org.eclipse.jdt.internal.codeassist.InternalCompletionProposal
Returns the required completion proposals.
getResolvedClasspath(boolean) - Method in interface org.eclipse.jdt.core.IJavaProject
This is a helper method returning the resolved classpath for the project as a list of simple (non-variable, non-container) classpath entries.
getResolvedClasspath() - Method in class org.eclipse.jdt.internal.core.JavaModelManager.PerProjectInfo
 
getResolvedClasspath() - Method in class org.eclipse.jdt.internal.core.JavaProject
 
getResolvedClasspath(boolean) - Method in class org.eclipse.jdt.internal.core.JavaProject
 
getResolvedClasspathEntry() - Method in interface org.eclipse.jdt.core.IPackageFragmentRoot
Returns the first resolved classpath entry that corresponds to this package fragment root.
getResolvedClasspathEntry(IClasspathEntry) - Static method in class org.eclipse.jdt.core.JavaCore
This is a helper method, which returns the resolved classpath entry denoted by a given entry (if it is a variable entry).
getResolvedClasspathEntry() - Method in class org.eclipse.jdt.internal.core.PackageFragmentRoot
 
getResolvedEntry() - Method in interface org.eclipse.jdt.core.IClasspathEntry
Deprecated. Use JavaCore.getResolvedClasspathEntry(IClasspathEntry) instead
getResolvedEntry() - Method in class org.eclipse.jdt.internal.core.ClasspathEntry
Deprecated.  
getResolvedType(char[][], Scope) - Method in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
 
getResolvedVariablePath(IPath) - Static method in class org.eclipse.jdt.core.JavaCore
Resolve a variable path (helper method).
getResolvedVariablePath(IPath, boolean) - Method in class org.eclipse.jdt.internal.core.JavaModelManager
 
getResource() - Method in interface org.eclipse.jdt.core.IJavaElement
Returns the innermost resource enclosing this element.
getResource() - Method in class org.eclipse.jdt.core.search.SearchMatch
Returns the resource containing this search match.
getResource() - Method in class org.eclipse.jdt.internal.core.JavaElement
 
getResource() - Method in class org.eclipse.jdt.internal.core.Openable
 
getResourceContentsAsByteArray(IFile) - Static method in class org.eclipse.jdt.internal.core.util.Util
Returns the given file's contents as a byte array.
getResourceContentsAsCharArray(IFile) - Static method in class org.eclipse.jdt.internal.core.util.Util
Returns the given file's contents as a character array.
getResourceContentsAsCharArray(IFile, String) - Static method in class org.eclipse.jdt.internal.core.util.Util
 
getResourceDeltas() - Method in interface org.eclipse.jdt.core.IJavaElementDelta
Returns the collection of resource deltas.
getResourceDeltas() - Method in class org.eclipse.jdt.internal.core.JavaElementDelta
Return the collection of resource deltas.
getResult() - Method in class org.eclipse.jdt.internal.core.CreateTypeHierarchyOperation
Returns the generated type hierarchy.
getResult() - Method in class org.eclipse.jdt.internal.core.dom.NaiveASTFlattener
Returns the string accumulated in the visit.
getResult() - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
Returns the string accumulated in the visit.
getResultElements() - Method in class org.eclipse.jdt.internal.core.JavaModelOperation
Returns the elements created by this operation.
getResultingEdits(IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ImportRewriteAnalyzer
 
getRetentionPolicy(char[]) - Static method in class org.eclipse.jdt.internal.compiler.ast.Annotation
 
getReturnType() - Method in interface org.eclipse.jdt.core.dom.IMethodBinding
Returns the binding for the return type of this method.
getReturnType() - Method in class org.eclipse.jdt.core.dom.MethodDeclaration
Deprecated. In the JLS3 API, this method is replaced by MethodDeclaration.getReturnType2(), which may return null.
getReturnType() - Method in interface org.eclipse.jdt.core.IMethod
Returns the type signature of the return value of this method.
getReturnType() - Method in interface org.eclipse.jdt.core.jdom.IDOMMethod
Deprecated. Returns the return type name, or null.
getReturnType(char[]) - Static method in class org.eclipse.jdt.core.Signature
Extracts the return type from the given method signature.
getReturnType(String) - Static method in class org.eclipse.jdt.core.Signature
Extracts the return type from the given method signature.
getReturnType() - Method in class org.eclipse.jdt.internal.core.SourceMethod
 
getReturnType2() - Method in class org.eclipse.jdt.core.dom.MethodDeclaration
Returns the return type of the method declared in this method declaration, exclusive of any extra array dimensions (added in JLS3 API).
getReturnTypeName() - Method in interface org.eclipse.jdt.internal.compiler.env.ISourceMethod
Answer the unresolved name of the return type or null if receiver is a constructor or clinit.
getReturnTypeName() - Method in class org.eclipse.jdt.internal.core.SourceConstructorInfo
 
getReturnTypeName() - Method in class org.eclipse.jdt.internal.core.SourceMethodElementInfo
 
getReturnTypeName() - Method in class org.eclipse.jdt.internal.core.SourceMethodInfo
 
getRewriteEventStore() - Method in class org.eclipse.jdt.core.dom.rewrite.ASTRewrite
Internal method.
getRewrittenList() - Method in class org.eclipse.jdt.core.dom.rewrite.ListRewrite
Returns the nodes in the revised list property managed by this rewriter.
getRight() - Method in class java_cup.runtime.ComplexSymbolFactory.ComplexSymbol
 
getRightHandSide() - Method in class org.eclipse.jdt.core.dom.Assignment
Returns the right hand side of this assignment expression.
getRightOperand() - Method in class org.eclipse.jdt.core.dom.InfixExpression
Returns the right operand of this infix expression.
getRightOperand() - Method in class org.eclipse.jdt.core.dom.InstanceofExpression
Returns the right operand of this instanceof expression.
getRoot() - Method in class org.eclipse.jdt.core.dom.ASTNode
Returns the root node at or above this node; returns this node if it is a root.
getRoot() - Method in class org.eclipse.jdt.internal.core.jdom.DOMNode
Deprecated. Returns the root node of this document fragment.
getRootClasses() - Method in interface org.eclipse.jdt.core.ITypeHierarchy
Returns all classes in the graph which have no resolved superclass, in no particular order.
getRootClasses() - Method in class org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy
 
getRootEdit() - Method in class org.eclipse.jdt.internal.formatter.Scribe
 
getRootInterfaces() - Method in interface org.eclipse.jdt.core.ITypeHierarchy
Returns all interfaces in the graph which have no resolved superinterfaces, in no particular order.
getRootInterfaces() - Method in class org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy
 
getRule() - Method in class org.eclipse.jdt.core.search.SearchMatch
Returns the rule used while creating the match.
getSamePackageSuperTypeNames() - Method in class org.eclipse.jdt.internal.core.search.matching.SuperTypeNamesCollector
 
getScanner() - Method in class java_cup.runtime.lr_parser
Simple accessor method to get the default scanner.
getScanner() - Method in class org.eclipse.jdt.internal.core.dom.rewrite.TokenScanner
Returns the wrapped scanner
getSchedulingRule() - Method in interface org.eclipse.jdt.core.IJavaElement
Returns the scheduling rule associated with this Java element.
getSchedulingRule() - Method in class org.eclipse.jdt.internal.core.ChangeClasspathOperation
 
getSchedulingRule() - Method in class org.eclipse.jdt.internal.core.CommitWorkingCopyOperation
 
getSchedulingRule() - Method in class org.eclipse.jdt.internal.core.CopyResourceElementsOperation
 
getSchedulingRule() - Method in class org.eclipse.jdt.internal.core.CreateCompilationUnitOperation
 
getSchedulingRule() - Method in class org.eclipse.jdt.internal.core.CreateElementInCUOperation
 
getSchedulingRule() - Method in class org.eclipse.jdt.internal.core.CreatePackageFragmentOperation
 
getSchedulingRule() - Method in class org.eclipse.jdt.internal.core.DeleteElementsOperation
 
getSchedulingRule() - Method in class org.eclipse.jdt.internal.core.JavaElement
 
getSchedulingRule() - Method in class org.eclipse.jdt.internal.core.JavaModelOperation
 
getSchedulingRule() - Method in class org.eclipse.jdt.internal.core.SetClasspathOperation
 
getSearchForString(int) - Static method in class org.eclipse.jdt.internal.core.search.BasicSearchEngine
Return kind of search corresponding to given value.
getSelector() - Method in class org.eclipse.jdt.internal.compiler.classfmt.MethodInfo
Answer the name of the method.
getSelector() - Method in interface org.eclipse.jdt.internal.compiler.env.IBinaryMethod
Answer the name of the method.
getSelector() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetSkeleton.BinaryMethodSkeleton
 
getSeverity(int) - Method in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
getSeverity() - Method in class org.eclipse.jdt.internal.core.JavaModelStatus
 
getSeverityString(int) - Method in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
getSharedProperty(String) - Method in class org.eclipse.jdt.internal.core.JavaProject
Retrieve a shared property on a project.
getSharedWorkingCopies(IBufferFactory) - Static method in class org.eclipse.jdt.core.JavaCore
Deprecated. Use JavaCore.getWorkingCopies(WorkingCopyOwner) instead
getSharedWorkingCopy(IProgressMonitor, IBufferFactory, IProblemRequestor) - Method in interface org.eclipse.jdt.core.IWorkingCopy
Deprecated. Use ICompilationUnit.getWorkingCopy(WorkingCopyOwner, IProblemRequestor, IProgressMonitor) instead.
getSharedWorkingCopy(IProgressMonitor, IBufferFactory, IProblemRequestor) - Method in class org.eclipse.jdt.internal.core.CompilationUnit
Deprecated.  
getSignature() - Method in class org.eclipse.jdt.core.CompletionProposal
Returns the signature of the method or type relevant in the context, or null if none.
getSignature() - Method in interface org.eclipse.jdt.core.IMethod
Returns the signature of this method.
getSignature() - Method in interface org.eclipse.jdt.core.util.ILocalVariableTypeTableEntry
Answer back the signature of this entry as specified in the JVM specifications.
getSignature() - Method in interface org.eclipse.jdt.core.util.ISignatureAttribute
Answer back the signature as described in the JVM specifications.
getSignature(MethodBinding) - Static method in class org.eclipse.jdt.internal.codeassist.impl.Engine
 
getSignature(TypeBinding) - Static method in class org.eclipse.jdt.internal.codeassist.impl.Engine
 
getSignature() - Method in class org.eclipse.jdt.internal.codeassist.InternalCompletionProposal
Returns the signature of the method or type relevant in the context, or null if none.
getSignature() - Method in class org.eclipse.jdt.internal.core.SourceMethod
 
getSignature() - Method in class org.eclipse.jdt.internal.core.util.LocalVariableTypeTableEntry
 
getSignature() - Method in class org.eclipse.jdt.internal.core.util.SignatureAttribute
 
getSignature(Type) - Static method in class org.eclipse.jdt.internal.core.util.Util
 
getSignatureIndex() - Method in interface org.eclipse.jdt.core.util.ILocalVariableTypeTableEntry
Answer back the signature index in the constant pool of this entry as specified in the JVM specifications.
getSignatureIndex() - Method in interface org.eclipse.jdt.core.util.ISignatureAttribute
Answer back the signature index as described in the JVM specifications.
getSignatureIndex() - Method in class org.eclipse.jdt.internal.core.util.LocalVariableTypeTableEntry
 
getSignatureIndex() - Method in class org.eclipse.jdt.internal.core.util.SignatureAttribute
 
getSignatureQualifier(char[]) - Static method in class org.eclipse.jdt.core.Signature
Returns package fragment of a type signature.
getSignatureQualifier(String) - Static method in class org.eclipse.jdt.core.Signature
Returns package fragment of a type signature.
getSignatureSimpleName(char[]) - Static method in class org.eclipse.jdt.core.Signature
Returns type fragment of a type signature.
getSignatureSimpleName(String) - Static method in class org.eclipse.jdt.core.Signature
Returns type fragment of a type signature.
getSimpleName(char[]) - Static method in class org.eclipse.jdt.core.Signature
Returns the last segment of the given dot-separated qualified name.
getSimpleName(String) - Static method in class org.eclipse.jdt.core.Signature
Returns the last segment of the given dot-separated qualified name.
getSimpleNames(char[]) - Static method in class org.eclipse.jdt.core.Signature
Returns all segments of the given dot-separated qualified name.
getSimpleNames(String) - Static method in class org.eclipse.jdt.core.Signature
Returns all segments of the given dot-separated qualified name.
getSimpleTypeName() - Method in class org.eclipse.jdt.core.search.TypeNameMatch
Returns the name of the stored type.
getSource() - Method in interface org.eclipse.jdt.core.compiler.IScanner
Answers the original source being processed (not a copy of it).
getSource() - Method in interface org.eclipse.jdt.core.ISourceReference
Returns the source code associated with this element.
getSource() - Method in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
getSource() - Method in class org.eclipse.jdt.internal.core.ClassFile
 
getSource() - Method in class org.eclipse.jdt.internal.core.CompilationUnit
 
getSource() - Method in class org.eclipse.jdt.internal.core.LocalVariable
 
getSource() - Method in class org.eclipse.jdt.internal.core.SourceRefElement
 
getSource() - Method in class org.eclipse.jdt.internal.core.util.PublicScanner
 
getSource() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetEvaluator
 
getSource() - Method in class org.eclipse.jdt.internal.eval.Evaluator
Builds and returns the source for the current compilation unit.
getSource() - Method in class org.eclipse.jdt.internal.eval.VariablesEvaluator
 
getSourceAttachmentEncoding() - Method in class org.eclipse.jdt.internal.core.ClasspathEntry
 
getSourceAttachmentPath() - Method in interface org.eclipse.jdt.core.IClasspathEntry
Returns the path to the source archive or folder associated with this classpath entry, or null if this classpath entry has no source attachment.
getSourceAttachmentPath() - Method in interface org.eclipse.jdt.core.IPackageFragmentRoot
Returns the absolute path to the source archive attached to this package fragment root's binary archive.
getSourceAttachmentPath() - Method in class org.eclipse.jdt.internal.core.ClasspathEntry
 
getSourceAttachmentPath() - Method in class org.eclipse.jdt.internal.core.PackageFragmentRoot
 
getSourceAttachmentProperty(IPath) - Static method in class org.eclipse.jdt.internal.core.util.Util
 
getSourceAttachmentRootPath() - Method in interface org.eclipse.jdt.core.IClasspathEntry
Returns the path within the source archive or folder where package fragments are located.
getSourceAttachmentRootPath() - Method in interface org.eclipse.jdt.core.IPackageFragmentRoot
Returns the path within this package fragment root's source archive.
getSourceAttachmentRootPath() - Method in class org.eclipse.jdt.internal.core.ClasspathEntry
 
getSourceAttachmentRootPath() - Method in class org.eclipse.jdt.internal.core.PackageFragmentRoot
 
getSourceAttachmentStatus(IPath, IJavaProject) - Method in class org.eclipse.jdt.core.ClasspathContainerInitializer
Returns the source attachment attribute status according to this initializer.
getSourceColumnNumber() - Method in class org.eclipse.jdt.internal.compiler.problem.DefaultProblem
Answer the line number in source where the problem begins.
getSourceElementAt(int) - Method in class org.eclipse.jdt.internal.core.JavaElement
Returns the element that is located at the given source position in this element.
getSourceElementParser(IJavaProject, ISourceElementRequestor) - Method in class org.eclipse.jdt.internal.core.search.indexing.IndexManager
 
getSourceEnd() - Method in interface org.eclipse.jdt.core.compiler.IProblem
Answer the end position of the problem (inclusive), or -1 if unknown.
getSourceEnd() - Method in class org.eclipse.jdt.internal.compiler.problem.DefaultProblem
Answer the end position of the problem (inclusive), or -1 if unknown.
getSourceFileAttribute() - Method in interface org.eclipse.jdt.core.util.IClassFileReader
Answer the source file attribute, if it exists, null otherwise.
getSourceFileAttribute() - Method in class org.eclipse.jdt.internal.core.util.ClassFileReader
 
getSourceFileIndex() - Method in interface org.eclipse.jdt.core.util.ISourceAttribute
Answer back the source file index of this attribute.
getSourceFileIndex() - Method in class org.eclipse.jdt.internal.core.util.SourceFileAttribute
 
getSourceFileName() - Method in interface org.eclipse.jdt.core.util.ISourceAttribute
Answer back the source file name of this attribute.
getSourceFileName(IBinaryType) - Method in class org.eclipse.jdt.internal.core.BinaryType
 
getSourceFileName() - Method in class org.eclipse.jdt.internal.core.util.SourceFileAttribute
 
getSourceLength() - Method in class org.eclipse.jdt.internal.core.CompilationUnitElementInfo
Returns the length of the source string.
getSourceLineNumber() - Method in interface org.eclipse.jdt.core.compiler.IProblem
Answer the line number in source where the problem begins.
getSourceLineNumber() - Method in class org.eclipse.jdt.internal.compiler.problem.DefaultProblem
Answer the line number in source where the problem begins.
getSourceMapper() - Method in class org.eclipse.jdt.internal.core.JavaElement
Returns the SourceMapper facility for this element, or null if this element does not have a SourceMapper.
getSourceMapper() - Method in class org.eclipse.jdt.internal.core.JavaProject
 
getSourceMapper() - Method in class org.eclipse.jdt.internal.core.PackageFragmentRoot
 
getSourceName() - Method in class org.eclipse.jdt.internal.compiler.classfmt.ClassFileReader
 
getSourceName() - Method in class org.eclipse.jdt.internal.compiler.classfmt.InnerClassInfo
Answer the source name of the member type.
getSourceName() - Method in interface org.eclipse.jdt.internal.compiler.env.IBinaryType
Answer the simple name of the type in the class file.
getSourceName() - Method in class org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType
 
getSourceName() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetSkeleton
 
getSourcePosition() - Method in class org.eclipse.jdt.core.dom.Message
Deprecated. Use Message.getStartPosition() instead.
getSourceRange() - Method in interface org.eclipse.jdt.core.ISourceReference
Returns the source range associated with this element.
getSourceRange() - Method in class org.eclipse.jdt.internal.core.Annotation
 
getSourceRange() - Method in class org.eclipse.jdt.internal.core.BinaryMember
 
getSourceRange() - Method in class org.eclipse.jdt.internal.core.ClassFile
 
getSourceRange() - Method in class org.eclipse.jdt.internal.core.CompilationUnit
 
getSourceRange() - Method in class org.eclipse.jdt.internal.core.CompilationUnitElementInfo
 
getSourceRange() - Method in class org.eclipse.jdt.internal.core.ImportContainer
 
getSourceRange() - Method in class org.eclipse.jdt.internal.core.LocalVariable
Returns the source range associated with this element.
getSourceRange(IJavaElement) - Method in class org.eclipse.jdt.internal.core.SourceMapper
Returns the SourceRange for the given element, or {-1, -1} if no source range is known for the element.
getSourceRange() - Method in class org.eclipse.jdt.internal.core.SourceRefElement
 
getSourceRange() - Method in class org.eclipse.jdt.internal.core.TypeParameter
 
getSourceStart() - Method in interface org.eclipse.jdt.core.compiler.IProblem
Answer the start position of the problem (inclusive), or -1 if unknown.
getSourceStart() - Method in class org.eclipse.jdt.internal.compiler.problem.DefaultProblem
Answer the start position of the problem (inclusive), or -1 if unknown.
getSourceTypes() - Method in class org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer
Answer the unresolved source forms for the type or null if the receiver represents a compilation unit or binary type.
getSpaceLimit() - Method in class org.eclipse.jdt.internal.core.util.LRUCache
Returns the maximum amount of space available in the cache.
getSrcfile() - Method in class java_cup.anttask.CUPTask
Get the Srcfile value.
getStackDepthMarkers() - Method in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream
 
getStackItems() - Method in interface org.eclipse.jdt.core.util.IStackMapFrame
Answer back the verification infos for the stack items.
getStackItems() - Method in class org.eclipse.jdt.internal.core.util.DefaultStackMapFrame
 
getStackItems() - Method in class org.eclipse.jdt.internal.core.util.StackMapFrame
 
getStackMapFrame() - Method in interface org.eclipse.jdt.core.util.IStackMapAttribute
Answer back the stack map frames for this attribute as specified in the JVM specifications.
getStackMapFrame() - Method in interface org.eclipse.jdt.core.util.IStackMapTableAttribute
Answer back the stack map frames for this attribute as specified in the JVM specifications.
getStackMapFrame() - Method in class org.eclipse.jdt.internal.core.util.StackMapAttribute
 
getStackMapFrame() - Method in class org.eclipse.jdt.internal.core.util.StackMapTableAttribute
 
getStackMarkers() - Method in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream
 
getStandardAnnotations(long) - Method in class org.eclipse.jdt.internal.core.BinaryMember
 
getStartPC() - Method in interface org.eclipse.jdt.core.util.IExceptionTableEntry
Answer back the start pc of this entry.
getStartPC() - Method in interface org.eclipse.jdt.core.util.ILocalVariableTableEntry
Answer back the start pc of this entry as specified in the JVM specifications.
getStartPC() - Method in interface org.eclipse.jdt.core.util.ILocalVariableTypeTableEntry
Answer back the start pc of this entry as specified in the JVM specifications.
getStartPC() - Method in class org.eclipse.jdt.internal.core.util.ExceptionTableEntry
 
getStartPC() - Method in class org.eclipse.jdt.internal.core.util.LocalVariableTableEntry
 
getStartPC() - Method in class org.eclipse.jdt.internal.core.util.LocalVariableTypeTableEntry
 
getStartPosition() - Method in class org.eclipse.jdt.core.dom.ASTNode
Returns the character index into the original source file indicating where the source fragment corresponding to this node begins.
getStartPosition() - Method in class org.eclipse.jdt.core.dom.Message
Returns the character index into the original source file.
getStartPosition() - Method in interface org.eclipse.jdt.core.dom.rewrite.ITrackedNodePosition
Returns the original or modified start position of the tracked node depending if called before or after the rewrite is applied.
getStartPosition() - Method in class org.eclipse.jdt.core.dom.rewrite.TargetSourceRangeComputer.SourceRange
Returns the start position.
getStartPosition() - Method in class org.eclipse.jdt.internal.core.dom.rewrite.TrackedNodePosition
 
getStartPosition() - Method in class org.eclipse.jdt.internal.core.jdom.DOMNode
Deprecated. Returns the original position of the first character of this node's contents in its document.
getStatementsRecoveryData() - Method in class org.eclipse.jdt.core.dom.CompilationUnit
Internal method This method return internal data used to perform statements recovery.
GETSTATIC - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
getStaticFactory(ReferenceBinding, ReferenceBinding, TypeBinding[], InvocationSite) - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
getString() - Method in interface org.eclipse.jdt.core.IJavaModelStatus
Deprecated. Use IStatus#getMessage() instead
getString() - Method in class org.eclipse.jdt.internal.core.JavaModelStatus
Deprecated.  
getString() - Method in class org.eclipse.jdt.internal.formatter.comment.SubstitutionTextReader
Gets the content as a String
getStringIndex() - Method in interface org.eclipse.jdt.core.util.IConstantPoolEntry
Returns the string index for a CONSTANT_String type entry.
getStringIndex() - Method in class org.eclipse.jdt.internal.core.util.ConstantPoolEntry
 
getStringValue() - Method in interface org.eclipse.jdt.core.util.IConstantPoolEntry
Returns the string value for a CONSTANT_String type entry.
getStringValue() - Method in class org.eclipse.jdt.internal.core.util.ConstantPoolEntry
 
getStructuralProperty(StructuralPropertyDescriptor) - Method in class org.eclipse.jdt.core.dom.ASTNode
Returns the value of the given structural property for this node.
getSubclasses(IType) - Method in interface org.eclipse.jdt.core.ITypeHierarchy
Returns the direct resolved subclasses of the given class, in no particular order, limited to the classes in this type hierarchy's graph.
getSubclasses(IType) - Method in class org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy
 
getSubProgressMonitor(int) - Method in class org.eclipse.jdt.internal.core.JavaModelOperation
Creates and returns a subprogress monitor if appropriate.
getSubstitutes(TypeVariableBinding, int) - Method in class org.eclipse.jdt.internal.compiler.lookup.InferenceContext
 
getSubtypes(IType) - Method in interface org.eclipse.jdt.core.ITypeHierarchy
Returns the direct resolved subtypes of the given type, in no particular order, limited to the types in this type hierarchy's graph.
getSubtypes(IType) - Method in class org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy
 
getSuperclass() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
Returns the type binding for the superclass of the type represented by this class binding.
getSuperclass() - Method in class org.eclipse.jdt.core.dom.TypeDeclaration
Deprecated. In the JLS3 API, this method is replaced by TypeDeclaration.getSuperclassType(), which returns a Type instead of a Name.
getSuperclass(IType) - Method in interface org.eclipse.jdt.core.ITypeHierarchy
Returns the resolved superclass of the given class, or null if the given class has no superclass, the superclass could not be resolved, or if the given type is an interface.
getSuperclass() - Method in interface org.eclipse.jdt.core.jdom.IDOMType
Deprecated. Returns the name of this type's superclass.
getSuperclass(IType) - Method in class org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy
 
getSuperclassIndex() - Method in interface org.eclipse.jdt.core.util.IClassFileReader
Answer back the index of the superclass name in the constant pool of the .class file.
getSuperclassIndex() - Method in class org.eclipse.jdt.internal.core.util.ClassFileReader
 
getSuperclassName() - Method in interface org.eclipse.jdt.core.IType
Returns the name of this type's superclass, or null for source types that do not specify a superclass.
getSuperclassName() - Method in interface org.eclipse.jdt.core.util.IClassFileReader
Answer back the qualified name of the superclass of this .class file.
getSuperclassName(TypeDeclaration) - Method in class org.eclipse.jdt.internal.codeassist.CompletionElementNotifier
 
getSuperclassName() - Method in class org.eclipse.jdt.internal.compiler.classfmt.ClassFileReader
Answer the resolved name of the receiver's superclass in the class file format as specified in section 4.2 of the Java 2 VM spec or null if it does not have one.
getSuperclassName() - Method in interface org.eclipse.jdt.internal.compiler.env.IBinaryType
Answer the resolved name of the receiver's superclass in the class file format as specified in section 4.2 of the Java 2 VM spec or null if it does not have one.
getSuperclassName() - Method in interface org.eclipse.jdt.internal.compiler.env.ISourceType
Answer the unresolved name of the receiver's superclass or null if it does not have one.
getSuperclassName(TypeDeclaration) - Method in class org.eclipse.jdt.internal.compiler.SourceElementNotifier
 
getSuperclassName() - Method in class org.eclipse.jdt.internal.core.BinaryType
 
getSuperclassName() - Method in class org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType
Answer the resolved name of the receiver's superclass in the class file format as specified in section 4.2 of the Java 2 VM spec or null if it does not have one.
getSuperclassName() - Method in class org.eclipse.jdt.internal.core.SourceType
 
getSuperclassName() - Method in class org.eclipse.jdt.internal.core.SourceTypeElementInfo
 
getSuperclassName() - Method in class org.eclipse.jdt.internal.core.util.ClassFileReader
 
getSuperclassName() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetSkeleton
 
getSuperclassType() - Method in class org.eclipse.jdt.core.dom.TypeDeclaration
Returns the superclass declared in this type declaration, or null if there is none (added in JLS3 API).
getSuperclassTypeSignature() - Method in interface org.eclipse.jdt.core.IType
Returns the type signature of this type's superclass, or null if none.
getSuperclassTypeSignature() - Method in class org.eclipse.jdt.internal.core.BinaryType
 
getSuperclassTypeSignature() - Method in class org.eclipse.jdt.internal.core.SourceType
 
getSuperInterfaceNames() - Method in interface org.eclipse.jdt.core.IType
Returns the names of interfaces that this type implements or extends, in the order in which they are listed in the source.
getSuperInterfaceNames() - Method in class org.eclipse.jdt.internal.core.BinaryType
 
getSuperInterfaceNames() - Method in class org.eclipse.jdt.internal.core.SourceType
 
getSuperInterfaces(IType) - Method in interface org.eclipse.jdt.core.ITypeHierarchy
Returns the direct resolved interfaces that the given type implements or extends, in no particular order, limited to the interfaces in this type hierarchy's graph.
getSuperInterfaces() - Method in interface org.eclipse.jdt.core.jdom.IDOMType
Deprecated. Returns the names of interfaces that this type implements or extends, in the order in which they are listed in the source, or an empty array if no superinterfaces are present.
getSuperInterfaces(IType) - Method in class org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy
 
getSuperInterfaceTypeSignatures() - Method in interface org.eclipse.jdt.core.IType
Returns the type signatures of the interfaces that this type implements or extends, in the order in which they are listed in the source.
getSuperInterfaceTypeSignatures() - Method in class org.eclipse.jdt.internal.core.BinaryType
 
getSuperInterfaceTypeSignatures() - Method in class org.eclipse.jdt.internal.core.SourceType
 
getSupertypes(IType) - Method in interface org.eclipse.jdt.core.ITypeHierarchy
Returns the resolved supertypes of the given type, in no particular order, limited to the types in this type hierarchy's graph.
getSupertypes(IType) - Method in class org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy
 
getSymbolFactory() - Method in class java_cup.runtime.lr_parser
Whenever creation of a new Symbol is necessary, one should use this factory.
getSymbols() - Method in class java_cup.anttask.CUPTask
Gets the value of symbols
getSyntheticArgument(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.NestedTypeBinding
 
getSyntheticArgument(ReferenceBinding, boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.NestedTypeBinding
 
getSyntheticBridgeMethod(MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
 
getSyntheticField(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
 
getSyntheticField(ReferenceBinding, boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
 
getTabWidth(Map) - Static method in class org.eclipse.jdt.core.formatter.IndentManipulation
Returns the tab width as configured in the given map.
getTag() - Method in interface org.eclipse.jdt.core.util.IAnnotationComponentValue
Returns the tag as described in the JVM specifications.
getTag() - Method in interface org.eclipse.jdt.core.util.IVerificationTypeInfo
Answer back the tag of this verification type info as described in the JVM specifications.
getTag() - Method in class org.eclipse.jdt.internal.core.util.AnnotationComponentValue
 
getTag() - Method in class org.eclipse.jdt.internal.core.util.VerificationInfo
 
getTagBits() - Method in class org.eclipse.jdt.internal.compiler.classfmt.ClassFileReader
 
getTagBits() - Method in class org.eclipse.jdt.internal.compiler.classfmt.FieldInfo
 
getTagBits() - Method in class org.eclipse.jdt.internal.compiler.classfmt.MethodInfo
 
getTagBits() - Method in interface org.eclipse.jdt.internal.compiler.env.IBinaryField
Answer the tagbits set according to the bits for annotations.
getTagBits() - Method in interface org.eclipse.jdt.internal.compiler.env.IBinaryMethod
Answer the tagbits set according to the bits for annotations.
getTagBits() - Method in interface org.eclipse.jdt.internal.compiler.env.IBinaryType
Answer the tagbits set according to the bits for annotations.
getTagBits() - Method in class org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType
 
getTagBits() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetSkeleton.BinaryMethodSkeleton
 
getTagBits() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetSkeleton
 
getTagName() - Method in class org.eclipse.jdt.core.dom.TagElement
Returns this node's tag name, or null if none.
getTarget(IPath, boolean) - Static method in class org.eclipse.jdt.internal.core.JavaModel
Helper method - returns the targeted item (IResource if internal or java.io.File if external), or null if unbound Internal items must be referred to using container relative paths.
getTargetContextForBreakLabel(char[]) - Method in class org.eclipse.jdt.internal.compiler.flow.FlowContext
 
getTargetContextForContinueLabel(char[]) - Method in class org.eclipse.jdt.internal.compiler.flow.FlowContext
 
getTargetContextForDefaultBreak() - Method in class org.eclipse.jdt.internal.compiler.flow.FlowContext
 
getTargetContextForDefaultContinue() - Method in class org.eclipse.jdt.internal.compiler.flow.FlowContext
 
getTargetElementType(char[]) - Static method in class org.eclipse.jdt.internal.compiler.ast.Annotation
 
getTasks() - Method in class org.eclipse.jdt.internal.compiler.CompilationResult
Answer the tasks (TO-DO, ...) encountered during compilation.
getTasksFor(IResource) - Static method in class org.eclipse.jdt.internal.core.builder.JavaBuilder
 
getTemporaryCache() - Method in class org.eclipse.jdt.internal.core.JavaModelManager
Returns the temporary cache for newly opened elements for the current thread.
getText() - Method in class org.eclipse.jdt.core.BufferChangedEvent
Returns the text that was inserted, the replacement text, or null if text has been removed.
getText() - Method in class org.eclipse.jdt.core.dom.TextElement
Returns this node's text.
getText(int, int) - Method in interface org.eclipse.jdt.core.IBuffer
Returns the given range of text in this buffer.
getText(int, int) - Method in class org.eclipse.jdt.internal.core.Buffer
 
getThenExpression() - Method in class org.eclipse.jdt.core.dom.ConditionalExpression
Returns the "then" part of this conditional expression.
getThenStatement() - Method in class org.eclipse.jdt.core.dom.IfStatement
Returns the "then" part of this if statement.
getThrowable() - Method in exception org.eclipse.jdt.internal.core.builder.ImageBuilderInternalException
 
getThrownExceptions() - Method in class org.eclipse.jdt.core.BindingKey
Returns the thrown exception signatures of the element represented by this binding key.
getThrownExceptions(AbstractMethodDeclaration) - Method in class org.eclipse.jdt.internal.codeassist.CompletionElementNotifier
 
getThrownExceptions(AbstractMethodDeclaration) - Method in class org.eclipse.jdt.internal.compiler.SourceElementNotifier
 
getThrownExceptions() - Method in class org.eclipse.jdt.internal.core.util.KeyToSignature
 
getThrownExceptionTypes(char[]) - Static method in class org.eclipse.jdt.core.Signature
Extracts the thrown exception type signatures from the given method signature if any The method signature is expected to be dot-based.
getThrownExceptionTypes(String) - Static method in class org.eclipse.jdt.core.Signature
Extracts the thrown exception type signatures from the given method signature if any The method signature is expected to be dot-based.
getThrownUncaughtExceptions() - Method in class org.eclipse.jdt.internal.codeassist.ThrownExceptionFinder
Returns all the thrown exceptions minus the ones that are already caught in previous catch blocks (of the same try), found by the call to ThrownExceptionFinder.processThrownExceptions(TryStatement, BlockScope).
getTimeStamp(File) - Static method in class org.eclipse.jdt.internal.core.DeltaProcessor
 
getToken() - Method in class org.eclipse.jdt.core.CompletionContext
Returns the completed token.
getToken() - Method in class org.eclipse.jdt.core.dom.NumberLiteral
Returns the token of this number literal node.
getToken() - Method in interface org.eclipse.jdt.internal.codeassist.complete.CompletionOnKeyword
 
getToken() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnKeyword1
 
getToken() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnKeyword2
 
getToken() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnKeyword3
 
getToken() - Method in class org.eclipse.jdt.internal.codeassist.InternalCompletionContext
Returns the completed token.
getToken() - Method in class org.eclipse.jdt.internal.compiler.parser.diagnose.LexStream
 
getTokenEnd() - Method in class org.eclipse.jdt.core.CompletionContext
Returns the character index of the end (exclusive) of the subrange in the source file buffer containing the relevant token.
getTokenEnd() - Method in class org.eclipse.jdt.core.CompletionProposal
Returns the character index of the end (exclusive) of the subrange in the source file buffer containing the relevant token.
getTokenEnd() - Method in class org.eclipse.jdt.internal.codeassist.InternalCompletionContext
Returns the character index of the end (exclusive) of the subrange in the source file buffer containing the relevant token.
getTokenEnd() - Method in class org.eclipse.jdt.internal.codeassist.InternalCompletionProposal
Returns the character index of the end (exclusive) of the subrange in the source file buffer containing the relevant token.
getTokenEndOffset(int, int) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.TokenScanner
Reads from the given offset until a token is reached and returns the offset after the token.
getTokenKind() - Method in class org.eclipse.jdt.core.CompletionContext
Returns the kind of completion token being proposed.
getTokenKind() - Method in class org.eclipse.jdt.internal.codeassist.InternalCompletionContext
Returns the kind of completion token being proposed.
getTokenLocation() - Method in class org.eclipse.jdt.core.CompletionContext
Returns the location of completion token being proposed.
getTokenLocation() - Method in class org.eclipse.jdt.internal.codeassist.InternalCompletionContext
Returns the location of completion token being proposed.
getTokenStart() - Method in class org.eclipse.jdt.core.CompletionContext
Returns the character index of the start of the subrange in the source file buffer containing the relevant token being completed.
getTokenStart() - Method in class org.eclipse.jdt.core.CompletionProposal
Returns the character index of the start of the subrange in the source file buffer containing the relevant token being completed.
getTokenStart() - Method in class org.eclipse.jdt.internal.codeassist.InternalCompletionContext
Returns the character index of the start of the subrange in the source file buffer containing the relevant token being completed.
getTokenStart() - Method in class org.eclipse.jdt.internal.codeassist.InternalCompletionProposal
Returns the character index of the start of the subrange in the source file buffer containing the relevant token being completed.
getTokenStartOffset(int, int) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.TokenScanner
Reads from the given offset until a token is reached and returns the start offset of the token.
getTopLevelTypeName() - Method in class org.eclipse.jdt.internal.core.ClassFile
 
getTrackedNodeData(ASTNode) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.RewriteEventStore
 
getTranslator(String) - Method in class org.apache.tapestry.util.text.DefaultCharacterTranslatorSource
If the encoding is a Unicode one, returns a translator that encodes only the non-safe ASCII characters and leaves the others untouched.
getTranslator(String) - Method in interface org.apache.tapestry.util.text.ICharacterTranslatorSource
 
getTrimmedSimpleNames(String) - Static method in class org.eclipse.jdt.internal.core.util.Util
Returns a trimmed version the simples names returned by Signature.
getType() - Method in class org.eclipse.jdt.core.dom.AnnotationTypeMemberDeclaration
Returns the type of the annotation type member declared in this declaration.
getType() - Method in class org.eclipse.jdt.core.dom.ArrayCreation
Returns the array type in this array creation expression.
getType() - Method in class org.eclipse.jdt.core.dom.CastExpression
Returns the type in this cast expression.
getType() - Method in class org.eclipse.jdt.core.dom.ClassInstanceCreation
Returns the type instantiated in this class instance creation expression (added in JLS3 API).
getType() - Method in class org.eclipse.jdt.core.dom.FieldDeclaration
Returns the base type declared in this field declaration.
getType() - Method in interface org.eclipse.jdt.core.dom.IVariableBinding
Returns the binding for the type of this field or local variable.
getType() - Method in class org.eclipse.jdt.core.dom.MethodRefParameter
Returns the paramter type.
getType() - Method in class org.eclipse.jdt.core.dom.ParameterizedType
Returns the type of this parameterized type.
getType() - Method in class org.eclipse.jdt.core.dom.SingleVariableDeclaration
Returns the type of the variable declared in this variable declaration, exclusive of any extra array dimensions.
getType() - Method in class org.eclipse.jdt.core.dom.TypeLiteral
Returns the type in this type literal expression.
getType() - Method in class org.eclipse.jdt.core.dom.VariableDeclarationExpression
Returns the base type declared in this variable declaration.
getType() - Method in class org.eclipse.jdt.core.dom.VariableDeclarationStatement
Returns the base type declared in this variable declaration statement.
getType() - Method in class org.eclipse.jdt.core.ElementChangedEvent
Returns the type of event being reported.
getType() - Method in interface org.eclipse.jdt.core.IClassFile
Returns the type contained in this class file.
getType(String) - Method in interface org.eclipse.jdt.core.ICompilationUnit
Returns the top-level type declared in this compilation unit with the given simple type name.
getType(String, int) - Method in interface org.eclipse.jdt.core.IMember
Returns the local or anonymous type declared in this source member with the given simple name and/or with the specified position relative to the order they are defined in the source.
getType(String) - Method in interface org.eclipse.jdt.core.IType
Returns the member type declared in this type with the given simple name.
getType() - Method in interface org.eclipse.jdt.core.ITypeHierarchy
Returns the type this hierarchy was computed for.
getType() - Method in interface org.eclipse.jdt.core.jdom.IDOMField
Deprecated. Returns the type name of this field.
getType() - Method in class org.eclipse.jdt.core.search.TypeNameMatch
Returns a java model type handle.
getType(String) - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistCompilationUnit
 
getType(String, int) - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistInitializer
 
getType(String, int) - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistSourceField
 
getType(String, int) - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistSourceMethod
 
getType(String) - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistSourceType
 
getType(String, int) - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistSourceType
 
getTYPE(int) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
getType(char[][]) - Method in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
 
getType(char[]) - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
getType(char[], PackageBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
getType(char[][], int) - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
getType(String) - Method in class org.eclipse.jdt.internal.core.BinaryType
 
getType() - Method in class org.eclipse.jdt.internal.core.ClassFile
 
getType(String) - Method in class org.eclipse.jdt.internal.core.CompilationUnit
 
getType() - Method in class org.eclipse.jdt.internal.core.CreateTypeMemberOperation
Returns the IType the member is to be created in.
getType() - Method in class org.eclipse.jdt.internal.core.CreateTypeOperation
Returns the IType the member is to be created in.
getType() - Method in class org.eclipse.jdt.internal.core.hierarchy.HierarchyBuilder
 
getType() - Method in class org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy
 
getType(String, int) - Method in class org.eclipse.jdt.internal.core.Member
 
getType() - Method in class org.eclipse.jdt.internal.core.search.JavaSearchTypeNameMatch
 
getType(Object, char[]) - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocator
 
getType(String) - Method in class org.eclipse.jdt.internal.core.SourceMapper
Returns the type with the given typeName.
getType(String) - Method in class org.eclipse.jdt.internal.core.SourceType
 
getTypeArguments() - Method in class org.eclipse.jdt.core.BindingKey
Returns the type argument signatures of the element represented by this binding key.
getTypeArguments() - Method in interface org.eclipse.jdt.core.dom.IMethodBinding
Returns the type arguments of this generic method instance, or the empty list for other method bindings.
getTypeArguments() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
Returns the type arguments of this generic type instance, or the empty list for other type bindings.
getTypeArguments(char[]) - Static method in class org.eclipse.jdt.core.Signature
Extracts the type argument signatures from the given type signature.
getTypeArguments(String) - Static method in class org.eclipse.jdt.core.Signature
Extracts the type argument signatures from the given type signature.
getTypeArguments() - Method in class org.eclipse.jdt.internal.core.util.KeyToSignature
 
getTypeBinding(Scope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnKeyword1
 
getTypeBinding(Scope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnQualifiedTypeReference
 
getTypeBinding(Scope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnSingleTypeReference
 
getTypeBinding(Scope) - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionOnQualifiedTypeReference
 
getTypeBinding(Scope) - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionOnSingleTypeReference
 
getTypeBinding(Scope) - Method in class org.eclipse.jdt.internal.compiler.ast.ArrayQualifiedTypeReference
 
getTypeBinding(Scope) - Method in class org.eclipse.jdt.internal.compiler.ast.ArrayTypeReference
 
getTypeBinding(Scope) - Method in class org.eclipse.jdt.internal.compiler.ast.JavadocImplicitTypeReference
 
getTypeBinding(Scope) - Method in class org.eclipse.jdt.internal.compiler.ast.ParameterizedQualifiedTypeReference
 
getTypeBinding(Scope) - Method in class org.eclipse.jdt.internal.compiler.ast.ParameterizedSingleTypeReference
 
getTypeBinding(Scope) - Method in class org.eclipse.jdt.internal.compiler.ast.QualifiedTypeReference
 
getTypeBinding(Scope) - Method in class org.eclipse.jdt.internal.compiler.ast.SingleTypeReference
 
getTypeBinding(Scope) - Method in class org.eclipse.jdt.internal.compiler.ast.TypeReference
 
getTypeBinding(Scope) - Method in class org.eclipse.jdt.internal.compiler.ast.UnionTypeReference
 
getTypeBounds() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
Returns the declared type bounds of this type variable or capture.
getTypeContainerName() - Method in class org.eclipse.jdt.core.search.TypeNameMatch
Name of the type container using '.' character as separator (e.g.
getTypeDeclaration() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
Returns the binding for the type declaration corresponding to this type binding.
getTypeDeclaration() - Method in class org.eclipse.jdt.core.dom.TypeDeclarationStatement
Deprecated. In the JLS3 API, this method is replaced by TypeDeclarationStatement.getDeclaration(), which returns AbstractTypeDeclaration instead of TypeDeclaration.
getTypeDoc() - Method in class org.eclipse.jdt.internal.core.JavadocContents
 
getTypeErasure(char[]) - Static method in class org.eclipse.jdt.core.Signature
Extracts the type erasure signature from the given parameterized type signature.
getTypeErasure(String) - Static method in class org.eclipse.jdt.core.Signature
Extracts the type erasure signature from the given parameterized type signature.
getTypeFromTypeSignature(SignatureWrapper, TypeVariableBinding[], ReferenceBinding, char[][][]) - Method in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
 
getTypeIndex() - Method in interface org.eclipse.jdt.core.util.IAnnotation
Answer back the type index as described in the JVM specifications.
getTypeIndex() - Method in class org.eclipse.jdt.internal.core.util.Annotation
 
getTypeName() - Method in class org.eclipse.jdt.core.dom.Annotation
Returns the annotation type name of this annotation.
getTypeName() - Method in interface org.eclipse.jdt.core.eval.IGlobalVariable
Returns the fully qualified name of the type of this global variable, or its simple representation if it is a primitive type (int, boolean, etc.).
getTypeName() - Method in interface org.eclipse.jdt.core.util.IAnnotation
Answer back the type name as described in the JVM specifications.
getTypeName() - Method in class org.eclipse.jdt.internal.codeassist.InternalCompletionProposal
 
getTypeName() - Method in class org.eclipse.jdt.internal.compiler.ast.JavadocImplicitTypeReference
 
getTypeName() - Method in class org.eclipse.jdt.internal.compiler.ast.QualifiedTypeReference
 
getTypeName() - Method in class org.eclipse.jdt.internal.compiler.ast.SingleTypeReference
 
getTypeName() - Method in class org.eclipse.jdt.internal.compiler.ast.TypeReference
 
getTypeName() - Method in class org.eclipse.jdt.internal.compiler.ast.UnionTypeReference
 
getTypeName() - Method in class org.eclipse.jdt.internal.compiler.ast.Wildcard
 
getTypeName() - Method in class org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo
 
getTypeName() - Method in class org.eclipse.jdt.internal.compiler.classfmt.FieldInfo
Answer the resolved name of the receiver's type in the class file format as specified in section 4.3.2 of the Java 2 VM spec.
getTypeName() - Method in class org.eclipse.jdt.internal.compiler.env.ClassSignature
 
getTypeName() - Method in class org.eclipse.jdt.internal.compiler.env.EnumConstantSignature
 
getTypeName() - Method in interface org.eclipse.jdt.internal.compiler.env.IBinaryAnnotation
 
getTypeName() - Method in interface org.eclipse.jdt.internal.compiler.env.IBinaryField
Answer the resolved name of the receiver's type in the class file format as specified in section 4.3.2 of the Java 2 VM spec.
getTypeName() - Method in interface org.eclipse.jdt.internal.compiler.env.ISourceField
Answer the type name of the field.
getTypeName() - Method in class org.eclipse.jdt.internal.core.ClassFile
 
getTypeName() - Method in class org.eclipse.jdt.internal.core.SourceFieldElementInfo
Returns the type name of the field.
getTypeName() - Method in class org.eclipse.jdt.internal.core.util.Annotation
 
getTypeName() - Method in class org.eclipse.jdt.internal.eval.GlobalVariable
Returns the dot separated fully qualified name of the type of this global variable, or its simple representation if it is a primitive type (e.g.
getTypeNameBinding(int) - Method in class org.eclipse.jdt.internal.core.search.matching.PatternLocator
 
getTypeNameProperty() - Method in class org.eclipse.jdt.core.dom.Annotation
Returns structural property descriptor for the "typeName" property of this node (child type: Name).
getTypeOrPackage(char[]) - Method in class org.eclipse.jdt.internal.compiler.lookup.PackageBinding
 
getTypeOrPackage(char[][]) - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
getTypeParameter(String) - Method in interface org.eclipse.jdt.core.IMethod
Returns the type parameter declared in this method with the given name.
getTypeParameter(String) - Method in interface org.eclipse.jdt.core.IType
Returns the type parameter declared in this type with the given name.
getTypeParameter(String) - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistSourceMethod
 
getTypeParameter(String) - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistSourceType
 
getTypeParameter(String) - Method in class org.eclipse.jdt.internal.core.BinaryType
 
getTypeParameter(String) - Method in class org.eclipse.jdt.internal.core.SourceMethod
 
getTypeParameter(String) - Method in class org.eclipse.jdt.internal.core.SourceType
 
getTypeParameterBounds(char[]) - Static method in class org.eclipse.jdt.core.Signature
Extracts the class and interface bounds from the given formal type parameter signature.
getTypeParameterBounds(String) - Static method in class org.eclipse.jdt.core.Signature
Extracts the class and interface bounds from the given formal type parameter signature.
getTypeParameterBounds(TypeParameter) - Method in class org.eclipse.jdt.internal.codeassist.CompletionElementNotifier
 
getTypeParameterBounds() - Method in interface org.eclipse.jdt.internal.compiler.env.ISourceMethod
Answer the array of bound names of the receiver's type parameters or null if the array is empty.
getTypeParameterBounds() - Method in interface org.eclipse.jdt.internal.compiler.env.ISourceType
Answer the array of bound names of the receiver's type parameters.
getTypeParameterBounds(TypeParameter) - Method in class org.eclipse.jdt.internal.compiler.SourceElementNotifier
 
getTypeParameterBounds() - Method in class org.eclipse.jdt.internal.core.SourceMethodElementInfo
 
getTypeParameterBounds() - Method in class org.eclipse.jdt.internal.core.SourceTypeElementInfo
 
getTypeParameterNames() - Method in interface org.eclipse.jdt.internal.compiler.env.ISourceMethod
Answer the names of the receiver's type parameters or null if the array is empty.
getTypeParameterNames() - Method in interface org.eclipse.jdt.internal.compiler.env.ISourceType
Answer the names of the receiver's type parameters.
getTypeParameterNames() - Method in class org.eclipse.jdt.internal.core.SourceMethodElementInfo
 
getTypeParameterNames() - Method in class org.eclipse.jdt.internal.core.SourceTypeElementInfo
 
getTypeParameters() - Method in interface org.eclipse.jdt.core.dom.IMethodBinding
Returns the type parameters of this method or constructor binding.
getTypeParameters() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
Returns the type parameters of this class or interface type binding.
getTypeParameters() - Method in interface org.eclipse.jdt.core.IMethod
Returns the formal type parameters for this method.
getTypeParameters() - Method in interface org.eclipse.jdt.core.IType
Returns the formal type parameters for this type.
getTypeParameters() - Method in interface org.eclipse.jdt.core.jdom.IDOMMethod
Deprecated. Returns the formal type parameters for this method.
getTypeParameters() - Method in interface org.eclipse.jdt.core.jdom.IDOMType
Deprecated. Returns the formal type parameters for this type.
getTypeParameters(char[]) - Static method in class org.eclipse.jdt.core.Signature
Extracts the type parameter signatures from the given method or type signature.
getTypeParameters(String) - Static method in class org.eclipse.jdt.core.Signature
Extracts the type parameter signatures from the given method or type signature.
getTypeParameters() - Method in class org.eclipse.jdt.internal.core.BinaryType
 
getTypeParameters() - Method in class org.eclipse.jdt.internal.core.NamedMember
 
getTypeParameters() - Method in class org.eclipse.jdt.internal.core.SourceMethod
 
getTypeParameters() - Method in class org.eclipse.jdt.internal.core.SourceType
 
getTypeParameterSignatures() - Method in interface org.eclipse.jdt.core.IMethod
Deprecated. Use IMethod.getTypeParameters() instead
getTypeParameterSignatures() - Method in interface org.eclipse.jdt.core.IType
Returns the formal type parameter signatures for this type.
getTypeParameterSignatures() - Method in class org.eclipse.jdt.internal.core.BinaryType
 
getTypeParameterSignatures() - Method in class org.eclipse.jdt.internal.core.SourceMethod
Deprecated.  
getTypeParameterSignatures() - Method in class org.eclipse.jdt.internal.core.SourceType
 
getTypeQualifiedName() - Method in interface org.eclipse.jdt.core.IType
Returns the type-qualified name of this type, including qualification for any enclosing types, but not including package qualification.
getTypeQualifiedName(char) - Method in interface org.eclipse.jdt.core.IType
Returns the type-qualified name of this type, including qualification for any enclosing types, but not including package qualification.
getTypeQualifiedName() - Method in class org.eclipse.jdt.core.search.TypeNameMatch
Returns the matched type's type qualified name using '.' character as separator (e.g.
getTypeQualifiedName() - Method in class org.eclipse.jdt.internal.core.BinaryType
 
getTypeQualifiedName(char) - Method in class org.eclipse.jdt.internal.core.BinaryType
 
getTypeQualifiedName(char, boolean) - Method in class org.eclipse.jdt.internal.core.NamedMember
 
getTypeQualifiedName() - Method in class org.eclipse.jdt.internal.core.SourceType
 
getTypeQualifiedName(char) - Method in class org.eclipse.jdt.internal.core.SourceType
 
getTypeReference(int) - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
getTypeReference(Expression) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
getTypeReference(int) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
getTypeReference(int) - Method in class org.eclipse.jdt.internal.compiler.SourceElementParser
 
getTypeReference(int) - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocatorParser
 
getTypeReferenceForGenericType(int, int, int) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
getTypeReferenceForGenericType(int, int, int) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
getTypeRoot() - Method in class org.eclipse.jdt.core.dom.CompilationUnit
The Java type root (a compilation unit or a class file) this compilation unit was created from, or null if it was not created from a Java type root.
getTypeRoot() - Method in interface org.eclipse.jdt.core.ILocalVariable
Returns the Java type root in which this local variable is declared.
getTypeRoot() - Method in interface org.eclipse.jdt.core.IMember
Returns the Java type root in which this member is declared.
getTypeRoot() - Method in interface org.eclipse.jdt.core.ITypeParameter
Returns the Java type root in which this type parameter is declared.
getTypeRoot() - Method in class org.eclipse.jdt.internal.core.ClassFile
 
getTypeRoot() - Method in class org.eclipse.jdt.internal.core.CompilationUnit
 
getTypeRoot() - Method in class org.eclipse.jdt.internal.core.LocalVariable
Returns the Java type root in which this local variable is declared.
getTypeRoot() - Method in class org.eclipse.jdt.internal.core.Member
 
getTypeRoot() - Method in class org.eclipse.jdt.internal.core.TypeParameter
Returns the Java type root in which this type parameter is declared.
getTypes() - Method in class org.eclipse.jdt.core.dom.TypeDeclaration
Returns the ordered list of member type declarations of this type declaration.
getTypes() - Method in interface org.eclipse.jdt.core.ICompilationUnit
Returns the top-level types declared in this compilation unit in the order in which they appear in the source.
getTypes() - Method in interface org.eclipse.jdt.core.IType
Returns the immediate member types declared by this type.
getTypes() - Method in class org.eclipse.jdt.internal.core.BinaryType
 
getTypes() - Method in class org.eclipse.jdt.internal.core.CompilationUnit
 
getTypes() - Method in class org.eclipse.jdt.internal.core.JavaElementRequestor
 
getTypes() - Method in class org.eclipse.jdt.internal.core.SourceType
 
getTypeSignature() - Method in interface org.eclipse.jdt.core.IField
Returns the type signature of this field.
getTypeSignature() - Method in interface org.eclipse.jdt.core.ILocalVariable
Returns the type signature of this local variable.
getTypeSignature(TypeBinding) - Static method in class org.eclipse.jdt.internal.codeassist.impl.Engine
 
getTypeSignature() - Method in class org.eclipse.jdt.internal.core.LocalVariable
 
getTypeSignature() - Method in class org.eclipse.jdt.internal.core.SourceField
 
getTypeSignature() - Method in class org.eclipse.jdt.internal.core.SourceFieldElementInfo
Returns the type signature of the field.
getTypeSignatureKind(char[]) - Static method in class org.eclipse.jdt.core.Signature
Returns the kind of type signature encoded by the given string.
getTypeSignatureKind(String) - Static method in class org.eclipse.jdt.core.Signature
Returns the kind of type signature encoded by the given string.
getTypeVariable(char[]) - Static method in class org.eclipse.jdt.core.Signature
Extracts the type variable name from the given formal type parameter signature.
getTypeVariable(String) - Static method in class org.eclipse.jdt.core.Signature
Extracts the type variable name from the given formal type parameter signature.
getTypeVariable(char[]) - Method in class org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding
 
getTypeVariable(char[]) - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
 
getTypeVariable(char[]) - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
 
getUnderlyingResource() - Method in interface org.eclipse.jdt.core.IBuffer
Returns the underlying resource for which this buffer was opened, or null if this buffer was not opened on a resource.
getUnderlyingResource() - Method in interface org.eclipse.jdt.core.IJavaElement
Returns the smallest underlying resource that contains this element, or null if this element is not contained in a resource.
getUnderlyingResource() - Method in class org.eclipse.jdt.internal.core.Buffer
 
getUnderlyingResource() - Method in class org.eclipse.jdt.internal.core.CompilationUnit
 
getUnderlyingResource() - Method in class org.eclipse.jdt.internal.core.ExternalPackageFragmentRoot
 
getUnderlyingResource() - Method in class org.eclipse.jdt.internal.core.JarPackageFragmentRoot
 
getUnderlyingResource() - Method in class org.eclipse.jdt.internal.core.JavaModel
 
getUnderlyingResource() - Method in class org.eclipse.jdt.internal.core.JavaProject
 
getUnderlyingResource() - Method in class org.eclipse.jdt.internal.core.LocalVariable
 
getUnderlyingResource() - Method in class org.eclipse.jdt.internal.core.Openable
 
getUnderlyingResource() - Method in class org.eclipse.jdt.internal.core.PackageFragment
 
getUnderlyingResource() - Method in class org.eclipse.jdt.internal.core.PackageFragmentRoot
 
getUnderlyingResource() - Method in class org.eclipse.jdt.internal.core.SourceRefElement
 
getUnit() - Method in class java_cup.runtime.ComplexSymbolFactory.Location
 
getUnitToProcess(int) - Method in class org.eclipse.jdt.internal.compiler.Compiler
 
getUnqualifiedMethodHandle(IMethod, boolean) - Method in class org.eclipse.jdt.internal.core.SourceMapper
Creates a handle that has parameter types that are not fully qualified so that the correct source is found.
getUnresolvedJavaElement(FieldBinding, WorkingCopyOwner, Util.BindingsToNodesMap) - Static method in class org.eclipse.jdt.internal.core.util.Util
Return the java element corresponding to the given compiler binding.
getUnresolvedJavaElement(int, int, JavaElement) - Static method in class org.eclipse.jdt.internal.core.util.Util
Returns the IInitializer that contains the given local variable in the given type
getUnresolvedJavaElement(MethodBinding, WorkingCopyOwner, Util.BindingsToNodesMap) - Static method in class org.eclipse.jdt.internal.core.util.Util
Return the java element corresponding to the given compiler binding.
getUnresolvedJavaElement(TypeBinding, WorkingCopyOwner, Util.BindingsToNodesMap) - Static method in class org.eclipse.jdt.internal.core.util.Util
Return the java element corresponding to the given compiler binding.
getUnspecifiedReference() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
getUnspecifiedReference() - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionParser
 
getUnspecifiedReference() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
getUnspecifiedReference() - Method in class org.eclipse.jdt.internal.compiler.SourceElementParser
 
getUnspecifiedReference() - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocatorParser
 
getUnspecifiedReference() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetParser
 
getUnspecifiedReferenceOptimized() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
getUnspecifiedReferenceOptimized() - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
getUnspecifiedReferenceOptimized() - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionParser
 
getUnspecifiedReferenceOptimized() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
getUnspecifiedReferenceOptimized() - Method in class org.eclipse.jdt.internal.compiler.SourceElementParser
 
getUnspecifiedReferenceOptimized() - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocatorParser
 
getUnspecifiedReferenceOptimized() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetParser
 
getUrl() - Method in class org.eclipse.jdt.internal.core.index.IndexLocation
 
getURLContents(String) - Method in class org.eclipse.jdt.internal.core.JavaElement
 
getURLContents(String, String) - Method in class org.eclipse.jdt.internal.eval.CodeSnippetSkeleton
 
getUserLibrary(String) - Method in class org.eclipse.jdt.internal.core.UserLibraryManager
 
getUserLibraryManager() - Static method in class org.eclipse.jdt.internal.core.JavaModelManager
 
getUserLibraryNames() - Static method in class org.eclipse.jdt.core.JavaCore
Returns the names of all defined user libraries.
getUserLibraryNames() - Method in class org.eclipse.jdt.internal.core.UserLibraryManager
 
getUtf8Length() - Method in interface org.eclipse.jdt.core.util.IConstantPoolEntry
Returns the utf8 length for a CONSTANT_Utf8 type entry.
getUtf8Length() - Method in class org.eclipse.jdt.internal.core.util.ConstantPoolEntry
 
getUtf8Value() - Method in interface org.eclipse.jdt.core.util.IConstantPoolEntry
Returns the utf8 value for a CONSTANT_Utf8 type entry.
getUtf8Value() - Method in class org.eclipse.jdt.internal.core.util.ConstantPoolEntry
 
getValue() - Method in interface org.eclipse.jdt.core.dom.IMemberValuePairBinding
Returns the resolved value.
getValue() - Method in class org.eclipse.jdt.core.dom.MemberValuePair
Returns the value expression.
getValue() - Method in class org.eclipse.jdt.core.dom.SingleMemberAnnotation
Returns the value of this annotation.
getValue() - Method in interface org.eclipse.jdt.core.IClasspathAttribute
Returns the value of this classpath attribute.
getValue() - Method in interface org.eclipse.jdt.core.IMemberValuePair
Returns the value of this member-value pair.
getValue() - Method in class org.eclipse.jdt.internal.compiler.classfmt.ElementValuePairInfo
 
getValue() - Method in interface org.eclipse.jdt.internal.compiler.env.IBinaryElementValuePair
Return ClassSignature for a Class Class.
getValue(Expression) - Static method in class org.eclipse.jdt.internal.compiler.lookup.ElementValuePair
 
getValue() - Method in class org.eclipse.jdt.internal.compiler.lookup.ElementValuePair
Return TypeBinding for member value of type Class Return Constant for member of primitive type or String Return FieldBinding for enum constant Return AnnotationBinding for annotation instance Return Object[] for member value of array type.
getValue() - Method in class org.eclipse.jdt.internal.core.ClasspathAttribute
 
getValue() - Method in class org.eclipse.jdt.internal.core.MemberValuePair
 
getValue() - Method in interface org.eclipse.jdt.internal.core.util.ICacheEnumeration
Returns the value of the previously accessed key in the enumeration.
getValue() - Method in class org.eclipse.jdt.internal.eval.EvaluationResult
Returns a proxy object on this result's value.
getValueDisplayString() - Method in class org.eclipse.jdt.internal.eval.EvaluationResult
Returns the displayable representation of this result's value.
getValueKind() - Method in interface org.eclipse.jdt.core.IMemberValuePair
Returns the value kind of this member-value pair.
getValueKind() - Method in class org.eclipse.jdt.internal.core.MemberValuePair
 
getValuesNumber() - Method in interface org.eclipse.jdt.core.util.IAnnotationComponentValue
Returns the number of values as described in the JVM specifications if the tag item is '['.
getValuesNumber() - Method in class org.eclipse.jdt.internal.core.util.AnnotationComponentValue
 
getValueType() - Method in class org.eclipse.jdt.core.dom.SimplePropertyDescriptor
Returns the value type of this property.
getValueTypeName() - Method in class org.eclipse.jdt.internal.eval.EvaluationResult
Returns the dot-separated fully qualified name of this result's value type.
getVarClassName() - Method in class org.eclipse.jdt.internal.core.eval.EvaluationContextWrapper
 
getVarClassName() - Method in class org.eclipse.jdt.internal.eval.EvaluationContext
 
getVariableDeclaration() - Method in interface org.eclipse.jdt.core.dom.IVariableBinding
Returns the binding for the variable declaration corresponding to this variable binding.
getVariableId() - Method in interface org.eclipse.jdt.core.dom.IVariableBinding
Returns a small integer variable id for this variable binding.
getVersion() - Method in class org.eclipse.jdt.internal.compiler.classfmt.ClassFileReader
Answer the major/minor version defined in this class file according to the VM spec.
getViolatedRestriction(char[]) - Method in class org.eclipse.jdt.internal.compiler.env.AccessRuleSet
Select the first access rule which is violated when accessing a given type, or null if no 'non accessible' access rule applies.
getVisibilityString(int) - Method in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
getVisibleElements(String) - Method in class org.eclipse.jdt.core.CompletionContext
Return the elements which are visible from the completion location and which can be assigned to the given type.
getVisibleElements(String) - Method in class org.eclipse.jdt.internal.codeassist.InternalCompletionContext
Return the elements which are visible from the completion location and which can be assigned to the given type.
getVisibleElements(String) - Method in class org.eclipse.jdt.internal.codeassist.InternalExtendedCompletionContext
 
getVisibleFields() - Method in class org.eclipse.jdt.internal.codeassist.InternalCompletionContext
Return the bindings of all visible fields in the current completion context.
getVisibleFields() - Method in class org.eclipse.jdt.internal.codeassist.InternalExtendedCompletionContext
 
getVisibleLocalVariables() - Method in class org.eclipse.jdt.internal.codeassist.InternalCompletionContext
Return the bindings of all visible local variables in the current completion context.
getVisibleLocalVariables() - Method in class org.eclipse.jdt.internal.codeassist.InternalExtendedCompletionContext
 
getVisibleMethods() - Method in class org.eclipse.jdt.internal.codeassist.InternalCompletionContext
Return the bindings of all visible methods in the current completion context.
getVisibleMethods() - Method in class org.eclipse.jdt.internal.codeassist.InternalExtendedCompletionContext
 
getWarningCount() - Method in class java_cup.ErrorManager
 
getWarningToken(int) - Static method in class org.eclipse.jdt.core.CorrectionEngine
Returns a token which can be used to suppress a given warning using @SuppressWarnings annotation, for a given problem ID (IProblem).
getWildcard() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
Returns the corresponding wildcard binding of this capture binding.
getWord() - Method in class org.eclipse.jdt.internal.core.index.EntryResult
 
getWorked() - Method in class org.eclipse.jdt.internal.core.BatchInitializationMonitor
 
getWorkingCopies(WorkingCopyOwner) - Static method in class org.eclipse.jdt.core.JavaCore
Returns the working copies that have the given owner.
getWorkingCopies(WorkingCopyOwner, boolean) - Method in class org.eclipse.jdt.internal.core.JavaModelManager
 
getWorkingCopy() - Method in class org.eclipse.jdt.core.compiler.ReconcileContext
Returns the working copy this context refers to.
getWorkingCopy(IProgressMonitor, IBufferFactory) - Method in interface org.eclipse.jdt.core.IClassFile
Deprecated. Use ITypeRoot.getWorkingCopy(WorkingCopyOwner, IProgressMonitor) instead
getWorkingCopy(IProgressMonitor) - Method in interface org.eclipse.jdt.core.ICompilationUnit
Returns a new working copy of this compilation unit if it is a primary compilation unit, or this compilation unit if it is already a non-primary working copy.
getWorkingCopy(WorkingCopyOwner, IProblemRequestor, IProgressMonitor) - Method in interface org.eclipse.jdt.core.ICompilationUnit
Deprecated. Use ITypeRoot.getWorkingCopy(WorkingCopyOwner, IProgressMonitor) instead. Note that if this deprecated method is used, problems will be reported on the passed problem requester as well as on the problem requestor returned by the working copy owner (if not null).
getWorkingCopy(WorkingCopyOwner, IProgressMonitor) - Method in interface org.eclipse.jdt.core.ITypeRoot
Returns a shared working copy on this compilation unit or class file using the given working copy owner to create the buffer.
getWorkingCopy() - Method in interface org.eclipse.jdt.core.IWorkingCopy
Deprecated. Use ICompilationUnit.getWorkingCopy(IProgressMonitor) instead.
getWorkingCopy(IProgressMonitor, IBufferFactory, IProblemRequestor) - Method in interface org.eclipse.jdt.core.IWorkingCopy
Deprecated. Use ICompilationUnit.getWorkingCopy(WorkingCopyOwner, IProblemRequestor, IProgressMonitor) instead.
getWorkingCopy() - Method in class org.eclipse.jdt.internal.core.BecomeWorkingCopyOperation
 
getWorkingCopy(WorkingCopyOwner, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.ClassFile
 
getWorkingCopy(IProgressMonitor, IBufferFactory) - Method in class org.eclipse.jdt.internal.core.ClassFile
Deprecated.  
getWorkingCopy() - Method in class org.eclipse.jdt.internal.core.CompilationUnit
Deprecated.  
getWorkingCopy(IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.CompilationUnit
 
getWorkingCopy(WorkingCopyOwner, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.CompilationUnit
 
getWorkingCopy(IProgressMonitor, IBufferFactory, IProblemRequestor) - Method in class org.eclipse.jdt.internal.core.CompilationUnit
Deprecated.  
getWorkingCopy(WorkingCopyOwner, IProblemRequestor, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.CompilationUnit
Deprecated.  
getWorkingCopy() - Method in class org.eclipse.jdt.internal.core.DiscardWorkingCopyOperation
Returns the working copy this operation is working on.
getWorkingCopy() - Method in class org.eclipse.jdt.internal.core.JavaModelManager.PerWorkingCopyInfo
 
getWorkingCopy() - Method in class org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation
Returns the working copy this operation is working on.
getWorkspace() - Method in interface org.eclipse.jdt.core.IJavaModel
Returns the workspace associated with this Java model.
getWorkspace() - Method in class org.eclipse.jdt.internal.core.JavaModel
Returns the workbench associated with this object.
getWorkspaceScope() - Method in class org.eclipse.jdt.internal.core.JavaModelManager
 
getWorkspaceTarget(IPath) - Static method in class org.eclipse.jdt.internal.core.JavaModel
 
getWrappedConstantValue() - Method in class org.eclipse.jdt.internal.compiler.classfmt.FieldInfo
Return a wrapper that contains the constant of the field.
getWrappingStyle(String) - Static method in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
Return the wrapping style of the given alignment value.
getZipEntryByteContent(ZipEntry, ZipFile) - Static method in class org.eclipse.jdt.internal.compiler.util.Util
Returns the contents of the given zip entry as a byte array.
getZipFile() - Method in class org.eclipse.jdt.internal.core.JarEntryResource
 
getZipFile(IPath) - Method in class org.eclipse.jdt.internal.core.JavaModelManager
Returns the open ZipFile at the given path.
GLOBAL_VARS_CLASS_NAME_PREFIX - Static variable in interface org.eclipse.jdt.internal.eval.EvaluationConstants
 
globalErrorsCount - Variable in class org.eclipse.jdt.internal.compiler.batch.Main
 
globalOptions - Variable in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
 
globalProblemsCount - Variable in class org.eclipse.jdt.internal.compiler.batch.Main
 
globalTasksCount - Variable in class org.eclipse.jdt.internal.compiler.batch.Main
 
GlobalVariable - Class in org.eclipse.jdt.internal.eval
A global variable is a variable defined for an evaluation context and that persists accross evaluations.
GlobalVariable(char[], char[], char[]) - Constructor for class org.eclipse.jdt.internal.eval.GlobalVariable
Creates a new global variable with the given type name, name and initializer.
globalWarningsCount - Variable in class org.eclipse.jdt.internal.compiler.batch.Main
 
goForBlockStatementsopt() - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
goForBlockStatementsopt() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
goForBlockStatementsOrCatchHeader() - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
goForBlockStatementsOrCatchHeader() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
goForClassBodyDeclarations() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
goForCompilationUnit() - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
goForCompilationUnit() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
goForExpression() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
goForFieldDeclaration() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
goForGenericMethodDeclaration() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
goForHeaders() - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
goForHeaders() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
goForImportDeclaration() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
goForInitializer() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
goForMemberValue() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
goForMethodBody() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
goForPackageDeclaration() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
goForTypeDeclaration() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
GOTO - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
goto_(BranchLabel) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
We didn't call it goto, because there is a conflit with the goto keyword
goto_(BranchLabel) - Method in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream
 
goto_table_time - Static variable in class java_cup.emit
Time to produce the reduce-goto table.
GOTO_W - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
goto_w(BranchLabel) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
goto_w(BranchLabel) - Method in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream
 
GREATER - Static variable in class org.eclipse.jdt.core.dom.InfixExpression.Operator
Greater than ">" operator.
GREATER - Static variable in interface org.eclipse.jdt.internal.compiler.ast.OperatorIds
 
GREATER_EQUAL - Static variable in interface org.eclipse.jdt.internal.compiler.ast.OperatorIds
 
GREATER_EQUALS - Static variable in class org.eclipse.jdt.core.dom.InfixExpression.Operator
Greater than or equals ">=;" operator.
greaterLowerBound(ReferenceBinding[]) - Static method in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
greaterLowerBound(TypeBinding[]) - Static method in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
GROUP0 - Static variable in class org.eclipse.jdt.internal.compiler.impl.IrritantSet
 
GROUP1 - Static variable in class org.eclipse.jdt.internal.compiler.impl.IrritantSet
 
GROUP2 - Static variable in class org.eclipse.jdt.internal.compiler.impl.IrritantSet
 
GROUP_MASK - Static variable in class org.eclipse.jdt.internal.compiler.impl.IrritantSet
 
GROUP_MAX - Static variable in class org.eclipse.jdt.internal.compiler.impl.IrritantSet
 
GROUP_SHIFT - Static variable in class org.eclipse.jdt.internal.compiler.impl.IrritantSet
 
groupElements() - Method in class org.eclipse.jdt.internal.core.DeleteElementsOperation
Groups the elements to be processed by their compilation unit.
growAndAddToArray(IType[], IType[]) - Method in class org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy
Adds the new elements to a new array that contains all of the elements of the old array.
growAndAddToArray(IType[], IType) - Method in class org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy
Adds the new element to a new array that contains all of the elements of the old array.
growAndAddToArray(IJavaElementDelta[], IJavaElementDelta) - Method in class org.eclipse.jdt.internal.core.JavaElementDelta
Adds the new element to a new array that contains all of the elements of the old array.
guess(TypeReference, Scope, MissingTypesGuesser.GuessedTypeRequestor) - Method in class org.eclipse.jdt.internal.codeassist.MissingTypesGuesser
 

H

handle(int, String[], int, String[], int, int, int, ReferenceContext, CompilationResult) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemHandler
 
handle(int, String[], String[], int, int, ReferenceContext, CompilationResult) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemHandler
Standard problem handling API, the actual severity (warning/error/ignore) is deducted from the problem ID and the current compiler options.
handle - Variable in class org.eclipse.jdt.internal.core.SourceTypeElementInfo
Backpointer to my type handle - useful for translation from info to handle.
handleBootclasspath(ArrayList, String) - Method in class org.eclipse.jdt.internal.compiler.batch.Main
 
handleClasspath(ArrayList, String) - Method in class org.eclipse.jdt.internal.compiler.batch.Main
 
handledExceptions - Variable in class org.eclipse.jdt.internal.compiler.flow.ExceptionHandlingFlowContext
 
handleEndorseddirs(ArrayList) - Method in class org.eclipse.jdt.internal.compiler.batch.Main
 
handleErrorToken(String, boolean) - Method in class org.eclipse.jdt.internal.compiler.batch.Main
 
handleExtdirs(ArrayList) - Method in class org.eclipse.jdt.internal.compiler.batch.Main
 
handleFactory - Variable in class org.eclipse.jdt.internal.core.search.matching.MatchLocator
 
handleFactory - Variable in class org.eclipse.jdt.internal.core.SelectionRequestor
 
HandleFactory - Class in org.eclipse.jdt.internal.core.util
Creates java element handles.
HandleFactory() - Constructor for class org.eclipse.jdt.internal.core.util.HandleFactory
 
handleInstallException(InstallException) - Method in class org.eclipse.jdt.internal.core.eval.EvaluationContextWrapper
Handles an install exception by throwing a Java Model exception.
handleInternalException(Throwable, CompilationUnitDeclaration, CompilationResult) - Method in class org.eclipse.jdt.internal.compiler.Compiler
 
handleInternalException(AbortCompilation, CompilationUnitDeclaration) - Method in class org.eclipse.jdt.internal.compiler.Compiler
 
handleLineTooLong() - Method in class org.eclipse.jdt.internal.formatter.Scribe
 
handleResourceAssignment(BlockScope, FlowInfo, FlowInfo, ASTNode, Expression, LocalVariableBinding) - Static method in class org.eclipse.jdt.internal.compiler.ast.FakedTrackingVariable
Check if the rhs of an assignment or local declaration is an (Auto)Closeable.
handleStack - Variable in class org.eclipse.jdt.internal.core.CompilationUnitStructureRequestor
Stack of parent handles, corresponding to the info stack.
handleWarningToken(String, boolean) - Method in class org.eclipse.jdt.internal.compiler.batch.Main
 
has1_5Compliance - Variable in class org.eclipse.jdt.internal.compiler.parser.TypeConverter
 
HAS_DELTA - Static variable in class org.eclipse.jdt.internal.core.ClasspathChange
 
HAS_LIBRARY_CHANGE - Static variable in class org.eclipse.jdt.internal.core.ClasspathChange
 
HAS_MODIFIED_RESOURCE_ATTR - Static variable in class org.eclipse.jdt.internal.core.JavaModelOperation
 
HAS_PROJECT_CHANGE - Static variable in class org.eclipse.jdt.internal.core.ClasspathChange
 
HasAbstractMethods - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
HasAllMethodBodies - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
hasAllowedProblems - Variable in class org.eclipse.jdt.internal.codeassist.CompletionEngine.CompletionProblemFactory
 
hasAlreadyDefinedType(CompilationUnitDeclaration) - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocator
 
hasAnnotations() - Method in class org.eclipse.jdt.core.compiler.BuildContext
Returns whether the compilation unit contained any annotations when it was compiled.
hasAnnotations - Variable in class org.eclipse.jdt.internal.compiler.CompilationResult
 
hasAnnotations - Variable in class org.eclipse.jdt.internal.core.builder.CompilationParticipantResult
 
hasAnnotations() - Method in class org.eclipse.jdt.internal.core.builder.CompilationParticipantResult
Returns whether the compilation unit contained any annotations when it was compiled.
hasArrayTypeAsExpectedSuperTypes() - Method in class org.eclipse.jdt.internal.codeassist.CompletionEngine
 
hasBeenAccepted - Variable in class org.eclipse.jdt.internal.compiler.CompilationResult
 
HasBeenGenerated - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
HasBeenResolved - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
hasBindingsRecovery() - Method in class org.eclipse.jdt.core.dom.AST
Returns true if the ast tree was created with bindings recovery, false otherwise
hasBuffer() - Method in class org.eclipse.jdt.internal.core.ClassFile
 
hasBuffer() - Method in class org.eclipse.jdt.internal.core.CompilationUnit
 
hasBuffer() - Method in class org.eclipse.jdt.internal.core.Openable
Returns true if this element may have an associated source buffer, otherwise false.
hasBuildState() - Method in interface org.eclipse.jdt.core.IJavaProject
Returns whether this project has been built at least once and thus whether it has a build state.
hasBuildState() - Method in class org.eclipse.jdt.internal.core.JavaProject
 
hasChanged() - Method in class org.eclipse.jdt.internal.core.index.Index
 
hasChangedProperties(ASTNode) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.RewriteEventStore
 
hasChildren() - Method in interface org.eclipse.jdt.core.IParent
Returns whether this element has one or more immediate children.
hasChildren() - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistCompilationUnit
 
hasChildren() - Method in class org.eclipse.jdt.internal.core.JavaElement
 
hasChildren() - Method in class org.eclipse.jdt.internal.core.PackageFragment
 
hasChildren() - Method in class org.eclipse.jdt.internal.core.PackageFragmentRoot
 
hasChildren() - Method in class org.eclipse.jdt.internal.core.SourceRefElement
 
hasClasspathCycle(IClasspathEntry[]) - Method in interface org.eclipse.jdt.core.IJavaProject
Returns whether setting this project's classpath to the given classpath entries would result in a cycle.
hasClasspathCycle(IClasspathEntry[]) - Method in class org.eclipse.jdt.internal.core.JavaProject
 
hasConstant() - Method in class org.eclipse.jdt.internal.compiler.classfmt.FieldInfo
Return true if the field has a constant value attribute, false otherwise.
hasConstantValueAttribute() - Method in interface org.eclipse.jdt.core.util.IFieldInfo
Return true if the field info has a constant value attribute, false otherwise.
hasConstantValueAttribute() - Method in class org.eclipse.jdt.internal.core.util.FieldInfo
 
hasCycleMarker() - Method in class org.eclipse.jdt.internal.core.JavaProject
 
hasDefinitelyNoResource(FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.FakedTrackingVariable
Answer true if we know for sure that no resource is bound to this variable at the point of 'flowInfo'.
HasDirectWildcard - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
 
hasDotDot(IPath) - Static method in class org.eclipse.jdt.internal.core.ClasspathEntry
 
hasEmptyName(TypeReference, ASTNode) - Static method in class org.eclipse.jdt.internal.codeassist.CompletionUnitStructureRequestor
 
hasErasedCandidatesCollisions(TypeBinding, TypeBinding, Map, ReferenceBinding, ASTNode) - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
hasError - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
hasErrors() - Method in class org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
 
hasErrors() - Method in class org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration
 
hasErrors() - Method in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
 
hasErrors() - Method in class org.eclipse.jdt.internal.compiler.CompilationResult
 
hasErrors() - Method in interface org.eclipse.jdt.internal.compiler.impl.ReferenceContext
 
hasErrors() - Method in class org.eclipse.jdt.internal.eval.EvaluationResult
Returns whether there are errors in the code snippet or the global variable definition.
hasEscapingExceptions() - Method in class org.eclipse.jdt.internal.compiler.flow.LoopingFlowContext
 
hasExtendedOperands() - Method in class org.eclipse.jdt.core.dom.InfixExpression
Returns where there are any extended operands.
hasFineGrainChanges() - Method in class org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy
 
hasForbiddenProblems - Variable in class org.eclipse.jdt.internal.codeassist.CompletionEngine.CompletionProblemFactory
 
hasFramePositions() - Method in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream
 
hash(int) - Method in class org.eclipse.jdt.internal.compiler.codegen.IntegerCache
Return a hashcode for the value of the key parameter.
hash(long) - Method in class org.eclipse.jdt.internal.compiler.codegen.LongCache
Return a hashcode for the value of the key parameter.
hashCode() - Method in class java_cup.action_part
Produce a hash code.
hashCode() - Method in class java_cup.lalr_item
Return a hash code -- here we only hash the core since we only test core matching in LALR items.
hashCode() - Method in class java_cup.lalr_item_set
Return hash code.
hashCode() - Method in class java_cup.lalr_state
Produce a hash code.
hashCode() - Method in class java_cup.lr_item_core
Hash code for the item.
hashCode() - Method in class java_cup.nonassoc_action
Compute a hash code.
hashCode() - Method in class java_cup.parse_action
Compute a hash code.
hashCode() - Method in class java_cup.production
Produce a hash code.
hashCode() - Method in class java_cup.production_part
Produce a hash code.
hashCode() - Method in class java_cup.reduce_action
Compute a hash code.
hashCode() - Method in class java_cup.shift_action
Compute a hash code.
hashCode() - Method in class java_cup.symbol_part
Produce a hash code.
hashCode() - Method in class java_cup.symbol_set
Compute a hash code.
hashCode(char[]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers a hashcode for the array
hashCode() - Method in class org.eclipse.jdt.core.dom.ASTNode
 
hashCode() - Method in class org.eclipse.jdt.core.SourceRange
 
hashCode() - Method in class org.eclipse.jdt.internal.compiler.batch.ClasspathLocation
 
hashCode() - Method in class org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo
 
hashCode() - Method in class org.eclipse.jdt.internal.compiler.classfmt.ElementValuePairInfo
 
hashCode() - Method in class org.eclipse.jdt.internal.compiler.classfmt.FieldInfo
 
hashCode() - Method in class org.eclipse.jdt.internal.compiler.classfmt.MethodInfo
 
HashCode - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
hashCode(Object) - Method in class org.eclipse.jdt.internal.compiler.codegen.ObjectCache
Return the hashcode for the key parameter
hashCode() - Method in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.ExceptionMarker
 
hashCode() - Method in class org.eclipse.jdt.internal.compiler.codegen.VerificationTypeInfo
 
hashCode() - Method in class org.eclipse.jdt.internal.compiler.env.AccessRule
 
hashCode() - Method in class org.eclipse.jdt.internal.compiler.env.AccessRuleSet
 
hashCode() - Method in class org.eclipse.jdt.internal.compiler.env.ClassSignature
 
hashCode() - Method in class org.eclipse.jdt.internal.compiler.env.EnumConstantSignature
 
hashCode() - Method in class org.eclipse.jdt.internal.compiler.impl.BooleanConstant
 
hashCode() - Method in class org.eclipse.jdt.internal.compiler.impl.ByteConstant
 
hashCode() - Method in class org.eclipse.jdt.internal.compiler.impl.CharConstant
 
hashCode() - Method in class org.eclipse.jdt.internal.compiler.impl.DoubleConstant
 
hashCode() - Method in class org.eclipse.jdt.internal.compiler.impl.FloatConstant
 
hashCode() - Method in class org.eclipse.jdt.internal.compiler.impl.IntConstant
 
hashCode() - Method in class org.eclipse.jdt.internal.compiler.impl.LongConstant
 
hashCode() - Method in class org.eclipse.jdt.internal.compiler.impl.ShortConstant
 
hashCode() - Method in class org.eclipse.jdt.internal.compiler.impl.StringConstant
 
hashCode() - Method in class org.eclipse.jdt.internal.compiler.lookup.ArrayBinding
 
hashCode() - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
 
HASHCODE - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
hashCode() - Method in class org.eclipse.jdt.internal.compiler.lookup.WildcardBinding
 
hashCode(Object[]) - Static method in class org.eclipse.jdt.internal.compiler.util.Util
 
hashCode() - Method in class org.eclipse.jdt.internal.core.Annotation
 
hashCode() - Method in class org.eclipse.jdt.internal.core.BufferFactoryWrapper
Deprecated.  
hashCode() - Method in class org.eclipse.jdt.internal.core.builder.ClasspathDirectory
 
hashCode() - Method in class org.eclipse.jdt.internal.core.builder.ClasspathJar
 
hashCode() - Method in class org.eclipse.jdt.internal.core.builder.SourceFile
 
hashCode() - Method in class org.eclipse.jdt.internal.core.ClassFile
 
hashCode() - Method in class org.eclipse.jdt.internal.core.ClasspathAttribute
 
hashCode() - Method in class org.eclipse.jdt.internal.core.ClasspathChange
 
hashCode() - Method in class org.eclipse.jdt.internal.core.ClasspathEntry
Returns the hash code for this classpath entry
hashCode() - Method in class org.eclipse.jdt.internal.core.dom.rewrite.RewriteEventStore.PropertyLocation
 
hashCode() - Method in class org.eclipse.jdt.internal.core.ExternalPackageFragmentRoot
 
hashCode() - Method in class org.eclipse.jdt.internal.core.index.FileIndexLocation
 
hashCode() - Method in class org.eclipse.jdt.internal.core.index.IndexLocation
 
hashCode() - Method in class org.eclipse.jdt.internal.core.Initializer
 
hashCode() - Method in class org.eclipse.jdt.internal.core.JarEntryResource
 
hashCode() - Method in class org.eclipse.jdt.internal.core.JarPackageFragmentRoot
 
hashCode() - Method in class org.eclipse.jdt.internal.core.JavaElement
Returns the hash code for this Java element.
hashCode() - Method in class org.eclipse.jdt.internal.core.JavaProject
 
hashCode() - Method in class org.eclipse.jdt.internal.core.LocalVariable
 
hashCode() - Method in class org.eclipse.jdt.internal.core.MemberValuePair
 
hashCode() - Method in class org.eclipse.jdt.internal.core.NonJavaResource
 
hashCode() - Method in class org.eclipse.jdt.internal.core.PackageFragment
 
hashCode() - Method in class org.eclipse.jdt.internal.core.PackageFragmentRoot
 
hashCode() - Method in class org.eclipse.jdt.internal.core.search.indexing.IndexAllProject
 
hashCode() - Method in class org.eclipse.jdt.internal.core.search.indexing.IndexBinaryFolder
 
hashCode() - Method in class org.eclipse.jdt.internal.core.search.JavaSearchTypeNameMatch
 
hashCode() - Method in class org.eclipse.jdt.internal.core.search.JavaWorkspaceScope
 
hashCode() - Method in class org.eclipse.jdt.internal.core.search.matching.ClasspathSourceDirectory
 
hashCode() - Method in class org.eclipse.jdt.internal.core.search.matching.PossibleMatch
 
hashCode() - Method in class org.eclipse.jdt.internal.core.SourceMapper.LocalVariableElementKey
 
hashCode() - Method in class org.eclipse.jdt.internal.core.SourceMethod
 
hashCode() - Method in class org.eclipse.jdt.internal.core.UserLibrary
 
hashCode - Variable in class org.eclipse.jdt.internal.core.util.WeakHashSet.HashableWeakReference
 
hashCode() - Method in class org.eclipse.jdt.internal.core.util.WeakHashSet.HashableWeakReference
 
hashCode - Variable in class org.eclipse.jdt.internal.core.util.WeakHashSetOfCharArray.HashableWeakReference
 
hashCode() - Method in class org.eclipse.jdt.internal.core.util.WeakHashSetOfCharArray.HashableWeakReference
 
hashcode_cache - Variable in class java_cup.lalr_item_set
Cached hashcode for this set.
HashCodeSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
HashSetOfArray - Class in org.eclipse.jdt.internal.core.util
HashSet of Object[]
HashSetOfArray() - Constructor for class org.eclipse.jdt.internal.core.util.HashSetOfArray
 
HashSetOfArray(int) - Constructor for class org.eclipse.jdt.internal.core.util.HashSetOfArray
 
HashSetOfCharArrayArray - Class in org.eclipse.jdt.internal.core.util
HashSet of char[][]
HashSetOfCharArrayArray() - Constructor for class org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray
 
HashSetOfCharArrayArray(int) - Constructor for class org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray
 
HashSetOfInt - Class in org.eclipse.jdt.internal.compiler.util
HashSet of Object[]
HashSetOfInt() - Constructor for class org.eclipse.jdt.internal.compiler.util.HashSetOfInt
 
HashSetOfInt(int) - Constructor for class org.eclipse.jdt.internal.compiler.util.HashSetOfInt
 
HashtableOfArrayToObject - Class in org.eclipse.jdt.internal.core.util
Hashtable of {Object[] --> Object }
HashtableOfArrayToObject() - Constructor for class org.eclipse.jdt.internal.core.util.HashtableOfArrayToObject
 
HashtableOfArrayToObject(int) - Constructor for class org.eclipse.jdt.internal.core.util.HashtableOfArrayToObject
 
HashtableOfInt - Class in org.eclipse.jdt.internal.compiler.util
Hashtable for non-zero int keys.
HashtableOfInt() - Constructor for class org.eclipse.jdt.internal.compiler.util.HashtableOfInt
 
HashtableOfInt(int) - Constructor for class org.eclipse.jdt.internal.compiler.util.HashtableOfInt
 
HashtableOfIntValues - Class in org.eclipse.jdt.internal.compiler.util
Hashtable of {char[] --> int}
HashtableOfIntValues() - Constructor for class org.eclipse.jdt.internal.compiler.util.HashtableOfIntValues
 
HashtableOfIntValues(int) - Constructor for class org.eclipse.jdt.internal.compiler.util.HashtableOfIntValues
 
HashtableOfLong - Class in org.eclipse.jdt.internal.compiler.util
Hashtable for non-zero long keys.
HashtableOfLong() - Constructor for class org.eclipse.jdt.internal.compiler.util.HashtableOfLong
 
HashtableOfLong(int) - Constructor for class org.eclipse.jdt.internal.compiler.util.HashtableOfLong
 
HashtableOfObject - Class in org.eclipse.jdt.internal.compiler.util
Hashtable of {char[] --> Object }
HashtableOfObject() - Constructor for class org.eclipse.jdt.internal.compiler.util.HashtableOfObject
 
HashtableOfObject(int) - Constructor for class org.eclipse.jdt.internal.compiler.util.HashtableOfObject
 
HashtableOfObjectToInt - Class in org.eclipse.jdt.internal.compiler.util
Hashtable of {Object --> int }
HashtableOfObjectToInt() - Constructor for class org.eclipse.jdt.internal.compiler.util.HashtableOfObjectToInt
 
HashtableOfObjectToInt(int) - Constructor for class org.eclipse.jdt.internal.compiler.util.HashtableOfObjectToInt
 
HashtableOfObjectToIntArray - Class in org.eclipse.jdt.internal.compiler.util
Hashtable of {Object --> int[] }
HashtableOfObjectToIntArray() - Constructor for class org.eclipse.jdt.internal.compiler.util.HashtableOfObjectToIntArray
 
HashtableOfObjectToIntArray(int) - Constructor for class org.eclipse.jdt.internal.compiler.util.HashtableOfObjectToIntArray
 
HashtableOfPackage - Class in org.eclipse.jdt.internal.compiler.util
 
HashtableOfPackage() - Constructor for class org.eclipse.jdt.internal.compiler.util.HashtableOfPackage
 
HashtableOfPackage(int) - Constructor for class org.eclipse.jdt.internal.compiler.util.HashtableOfPackage
 
HashtableOfType - Class in org.eclipse.jdt.internal.compiler.util
 
HashtableOfType() - Constructor for class org.eclipse.jdt.internal.compiler.util.HashtableOfType
 
HashtableOfType(int) - Constructor for class org.eclipse.jdt.internal.compiler.util.HashtableOfType
 
hasIncompatibleSuperType(ReferenceBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
Returns true if the two types have an incompatible common supertype, e.g.
hasInconsistentToplevelHierarchies - Variable in class org.eclipse.jdt.internal.compiler.CompilationResult
 
hasJavaNature(IProject) - Static method in class org.eclipse.jdt.internal.core.JavaProject
Returns true if the given project is accessible and it has a java nature, otherwise false.
hasLeadingTagComment(char[], int) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
Look for a specific tag comment leading a given source range (comment located after any statement in astStack)
HasLocalType - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
hasMandatoryErrors() - Method in class org.eclipse.jdt.internal.compiler.CompilationResult
 
hasMemberTypes() - Method in class org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding
 
hasMemberTypes() - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
 
hasMemberTypes() - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
 
hasMemberTypes() - Method in class org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
 
hasMissingSwitchDefault - Variable in class org.eclipse.jdt.internal.compiler.lookup.MethodScope
 
HasMissingType - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
 
hasModifiedResource() - Method in class org.eclipse.jdt.internal.core.JavaModelOperation
Returns whether this operation has performed any resource modifications.
hasMoreElements() - Method in class org.eclipse.jdt.internal.core.LRUCacheEnumerator
Returns true if more elements exist.
hasMoreTokens() - Method in class org.eclipse.jdt.internal.core.util.MementoTokenizer
 
HasNext - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
hasNextQuery() - Method in class org.eclipse.jdt.internal.core.search.matching.AndPattern
 
hasNextQuery() - Method in class org.eclipse.jdt.internal.core.search.matching.IntersectingPattern
Returns whether another query must be done.
hasNextQuery() - Method in class org.eclipse.jdt.internal.core.search.matching.PackageReferencePattern
 
hasNextQuery() - Method in class org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern
 
HasNextSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
HasNoMemberTypes - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
 
HasNonPrivateConstructor - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
 
HasNonPrivateStaticMemberTypes - Static variable in class org.eclipse.jdt.internal.compiler.ExtraFlags
 
hasPackageDeclaration() - Method in class org.eclipse.jdt.internal.core.search.matching.OrPattern
Returns whether the pattern has one or several package declaration or not.
HasParameterAnnotations - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
 
hasPendingMemberValueName - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveredAnnotation
 
hasPossibleAnnotationTarget(TypeBinding, Scope) - Method in class org.eclipse.jdt.internal.codeassist.CompletionEngine
 
hasPossibleNodes(int, int) - Method in class org.eclipse.jdt.internal.core.search.matching.MatchingNodeSet
 
hasProblems() - Method in class org.eclipse.jdt.internal.compiler.CompilationResult
 
hasProblems() - Method in class org.eclipse.jdt.internal.eval.EvaluationResult
Returns whether there are problems in the code snippet or the global variable definition.
hasRecordedChanges() - Method in class org.eclipse.jdt.core.dom.rewrite.ImportRewrite
Returns true if imports have been recorded to be added or removed.
hasReportedError - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
hasResolvedBindings() - Method in class org.eclipse.jdt.core.dom.AST
Returns true if the ast tree was created with bindings, false otherwise
hasResourceChanged() - Method in interface org.eclipse.jdt.core.ICompilationUnit
Returns whether the resource of this working copy has changed since the inception of this working copy.
hasResourceChanged() - Method in class org.eclipse.jdt.internal.core.CompilationUnit
 
hasRestrictedAccess() - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
 
hasSameIrritants(IrritantSet) - Method in class org.eclipse.jdt.internal.compiler.impl.IrritantSet
Returns true if all of the irritants in the given irritant set are set in receiver
hasSameValue(Constant) - Method in class org.eclipse.jdt.internal.compiler.impl.Constant
Returns true if both constants have the same type and the same actual value
hasSignatures() - Method in class org.eclipse.jdt.internal.core.search.matching.JavaSearchPattern
Returns whether the pattern has signatures or not.
hasSignatures() - Method in class org.eclipse.jdt.internal.core.search.matching.OrPattern
Returns whether the pattern has signatures or not.
hasSource() - Method in class org.eclipse.jdt.internal.core.JavaProject
Answers true if the project potentially contains any source.
hasStatementsRecovery() - Method in class org.eclipse.jdt.core.dom.AST
Returns true if the ast tree was created with statements recovery, false otherwise
hasStructuralChanges(byte[]) - Method in class org.eclipse.jdt.internal.compiler.classfmt.ClassFileReader
Check if the receiver has structural changes compare to the byte array in argument.
hasStructuralChanges(byte[], boolean, boolean) - Method in class org.eclipse.jdt.internal.compiler.classfmt.ClassFileReader
Check if the receiver has structural changes compare to the byte array in argument.
hasStructuralChanges - Variable in class org.eclipse.jdt.internal.core.builder.IncrementalImageBuilder
 
hasSubpackages() - Method in interface org.eclipse.jdt.core.IPackageFragment
Returns whether this package fragment's name is a prefix of other package fragments in this package fragment's root.
hasSubpackages() - Method in class org.eclipse.jdt.internal.core.PackageFragment
 
hasSubstitutedParameters() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
Returns true if method got substituted parameter types (see ParameterizedMethodBinding)
hasSubstitutedParameters() - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding
Returns true if some parameters got substituted.
hasSubstitutedParameters() - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedMethodBinding
Returns true if some parameters got substituted.
hasSubstitutedReturnType() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
 
hasSubstitutedReturnType() - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding
Returns true if the return type got substituted.
hasSubstitutedReturnType() - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedMethodBinding
Returns true if the return type got substituted.
hasSyntaxError - Variable in class org.eclipse.jdt.internal.compiler.CompilationResult
 
HasSyntaxErrors - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
hasSyntaxErrors - Variable in class org.eclipse.jdt.internal.core.CompilationUnitStructureRequestor
Problem requestor which will get notified of discovered problems
hasTasks() - Method in class org.eclipse.jdt.internal.compiler.CompilationResult
 
hasTemporaryCache() - Method in class org.eclipse.jdt.internal.core.JavaModelManager
 
hasTextOnTagLine() - Method in class org.eclipse.jdt.internal.formatter.FormatJavadocBlock
Returns whether the text is on the same line of the tag or not.
hasTypeArguments() - Method in class org.eclipse.jdt.internal.core.search.matching.JavaSearchPattern
Returns whether the pattern includes type arguments information or not.
hasTypeBit(int) - Method in class org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding
 
hasTypeBit(int) - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
 
hasTypeBit(int) - Method in class org.eclipse.jdt.internal.compiler.lookup.ProblemReferenceBinding
 
hasTypeBit(int) - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
Answer an additional bit characterizing this type, like TypeIds.BitAutoCloseable.
hasTypeBit(int) - Method in class org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
 
hasTypeBit(int) - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding
 
hasTypeBit(int) - Method in class org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding
 
hasTypeBit(int) - Method in class org.eclipse.jdt.internal.compiler.lookup.WildcardBinding
 
hasTypeName() - Method in class org.eclipse.jdt.internal.core.util.BindingKeyParser
 
hasTypeParameters() - Method in class org.eclipse.jdt.internal.core.search.matching.JavaSearchPattern
Returns whether the pattern includes type parameters information or not.
HasTypeVariable - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
 
HasUncheckedTypeArgumentForBoundCheck - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
 
HasUnresolvedArguments - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
 
HasUnresolvedEnclosingType - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
 
HasUnresolvedMemberTypes - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
 
HasUnresolvedSuperclass - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
 
HasUnresolvedSuperinterfaces - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
 
hasUnresolvedTypeArgument() - Method in class org.eclipse.jdt.internal.compiler.lookup.InferenceContext
Returns true if any unresolved variable is detected, i.e.
HasUnresolvedTypeVariables - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
 
hasUnsavedChanges() - Method in interface org.eclipse.jdt.core.IBuffer
Returns whether this buffer has been modified since it was opened or since it was last saved.
hasUnsavedChanges() - Method in interface org.eclipse.jdt.core.IOpenable
Returns true if this element is open and: its buffer has unsaved changes, or one of its descendants has unsaved changes, or a working copy has been created on one of this element's children and has not yet destroyed
hasUnsavedChanges() - Method in class org.eclipse.jdt.internal.core.Buffer
 
hasUnsavedChanges() - Method in class org.eclipse.jdt.internal.core.Openable
 
hasValue() - Method in class org.eclipse.jdt.internal.eval.EvaluationResult
Returns whether this result has a value.
hasWarnings() - Method in class org.eclipse.jdt.internal.compiler.CompilationResult
 
hasWarnings() - Method in class org.eclipse.jdt.internal.eval.EvaluationResult
Returns whether there are warnings in the code snippet or the global variable definition.
header - Variable in class org.eclipse.jdt.internal.compiler.ClassFile
 
headerOffset - Variable in class org.eclipse.jdt.internal.compiler.ClassFile
 
hiddenCatchBlock(ReferenceBinding, ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
hiddenVariableDepth - Variable in class org.eclipse.jdt.internal.compiler.ast.AbstractVariableDeclaration
 
HIDE_NULL_COMPARISON_WARNING - Static variable in class org.eclipse.jdt.internal.compiler.flow.FlowContext
used to hide null comparison related warnings inside assert statements
HIDE_NULL_COMPARISON_WARNING_MASK - Static variable in class org.eclipse.jdt.internal.compiler.flow.FlowContext
 
HIDING - Static variable in class org.eclipse.jdt.internal.compiler.impl.IrritantSet
 
HidingEnclosingType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
hierarchy - Variable in class org.eclipse.jdt.internal.core.hierarchy.HierarchyBuilder
The hierarchy being built.
hierarchy_creating - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
hierarchy_creatingOnType - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
hierarchy_nullFocusType - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
hierarchy_nullProject - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
hierarchy_nullRegion - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
HierarchyBinaryType - Class in org.eclipse.jdt.internal.core.hierarchy
 
HierarchyBinaryType(int, char[], char[], char[], char[][], char) - Constructor for class org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType
 
HierarchyBuilder - Class in org.eclipse.jdt.internal.core.hierarchy
 
HierarchyBuilder(TypeHierarchy) - Constructor for class org.eclipse.jdt.internal.core.hierarchy.HierarchyBuilder
 
HierarchyCircularity - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
hierarchyCircularity(SourceTypeBinding, ReferenceBinding, TypeReference) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
hierarchyCircularity(TypeVariableBinding, ReferenceBinding, TypeReference) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
HierarchyCircularitySelfReference - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
HierarchyHasProblems - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
HierarchyHasProblems - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
 
hierarchyHasProblems(SourceTypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
hierarchyResolver - Variable in class org.eclipse.jdt.internal.core.hierarchy.HierarchyBuilder
The resolver used to resolve type hierarchies
HierarchyResolver - Class in org.eclipse.jdt.internal.core.hierarchy
 
HierarchyResolver(INameEnvironment, Map, HierarchyBuilder, IProblemFactory) - Constructor for class org.eclipse.jdt.internal.core.hierarchy.HierarchyResolver
 
HierarchyResolver(LookupEnvironment, HierarchyBuilder) - Constructor for class org.eclipse.jdt.internal.core.hierarchy.HierarchyResolver
 
hierarchyResolver - Variable in class org.eclipse.jdt.internal.core.search.matching.MatchLocator
 
HierarchyScope - Class in org.eclipse.jdt.internal.core.search
Scope limited to the subtype and supertype hierarchy of a given type.
HierarchyScope(IJavaProject, IType, WorkingCopyOwner, boolean, boolean, boolean) - Constructor for class org.eclipse.jdt.internal.core.search.HierarchyScope
Creates a new hierarchy scope for the given type with the given configuration options.
HierarchyScope(IType, WorkingCopyOwner) - Constructor for class org.eclipse.jdt.internal.core.search.HierarchyScope
 
HierarchyType - Class in org.eclipse.jdt.internal.core.hierarchy
Partial implementation of an IGenericType used to answer hierarchies.
HierarchyType(IType, char[], int, char[], char[][]) - Constructor for class org.eclipse.jdt.internal.core.hierarchy.HierarchyType
 
HIGH_SURROGATE_MAX_VALUE - Static variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
HIGH_SURROGATE_MAX_VALUE - Static variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
HIGH_SURROGATE_MIN_VALUE - Static variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
HIGH_SURROGATE_MIN_VALUE - Static variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
HREF_TAG - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
HTML_EXTENSION - Static variable in interface org.eclipse.jdt.internal.core.JavadocConstants
 
HTMLEntity2JavaReader - Class in org.eclipse.jdt.internal.formatter.comment
SubstitutionTextReader that will substitute plain text values for html entities encountered in the original text.
HTMLEntity2JavaReader(Reader) - Constructor for class org.eclipse.jdt.internal.formatter.comment.HTMLEntity2JavaReader
Creates a new instance that will read from reader

I

i1At(byte[], int, int) - Method in class org.eclipse.jdt.internal.core.util.ClassFileStruct
 
i2At(byte[], int, int) - Method in class org.eclipse.jdt.internal.core.util.ClassFileStruct
 
I2B - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
i2b() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
I2C - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
i2c() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
I2D - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
i2d() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
I2F - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
i2f() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
I2L - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
i2l() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
I2S - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
i2s() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
i4At(int) - Method in class org.eclipse.jdt.internal.compiler.classfmt.ClassFileStruct
 
i4At(byte[], int, int) - Method in class org.eclipse.jdt.internal.core.util.ClassFileStruct
 
i8At(int) - Method in class org.eclipse.jdt.internal.compiler.classfmt.ClassFileStruct
 
i8At(byte[], int, int) - Method in class org.eclipse.jdt.internal.core.util.ClassFileStruct
 
IAccessRule - Interface in org.eclipse.jdt.core
Describes an access rule to source and class files on a classpath entry.
IADD - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
iadd() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
IALOAD - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
iaload() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
IAND - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
iand() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
IAnnotatable - Interface in org.eclipse.jdt.core
Common protocol for Java elements that can be annotated.
IAnnotation - Interface in org.eclipse.jdt.core
Represents an annotation on a package declaration, a type, a method, a field or a local variable in a compilation unit or a class file.
IAnnotation - Interface in org.eclipse.jdt.core.util
Description of a annotation structure as described in the JVM specifications (added in J2SE 1.5).
IAnnotationBinding - Interface in org.eclipse.jdt.core.dom
Represents a resolved annotation.
IAnnotationComponent - Interface in org.eclipse.jdt.core.util
Description of an annotation component as described in the JVM specifications (added in J2SE 1.5).
IAnnotationComponentValue - Interface in org.eclipse.jdt.core.util
Description of an annotation component value as described in the JVM specifications (added in J2SE 1.5).
IAnnotationDefaultAttribute - Interface in org.eclipse.jdt.core.util
Description of a annotation default attribute as described in the JVM specifications (added in J2SE 1.5).
IASTORE - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
iastore() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
IAttributeNamesConstants - Interface in org.eclipse.jdt.core.util
Description of attribute names as described in the JVM specifications.
IBinaryAnnotation - Interface in org.eclipse.jdt.internal.compiler.env
This represents class file information about an annotation instance.
IBinaryElementValuePair - Interface in org.eclipse.jdt.internal.compiler.env
This represents the class file information about a member value pair of an annotation.
IBinaryField - Interface in org.eclipse.jdt.internal.compiler.env
 
IBinaryMethod - Interface in org.eclipse.jdt.internal.compiler.env
 
IBinaryNestedType - Interface in org.eclipse.jdt.internal.compiler.env
 
IBinaryType - Interface in org.eclipse.jdt.internal.compiler.env
 
IBinding - Interface in org.eclipse.jdt.core.dom
A binding represents a named entity in the Java language.
IBootstrapMethodsAttribute - Interface in org.eclipse.jdt.core.util
Description of a bootstrap methods attribute as described in the JVM specifications.
IBootstrapMethodsEntry - Interface in org.eclipse.jdt.core.util
Description of a bootstrap method table entry as specified in the JVM specifications.
IBuffer - Interface in org.eclipse.jdt.core
A buffer contains the text contents of a resource.
IBuffer.ITextEditCapability - Interface in org.eclipse.jdt.core
Implementors of IBuffer can additionally implement IBuffer.ITextEditCapability.
IBufferChangedListener - Interface in org.eclipse.jdt.core
A listener, which gets notified when the contents of a specific buffer have changed, or when the buffer is closed.
IBufferFactory - Interface in org.eclipse.jdt.core
Deprecated. Use WorkingCopyOwner instead
IBytecodeVisitor - Interface in org.eclipse.jdt.core.util
Description of a Java opcodes visitor.
ICacheEnumeration - Interface in org.eclipse.jdt.internal.core.util
The ICacheEnumeration is used to iterate over both the keys and values in an LRUCache.
ICharacterMatcher - Interface in org.apache.tapestry.util.text
An interface for determining whether a character matches a particular rule.
ICharacterTranslator - Interface in org.apache.tapestry.util.text
An interface for translating a character into a string.
ICharacterTranslatorSource - Interface in org.apache.tapestry.util.text
A factory for creating character translators depending on the encoding
IClassFile - Interface in org.eclipse.jdt.core
Represents an entire binary type (single .class file).
IClassFileAttribute - Interface in org.eclipse.jdt.core.util
This class represents a generic class file attribute.
IClassFileDisassembler - Interface in org.eclipse.jdt.core.util
Deprecated. Use ClassFileBytesDisassembler instead
IClassFileReader - Interface in org.eclipse.jdt.core.util
Description of a .class file.
IClasspathAttribute - Interface in org.eclipse.jdt.core
A classpath attribute defines a name/value pair that can be persisted with a classpath entry.
IClasspathContainer - Interface in org.eclipse.jdt.core
Interface of a classpath container.
IClasspathEntry - Interface in org.eclipse.jdt.core
An entry on a Java project classpath identifying one or more package fragment roots.
ICodeAssist - Interface in org.eclipse.jdt.core
Common protocol for Java elements that support source code assist and code resolve.
ICodeAttribute - Interface in org.eclipse.jdt.core.util
Description of a code attribute as described in the JVM specifications.
ICodeCompletionRequestor - Interface in org.eclipse.jdt.core
Deprecated. Use CompletionRequestor instead.
ICodeFormatter - Interface in org.eclipse.jdt.core
Deprecated. Use CodeFormatter instead (note: options have changed)
ICodeFormatterConstants - Interface in org.eclipse.jdt.internal.formatter
Internal code formatter constants.
ICodeSnippetRequestor - Interface in org.eclipse.jdt.core.eval
A code snippet requestor implements a callback interface for installing the class files for a code snippet on the target and running it.
ICompilationUnit - Interface in org.eclipse.jdt.core
Represents an entire Java compilation unit (source file with one of the Java-like extensions).
ICompilationUnit - Interface in org.eclipse.jdt.internal.compiler.env
This interface denotes a compilation unit, providing its name and content.
ICompilationUnitLocator - Interface in org.eclipse.jdt.internal.core.builder
Used to convert an IFile into an ICompilationUnit, for clients outside of this package.
ICompilerRequestor - Interface in org.eclipse.jdt.internal.compiler
A callback interface for receiving compilation results.
ICompletionRequestor - Interface in org.eclipse.jdt.core
Deprecated. Use CompletionRequestor instead.
ICONST_0 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
iconst_0() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
ICONST_1 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
iconst_1() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
ICONST_2 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
iconst_2() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
ICONST_3 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
iconst_3() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
ICONST_4 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
iconst_4() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
ICONST_5 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
iconst_5() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
ICONST_M1 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
iconst_m1() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
IConstantPool - Interface in org.eclipse.jdt.core.util
Description of a constant pool as described in the JVM specifications.
IConstantPoolConstant - Interface in org.eclipse.jdt.core.util
Description of constant pool constants as described in the JVM specifications.
IConstantPoolEntry - Interface in org.eclipse.jdt.core.util
Description of a constant pool entry as described in the JVM specifications.
IConstantPoolEntry2 - Interface in org.eclipse.jdt.core.util
Description of the new constant pool entry as described in the JVM specifications added for Java 7 support.
IConstantValueAttribute - Interface in org.eclipse.jdt.core.util
Description of a constant value attribute as described in the JVM specifications.
ICorrectionRequestor - Interface in org.eclipse.jdt.core
A callback interface for receiving java problem correction.
ID - Static variable in interface org.eclipse.jdt.core.IJavaModelMarker
ID marker attribute (value "id").
id() - Method in class org.eclipse.jdt.internal.compiler.codegen.VerificationTypeInfo
 
id - Variable in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
 
id - Variable in class org.eclipse.jdt.internal.compiler.lookup.VariableBinding
 
IDebugRequestor - Interface in org.eclipse.jdt.internal.compiler
 
IDENTIFIER_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.SimpleName
The "identifier" structural property of this node type (type: String).
identifierLengthPtr - Variable in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
identifierLengthPtr - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
identifierLengthStack - Variable in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
identifierLengthStack - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
identifierPositionStack - Variable in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
identifierPositionStack - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
identifierPtr - Variable in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
identifierPtr - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
identifierStack - Variable in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
identifierStack - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
identifierSubSet(int) - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
IDENTITY - Static variable in class org.eclipse.jdt.internal.compiler.lookup.BaseTypeBinding
 
IDependent - Interface in org.eclipse.jdt.internal.compiler.env
This represents the target file of a type dependency.
IDIV - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
idiv() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
IDocumentElementRequestor - Interface in org.eclipse.jdt.internal.compiler
Part of the source element parser responsible for building the output.
IDOMCompilationUnit - Interface in org.eclipse.jdt.core.jdom
Deprecated. The JDOM was made obsolete by the addition in 2.0 of the more powerful, fine-grained DOM/AST API found in the org.eclipse.jdt.core.dom package.
IDOMFactory - Interface in org.eclipse.jdt.core.jdom
Deprecated. The JDOM was made obsolete by the addition in 2.0 of the more powerful, fine-grained DOM/AST API found in the org.eclipse.jdt.core.dom package.
IDOMField - Interface in org.eclipse.jdt.core.jdom
Deprecated. The JDOM was made obsolete by the addition in 2.0 of the more powerful, fine-grained DOM/AST API found in the org.eclipse.jdt.core.dom package.
IDOMImport - Interface in org.eclipse.jdt.core.jdom
Deprecated. The JDOM was made obsolete by the addition in 2.0 of the more powerful, fine-grained DOM/AST API found in the org.eclipse.jdt.core.dom package.
IDOMInitializer - Interface in org.eclipse.jdt.core.jdom
Deprecated. The JDOM was made obsolete by the addition in 2.0 of the more powerful, fine-grained DOM/AST API found in the org.eclipse.jdt.core.dom package.
IDOMMember - Interface in org.eclipse.jdt.core.jdom
Deprecated. The JDOM was made obsolete by the addition in 2.0 of the more powerful, fine-grained DOM/AST API found in the org.eclipse.jdt.core.dom package.
IDOMMethod - Interface in org.eclipse.jdt.core.jdom
Deprecated. The JDOM was made obsolete by the addition in 2.0 of the more powerful, fine-grained DOM/AST API found in the org.eclipse.jdt.core.dom package.
IDOMNode - Interface in org.eclipse.jdt.core.jdom
Deprecated. The JDOM was made obsolete by the addition in 2.0 of the more powerful, fine-grained DOM/AST API found in the org.eclipse.jdt.core.dom package.
IDOMPackage - Interface in org.eclipse.jdt.core.jdom
Deprecated. The JDOM was made obsolete by the addition in 2.0 of the more powerful, fine-grained DOM/AST API found in the org.eclipse.jdt.core.dom package.
IDOMType - Interface in org.eclipse.jdt.core.jdom
Deprecated. The JDOM was made obsolete by the addition in 2.0 of the more powerful, fine-grained DOM/AST API found in the org.eclipse.jdt.core.dom package.
IElementChangedListener - Interface in org.eclipse.jdt.core
An element changed listener receives notification of changes to Java elements maintained by the Java model.
IEnclosingMethodAttribute - Interface in org.eclipse.jdt.core.util
Description of an enclosing method attribute as described in the JVM specifications (added in J2SE 1.5).
IErrorHandlingPolicy - Interface in org.eclipse.jdt.internal.compiler
 
IEvaluationContext - Interface in org.eclipse.jdt.core.eval
An evaluation context supports evaluating code snippets.
IExceptionAttribute - Interface in org.eclipse.jdt.core.util
Description of a constant value attribute as described in the JVM specifications.
IExceptionTableEntry - Interface in org.eclipse.jdt.core.util
The class represents an entry in the exception table of a ICodeAttribute as specified in the JVM specifications.
IExtendedCompletionRequestor - Interface in org.eclipse.jdt.internal.codeassist
Deprecated. Use CompletionRequestor instead
IExtendedModifier - Interface in org.eclipse.jdt.core.dom
Common interface for AST nodes that represent modifiers or annotations.
IF - Static variable in interface org.eclipse.jdt.internal.codeassist.impl.Keywords
 
IF_ACMPEQ - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
if_acmpeq(BranchLabel) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
IF_ACMPNE - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
if_acmpne(BranchLabel) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
IF_ICMPEQ - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
if_icmpeq(BranchLabel) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
IF_ICMPGE - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
if_icmpge(BranchLabel) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
IF_ICMPGT - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
if_icmpgt(BranchLabel) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
IF_ICMPLE - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
if_icmple(BranchLabel) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
IF_ICMPLT - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
if_icmplt(BranchLabel) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
IF_ICMPNE - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
if_icmpne(BranchLabel) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
IF_STATEMENT - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type IfStatement.
IFEQ - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
ifeq(BranchLabel) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
IFGE - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
ifge(BranchLabel) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
IFGT - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
ifgt(BranchLabel) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
IField - Interface in org.eclipse.jdt.core
Represents a field declared in a type.
IFieldInfo - Interface in org.eclipse.jdt.core.util
Description of a field info as described in the JVM specifications.
IFLE - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
ifle(BranchLabel) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
IFLT - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
iflt(BranchLabel) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
IFNE - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
ifne(BranchLabel) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
IFNONNULL - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
ifnonnull(BranchLabel) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
IFNULL - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
ifnull(BranchLabel) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
IfStatement - Class in org.eclipse.jdt.core.dom
If statement AST node type.
IfStatement - Class in org.eclipse.jdt.internal.compiler.ast
 
IfStatement(Expression, Statement, int, int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.IfStatement
 
IfStatement(Expression, Statement, Statement, int, int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.IfStatement
 
IGenericField - Interface in org.eclipse.jdt.internal.compiler.env
 
IGenericMethod - Interface in org.eclipse.jdt.internal.compiler.env
 
IGenericType - Interface in org.eclipse.jdt.internal.compiler.env
 
IGlobalVariable - Interface in org.eclipse.jdt.core.eval
A global variable declared in an evaluation context.
IGNORE - Static variable in class org.eclipse.jdt.core.JavaCore
Configurable option value: "ignore".
IGNORE - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
IGNORE - Static variable in class org.eclipse.jdt.internal.compiler.parser.diagnose.RangeUtil
 
Ignore - Static variable in interface org.eclipse.jdt.internal.compiler.problem.ProblemSeverities
 
IGNORE_DECLARING_TYPE - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
Ignore declaring type while searching result.
IGNORE_IF_BETTER - Static variable in interface org.eclipse.jdt.core.IAccessRule
Flag indicating that whether a type matching this rule should be ignored iff a type with the same qualified name can be found on a later classpath entry with a better accessibility.
IGNORE_METHOD_BODIES - Static variable in interface org.eclipse.jdt.core.ICompilationUnit
Constant indicating that a reconcile operation could ignore to parse the method bodies.
IGNORE_OPTIONAL_PROBLEMS - Static variable in interface org.eclipse.jdt.core.IClasspathAttribute
Constant for the name of the ignore optional compile problems attribute.
IGNORE_RETURN_TYPE - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
Ignore return type while searching result.
IgnoreCategoriesMask - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Mask to use in order to filter out the category portion of the problem ID.
ignoreExpressionAssignment() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
ignoreExpressionAssignment() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetParser
 
ignoreFurtherInvestigation - Variable in class org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
 
ignoreFurtherInvestigation - Variable in class org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration
 
ignoreFurtherInvestigation - Variable in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
 
ignoreIfBetter() - Method in interface org.eclipse.jdt.core.IAccessRule
Returns whether a type matching this rule should be ignored iff a type with the same qualified name can be found on a later classpath entry with a better accessibility.
ignoreIfBetter() - Method in class org.eclipse.jdt.internal.compiler.env.AccessRestriction
 
IgnoreIfBetter - Static variable in class org.eclipse.jdt.internal.compiler.env.AccessRule
 
ignoreIfBetter() - Method in class org.eclipse.jdt.internal.compiler.env.AccessRule
 
ignoreIfBetter() - Method in class org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer
 
ignoreIfBetter() - Method in class org.eclipse.jdt.internal.core.NameLookup.Answer
 
ignoreMethodBodies - Variable in class org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration
 
ignoreMethodBodies - Variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
Indicate if method bodies should be ignored
ignoreMethodBodies - Variable in class org.eclipse.jdt.internal.core.util.CodeSnippetParsingUtil
 
ignoreNextOpeningBrace - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
IgnoreNoEffectAssignCheck - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
ignoreOptionalProblems() - Method in class org.eclipse.jdt.internal.compiler.batch.CompilationUnit
 
ignoreOptionalProblems() - Method in interface org.eclipse.jdt.internal.compiler.env.ICompilationUnit
Answer if optional problems should be ignored for this compilation unit.
ignoreOptionalProblems() - Method in class org.eclipse.jdt.internal.core.BasicCompilationUnit
 
ignoreOptionalProblems - Variable in class org.eclipse.jdt.internal.core.builder.ClasspathMultiDirectory
 
ignoreOptionalProblems() - Method in class org.eclipse.jdt.internal.core.builder.SourceFile
 
ignoreOptionalProblems() - Method in class org.eclipse.jdt.internal.core.ClasspathEntry
 
ignoreOptionalProblems() - Method in class org.eclipse.jdt.internal.core.CompilationUnit
 
ignoreOptionalProblems() - Method in class org.eclipse.jdt.internal.core.jdom.CompilationUnit
 
ignoreOptionalProblems() - Method in class org.eclipse.jdt.internal.core.PackageFragmentRoot
 
ignoreOptionalProblems() - Method in class org.eclipse.jdt.internal.core.search.matching.PossibleMatch
 
ignoreOptionalProblemsFromFolders - Variable in class org.eclipse.jdt.internal.compiler.batch.Main
 
IgnoreRawTypeCheck - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
ignoreSourceFolderWarningOption - Variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
Indicates that the 'ignore optional problems from source folder' option need to be ignored See https://bugs.eclipse.org/bugs/show_bug.cgi?id=372377
IImportContainer - Interface in org.eclipse.jdt.core
Represents an import container is a child of a Java compilation unit that contains all (and only) the import declarations.
IImportDeclaration - Interface in org.eclipse.jdt.core
Represents an import declaration in Java compilation unit.
IINC - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
iinc(int, int) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
IIndexConstants - Interface in org.eclipse.jdt.internal.core.search.indexing
 
IInitializer - Interface in org.eclipse.jdt.core
Represents a stand-alone instance or class (static) initializer in a type.
IInnerClassesAttribute - Interface in org.eclipse.jdt.core.util
Description of a inner class attribute as described in the JVM specifications.
IInnerClassesAttributeEntry - Interface in org.eclipse.jdt.core.util
Description of a inner class info as described in the JVM specifications.
IJarEntryResource - Interface in org.eclipse.jdt.core
A jar entry corresponding to a non-Java resource in an archive IPackageFragment or IPackageFragmentRoot.
IJavaDocTagConstants - Interface in org.eclipse.jdt.internal.formatter.comment
Javadoc tag constants.
IJavaElement - Interface in org.eclipse.jdt.core
Common protocol for all elements provided by the Java model.
IJavaElementDelta - Interface in org.eclipse.jdt.core
A Java element delta describes changes in Java element between two discrete points in time.
IJavaElementRequestor - Interface in org.eclipse.jdt.internal.core
This interface is used by IRequestorNameLookup.
IJavaModel - Interface in org.eclipse.jdt.core
Represent the root Java element corresponding to the workspace.
IJavaModelMarker - Interface in org.eclipse.jdt.core
Markers used by the Java model.
IJavaModelStatus - Interface in org.eclipse.jdt.core
Represents the outcome of an Java model operation.
IJavaModelStatusConstants - Interface in org.eclipse.jdt.core
Status codes used with Java model status objects.
IJavaProject - Interface in org.eclipse.jdt.core
A Java project represents a view of a project resource in terms of Java elements such as package fragments, types, methods and fields.
IJavaSearchConstants - Interface in org.eclipse.jdt.core.search
This interface defines the constants used by the search engine.
IJavaSearchResultCollector - Interface in org.eclipse.jdt.core.search
Deprecated. Since 3.0, the class SearchRequestor replaces this interface.
IJavaSearchScope - Interface in org.eclipse.jdt.core.search
An IJavaSearchScope defines where search result should be found by a SearchEngine.
IJob - Interface in org.eclipse.jdt.internal.core.search.processing
 
ILineNumberAttribute - Interface in org.eclipse.jdt.core.util
Description of a line number attribute as described in the JVM specifications.
ILineStartFinder - Interface in org.eclipse.jdt.internal.core.jdom
The ILineSeparatorFinder finds previous and next line separators in source.
ILLEGAL_HEXA_LITERAL - Static variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
ILLEGAL_HEXA_LITERAL - Static variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
IllegalAbstractModifierCombinationForMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
illegalAbstractModifierCombinationForMethod(ReferenceBinding, AbstractMethodDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
IllegalAccessFromTypeVariable - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
illegalAccessFromTypeVariable(TypeVariableBinding, ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
IllegalAnnotationForBaseType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
illegalAnnotationForBaseType(TypeReference, Annotation[], char[], long) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
IllegalCast - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
IllegalClassLiteralForTypeVariable - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
illegalClassLiteralForTypeVariable(TypeVariableBinding, ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
IllegalDefinitionToNonNullParameter - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
IllegalDimension - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
IllegalEnclosingInstanceSpecification - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
IllegalExtendedDimensions - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
illegalExtendedDimensions(AnnotationMethodDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
illegalExtendedDimensions(Argument) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
IllegalExtendedDimensionsForVarArgs - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
IllegalGenericArray - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
illegalGenericArray(TypeBinding, ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
IllegalHexaLiteral - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
illegalInstanceOfGenericType(TypeBinding, ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
IllegalInstanceofParameterizedType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
IllegalInstanceofTypeParameter - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
illegalLocalTypeDeclaration(TypeDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
IllegalModifierCombinationFinalAbstractForClass - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
illegalModifierCombinationFinalAbstractForClass(SourceTypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
IllegalModifierCombinationFinalVolatileForField - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
illegalModifierCombinationFinalVolatileForField(ReferenceBinding, FieldDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
IllegalModifierForAnnotationField - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
illegalModifierForAnnotationField(FieldDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
illegalModifierForAnnotationMember(AbstractMethodDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
IllegalModifierForAnnotationMemberType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
illegalModifierForAnnotationMemberType(SourceTypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
IllegalModifierForAnnotationMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
IllegalModifierForAnnotationType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
illegalModifierForAnnotationType(SourceTypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
IllegalModifierForArgument - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
IllegalModifierForClass - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
illegalModifierForClass(SourceTypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
IllegalModifierForConstructor - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
IllegalModifierForEnum - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
illegalModifierForEnum(SourceTypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
IllegalModifierForEnumConstant - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
illegalModifierForEnumConstant(ReferenceBinding, FieldDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
IllegalModifierForEnumConstructor - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
illegalModifierForEnumConstructor(AbstractMethodDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
IllegalModifierForField - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
illegalModifierForField(ReferenceBinding, FieldDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
IllegalModifierForInterface - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
illegalModifierForInterface(SourceTypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
IllegalModifierForInterfaceField - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
illegalModifierForInterfaceField(FieldDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
IllegalModifierForInterfaceMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
illegalModifierForInterfaceMethod(AbstractMethodDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
IllegalModifierForLocalClass - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
illegalModifierForLocalClass(SourceTypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
IllegalModifierForLocalEnum - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Deprecated. - problem could not be reported, enums cannot be local takes precedence
IllegalModifierForMemberClass - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
illegalModifierForMemberClass(SourceTypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
IllegalModifierForMemberEnum - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
illegalModifierForMemberEnum(SourceTypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
IllegalModifierForMemberInterface - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
illegalModifierForMemberInterface(SourceTypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
IllegalModifierForMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
illegalModifierForMethod(AbstractMethodDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
IllegalModifierForVariable - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
illegalModifierForVariable(LocalDeclaration, boolean) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
IllegalPrimitiveOrArrayTypeForEnclosingInstance - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
illegalPrimitiveOrArrayTypeForEnclosingInstance(TypeBinding, ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
IllegalQualifiedEnumConstantLabel - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
IllegalQualifiedParameterizedTypeAllocation - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
illegalQualifiedParameterizedTypeAllocation(TypeReference, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
IllegalRedefinitionToNonNullParameter - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
illegalRedefinitionToNonNullParameter(Argument, ReferenceBinding, char[][]) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
IllegalReturnNullityRedefinition - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
illegalReturnRedefinition(AbstractMethodDeclaration, MethodBinding, char[][]) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
IllegalStaticModifierForMemberType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
illegalStaticModifierForMemberType(SourceTypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
IllegalSuperTypeVariable - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.ProblemReasons
 
IllegalTypeVariableSuperReference - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
IllegalUnderscorePosition - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
IllegalUsageOfQualifiedTypeReference - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
illegalUsageOfQualifiedTypeReference(QualifiedTypeReference) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
illegalUsageOfWildcard(TypeReference) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
IllegalVararg - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
illegalVararg(Argument, AbstractMethodDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
IllegalVisibilityModifierCombinationForField - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
illegalVisibilityModifierCombinationForField(ReferenceBinding, FieldDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
IllegalVisibilityModifierCombinationForMemberType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
illegalVisibilityModifierCombinationForMemberType(SourceTypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
IllegalVisibilityModifierCombinationForMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
illegalVisibilityModifierCombinationForMethod(ReferenceBinding, AbstractMethodDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
IllegalVisibilityModifierForInterfaceMemberType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
illegalVisibilityModifierForInterfaceMemberType(SourceTypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
illegalVoidExpression(ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
ILOAD - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
iload(int) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
ILOAD_0 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
iload_0() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
ILOAD_1 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
iload_1() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
ILOAD_2 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
iload_2() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
ILOAD_3 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
iload_3() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
ILocalVariable - Interface in org.eclipse.jdt.core
Represents a local variable declared in a method or an initializer.
ILocalVariableAttribute - Interface in org.eclipse.jdt.core.util
Description of a local variable attribute as described in the JVM specifications.
ILocalVariableTableEntry - Interface in org.eclipse.jdt.core.util
Description of a local variable table entry as specified in the JVM specifications.
ILocalVariableTypeTableAttribute - Interface in org.eclipse.jdt.core.util
Description of a local variable type attribute as described in the JVM specifications (added in J2SE 1.5).
ILocalVariableTypeTableEntry - Interface in org.eclipse.jdt.core.util
Description of a local variable type table entry as specified in the JVM specifications (added in J2SE 1.5).
ILRUCacheable - Interface in org.eclipse.jdt.internal.core.util
Types implementing this interface can occupy a variable amount of space in an LRUCache.
ImageBuilderInternalException - Exception in org.eclipse.jdt.internal.core.builder
Exception thrown when there is an internal error in the image builder.
ImageBuilderInternalException(CoreException) - Constructor for exception org.eclipse.jdt.internal.core.builder.ImageBuilderInternalException
 
IMember - Interface in org.eclipse.jdt.core
Common protocol for Java elements that can be members of types.
IMemberValuePair - Interface in org.eclipse.jdt.core
Represents a member-value pair of an annotation.
IMemberValuePairBinding - Interface in org.eclipse.jdt.core.dom
Represents a resolved instance of an annotation's member value pair.
IMethod - Interface in org.eclipse.jdt.core
Represents a method (or constructor) declared in a type.
IMethodBinding - Interface in org.eclipse.jdt.core.dom
A method binding represents a method or constructor of a class or interface.
IMethodInfo - Interface in org.eclipse.jdt.core.util
Description of a method info as described in the JVM specifications.
IModifierConstants - Interface in org.eclipse.jdt.core.util
Definition of the modifier constants as specified in the JVM specifications.
IMPDEP1 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
IMPDEP2 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
IMPLEMENTORS - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
The search result is a type that implements an interface or extends a class.
IMPLEMENTS - Static variable in interface org.eclipse.jdt.internal.codeassist.impl.Keywords
 
implementsInterface(ReferenceBinding, boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
Answer true if the receiver implements anInterface or is identical to anInterface.
implementsMethod(MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
 
IMPLICIT_CONVERSION_MASK - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
IMPLICIT_THIS_REFERENCE - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
Return only field accesses or method invocations without any qualification.
implicitArguments - Variable in class org.eclipse.jdt.internal.compiler.ast.ExplicitConstructorCall
 
implicitConversion - Variable in class org.eclipse.jdt.internal.compiler.ast.Expression
 
ImplicitSuper - Static variable in class org.eclipse.jdt.internal.compiler.ast.ExplicitConstructorCall
 
implicitSuperConstructorCall() - Static method in class org.eclipse.jdt.internal.compiler.ast.SuperReference
 
implicitThis() - Static method in class org.eclipse.jdt.internal.compiler.ast.ThisReference
 
ImplicitThis - Static variable in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
IMPORT - Static variable in class org.eclipse.jdt.core.CorrectionEngine
This field is not intended to be used by client.
IMPORT - Static variable in interface org.eclipse.jdt.core.eval.ICodeSnippetRequestor
Indicates a compilation problem related to an import declaration.
IMPORT - Static variable in interface org.eclipse.jdt.core.jdom.IDOMNode
Deprecated. Node type constant indicating an import declaration.
IMPORT - Static variable in interface org.eclipse.jdt.internal.codeassist.impl.Keywords
 
IMPORT - Static variable in class org.eclipse.jdt.internal.compiler.lookup.Binding
 
IMPORT_CONTAINER - Static variable in interface org.eclipse.jdt.core.IJavaElement
Constant representing all import declarations within a compilation unit.
IMPORT_DECLARATION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type ImportDeclaration.
IMPORT_DECLARATION - Static variable in interface org.eclipse.jdt.core.IJavaElement
Constant representing an import declaration within a compilation unit.
IMPORT_DECLARATION_TYPE_REFERENCE - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
Return only type references used in an import declaration.
import_list - Static variable in class java_cup.emit
List of imports (Strings containing class names) to go with actions.
ImportAmbiguous - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Deprecated. - problem is no longer generated, use IProblem.AmbiguousType instead
ImportBinding - Class in org.eclipse.jdt.internal.compiler.lookup
 
ImportBinding(char[][], boolean, Binding, ImportReference) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.ImportBinding
 
importCacheCount - Variable in class org.eclipse.jdt.internal.codeassist.impl.Engine
 
importCachesInitialized - Variable in class org.eclipse.jdt.internal.codeassist.impl.Engine
 
ImportConflictBinding - Class in org.eclipse.jdt.internal.compiler.lookup
 
ImportConflictBinding(char[][], Binding, ReferenceBinding, ImportReference) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.ImportConflictBinding
 
importContainer - Variable in class org.eclipse.jdt.internal.core.CompilationUnitStructureRequestor
 
ImportContainer - Class in org.eclipse.jdt.internal.core
 
ImportContainer(CompilationUnit) - Constructor for class org.eclipse.jdt.internal.core.ImportContainer
 
importContainerInfo - Variable in class org.eclipse.jdt.internal.core.CompilationUnitStructureRequestor
The import container info - null until created
ImportContainerInfo - Class in org.eclipse.jdt.internal.core
 
ImportContainerInfo() - Constructor for class org.eclipse.jdt.internal.core.ImportContainerInfo
 
importCount - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveredUnit
 
ImportDeclaration - Class in org.eclipse.jdt.core.dom
Import declaration AST node type.
ImportDeclaration - Class in org.eclipse.jdt.internal.core
Handle for an import declaration.
ImportDeclaration(ImportContainer, String, boolean) - Constructor for class org.eclipse.jdt.internal.core.ImportDeclaration
Constructs an ImportDeclaration in the given import container with the given name.
IMPORTDECLARATION - Static variable in class org.eclipse.jdt.internal.core.util.MementoTokenizer
 
ImportDeclarationElementInfo - Class in org.eclipse.jdt.internal.core
Element info for IImportDeclaration elements.
ImportDeclarationElementInfo() - Constructor for class org.eclipse.jdt.internal.core.ImportDeclarationElementInfo
 
ImportInheritedNameHidesEnclosingName - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Deprecated. - problem is no longer generated, use IProblem.InheritedTypeHidesEnclosingName instead
ImportInternalNameProvided - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Deprecated. - problem is no longer generated, use IProblem.InternalTypeNameProvided instead
importName - Variable in class org.eclipse.jdt.internal.core.CreateImportOperation
 
ImportNotFound - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ImportNotVisible - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Deprecated. - problem is no longer generated, use IProblem.NotVisibleType instead
importProblem(ImportReference, Binding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
importPtr - Variable in class org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope
 
ImportReference - Class in org.eclipse.jdt.internal.compiler.ast
 
ImportReference(char[][], long[], boolean, int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.ImportReference
 
importReference - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveredImport
 
ImportRelated - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ImportRewrite - Class in org.eclipse.jdt.core.dom.rewrite
The ImportRewrite helps updating imports following a import order and on-demand imports threshold as configured by a project.
ImportRewrite.ImportRewriteContext - Class in org.eclipse.jdt.core.dom.rewrite
A ImportRewrite.ImportRewriteContext can optionally be used in e.g.
ImportRewrite.ImportRewriteContext() - Constructor for class org.eclipse.jdt.core.dom.rewrite.ImportRewrite.ImportRewriteContext
 
importRewrite_processDescription - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
ImportRewriteAnalyzer - Class in org.eclipse.jdt.internal.core.dom.rewrite
 
ImportRewriteAnalyzer(ICompilationUnit, CompilationUnit, String[], int, int, boolean, boolean) - Constructor for class org.eclipse.jdt.internal.core.dom.rewrite.ImportRewriteAnalyzer
 
imports() - Method in class org.eclipse.jdt.core.dom.CompilationUnit
Returns the live list of nodes for the import declarations of this compilation unit, in order of appearance.
imports - Variable in class org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration
 
imports - Variable in class org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope
 
imports - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveredUnit
 
IMPORTS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.CompilationUnit
The "imports" structural property of this node type (element type: ImportDeclaration).
importsCache - Variable in class org.eclipse.jdt.internal.codeassist.impl.Engine
 
IMPOSSIBLE_MATCH - Static variable in class org.eclipse.jdt.internal.core.search.matching.PatternLocator
 
IMUL - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
imul() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
IN_ASSIGNMENT - Static variable in class org.eclipse.jdt.internal.compiler.flow.FlowContext
 
IN_COMPARISON_NON_NULL - Static variable in class org.eclipse.jdt.internal.compiler.flow.FlowContext
 
IN_COMPARISON_NULL - Static variable in class org.eclipse.jdt.internal.compiler.flow.FlowContext
 
IN_INSTANCEOF - Static variable in class org.eclipse.jdt.internal.compiler.flow.FlowContext
 
in_symb - Static variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
in_symbol(int) - Static method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
INACCURATE_MATCH - Static variable in class org.eclipse.jdt.internal.core.search.matching.PatternLocator
 
INameEnvironment - Interface in org.eclipse.jdt.internal.compiler.env
The name environment provides a callback API that the compiler can use to look up types, compilation units, and packages in the current environment.
INameEnvironmentWithProgress - Interface in org.eclipse.jdt.internal.core
The name environment provides a callback API that the compiler can use to look up types, compilation units, and packages in the current environment.
INamingRequestor - Interface in org.eclipse.jdt.internal.core
 
INCLUDE_ALL - Static variable in class org.eclipse.jdt.internal.core.ClasspathEntry
 
include_non_terms - Static variable in class java_cup.Main
User option -- should we include non terminal symbol numbers in the symbol constant class.
includeNullInfoFromAsserts - Variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
Raise null related warnings for variables tainted inside an assert statement (java 1.4 and above)
includes(Object) - Method in class org.eclipse.jdt.internal.compiler.util.SimpleSet
 
includes(char[]) - Method in class org.eclipse.jdt.internal.compiler.util.SimpleSetOfCharArray
 
includes(char[]) - Method in class org.eclipse.jdt.internal.core.builder.ReferenceCollection
 
includes(char[][]) - Method in class org.eclipse.jdt.internal.core.builder.ReferenceCollection
 
includes(char[][][], char[][]) - Method in class org.eclipse.jdt.internal.core.builder.ReferenceCollection
Deprecated.  
includes(char[][][], char[][], char[][]) - Method in class org.eclipse.jdt.internal.core.builder.ReferenceCollection
 
includes(String) - Method in class org.eclipse.jdt.internal.core.builder.StringSet
 
includes(char[]) - Method in class org.eclipse.jdt.internal.core.util.SimpleWordSet
 
includesBinaries() - Method in interface org.eclipse.jdt.core.search.IJavaSearchScope
Deprecated. Use org.eclipse.jdt.core.search.SearchEngine#createJavaSearchScope(IJavaElement[]) with the package fragment roots that correspond to the binaries instead.
includesBinaries() - Method in class org.eclipse.jdt.internal.core.search.AbstractSearchScope
Deprecated.  
includesClasspaths() - Method in interface org.eclipse.jdt.core.search.IJavaSearchScope
Deprecated. Use org.eclipse.jdt.core.search.SearchEngine#createJavaSearchScope(IJavaElement[]) with a Java project instead.
includesClasspaths() - Method in class org.eclipse.jdt.internal.core.search.AbstractSearchScope
Deprecated.  
INCOMPATIBLE_JDK_LEVEL - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status constant indicating that a project is prerequisiting some library for which the classfile JDK version level is more recent than the project JDK target level setting.
IncompatibleExceptionInInheritedMethodThrowsClause - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
IncompatibleExceptionInThrowsClause - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
incompatibleExceptionInThrowsClause(SourceTypeBinding, MethodBinding, MethodBinding, ReferenceBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
IncompatibleExceptionInThrowsClauseForNonInheritedInterfaceMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
IncompatibleNonInheritedInterfaceMethod - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
IncompatibleReturnType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
incompatibleReturnType(MethodBinding, MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
IncompatibleReturnTypeForNonInheritedInterfaceMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
IncompatibleTypesInConditionalOperator - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
IncompatibleTypesInEqualityOperator - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
IncompatibleTypesInForeach - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
INCOMPLETE_SWITCH - Static variable in class org.eclipse.jdt.internal.compiler.impl.IrritantSet
 
InconsistentHierarchy - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.AttributeNamesConstants
 
IncorrectArityForParameterizedConstructor - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
IncorrectArityForParameterizedMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
IncorrectArityForParameterizedType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
incorrectArityForParameterizedType(ASTNode, TypeBinding, TypeBinding[]) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
incorrectArityForParameterizedType(ASTNode, TypeBinding, TypeBinding[], int) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
IncorrectEnclosingInstanceReference - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
incorrectLocationForNonEmptyDimension(ArrayAllocationExpression, int) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
IncorrectSwitchType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
incorrectSwitchType(Expression, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
IncorrectSwitchType17 - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
INCREMENT - Static variable in class org.eclipse.jdt.core.dom.PostfixExpression.Operator
Postfix increment "++" operator.
INCREMENT - Static variable in class org.eclipse.jdt.core.dom.PrefixExpression.Operator
Prefix increment "++" operator.
IncrementalImageBuilder - Class in org.eclipse.jdt.internal.core.builder
The incremental image builder
IncrementalImageBuilder(JavaBuilder, State) - Constructor for class org.eclipse.jdt.internal.core.builder.IncrementalImageBuilder
 
IncrementalImageBuilder(JavaBuilder) - Constructor for class org.eclipse.jdt.internal.core.builder.IncrementalImageBuilder
 
IncrementalImageBuilder(BatchImageBuilder) - Constructor for class org.eclipse.jdt.internal.core.builder.IncrementalImageBuilder
 
increments - Variable in class org.eclipse.jdt.internal.compiler.ast.ForStatement
 
indent() - Method in class org.eclipse.jdt.internal.formatter.Scribe
 
indent_body_declarations_compare_to_annotation_declaration_header - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
indent_body_declarations_compare_to_enum_constant_header - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
indent_body_declarations_compare_to_enum_declaration_header - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
indent_body_declarations_compare_to_type_header - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
indent_breaks_compare_to_cases - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
INDENT_BY_ONE - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / The wrapping is done by indenting by one compare to the current indentation.
INDENT_DEFAULT - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / The wrapping is done by using the current indentation.
indent_empty_lines - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
INDENT_ON_COLUMN - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / The wrapping is done by indenting on column under the splitting location.
indent_statements_compare_to_block - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
indent_statements_compare_to_body - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
indent_switchstatements_compare_to_cases - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
indent_switchstatements_compare_to_switch - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
indentation_size - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
indentationLevel - Variable in class org.eclipse.jdt.internal.formatter.Scribe
 
indentationSize - Variable in class org.eclipse.jdt.internal.formatter.Scribe
 
IndentManipulation - Class in org.eclipse.jdt.core.formatter
Helper class to provide String manipulation functions dealing with indentations.
index() - Method in class java_cup.lalr_state
Index of this state in the parse tables
index() - Method in class java_cup.production
Index number of the production.
index() - Method in class java_cup.symbol
Index of this symbol (terminal or non terminal) in the parse tables.
index - Variable in class org.eclipse.jdt.internal.compiler.codegen.CachedIndexEntry
 
index - Variable in class org.eclipse.jdt.internal.compiler.lookup.SyntheticFieldBinding
 
index - Variable in class org.eclipse.jdt.internal.compiler.lookup.SyntheticMethodBinding
 
index - Variable in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
index - Variable in class org.eclipse.jdt.internal.compiler.parser.NLSTag
 
Index - Class in org.eclipse.jdt.internal.core.index
An Index maps document names to their referenced words in various categories.
Index(IndexLocation, String, boolean) - Constructor for class org.eclipse.jdt.internal.core.index.Index
 
INDEX_FILE_NAME - Static variable in interface org.eclipse.jdt.internal.core.JavadocConstants
 
INDEX_LOCATION_ATTRIBUTE_NAME - Static variable in interface org.eclipse.jdt.core.IClasspathAttribute
Constant for the name of the index location attribute.
INDEX_OUT_OF_BOUNDS - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status constant indicating the given source position is out of bounds.
INDEX_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.ArrayAccess
The "index" structural property of this node type (child type: Expression).
indexAll(IProject) - Method in class org.eclipse.jdt.internal.core.search.indexing.IndexManager
Trigger addition of the entire content of a project Note: the actual operation is performed in background
IndexAllProject - Class in org.eclipse.jdt.internal.core.search.indexing
 
IndexAllProject(IProject, IndexManager) - Constructor for class org.eclipse.jdt.internal.core.search.indexing.IndexAllProject
 
IndexBasedHierarchyBuilder - Class in org.eclipse.jdt.internal.core.hierarchy
 
IndexBasedHierarchyBuilder(TypeHierarchy, IJavaSearchScope) - Constructor for class org.eclipse.jdt.internal.core.hierarchy.IndexBasedHierarchyBuilder
 
IndexBinaryFolder - Class in org.eclipse.jdt.internal.core.search.indexing
 
IndexBinaryFolder(IContainer, IndexManager) - Constructor for class org.eclipse.jdt.internal.core.search.indexing.IndexBinaryFolder
 
indexDocument(SearchDocument, IPath) - Method in class org.eclipse.jdt.core.search.SearchParticipant
Indexes the given document in the given index.
indexDocument() - Method in class org.eclipse.jdt.internal.core.search.indexing.AbstractIndexer
 
indexDocument() - Method in class org.eclipse.jdt.internal.core.search.indexing.BinaryIndexer
 
indexDocument(SearchDocument, SearchParticipant, Index, IPath) - Method in class org.eclipse.jdt.internal.core.search.indexing.IndexManager
 
indexDocument() - Method in class org.eclipse.jdt.internal.core.search.indexing.SourceIndexer
 
indexDocument(SearchDocument, IPath) - Method in class org.eclipse.jdt.internal.core.search.JavaSearchParticipant
 
IndexingParser - Class in org.eclipse.jdt.internal.core.search.indexing
 
IndexingParser(ISourceElementRequestor, IProblemFactory, CompilerOptions, boolean, boolean, boolean) - Constructor for class org.eclipse.jdt.internal.core.search.indexing.IndexingParser
 
indexLibrary(IPath, IProject, URL) - Method in class org.eclipse.jdt.internal.core.search.indexing.IndexManager
Trigger addition of a library to an index Note: the actual operation is performed in background
IndexLocation - Class in org.eclipse.jdt.internal.core.index
The location of the index files are represented as IndexLocation This is an abstract class to allow different implementation for a jar entry and a file on the disk.
IndexLocation(File) - Constructor for class org.eclipse.jdt.internal.core.index.IndexLocation
 
IndexLocation(URL) - Constructor for class org.eclipse.jdt.internal.core.index.IndexLocation
 
indexLocations - Variable in class org.eclipse.jdt.internal.core.search.indexing.IndexManager
 
indexManager - Variable in class org.eclipse.jdt.internal.core.JavaModelManager
 
IndexManager - Class in org.eclipse.jdt.internal.core.search.indexing
 
IndexManager() - Constructor for class org.eclipse.jdt.internal.core.search.indexing.IndexManager
 
indexOf(char, char[]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers the first index in the array for which the corresponding character is equal to toBeFound.
indexOf(char[], char[], boolean) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers the first index in the array for which the toBeFound array is a matching subarray following the case rule.
indexOf(char[], char[], boolean, int) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers the first index in the array for which the toBeFound array is a matching subarray following the case rule starting at the index start.
indexOf(char[], char[], boolean, int, int) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers the first index in the array for which the toBeFound array is a matching subarray following the case rule starting at the index start.
indexOf(char, char[], int) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers the first index in the array for which the corresponding character is equal to toBeFound starting the search at index start.
indexOf(char, char[], int, int) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers the first index in the array for which the corresponding character is equal to toBeFound starting the search at index start and before the ending index.
indexOfAssistIdentifier(boolean) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
indexOfAssistIdentifier() - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
indexOfAssistIdentifier(boolean) - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
indexOfEnclosingPath(IPath, IPath[], int) - Static method in class org.eclipse.jdt.internal.core.util.Util
 
indexOfFirstFieldBinding - Variable in class org.eclipse.jdt.internal.compiler.ast.QualifiedNameReference
 
indexOfJavaLikeExtension(String) - Static method in class org.eclipse.jdt.internal.core.util.Util
 
indexOfMatchingPath(IPath, IPath[], int) - Static method in class org.eclipse.jdt.internal.core.util.Util
 
indexOfNestedPath(IPath, IPath[], int) - Static method in class org.eclipse.jdt.internal.core.util.Util
 
indexOfSameLineEntrySincePC(int, int) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
IndexQueryRequestor - Class in org.eclipse.jdt.internal.core.search
TODO add spec
IndexQueryRequestor() - Constructor for class org.eclipse.jdt.internal.core.search.IndexQueryRequestor
 
IndexRequest - Class in org.eclipse.jdt.internal.core.search.indexing
 
IndexRequest(IPath, IndexManager) - Constructor for class org.eclipse.jdt.internal.core.search.indexing.IndexRequest
 
IndexSelector - Class in org.eclipse.jdt.internal.core.search
Selects the indexes that correspond to projects in a given search scope and that are dependent on a given focus element.
IndexSelector(IJavaSearchScope, SearchPattern) - Constructor for class org.eclipse.jdt.internal.core.search.IndexSelector
 
indexSourceFolder(JavaProject, IPath, char[][], char[][]) - Method in class org.eclipse.jdt.internal.core.search.indexing.IndexManager
Index the content of the given source folder.
indexVariable - Variable in class org.eclipse.jdt.internal.compiler.ast.ForeachStatement
 
IndirectAccessToStaticField - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
indirectAccessToStaticField(ASTNode, FieldBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
IndirectAccessToStaticMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
indirectAccessToStaticMethod(ASTNode, MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
IndirectAccessToStaticType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
IndirectStaticAccess - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
individualToString() - Method in class org.eclipse.jdt.internal.compiler.flow.ExceptionHandlingFlowContext
 
individualToString() - Method in class org.eclipse.jdt.internal.compiler.flow.FinallyFlowContext
 
individualToString() - Method in class org.eclipse.jdt.internal.compiler.flow.FlowContext
 
individualToString() - Method in class org.eclipse.jdt.internal.compiler.flow.InitializationFlowContext
 
individualToString() - Method in class org.eclipse.jdt.internal.compiler.flow.InsideSubRoutineFlowContext
 
individualToString() - Method in class org.eclipse.jdt.internal.compiler.flow.LabelFlowContext
 
individualToString() - Method in class org.eclipse.jdt.internal.compiler.flow.LoopingFlowContext
 
individualToString() - Method in class org.eclipse.jdt.internal.compiler.flow.SwitchFlowContext
 
INEG - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
ineg() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
inferElidedTypes(ReferenceBinding, ReferenceBinding, TypeBinding[], BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.AllocationExpression
 
InferenceContext - Class in org.eclipse.jdt.internal.compiler.lookup
Context used during type inference for a generic method invocation
InferenceContext(MethodBinding) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.InferenceContext
 
inferredReturnType - Variable in class org.eclipse.jdt.internal.compiler.ast.AllocationExpression
 
inferredReturnType - Variable in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding
 
INFIX_EXPRESSION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type InfixExpression.
InfixExpression - Class in org.eclipse.jdt.core.dom
Infix expression AST node type.
InfixExpression.Operator - Class in org.eclipse.jdt.core.dom
Infix operators (typesafe enumeration).
infos - Variable in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.StackMarker
 
infoStack - Variable in class org.eclipse.jdt.internal.core.CompilationUnitStructureRequestor
Stack of parent scope info objects.
infoToHandle - Variable in class org.eclipse.jdt.internal.core.hierarchy.HierarchyBuilder
A temporary cache of infos to handles to speed info to handle translation - it only contains the entries for the types in the region (in other words, it contains no supertypes outside the region).
InheritableBits - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
Set of type bits that should be inherited by any sub types.
inheritDocTagSelected - Variable in class org.eclipse.jdt.internal.codeassist.select.SelectionJavadocParser
 
InheritedFieldHidesEnclosingName - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
InheritedIncompatibleReturnType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
InheritedMethodHidesEnclosingName - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
InheritedMethodReducesVisibility - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
inheritedMethodReducesVisibility(SourceTypeBinding, MethodBinding, MethodBinding[]) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
inheritedMethodReducesVisibility(TypeParameter, MethodBinding, MethodBinding[]) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
inheritedMethodsHaveIncompatibleReturnTypes(ASTNode, MethodBinding[], int) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
inheritedMethodsHaveIncompatibleReturnTypes(SourceTypeBinding, MethodBinding[], int) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
inheritedMethodsHaveNameClash(SourceTypeBinding, MethodBinding, MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
InheritedNameHidesEnclosingName - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.ProblemReasons
 
inheritedPositions - Variable in class org.eclipse.jdt.internal.compiler.ast.Javadoc
 
inheritedPositions - Variable in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
inheritedPositionsPtr - Variable in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
InheritedTypeHidesEnclosingName - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
init(ClassFile) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
Init - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
init(ClassFile) - Method in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream
 
INIT - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
init_actions() - Method in class java_cup.runtime.lr_parser
Initialize the action object.
init_code - Static variable in class java_cup.emit
User code for user_init() which is called during parser initialization.
initByteArrays() - Method in class org.eclipse.jdt.internal.compiler.ClassFile
 
initial(int) - Static method in class org.eclipse.jdt.internal.compiler.flow.FlowInfo
 
INITIAL_CONTENTS_SIZE - Static variable in class org.eclipse.jdt.internal.compiler.ClassFile
 
INITIAL_HEADER_SIZE - Static variable in class org.eclipse.jdt.internal.compiler.ClassFile
 
initial_indentation_level - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
initialization - Variable in class org.eclipse.jdt.internal.compiler.ast.AbstractVariableDeclaration
 
initializationCount - Variable in class org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding
 
InitializationFlowContext - Class in org.eclipse.jdt.internal.compiler.flow
Reflects the context of code analysis, keeping track of enclosing try statements, exception handlers, etc...
InitializationFlowContext(FlowContext, ASTNode, FlowInfo, FlowContext, BlockScope) - Constructor for class org.eclipse.jdt.internal.compiler.flow.InitializationFlowContext
 
initializationParent - Variable in class org.eclipse.jdt.internal.compiler.flow.ExceptionHandlingFlowContext
 
initializationPCs - Variable in class org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding
 
initializations - Variable in class org.eclipse.jdt.internal.compiler.ast.ForStatement
 
initializationSource - Variable in class org.eclipse.jdt.internal.core.SourceFieldElementInfo
The field's initializer string (if the field is a constant).
initialize(IPath, IJavaProject) - Method in class org.eclipse.jdt.core.ClasspathContainerInitializer
Binds a classpath container to a IClasspathContainer for a given project, or silently fails if unable to do so.
initialize(String) - Method in class org.eclipse.jdt.core.ClasspathVariableInitializer
Binds a value to the workspace classpath variable with the given name, or fails silently if this cannot be done.
initialize() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
initialize(boolean) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
initialize() - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
initialize(boolean) - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
initialize() - Method in class org.eclipse.jdt.internal.compiler.batch.ClasspathDirectory
 
initialize() - Method in class org.eclipse.jdt.internal.compiler.batch.ClasspathJar
 
initialize() - Method in interface org.eclipse.jdt.internal.compiler.batch.FileSystem.Classpath
Initialize the entry
initialize(PrintWriter, PrintWriter, boolean) - Method in class org.eclipse.jdt.internal.compiler.batch.Main
Deprecated. - use Main.initialize(PrintWriter, PrintWriter, boolean, Map, CompilationProgress) instead e.g. initialize(outWriter, errWriter, systemExit, null, null)
initialize(PrintWriter, PrintWriter, boolean, Map) - Method in class org.eclipse.jdt.internal.compiler.batch.Main
Deprecated. - use Main.initialize(PrintWriter, PrintWriter, boolean, Map, CompilationProgress) instead e.g. initialize(outWriter, errWriter, systemExit, customDefaultOptions, null)
initialize(PrintWriter, PrintWriter, boolean, Map, CompilationProgress) - Method in class org.eclipse.jdt.internal.compiler.batch.Main
 
initialize(SourceTypeBinding, ClassFile, boolean) - Method in class org.eclipse.jdt.internal.compiler.ClassFile
 
initialize() - Method in class org.eclipse.jdt.internal.compiler.classfmt.AnnotationMethodInfoWithAnnotations
 
initialize() - Method in class org.eclipse.jdt.internal.compiler.classfmt.FieldInfo
This method is used to fully initialize the contents of the receiver.
initialize() - Method in class org.eclipse.jdt.internal.compiler.classfmt.FieldInfoWithAnnotation
 
initialize() - Method in class org.eclipse.jdt.internal.compiler.classfmt.MethodInfo
This method is used to fully initialize the contents of the receiver.
initialize() - Method in class org.eclipse.jdt.internal.compiler.classfmt.MethodInfoWithAnnotations
 
initialize(CodeStream) - Method in class org.eclipse.jdt.internal.compiler.codegen.BranchLabel
 
initialize(ClassFile) - Method in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
initialize(UnionTypeReference) - Method in class org.eclipse.jdt.internal.compiler.codegen.MultiCatchExceptionLabel
 
initialize(boolean) - Method in class org.eclipse.jdt.internal.compiler.DocumentElementParser
 
initialize() - Method in class org.eclipse.jdt.internal.compiler.DocumentElementParser
 
initialize(int) - Method in class org.eclipse.jdt.internal.compiler.impl.IrritantSet
Initialize a set of irritants in one group
initialize(IrritantSet) - Method in class org.eclipse.jdt.internal.compiler.impl.IrritantSet
 
initialize() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
initialize(boolean) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
initialize(int) - Method in class org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy
Initializes this hierarchy's internal tables with the given size.
initialize() - Method in class org.eclipse.jdt.internal.core.search.HierarchyScope
 
initialize(IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.search.HierarchyScope
 
initialize(int) - Method in class org.eclipse.jdt.internal.core.search.JavaSearchScope
 
initialize(JavaProject, int) - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocator
Create a new parser for the given project, as well as a lookup environment.
initialize(IPath, IJavaProject) - Method in class org.eclipse.jdt.internal.core.UserLibraryClasspathContainerInitializer
 
initialize(boolean) - Method in class org.eclipse.jdt.internal.core.util.CommentRecorderParser
 
initialize() - Method in class org.eclipse.jdt.internal.core.util.CommentRecorderParser
 
initializeAfterLoad(IProgressMonitor) - Static method in class org.eclipse.jdt.core.JavaCore
Initializes JavaCore internal structures to allow subsequent operations (such as the ones that need a resolved classpath) to run full speed.
initializeAfterLoadMonitor - Variable in class org.eclipse.jdt.internal.core.BatchInitializationMonitor
 
initializeAnnotationProcessorManager() - Method in class org.eclipse.jdt.internal.compiler.batch.Main
 
initializeAnnotationProcessorManager(Compiler) - Method in class org.eclipse.jdt.internal.core.builder.AbstractImageBuilder
 
initializeArguments() - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
 
initializeArguments() - Method in class org.eclipse.jdt.internal.compiler.lookup.RawTypeBinding
 
initializeBounds(Scope, ParameterizedTypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.CaptureBinding
Initialize capture bounds using substituted supertypes e.g.
initializeBuild(char[], boolean, boolean) - Method in class org.eclipse.jdt.internal.core.jdom.AbstractDOMBuilder
Deprecated. Initializes the builder to create a document fragment.
initializeBuild(char[], boolean, boolean, boolean) - Method in class org.eclipse.jdt.internal.core.jdom.DOMBuilder
Deprecated. Initializes the builder to create a document fragment.
initializeConstructorAccessor(MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.SyntheticMethodBinding
An constructor accessor is a constructor with an extra argument (declaringClass), in case of collision with an existing constructor, then add again an extra argument (declaringClass again).
initializeConversions() - Static method in class org.eclipse.jdt.internal.compiler.lookup.BaseTypeBinding
 
initializeDefaultPosition() - Method in class org.eclipse.jdt.internal.core.CreateElementInCUOperation
Sets the default position in which to create the new type member.
initializeDefaultPosition() - Method in class org.eclipse.jdt.internal.core.CreateFieldOperation
By default the new field is positioned after the last existing field declaration, or as the first member in the type if there are no field declarations.
initializeDefaultPosition() - Method in class org.eclipse.jdt.internal.core.CreateImportOperation
Sets the correct position for the new import: after the last import if no imports, before the first type if no type, after the package statement and if no package statement - first thing in the CU
initializeDefaultPosition() - Method in class org.eclipse.jdt.internal.core.CreateInitializerOperation
By default the new initializer is positioned after the last existing initializer declaration, or as the first member in the type if there are no initializers.
initializeDefaultPosition() - Method in class org.eclipse.jdt.internal.core.CreatePackageDeclarationOperation
Sets the correct position for new package declaration: before the first import if no imports, before the first type if no type - first thing in the CU
initializeDefaultPreferences() - Method in class org.eclipse.jdt.internal.core.JavaCorePreferenceInitializer
 
initializeDeprecatedAnnotationTagBits() - Method in class org.eclipse.jdt.internal.compiler.lookup.Binding
Compute the tag bits for @Deprecated annotations, avoiding resolving entire annotation if not necessary.
initializeDeprecatedAnnotationTagBits() - Method in class org.eclipse.jdt.internal.compiler.lookup.MemberTypeBinding
 
initializeDeprecatedAnnotationTagBits() - Method in class org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
 
initializedField - Variable in class org.eclipse.jdt.internal.compiler.lookup.MethodScope
 
initializeImportCaches() - Method in class org.eclipse.jdt.internal.codeassist.impl.Engine
 
initializeMaxLocals(MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
initializeMaxLocals(MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream
 
initializeMessages(String, Class) - Static method in class org.eclipse.jdt.internal.compiler.util.Messages
 
initializeMethodAccessor(MethodBinding, boolean, ReferenceBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.SyntheticMethodBinding
An method accessor is a method with an access$N selector, where N is incremented in case of collisions.
initializePackageCache() - Method in class org.eclipse.jdt.internal.codeassist.impl.Engine
 
initializeParser() - Method in class org.eclipse.jdt.internal.compiler.Compiler
 
initializeParser() - Method in class org.eclipse.jdt.internal.core.CompilationUnitProblemFinder
 
initializeParser() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetCompiler
 
initializePolymorphicSearch(MatchLocator) - Method in class org.eclipse.jdt.internal.core.search.matching.AndLocator
 
initializePolymorphicSearch(MatchLocator) - Method in class org.eclipse.jdt.internal.core.search.matching.MethodLocator
 
initializePolymorphicSearch(MatchLocator) - Method in class org.eclipse.jdt.internal.core.search.matching.OrLocator
 
initializePolymorphicSearch(MatchLocator) - Method in class org.eclipse.jdt.internal.core.search.matching.PatternLocator
Initializes this search pattern so that polymorphic search can be performed.
initializePreferences() - Method in class org.eclipse.jdt.internal.core.JavaModelManager
Initialize preferences lookups for JavaCore plug-in.
INITIALIZER - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type Initializer.
Initializer - Class in org.eclipse.jdt.core.dom
Static or instance initializer AST node type.
INITIALIZER - Static variable in interface org.eclipse.jdt.core.IJavaElement
Constant representing a stand-alone instance or class initializer.
INITIALIZER - Static variable in interface org.eclipse.jdt.core.jdom.IDOMNode
Deprecated. Node type constant indicating an initializer declaration.
INITIALIZER - Static variable in class org.eclipse.jdt.internal.compiler.ast.AbstractVariableDeclaration
 
initializer - Variable in class org.eclipse.jdt.internal.compiler.ast.ArrayAllocationExpression
 
Initializer - Class in org.eclipse.jdt.internal.compiler.ast
 
Initializer(Block, int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.Initializer
 
Initializer - Class in org.eclipse.jdt.internal.core
 
Initializer(JavaElement, int) - Constructor for class org.eclipse.jdt.internal.core.Initializer
 
INITIALIZER - Static variable in class org.eclipse.jdt.internal.core.util.MementoTokenizer
 
INITIALIZER_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.ArrayCreation
The "initializer" structural property of this node type (child type: ArrayInitializer).
INITIALIZER_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.SingleVariableDeclaration
The "initializer" structural property of this node type (child type: Expression).
INITIALIZER_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.VariableDeclarationFragment
The "initializer" structural property of this node type (child type: Expression).
initializerBody - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveredInitializer
 
initializeRegions() - Method in class org.eclipse.jdt.internal.core.hierarchy.RegionBasedTypeHierarchy
 
initializeRegions() - Method in class org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy
Initializes the file, package and project regions
InitializerElementInfo - Class in org.eclipse.jdt.internal.core
Element info for IInitializer elements.
InitializerElementInfo() - Constructor for class org.eclipse.jdt.internal.core.InitializerElementInfo
 
InitializerMustCompleteNormally - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
initializerMustCompleteNormally(FieldDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
initializeRoots(boolean) - Method in class org.eclipse.jdt.internal.core.DeltaProcessingState
 
initializers() - Method in class org.eclipse.jdt.core.dom.ForStatement
Returns the live ordered list of initializer expressions in this for statement.
initializers - Variable in class org.eclipse.jdt.internal.core.JavaElementRequestor
A collection of the resulting initializers, or null if no initializer results have been received.
INITIALIZERS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.ForStatement
The "initializers" structural property of this node type (element type: Expression).
initializerScope - Variable in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
 
InitializerWithChildrenInfo - Class in org.eclipse.jdt.internal.core
 
InitializerWithChildrenInfo(IJavaElement[]) - Constructor for class org.eclipse.jdt.internal.core.InitializerWithChildrenInfo
 
initializeScanner() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
initializeScanner() - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
initializeScanner() - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionParser
 
initializeScanner() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
initializeScanner() - Method in class org.eclipse.jdt.internal.core.util.CommentRecorderParser
 
initialPosition - Variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
initialPosition - Variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
initsBeforeContext - Variable in class org.eclipse.jdt.internal.compiler.flow.InitializationFlowContext
 
initsOnBreak() - Method in class org.eclipse.jdt.internal.compiler.flow.FlowContext
 
initsOnBreak - Variable in class org.eclipse.jdt.internal.compiler.flow.SwitchFlowContext
 
initsOnContinue - Variable in class org.eclipse.jdt.internal.compiler.flow.LoopingFlowContext
 
initsOnException(int) - Method in class org.eclipse.jdt.internal.compiler.flow.ExceptionHandlingFlowContext
 
initsOnFinally - Variable in class org.eclipse.jdt.internal.compiler.flow.FlowContext
 
initsOnReturn - Variable in class org.eclipse.jdt.internal.compiler.flow.ExceptionHandlingFlowContext
 
initsOnReturn() - Method in class org.eclipse.jdt.internal.compiler.flow.ExceptionHandlingFlowContext
 
initsOnReturn() - Method in class org.eclipse.jdt.internal.compiler.flow.FlowContext
 
initsOnReturn - Variable in class org.eclipse.jdt.internal.compiler.flow.InsideSubRoutineFlowContext
 
initsOnReturn() - Method in class org.eclipse.jdt.internal.compiler.flow.InsideSubRoutineFlowContext
 
initStateIndex - Variable in class org.eclipse.jdt.internal.compiler.ast.BranchStatement
 
initStateIndex - Variable in class org.eclipse.jdt.internal.compiler.ast.ReturnStatement
 
initsWhenFalse - Variable in class org.eclipse.jdt.internal.compiler.flow.ConditionalFlowInfo
 
initsWhenFalse() - Method in class org.eclipse.jdt.internal.compiler.flow.ConditionalFlowInfo
 
initsWhenFalse() - Method in class org.eclipse.jdt.internal.compiler.flow.FlowInfo
Return the flow info that would result from the path associated to the value false for the condition expression that generated this flow info.
initsWhenFalse() - Method in class org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo
 
initsWhenTrue - Variable in class org.eclipse.jdt.internal.compiler.flow.ConditionalFlowInfo
 
initsWhenTrue() - Method in class org.eclipse.jdt.internal.compiler.flow.ConditionalFlowInfo
 
initsWhenTrue() - Method in class org.eclipse.jdt.internal.compiler.flow.FlowInfo
Return the flow info that would result from the path associated to the value true for the condition expression that generated this flow info.
initsWhenTrue() - Method in class org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo
 
initTables() - Static method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
INLINE_ALL_TAGS_LENGTH - Static variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionJavadocParser
 
INLINE_IDX - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
INLINE_TAGS - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
INLINE_TAGS_LENGTH - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
inlineForwardReferencesFromLabelsTargeting(BranchLabel, int) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
Some placed labels might be branching to a goto bytecode which we can optimize better.
inlineJsrBytecode - Variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
Indicate whether the JSR bytecode should be inlined to avoid its presence in classfile
inlineTagStart - Variable in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
inlineTagStarted - Variable in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
INNER_CLASSES - Static variable in interface org.eclipse.jdt.core.util.IAttributeNamesConstants
"InnerClasses" attribute.
INNER_CLASSES_SIZE - Static variable in class org.eclipse.jdt.internal.compiler.ClassFile
 
InnerClassesAttribute - Class in org.eclipse.jdt.internal.core.util
Default implementation of IInnerClassesAttribute.
InnerClassesAttribute(byte[], IConstantPool, int) - Constructor for class org.eclipse.jdt.internal.core.util.InnerClassesAttribute
Constructor for InnerClassesAttribute.
InnerClassesAttributeEntry - Class in org.eclipse.jdt.internal.core.util
Default implementation of IInnerClassesAttributeEntry
InnerClassesAttributeEntry(byte[], IConstantPool, int) - Constructor for class org.eclipse.jdt.internal.core.util.InnerClassesAttributeEntry
 
innerClassesBindings - Variable in class org.eclipse.jdt.internal.compiler.ClassFile
 
InnerClassInfo - Class in org.eclipse.jdt.internal.compiler.classfmt
Describes one entry in the classes table of the InnerClasses attribute.
InnerClassInfo(byte[], int[], int) - Constructor for class org.eclipse.jdt.internal.compiler.classfmt.InnerClassInfo
 
InnerClassName - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.AttributeNamesConstants
 
InnerEmulationDependency - Class in org.eclipse.jdt.internal.compiler.lookup
 
InnerEmulationDependency(BlockScope, boolean) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.InnerEmulationDependency
 
innermostCastedExpression() - Method in class org.eclipse.jdt.internal.compiler.ast.CastExpression
 
innermostSwitchCase() - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
Returns the immediately enclosing switchCase statement (carried by closest blockScope),
innerTracker - Variable in class org.eclipse.jdt.internal.compiler.ast.FakedTrackingVariable
 
innerTypesCannotDeclareStaticInitializers(ReferenceBinding, Initializer) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
input_file - Static variable in class java_cup.Main
Input file.
inputColumn - Variable in class org.eclipse.jdt.internal.formatter.Location
deprecated
inputOffset - Variable in class org.eclipse.jdt.internal.formatter.Location
 
INSERT - Static variable in class org.eclipse.jdt.core.JavaCore
Configurable option value: "insert".
insert(ASTNode, int) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ListRewriteEvent
 
insert(TextEdit, TextEdit) - Static method in class org.eclipse.jdt.internal.core.SortElementsOperation
 
insert_action(parse_action, parse_action, int) - Method in class java_cup.lalr_state
 
INSERT_AFTER - Static variable in class org.eclipse.jdt.internal.core.CreateElementInCUOperation
A constant meaning to position the new element after the element defined by fAnchorElement.
INSERT_BEFORE - Static variable in class org.eclipse.jdt.internal.core.CreateElementInCUOperation
A constant meaning to position the new element before the element defined by fAnchorElement.
INSERT_LAST - Static variable in class org.eclipse.jdt.internal.core.CreateElementInCUOperation
A constant meaning to position the new element as the last child of its parent element.
insert_new_line_after_annotation_on_field - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_new_line_after_annotation_on_local_variable - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_new_line_after_annotation_on_method - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_new_line_after_annotation_on_package - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_new_line_after_annotation_on_parameter - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_new_line_after_annotation_on_type - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_new_line_after_label - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_new_line_after_opening_brace_in_array_initializer - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_new_line_at_end_of_file_if_missing - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_new_line_before_catch_in_try_statement - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_new_line_before_closing_brace_in_array_initializer - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_new_line_before_else_in_if_statement - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_new_line_before_finally_in_try_statement - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_new_line_before_while_in_do_statement - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_new_line_in_empty_annotation_declaration - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_new_line_in_empty_anonymous_type_declaration - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_new_line_in_empty_block - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_new_line_in_empty_enum_constant - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_new_line_in_empty_enum_declaration - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_new_line_in_empty_method_body - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_new_line_in_empty_type_declaration - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_reduce(parse_action, parse_action) - Method in class java_cup.lalr_state
 
insert_shift(parse_action, parse_action) - Method in class java_cup.lalr_state
 
insert_space_after_and_in_type_parameter - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_assignment_operator - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_at_in_annotation - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_at_in_annotation_type_declaration - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_binary_operator - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_closing_angle_bracket_in_type_arguments - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_closing_angle_bracket_in_type_parameters - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_closing_brace_in_block - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_closing_paren_in_cast - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_colon_in_assert - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_colon_in_case - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_colon_in_conditional - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_colon_in_for - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_colon_in_labeled_statement - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_comma_in_allocation_expression - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_comma_in_annotation - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_comma_in_array_initializer - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_comma_in_constructor_declaration_parameters - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_comma_in_constructor_declaration_throws - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_comma_in_enum_constant_arguments - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_comma_in_enum_declarations - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_comma_in_explicit_constructor_call_arguments - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_comma_in_for_increments - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_comma_in_for_inits - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_comma_in_method_declaration_parameters - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_comma_in_method_declaration_throws - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_comma_in_method_invocation_arguments - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_comma_in_multiple_field_declarations - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_comma_in_multiple_local_declarations - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_comma_in_parameterized_type_reference - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_comma_in_superinterfaces - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_comma_in_type_arguments - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_comma_in_type_parameters - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_ellipsis - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_opening_angle_bracket_in_parameterized_type_reference - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_opening_angle_bracket_in_type_arguments - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_opening_angle_bracket_in_type_parameters - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_opening_brace_in_array_initializer - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_opening_bracket_in_array_allocation_expression - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_opening_bracket_in_array_reference - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_opening_paren_in_annotation - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_opening_paren_in_cast - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_opening_paren_in_catch - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_opening_paren_in_constructor_declaration - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_opening_paren_in_enum_constant - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_opening_paren_in_for - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_opening_paren_in_if - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_opening_paren_in_method_declaration - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_opening_paren_in_method_invocation - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_opening_paren_in_parenthesized_expression - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_opening_paren_in_switch - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_opening_paren_in_synchronized - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_opening_paren_in_try - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_opening_paren_in_while - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_postfix_operator - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_prefix_operator - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_question_in_conditional - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_question_in_wilcard - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_semicolon_in_for - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_semicolon_in_try_resources - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_after_unary_operator - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_and_in_type_parameter - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_assignment_operator - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_at_in_annotation_type_declaration - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_binary_operator - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_closing_angle_bracket_in_parameterized_type_reference - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_closing_angle_bracket_in_type_arguments - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_closing_angle_bracket_in_type_parameters - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_closing_brace_in_array_initializer - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_closing_bracket_in_array_allocation_expression - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_closing_bracket_in_array_reference - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_closing_paren_in_annotation - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_closing_paren_in_cast - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_closing_paren_in_catch - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_closing_paren_in_constructor_declaration - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_closing_paren_in_enum_constant - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_closing_paren_in_for - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_closing_paren_in_if - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_closing_paren_in_method_declaration - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_closing_paren_in_method_invocation - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_closing_paren_in_parenthesized_expression - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_closing_paren_in_switch - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_closing_paren_in_synchronized - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_closing_paren_in_try - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_closing_paren_in_while - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_colon_in_assert - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_colon_in_case - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_colon_in_conditional - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_colon_in_default - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_colon_in_for - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_colon_in_labeled_statement - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_comma_in_allocation_expression - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_comma_in_annotation - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_comma_in_array_initializer - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_comma_in_constructor_declaration_parameters - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_comma_in_constructor_declaration_throws - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_comma_in_enum_constant_arguments - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_comma_in_enum_declarations - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_comma_in_explicit_constructor_call_arguments - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_comma_in_for_increments - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_comma_in_for_inits - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_comma_in_method_declaration_parameters - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_comma_in_method_declaration_throws - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_comma_in_method_invocation_arguments - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_comma_in_multiple_field_declarations - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_comma_in_multiple_local_declarations - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_comma_in_parameterized_type_reference - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_comma_in_superinterfaces - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_comma_in_type_arguments - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_comma_in_type_parameters - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_ellipsis - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_opening_angle_bracket_in_parameterized_type_reference - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_opening_angle_bracket_in_type_arguments - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_opening_angle_bracket_in_type_parameters - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_opening_brace_in_annotation_type_declaration - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_opening_brace_in_anonymous_type_declaration - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_opening_brace_in_array_initializer - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_opening_brace_in_block - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_opening_brace_in_constructor_declaration - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_opening_brace_in_enum_constant - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_opening_brace_in_enum_declaration - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_opening_brace_in_method_declaration - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_opening_brace_in_switch - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_opening_brace_in_type_declaration - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_opening_bracket_in_array_allocation_expression - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_opening_bracket_in_array_reference - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_opening_bracket_in_array_type_reference - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_opening_paren_in_annotation - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_opening_paren_in_annotation_type_member_declaration - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_opening_paren_in_catch - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_opening_paren_in_constructor_declaration - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_opening_paren_in_enum_constant - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_opening_paren_in_for - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_opening_paren_in_if - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_opening_paren_in_method_declaration - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_opening_paren_in_method_invocation - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_opening_paren_in_parenthesized_expression - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_opening_paren_in_switch - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_opening_paren_in_synchronized - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_opening_paren_in_try - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_opening_paren_in_while - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_parenthesized_expression_in_return - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_parenthesized_expression_in_throw - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_postfix_operator - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_prefix_operator - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_question_in_conditional - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_question_in_wilcard - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_semicolon - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_semicolon_in_for - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_semicolon_in_try_resources - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_before_unary_operator - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_between_brackets_in_array_type_reference - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_between_empty_braces_in_array_initializer - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_between_empty_brackets_in_array_allocation_expression - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_between_empty_parens_in_annotation_type_member_declaration - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_between_empty_parens_in_constructor_declaration - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_between_empty_parens_in_enum_constant - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_between_empty_parens_in_method_declaration - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insert_space_between_empty_parens_in_method_invocation - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
insertAfter(ASTNode, ASTNode, TextEditGroup) - Method in class org.eclipse.jdt.core.dom.rewrite.ListRewrite
Inserts the given node into the list after the given element.
insertASTNode(ASTRewrite, ASTNode, ASTNode) - Method in class org.eclipse.jdt.internal.core.CreateElementInCUOperation
Inserts the given child into the given AST, based on the position settings of this operation.
insertAt(ASTNode, int, TextEditGroup) - Method in class org.eclipse.jdt.core.dom.rewrite.ListRewrite
Inserts the given node into the list at the given index.
insertBefore(ASTNode, ASTNode, TextEditGroup) - Method in class org.eclipse.jdt.core.dom.rewrite.ListRewrite
Inserts the given node into the list before the given element.
insertBeforeElements - Variable in class org.eclipse.jdt.internal.core.MultiOperation
Table specifying insertion positions for elements being copied/moved/renamed.
insertDeltaTree(IJavaElement, JavaElementDelta) - Method in class org.eclipse.jdt.internal.core.JavaElementDelta
Creates the delta tree for the given element and delta, and then inserts the tree as an affected child of this node.
INSERTED - Static variable in class org.eclipse.jdt.internal.core.dom.rewrite.RewriteEvent
Change kind to describe that the event is an insert event.
insertedTokens - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveryScannerData
 
insertedTokensPosition - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveryScannerData
 
insertedTokensPtr - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveryScannerData
 
insertedTokenUsed - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveryScannerData
 
insertFirst(ASTNode, TextEditGroup) - Method in class org.eclipse.jdt.core.dom.rewrite.ListRewrite
Inserts the given node into the list at the start of the list.
insertionIndex(int[], int, int) - Static method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
This methods searches for an existing entry inside the pcToSourceMap table with a pc equals to @pc.
insertionPolicy - Variable in class org.eclipse.jdt.internal.core.CreateElementInCUOperation
One of the position constants, describing where to position the newly created element.
insertLast(ASTNode, TextEditGroup) - Method in class org.eclipse.jdt.core.dom.rewrite.ListRewrite
Inserts the given node into the list at the end of the list.
insertPositionUpdater(IPositionUpdater, int) - Method in class org.eclipse.jdt.internal.core.util.SimpleDocument
 
insertSibling(IDOMNode) - Method in interface org.eclipse.jdt.core.jdom.IDOMNode
Deprecated. Inserts the given un-parented node as a sibling of this node, immediately before this node.
insertSibling(IDOMNode) - Method in class org.eclipse.jdt.internal.core.jdom.DOMNode
Deprecated.  
insertToken(int, int, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveryScanner
 
insertTokens(int[], int, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveryScanner
 
insideEnumConstantPart - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveredType
 
InsideExpressionStatement - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
InsideJavadoc - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
insideRecovery - Variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
insideRecovery - Variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
insideRoot(char[]) - Method in class org.eclipse.jdt.internal.core.builder.ReferenceCollection
 
InsideSubRoutineFlowContext - Class in org.eclipse.jdt.internal.compiler.flow
Reflects the context of code analysis, keeping track of enclosing try statements, exception handlers, etc...
InsideSubRoutineFlowContext(FlowContext, ASTNode) - Constructor for class org.eclipse.jdt.internal.compiler.flow.InsideSubRoutineFlowContext
 
insideTypeAnnotation - Variable in exception org.eclipse.jdt.internal.codeassist.complete.CompletionNodeFound
 
insideTypeAnnotation - Variable in class org.eclipse.jdt.internal.compiler.lookup.MethodScope
 
inspect(String) - Method in class java_cup.anttask.CUPTask
Let's search for package name
InstallException - Exception in org.eclipse.jdt.internal.eval
A InstallException is thrown when installing class files on a target has failed for any reason.
InstallException() - Constructor for exception org.eclipse.jdt.internal.eval.InstallException
Constructs a InstallException with no detail message.
InstallException(String) - Constructor for exception org.eclipse.jdt.internal.eval.InstallException
Constructs a InstallException with the specified detail message.
instance_of(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
We didn't call it instanceof because there is a conflit with the instanceof keyword
InstanceFieldDuringConstructorInvocation - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
InstanceMethodDuringConstructorInvocation - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
INSTANCEOF - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
INSTANCEOF - Static variable in interface org.eclipse.jdt.internal.codeassist.impl.Keywords
 
INSTANCEOF - Static variable in interface org.eclipse.jdt.internal.compiler.ast.OperatorIds
 
INSTANCEOF_EXPRESSION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type InstanceofExpression.
INSTANCEOF_TYPE_REFERENCE - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
Return only type references used as a type of an instanceof expression.
InstanceofExpression - Class in org.eclipse.jdt.core.dom
Instanceof expression AST node type.
InstanceOfExpression - Class in org.eclipse.jdt.internal.compiler.ast
 
InstanceOfExpression(Expression, TypeReference) - Constructor for class org.eclipse.jdt.internal.compiler.ast.InstanceOfExpression
 
instantiateGetClass(TypeBinding, MethodBinding, Scope) - Static method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedMethodBinding
The type of x.getClass() is substituted from 'Class' into: 'Class
instructionPosition - Variable in class org.eclipse.jdt.internal.compiler.codegen.CaseLabel
 
INT - Static variable in class org.eclipse.jdt.core.dom.PrimitiveType
Type code for the primitive type "int".
INT - Static variable in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
Base type definitions
INT - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
Int2Byte - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
Int2Char - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
Int2Double - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
Int2Float - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
Int2Int - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
Int2Long - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
Int2Short - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
Int2String - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
INT_ARRAY - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
 
INT_INITIAL_SIZE - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
intCache - Variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
IntConstant - Class in org.eclipse.jdt.internal.compiler.impl
 
IntConstrSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
INTEGER_TAG - Static variable in interface org.eclipse.jdt.core.util.IAnnotationComponentValue
Tag value for a constant of type int
IntegerCache - Class in org.eclipse.jdt.internal.compiler.codegen
 
IntegerCache() - Constructor for class org.eclipse.jdt.internal.compiler.codegen.IntegerCache
Constructs a new, empty hashtable.
IntegerCache(int) - Constructor for class org.eclipse.jdt.internal.compiler.codegen.IntegerCache
Constructs a new, empty hashtable with the specified initial capacity.
IntegerTag - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
 
intendedDefaultNonNullness - Variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
TagBits-encoded default for non-annotated types.
INTERFACE - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
The searched element is an interface.
INTERFACE - Static variable in interface org.eclipse.jdt.internal.codeassist.impl.Keywords
 
INTERFACE_AND_ANNOTATION - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
The searched element is an interface or annotation type.
INTERFACE_AND_ANNOTATION_SUFFIX - Static variable in interface org.eclipse.jdt.internal.core.search.indexing.IIndexConstants
 
INTERFACE_DECL - Static variable in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
 
INTERFACE_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.TypeDeclaration
The "interface" structural property of this node type (type: Boolean).
INTERFACE_SUFFIX - Static variable in interface org.eclipse.jdt.internal.core.search.indexing.IIndexConstants
 
InterfaceAmbiguous - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Deprecated. - problem is no longer generated, use IProblem.AmbiguousType instead
InterfaceCannotHaveConstructors - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
interfaceCannotHaveConstructors(ConstructorDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
InterfaceCannotHaveInitializers - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
interfaceCannotHaveInitializers(char[], FieldDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
InterfaceInheritedNameHidesEnclosingName - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Deprecated. - problem is no longer generated, use IProblem.InheritedTypeHidesEnclosingName instead
InterfaceInternalNameProvided - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Deprecated. - problem is no longer generated, use IProblem.InternalTypeNameProvided instead
InterfaceMethodRefTag - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
 
InterfaceNotFound - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Deprecated. - problem is no longer generated, use IProblem.UndefinedType instead
InterfaceNotVisible - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Deprecated. - problem is no longer generated, use IProblem.NotVisibleType instead
INTERFACES - Static variable in class org.eclipse.jdt.core.CorrectionEngine
This field is not intended to be used by client.
interfaces - Variable in class org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy
 
Intern - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
intern(char[]) - Method in class org.eclipse.jdt.internal.core.JavaModelManager
 
intern(String) - Method in class org.eclipse.jdt.internal.core.JavaModelManager
 
Internal - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
INTERNAL - Static variable in interface org.eclipse.jdt.core.eval.ICodeSnippetRequestor
Indicates an internal problem.
internal_error - Exception in java_cup
Exception subclass for reporting internal errors in JavaCup.
internal_error(String) - Constructor for exception java_cup.internal_error
Constructor with a message
internalBeginToCompile(ICompilationUnit[], int) - Method in class org.eclipse.jdt.internal.compiler.Compiler
Add the initial set of compilation units into the loop -> build compilation unit declarations, their bindings and record their results.
InternalCompletionContext - Class in org.eclipse.jdt.internal.codeassist
Internal completion context
InternalCompletionContext() - Constructor for class org.eclipse.jdt.internal.codeassist.InternalCompletionContext
 
InternalCompletionProposal - Class in org.eclipse.jdt.internal.codeassist
Internal completion proposal
InternalCompletionProposal(int, int) - Constructor for class org.eclipse.jdt.internal.codeassist.InternalCompletionProposal
Creates a basic completion proposal.
internalException(CoreException) - Method in class org.eclipse.jdt.internal.core.builder.AbstractImageBuilder
 
InternalExtendedCompletionContext - Class in org.eclipse.jdt.internal.codeassist
 
InternalExtendedCompletionContext(InternalCompletionContext, ITypeRoot, CompilationUnitDeclaration, LookupEnvironment, Scope, ASTNode, ASTNode, WorkingCopyOwner, CompletionParser) - Constructor for class org.eclipse.jdt.internal.codeassist.InternalExtendedCompletionContext
 
internalGetCopySources(List, ASTNode) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.RewriteEventStore
 
InternalNameProvided - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.ProblemReasons
 
InternalNamingConventions - Class in org.eclipse.jdt.internal.core
 
InternalNamingConventions() - Constructor for class org.eclipse.jdt.internal.core.InternalNamingConventions
 
internalPath() - Method in class org.eclipse.jdt.internal.core.JarPackageFragmentRoot
 
internalPath() - Method in class org.eclipse.jdt.internal.core.PackageFragmentRoot
 
internalRecordNullityMismatch(Expression, TypeBinding, int, TypeBinding, int) - Method in class org.eclipse.jdt.internal.compiler.flow.FinallyFlowContext
 
internalRecordNullityMismatch(Expression, TypeBinding, int, TypeBinding, int) - Method in class org.eclipse.jdt.internal.compiler.flow.FlowContext
 
internalRecordNullityMismatch(Expression, TypeBinding, int, TypeBinding, int) - Method in class org.eclipse.jdt.internal.compiler.flow.LoopingFlowContext
 
internalResolveType(Scope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadocFieldReference
 
internalResolveType(Scope) - Method in class org.eclipse.jdt.internal.compiler.ast.JavadocFieldReference
 
internalResolveType(Scope) - Method in class org.eclipse.jdt.internal.compiler.ast.JavadocImplicitTypeReference
 
internalResolveType(Scope) - Method in class org.eclipse.jdt.internal.compiler.ast.JavadocSingleTypeReference
 
internalResolveType(Scope) - Method in class org.eclipse.jdt.internal.compiler.ast.TypeReference
 
InternalTypeNameProvided - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
internalWorked(double) - Method in class org.eclipse.jdt.internal.core.BatchInitializationMonitor
 
internalWorked(double) - Method in class org.eclipse.jdt.internal.core.JavaModelOperation
 
internQualifiedNames(StringSet) - Static method in class org.eclipse.jdt.internal.core.builder.ReferenceCollection
 
internQualifiedNames(char[][][]) - Static method in class org.eclipse.jdt.internal.core.builder.ReferenceCollection
 
internQualifiedNames(char[][][], boolean) - Static method in class org.eclipse.jdt.internal.core.builder.ReferenceCollection
 
InternSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
internSimpleNames(StringSet) - Static method in class org.eclipse.jdt.internal.core.builder.ReferenceCollection
Deprecated.  
internSimpleNames(StringSet, boolean) - Static method in class org.eclipse.jdt.internal.core.builder.ReferenceCollection
 
internSimpleNames(char[][], boolean) - Static method in class org.eclipse.jdt.internal.core.builder.ReferenceCollection
 
IntersectingPattern - Class in org.eclipse.jdt.internal.core.search.matching
Query the index multiple times and do an 'and' on the results.
IntersectingPattern(int, int) - Constructor for class org.eclipse.jdt.internal.core.search.matching.IntersectingPattern
 
INTERSECTION_TYPE - Static variable in class org.eclipse.jdt.internal.compiler.lookup.Binding
 
INTERSECTION_TYPE_SIGNATURE - Static variable in class org.eclipse.jdt.core.Signature
Kind constant for the intersection type signature.
intersects(terminal_set) - Method in class java_cup.terminal_set
Determine if this set intersects another.
IntIntegerSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
IntLiteral - Class in org.eclipse.jdt.internal.compiler.ast
 
IntLiteralMinValue - Class in org.eclipse.jdt.internal.compiler.ast
 
IntLiteralMinValue(char[], char[], int, int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.IntLiteralMinValue
 
intPtr - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
intStack - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
intValue() - Method in class org.eclipse.jdt.internal.compiler.impl.ByteConstant
 
intValue() - Method in class org.eclipse.jdt.internal.compiler.impl.CharConstant
 
intValue() - Method in class org.eclipse.jdt.internal.compiler.impl.Constant
 
intValue() - Method in class org.eclipse.jdt.internal.compiler.impl.DoubleConstant
 
intValue() - Method in class org.eclipse.jdt.internal.compiler.impl.FloatConstant
 
intValue() - Method in class org.eclipse.jdt.internal.compiler.impl.IntConstant
 
intValue() - Method in class org.eclipse.jdt.internal.compiler.impl.LongConstant
 
intValue() - Method in class org.eclipse.jdt.internal.compiler.impl.ShortConstant
 
INTVALUE_INTEGER_METHOD_NAME - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
INTVALUE_INTEGER_METHOD_SIGNATURE - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
INVALID_ARGUMENTS_FOR_INVOKEINTERFACE - Static variable in exception org.eclipse.jdt.core.util.ClassFormatException
 
INVALID_BINARY - Static variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
INVALID_BINARY - Static variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
INVALID_BYTECODE - Static variable in exception org.eclipse.jdt.core.util.ClassFormatException
 
INVALID_CHAR_IN_STRING - Static variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
INVALID_CHAR_IN_STRING - Static variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
INVALID_CHARACTER_CONSTANT - Static variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
INVALID_CHARACTER_CONSTANT - Static variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
INVALID_CLASSPATH - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status constant indicating that a classpath entry was invalid
INVALID_CLASSPATH - Static variable in class org.eclipse.jdt.internal.core.JavaProject
Value of the project's raw classpath if the .classpath file contains invalid entries.
INVALID_CLASSPATH_FILE_FORMAT - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status indicating that a .classpath file is ill-formed, and thus cannot be read/written successfully.
INVALID_CONSTANT_POOL_ENTRY - Static variable in exception org.eclipse.jdt.core.util.ClassFormatException
 
INVALID_CONTENTS - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status constant indicating that the specified contents are not valid.
INVALID_CP_CONTAINER_ENTRY - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status constant indicating that a container path was resolved to invalid entries (null or container).
INVALID_DESTINATION - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status constant indicating that a destination provided for a copy/move/rename operation is invalid.
INVALID_DIGIT - Static variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
INVALID_DIGIT - Static variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
INVALID_ELEMENT_TYPES - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status constant indicating one or more of the elements supplied are not of a valid type for the operation to process.
INVALID_ESCAPE - Static variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
INVALID_ESCAPE - Static variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
INVALID_FLOAT - Static variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
INVALID_FLOAT - Static variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
INVALID_HEXA - Static variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
INVALID_HEXA - Static variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
INVALID_HIGH_SURROGATE - Static variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
INVALID_HIGH_SURROGATE - Static variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
INVALID_INPUT - Static variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
INVALID_INPUT - Static variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
INVALID_LOW_SURROGATE - Static variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
INVALID_LOW_SURROGATE - Static variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
INVALID_MAGIC_NUMBER - Static variable in exception org.eclipse.jdt.core.util.ClassFormatException
 
INVALID_NAME - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status constant indicating that a name provided is not syntactically correct.
INVALID_OCTAL - Static variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
INVALID_OCTAL - Static variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
INVALID_PACKAGE - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status indicating that the package declaration in a ICompilationUnit does not correspond to the IPackageFragment it belongs to.
INVALID_PATH - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status constant indicating that a path provided to an operation is invalid.
INVALID_PROJECT - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status indicating that a Java element could not be created because the project owning underlying resource does not have the Java nature.
INVALID_RESOURCE - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status indicating that a Java element could not be created because the underlying resource is invalid.
INVALID_RESOURCE_TYPE - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status indicating that a Java element could not be created because the underlying resource is not of an appropriate type.
INVALID_SIBLING - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status constant indicating that a sibling specified is not valid.
INVALID_TAG_CONSTANT - Static variable in exception org.eclipse.jdt.core.util.ClassFormatException
 
INVALID_UNDERSCORE - Static variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
INVALID_UNDERSCORE - Static variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
INVALID_UNICODE_ESCAPE - Static variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
INVALID_UNICODE_ESCAPE - Static variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
InvalidAnnotationMemberType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
invalidAnnotationMemberType(MethodDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
InvalidBinary - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
InvalidBreak - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
invalidBreak(ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
InvalidCatchBlockSequence - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
InvalidCharacterConstant - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
InvalidClassInstantiation - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
invalidClasspathSection(String) - Method in interface org.eclipse.jdt.internal.compiler.batch.FileSystem.ClasspathSectionProblemReporter
 
invalidConstructor(Statement, MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
InvalidContinue - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
invalidContinue(ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
InvalidCursorLocation - Exception in org.eclipse.jdt.internal.codeassist.complete
Thrown whenever cursor location is not inside a consistent token for example: inside a string, number, unicode, comments etc...
InvalidCursorLocation(String) - Constructor for exception org.eclipse.jdt.internal.codeassist.complete.InvalidCursorLocation
 
InvalidDigit - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
invalidEnclosingType(Expression, TypeBinding, ReferenceBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
InvalidEncoding - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
InvalidEscape - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
InvalidExplicitConstructorCall - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
invalidExplicitConstructorCall(ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
InvalidExpressionAsStatement - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
invalidExpressionAsStatement(Expression) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
invalidField(FieldReference, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
invalidField(NameReference, FieldBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
invalidField(QualifiedNameReference, FieldBinding, int, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
InvalidFileNameForPackageAnnotations - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
invalidFileNameForPackageAnnotations(Annotation) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
InvalidFloat - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
InvalidHexa - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
InvalidHighSurrogate - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
InvalidInput - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
InvalidInputException - Exception in org.eclipse.jdt.core.compiler
Exception thrown by a scanner when encountering lexical errors.
InvalidInputException() - Constructor for exception org.eclipse.jdt.core.compiler.InvalidInputException
Creates a new exception with no detail message.
InvalidInputException(String) - Constructor for exception org.eclipse.jdt.core.compiler.InvalidInputException
Creates a new exception with the given detail message.
InvalidJavadoc - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
InvalidLowSurrogate - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
invalidMethod(MessageSend, MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
invalidNullToSynchronize(Expression) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
InvalidNullToSynchronized - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
InvalidOctal - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
InvalidOperator - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
invalidOperator(BinaryExpression, TypeBinding, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
invalidOperator(CompoundAssignment, TypeBinding, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
invalidOperator(UnaryExpression, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
InvalidParameterizedExceptionType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
invalidParameterizedExceptionType(TypeBinding, ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
invalidParameters - Variable in class org.eclipse.jdt.internal.compiler.ast.Javadoc
 
InvalidParenthesizedExpression - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
invalidParenthesizedExpression(ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
invalidType(ASTNode, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
InvalidTypeExpression - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Deprecated. - problem is no longer generated
InvalidTypeForAutoManagedResource - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.ProblemReasons
 
InvalidTypeForCollection - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
invalidTypeForCollection(Expression) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
InvalidTypeForCollectionTarget14 - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
invalidTypeForCollectionTarget14(Expression) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
InvalidTypeForStaticImport - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
InvalidTypeForStaticImport - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.ProblemReasons
 
invalidTypeToSynchronize(Expression, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
InvalidTypeToSynchronized - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
invalidTypeVariableAsException(TypeBinding, ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
InvalidTypeVariableExceptionType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
InvalidUnaryExpression - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
invalidUnaryExpression(Expression) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
InvalidUnicodeEscape - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
InvalidUnionTypeReferenceSequence - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
invalidUsageOfAnnotation(Annotation) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
InvalidUsageOfAnnotationDeclarations - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
invalidUsageOfAnnotationDeclarations(TypeDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
InvalidUsageOfAnnotations - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
InvalidUsageOfEnumDeclarations - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
invalidUsageOfEnumDeclarations(TypeDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
InvalidUsageOfForeachStatements - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
invalidUsageOfForeachStatements(LocalDeclaration, Expression) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
InvalidUsageOfStaticImports - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
invalidUsageOfStaticImports(ImportReference) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
InvalidUsageOfTypeArguments - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
invalidUsageOfTypeArguments(TypeReference, TypeReference) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
InvalidUsageOfTypeParameters - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
invalidUsageOfTypeParameters(TypeParameter, TypeParameter) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
InvalidUsageOfTypeParametersForAnnotationDeclaration - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
invalidUsageOfTypeParametersForAnnotationDeclaration(TypeDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
InvalidUsageOfTypeParametersForEnumDeclaration - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
invalidUsageOfTypeParametersForEnumDeclaration(TypeDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
InvalidUsageOfVarargs - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
invalidUsageOfVarargs(Argument) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
InvalidUsageOfWildcard - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
InvalidVoidExpression - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
InverseMatcher - Class in org.apache.tapestry.util.text
Matches a given character only if the provided object does NOT match it.
InverseMatcher(ICharacterMatcher) - Constructor for class org.apache.tapestry.util.text.InverseMatcher
Creates a new object that inverts the matching rule of the provided matcher
INVOCATION_ARGUMENT_OK - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
INVOCATION_ARGUMENT_UNCHECKED - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
INVOCATION_ARGUMENT_WILDCARD - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
InvocationSite - Interface in org.eclipse.jdt.internal.compiler.lookup
 
invoke(byte, int, int, char[], char[], char[]) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
invoke(byte, MethodBinding, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
INVOKE - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
INVOKE_METHOD_METHOD_NAME - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
INVOKE_METHOD_METHOD_SIGNATURE - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
invokeAccessibleObjectSetAccessible() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
invokeArrayNewInstance() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
invokeAutoCloseableClose(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
invokeClassForName() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
invokeClassGetDeclaredConstructor() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
invokeClassGetDeclaredField() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
invokeClassGetDeclaredMethod() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
INVOKEDYNAMIC - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
InvokeDynamicTag - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
 
invokeEnumOrdinal(char[]) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
INVOKEINTERFACE - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
invokeIterableIterator(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
invokeJavaLangAssertionErrorConstructor(int) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
invokeJavaLangAssertionErrorDefaultConstructor() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
invokeJavaLangClassDesiredAssertionStatus() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
invokeJavaLangEnumvalueOf(ReferenceBinding) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
invokeJavaLangEnumValues(TypeBinding, ArrayBinding) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
invokeJavaLangErrorConstructor() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
invokeJavaLangReflectConstructorNewInstance() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
invokeJavaLangReflectFieldGetter(int) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
invokeJavaLangReflectFieldSetter(int) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
invokeJavaLangReflectMethodInvoke() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
invokeJavaUtilIteratorHasNext() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
invokeJavaUtilIteratorNext() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
invokeNoClassDefFoundErrorStringConstructor() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
invokeObjectGetClass() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
INVOKESPECIAL - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
INVOKESTATIC - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
invokeStringConcatenationAppendForType(int) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
The equivalent code performs a string conversion of the TOS
invokeStringConcatenationDefaultConstructor() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
invokeStringConcatenationStringConstructor() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
invokeStringConcatenationToString() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
invokeStringEquals() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
invokeStringHashCode() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
invokeStringIntern() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
invokeStringValueOf(int) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
invokeSystemArraycopy() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
invokeThrowableAddSuppressed() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
invokeThrowableGetMessage() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
INVOKEVIRTUAL - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
IO - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
IO_EXCEPTION - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status constant indicating that an java.io.IOException occurred.
IOpcodeMnemonics - Interface in org.eclipse.jdt.core.util
Description of each opcode mnemonic according to the JVM specifications.
IOpenable - Interface in org.eclipse.jdt.core
Common protocol for Java elements that must be opened before they can be navigated or modified.
IOR - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
ior() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
IPackageBinding - Interface in org.eclipse.jdt.core.dom
A package binding represents a named or unnamed package.
IPackageDeclaration - Interface in org.eclipse.jdt.core
Represents a package declaration in Java compilation unit.
IPackageFragment - Interface in org.eclipse.jdt.core
A package fragment is a portion of the workspace corresponding to an entire package, or to a portion thereof.
IPackageFragmentRoot - Interface in org.eclipse.jdt.core
A package fragment root contains a set of package fragments.
IParameterAnnotation - Interface in org.eclipse.jdt.core.util
Description of a parameter annotation as described in the JVM specifications (added in J2SE 1.5).
IParent - Interface in org.eclipse.jdt.core
Common protocol for Java elements that contain other Java elements.
IPathRequestor - Interface in org.eclipse.jdt.internal.core
 
IProblem - Interface in org.eclipse.jdt.core.compiler
Description of a Java problem, as detected by the compiler or some of the underlying technology reusing the compiler.
IProblemFactory - Interface in org.eclipse.jdt.internal.compiler
 
IProblemRequestor - Interface in org.eclipse.jdt.core
A callback interface for receiving java problem as they are discovered by some Java operation.
IRegion - Interface in org.eclipse.jdt.core
A Java model region describes a hierarchical set of elements.
IREM - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
irem() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
IRequestor - Interface in org.eclipse.jdt.internal.eval
A callback interface for receiving code snippet evaluation results.
IRestrictedAccessConstructorRequestor - Interface in org.eclipse.jdt.internal.core.search
A IRestrictedAccessConstructorRequestor collects search results from a searchAllConstructorDeclarations query to a SearchBasicEngine providing restricted access information of declaring type when a constructor is accepted.
IRestrictedAccessTypeRequestor - Interface in org.eclipse.jdt.internal.core.search
A IRestrictedAccessTypeRequestor collects search results from a searchAllTypeNames query to a SearchBasicEngine providing restricted access information when a type is accepted.
IRETURN - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
ireturn() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
ireturn() - Method in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream
 
irritant - Variable in exception org.eclipse.jdt.internal.codeassist.complete.InvalidCursorLocation
 
IrritantSet - Class in org.eclipse.jdt.internal.compiler.impl
Represent a set of irritant flags.
IrritantSet(int) - Constructor for class org.eclipse.jdt.internal.compiler.impl.IrritantSet
Constructor with initial irritant set
IrritantSet(IrritantSet) - Constructor for class org.eclipse.jdt.internal.compiler.impl.IrritantSet
Constructor with initial irritant set
IRuntimeInvisibleAnnotationsAttribute - Interface in org.eclipse.jdt.core.util
Description of a runtime invisible annotations attribute as described in the JVM specifications (added in J2SE 1.5).
IRuntimeInvisibleParameterAnnotationsAttribute - Interface in org.eclipse.jdt.core.util
Description of a runtime invisible parameter annotations attribute as described in the JVM specifications (added in J2SE 1.5).
IRuntimeVisibleAnnotationsAttribute - Interface in org.eclipse.jdt.core.util
Description of a runtime visible annotations attribute as described in the JVM specifications (added in J2SE 1.5).
IRuntimeVisibleParameterAnnotationsAttribute - Interface in org.eclipse.jdt.core.util
Description of a runtime visible parameter annotations attribute as described in the JVM specification (added in J2SE 1.5).
is_action() - Method in class java_cup.action_part
Override to report this object as an action.
is_action() - Method in class java_cup.production_part
Indicate if this is an action (rather than a symbol).
is_action() - Method in class java_cup.symbol_part
Respond that we are not an action part.
IS_AFTER_JUMP - Static variable in class org.eclipse.jdt.internal.compiler.parser.diagnose.LexStream
 
IS_CASE_SENSITIVE - Static variable in class org.eclipse.jdt.internal.core.JavaProject
Whether the underlying file system is case sensitive.
is_embedded_action - Variable in class java_cup.non_terminal
flag non-terminals created to embed action productions
is_id_char(char) - Static method in class java_cup.production
Determine if a character can be in a label id.
is_id_start(char) - Static method in class java_cup.production
Determine if a given character can be a label id starter.
is_non_term() - Method in class java_cup.non_terminal
Indicate that this symbol is a non-terminal.
is_non_term() - Method in class java_cup.symbol
Indicate if this is a non-terminal.
is_non_term() - Method in class java_cup.terminal
Report this symbol as not being a non-terminal.
is_subset_of(lalr_item_set) - Method in class java_cup.lalr_item_set
Is this set an (improper) subset of another?
is_subset_of(symbol_set) - Method in class java_cup.symbol_set
Determine if this set is an (improper) subset of another.
is_subset_of(terminal_set) - Method in class java_cup.terminal_set
Determine if this set is an (improper) subset of another.
is_superset_of(lalr_item_set) - Method in class java_cup.lalr_item_set
Is this set an (improper) superset of another?
is_superset_of(symbol_set) - Method in class java_cup.symbol_set
Determine if this set is an (improper) superset of another.
is_superset_of(terminal_set) - Method in class java_cup.terminal_set
Determine if this set is an (improper) superset of another.
isAbstract(int) - Static method in class org.eclipse.jdt.core.dom.Modifier
Returns whether the given flags includes the "abstract" modifier.
isAbstract() - Method in class org.eclipse.jdt.core.dom.Modifier
Answer true if the receiver is the abstract modifier, false otherwise.
isAbstract(int) - Static method in class org.eclipse.jdt.core.Flags
Returns whether the given integer includes the abstract modifier.
isAbstract() - Method in class org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
 
isAbstract() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
 
isAbstract() - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
Answer true if the receiver is an abstract type
isAcceptableMethod(MethodBinding, MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
isActive(IJavaProject) - Method in class org.eclipse.jdt.core.compiler.CompilationParticipant
Returns whether this participant is active for a given project.
isActive() - Method in interface org.eclipse.jdt.core.IProblemRequestor
Predicate allowing the problem requestor to signal whether or not it is currently interested by problem reports.
isActive() - Method in interface org.eclipse.jdt.internal.compiler.IDebugRequestor
 
isActive() - Method in class org.eclipse.jdt.internal.core.JavaModelManager.PerWorkingCopyInfo
 
isAffected(IJavaElementDelta, int) - Method in class org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy
Returns true if the given delta could change this type hierarchy
isAffectedByOpenable(IJavaElementDelta, IJavaElement, int) - Method in class org.eclipse.jdt.internal.core.hierarchy.RegionBasedTypeHierarchy
 
isAffectedByOpenable(IJavaElementDelta, IJavaElement, int) - Method in class org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy
Returns true if the given type delta (a compilation unit delta or a class file delta) could affect this type hierarchy.
isAllowableChild(IDOMNode) - Method in interface org.eclipse.jdt.core.jdom.IDOMNode
Deprecated. Returns whether the given node is an allowable child for this node.
isAllowableChild(IDOMNode) - Method in class org.eclipse.jdt.internal.core.jdom.DOMNode
Deprecated.  
isAllowingRequiredProposals(int, int) - Method in class org.eclipse.jdt.core.CompletionRequestor
Returns whether a proposal of a given kind with a required proposal of the given kind is allowed.
isAncestorOf(IJavaElement) - Method in class org.eclipse.jdt.internal.core.JavaElement
Returns true if this element is an ancestor of the given element, otherwise false.
isAnnotation() - Method in class org.eclipse.jdt.core.dom.Annotation
 
isAnnotation() - Method in interface org.eclipse.jdt.core.dom.IExtendedModifier
Returns whether this extended modifier is an annotation.
isAnnotation() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
Returns whether this type binding represents an annotation type.
isAnnotation() - Method in class org.eclipse.jdt.core.dom.Modifier
 
isAnnotation(int) - Static method in class org.eclipse.jdt.core.Flags
Returns whether the given integer has the AccAnnotation bit set.
isAnnotation() - Method in interface org.eclipse.jdt.core.IType
Returns whether this type represents an annotation type.
isAnnotation() - Method in interface org.eclipse.jdt.core.jdom.IDOMType
Deprecated. Returns whether this type represents an annotation type ("@interface" instead of "interface").
isAnnotation - Variable in class org.eclipse.jdt.internal.compiler.ISourceElementRequestor.MethodInfo
 
isAnnotation() - Method in class org.eclipse.jdt.internal.core.BinaryType
 
isAnnotation() - Method in class org.eclipse.jdt.internal.core.SourceType
 
isAnnotationBasedNullAnalysisEnabled - Variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
Master switch for null analysis based on annotations:
IsAnnotationDefaultValue - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
isAnnotationMember() - Method in interface org.eclipse.jdt.core.dom.IMethodBinding
Returns whether this is the binding for an annotation type member.
isAnnotationMethod() - Method in class org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
 
isAnnotationMethod() - Method in class org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration
 
isAnnotationMethod() - Method in class org.eclipse.jdt.internal.core.SourceAnnotationMethodInfo
 
isAnnotationMethod() - Method in class org.eclipse.jdt.internal.core.SourceConstructorInfo
 
isAnnotationMethod() - Method in class org.eclipse.jdt.internal.core.SourceMethodElementInfo
 
isAnnotationMethod() - Method in class org.eclipse.jdt.internal.core.SourceMethodInfo
 
isAnnotationProcessor() - Method in class org.eclipse.jdt.core.compiler.CompilationParticipant
Returns whether this participant is interested in only Annotations.
isAnnotationType() - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
 
isAnnotationType() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
 
isAnonymous() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
Returns whether this type binding represents an anonymous class.
isAnonymous() - Method in interface org.eclipse.jdt.core.IType
Returns whether this type represents an anonymous type.
isAnonymous() - Method in class org.eclipse.jdt.internal.compiler.classfmt.ClassFileReader
Answer true if the receiver is an anonymous type, false otherwise
isAnonymous() - Method in interface org.eclipse.jdt.internal.compiler.env.IBinaryType
Answer true if the receiver is an anonymous class.
isAnonymous() - Method in class org.eclipse.jdt.internal.core.BinaryType
 
isAnonymous() - Method in class org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType
 
isAnonymous() - Method in class org.eclipse.jdt.internal.core.SourceType
 
isAnonymous() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetSkeleton
 
isAnonymousMember() - Method in class org.eclipse.jdt.internal.core.SourceTypeElementInfo
 
IsAnonymousType - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
IsAnonymousType - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
 
isAnonymousType() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
 
isAnyCloseable(TypeBinding) - Static method in class org.eclipse.jdt.internal.compiler.ast.FakedTrackingVariable
Answer wither the given type binding is a subtype of java.lang.AutoCloseable.
isAnyEnabled(IrritantSet) - Method in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
isAnySet(IrritantSet) - Method in class org.eclipse.jdt.internal.compiler.impl.IrritantSet
Returns true if any of the irritants in given other set is positionned in receiver
IsAnySubRoutineEscaping - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
isArchive() - Method in interface org.eclipse.jdt.core.IPackageFragmentRoot
Returns whether this package fragment root's underlying resource is a binary archive (a JAR or zip file).
isArchive() - Method in class org.eclipse.jdt.internal.core.JarPackageFragmentRoot
 
isArchive() - Method in class org.eclipse.jdt.internal.core.PackageFragmentRoot
 
IsArgument - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
IsArgument - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
 
isArray() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
Returns whether this type binding represents an array type.
isArrayType() - Method in class org.eclipse.jdt.core.dom.Type
Returns whether this type is an array type (ArrayType).
IsArrayType - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
 
isArrayType() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
 
isAssignmentCompatible(ITypeBinding) - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
Returns whether an expression of this type can be assigned to a variable of the given type, as specified in section 5.2 of The Java Language Specification, Third Edition (JLS3).
isAttributeSupported(int) - Static method in class org.eclipse.jdt.internal.core.util.Util
Returns whether the local file system supports accessing and modifying the given attribute.
isAvailable(ISourceRange) - Static method in class org.eclipse.jdt.core.SourceRange
Helper method that answers whether a valid source range is available in the given ISourceRange.
isBasedOn(IResource) - Method in interface org.eclipse.jdt.core.IWorkingCopy
Deprecated. Use ICompilationUnit.hasResourceChanged() instead.
isBasedOn(IResource) - Method in class org.eclipse.jdt.internal.core.CompilationUnit
Deprecated.  
IsBaseType - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
 
isBaseType() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
 
isBetter(NameEnvironmentAnswer) - Method in class org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer
 
isBetter(NameLookup.Answer) - Method in class org.eclipse.jdt.internal.core.NameLookup.Answer
 
isBinary() - Method in interface org.eclipse.jdt.core.IMember
Returns whether this member is from a class file.
isBinary() - Method in class org.eclipse.jdt.internal.core.BinaryMember
 
isBinary() - Method in class org.eclipse.jdt.internal.core.Member
 
isBinaryBinding() - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
 
IsBinaryBinding - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
 
isBinaryType() - Method in class org.eclipse.jdt.internal.compiler.classfmt.ClassFileReader
Answer whether the receiver contains the resolved binary form or the unresolved source form of the type.
isBinaryType() - Method in interface org.eclipse.jdt.internal.compiler.env.IGenericType
Answer whether the receiver contains the resolved binary form or the unresolved source form of the type.
isBinaryType() - Method in class org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer
Answer whether the receiver contains the resolved binary form of the type.
isBinaryType() - Method in class org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType
Answer whether the receiver contains the resolved binary form or the unresolved source form of the type.
isBinaryType() - Method in class org.eclipse.jdt.internal.core.hierarchy.HierarchyType
Answer whether the receiver contains the resolved binary form or the unresolved source form of the type.
isBinaryType() - Method in class org.eclipse.jdt.internal.core.SourceTypeElementInfo
 
isBinaryType() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetSkeleton
 
isBlankFinal() - Method in class org.eclipse.jdt.internal.compiler.lookup.VariableBinding
 
isBlockComment() - Method in class org.eclipse.jdt.core.dom.Comment
Returns whether this comment is a block comment (BlockComment).
IsBoundParameterizedType - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
 
isBoundParameterizedType() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
Returns true if parameterized type AND not of the form List
isBoxingCompatible(TypeBinding, TypeBinding, Expression, Scope) - Method in class org.eclipse.jdt.internal.compiler.ast.Statement
 
isBoxingCompatibleWith(TypeBinding, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
isBreakable() - Method in class org.eclipse.jdt.internal.compiler.flow.FlowContext
 
isBreakable() - Method in class org.eclipse.jdt.internal.compiler.flow.SwitchFlowContext
 
isBridge(int) - Static method in class org.eclipse.jdt.core.Flags
Returns whether the given integer has the AccBridge bit set.
isBridge() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
 
isCanceled() - Method in class org.eclipse.jdt.core.compiler.CompilationProgress
Returns whether cancellation of the compilation has been requested.
isCanceled() - Method in class org.eclipse.jdt.internal.core.BatchInitializationMonitor
 
isCanceled() - Method in interface org.eclipse.jdt.internal.core.IJavaElementRequestor
Returns true if this IJavaElementRequestor does not want to receive any more results.
isCanceled() - Method in class org.eclipse.jdt.internal.core.JavaElementRequestor
 
isCanceled() - Method in class org.eclipse.jdt.internal.core.JavaModelOperation
 
isCancelled - Variable in class org.eclipse.jdt.internal.core.search.indexing.IndexRequest
 
IScanner - Interface in org.eclipse.jdt.core.compiler
Definition of a Java scanner, as returned by the ToolFactory.
isCapture() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
Returns whether this type binding represents a capture binding.
isCapture() - Method in class org.eclipse.jdt.internal.compiler.lookup.CaptureBinding
 
isCapture() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
Returns true if the type is the capture of some wildcard
isCaseLabel() - Method in class org.eclipse.jdt.internal.compiler.codegen.BranchLabel
 
isCaseLabel() - Method in class org.eclipse.jdt.internal.compiler.codegen.CaseLabel
 
isCaseSensitive - Variable in class org.eclipse.jdt.internal.core.search.matching.PatternLocator
 
isCastCompatible(ITypeBinding) - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
Returns whether this type is cast compatible with the given type, as specified in section 5.5 of The Java Language Specification, Third Edition (JLS3).
isCatchArgument - Variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnArgumentName
 
isChildListProperty() - Method in class org.eclipse.jdt.core.dom.StructuralPropertyDescriptor
Returns whether this property is a child list property (instance of ChildListPropertyDescriptor.
isChildProperty() - Method in class org.eclipse.jdt.core.dom.StructuralPropertyDescriptor
Returns whether this property is a child property (instance of ChildPropertyDescriptor.
isClass() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
Returns whether this type binding represents a class type or a recovered binding.
isClass() - Method in interface org.eclipse.jdt.core.IClassFile
Returns whether this type represents a class.
isClass() - Method in interface org.eclipse.jdt.core.IType
Returns whether this type represents a class.
isClass() - Method in interface org.eclipse.jdt.core.jdom.IDOMType
Deprecated. Returns whether this type is a class.
isClass() - Method in interface org.eclipse.jdt.core.util.IClassFileReader
Answer true if this .class file represents an class, false otherwise.
isClass() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnParameterizedQualifiedTypeReference
 
isClass() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnQualifiedTypeReference
 
isClass() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnSingleTypeReference
 
isClass() - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
 
isClass() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
 
isClass() - Method in class org.eclipse.jdt.internal.core.BinaryType
 
isClass() - Method in class org.eclipse.jdt.internal.core.ClassFile
 
isClass() - Method in class org.eclipse.jdt.internal.core.SourceType
 
isClass() - Method in class org.eclipse.jdt.internal.core.util.ClassFileReader
 
isClassFileName(char[]) - Static method in class org.eclipse.jdt.internal.compiler.util.Util
Returns true iff str.toLowerCase().endsWith(".class") implementation is not creating extra strings.
isClassFileName(String) - Static method in class org.eclipse.jdt.internal.compiler.util.Util
Returns true iff str.toLowerCase().endsWith(".class") implementation is not creating extra strings.
isClasspathBeingResolved(IJavaProject) - Method in class org.eclipse.jdt.internal.core.JavaModelManager
 
IsClassPathCorrect - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
isClassPathCorrect(char[][], CompilationUnitDeclaration, Object) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
isClasspathVariableReadOnly(String) - Static method in class org.eclipse.jdt.core.JavaCore
Returns whether a given classpath variable is read-only or not.
isClinit() - Method in interface org.eclipse.jdt.core.util.IMethodInfo
Answer true if this method info represents a <clinit> method, false otherwise.
isClinit() - Method in class org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
 
isClinit() - Method in class org.eclipse.jdt.internal.compiler.ast.Clinit
 
isClinit() - Method in class org.eclipse.jdt.internal.compiler.classfmt.MethodInfo
Answer true if the method is a class initializer, false otherwise.
isClinit() - Method in interface org.eclipse.jdt.internal.compiler.env.IBinaryMethod
Answer whether the receiver represents a class initializer method.
isClinit() - Method in class org.eclipse.jdt.internal.core.util.MethodInfo
 
isClinit() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetSkeleton.BinaryMethodSkeleton
 
isClosed() - Method in interface org.eclipse.jdt.core.IBuffer
Returns whether this buffer has been closed.
isClosed() - Method in class org.eclipse.jdt.internal.core.Buffer
 
isClosedInFinallyOfEnclosing(BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.FakedTrackingVariable
 
isClosingHtmlTag() - Method in class org.eclipse.jdt.internal.formatter.FormatJavadocText
Returns whether the text is a closing html tag or not.
isCollapsed(ASTNode) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.NodeInfoStore
 
isComment(int) - Static method in class org.eclipse.jdt.internal.core.dom.rewrite.TokenScanner
 
isCompact_red() - Method in class java_cup.anttask.CUPTask
Gets the value of compact_red
isCompactableOperation() - Method in class org.eclipse.jdt.internal.compiler.ast.AND_AND_Expression
 
isCompactableOperation() - Method in class org.eclipse.jdt.internal.compiler.ast.BinaryExpression
 
isCompactableOperation() - Method in class org.eclipse.jdt.internal.compiler.ast.EqualExpression
 
isCompactableOperation() - Method in class org.eclipse.jdt.internal.compiler.ast.Expression
 
isCompactableOperation() - Method in class org.eclipse.jdt.internal.compiler.ast.OR_OR_Expression
 
isCompatibleWith(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.ArrayBinding
 
isCompatibleWith(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.BaseTypeBinding
 
isCompatibleWith(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
Answer true if the receiver type can be assigned to the argument type (right) In addition to improving performance, caching also ensures there is no infinite regression since per nature, the compatibility check is recursive through parameterized type arguments (122775)
isCompatibleWith(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
 
isCompilationUnit() - Method in class org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer
Answer whether the receiver contains the compilation unit which defines the type.
isCompiled(SourceFile) - Method in class org.eclipse.jdt.internal.core.builder.WorkQueue
 
isCompletionNode - Variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnSingleTypeReference
 
IsCompoundAssigned - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
isConsistent() - Method in interface org.eclipse.jdt.core.IOpenable
Returns whether the element is consistent with its underlying resource or buffer.
isConsistent() - Method in class org.eclipse.jdt.internal.core.CompilationUnit
 
isConsistent() - Method in class org.eclipse.jdt.internal.core.Openable
Subclasses must override as required.
isConstantValueOfTypeAssignableToType(TypeBinding, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.ast.Expression
 
isConstantValueRepresentable(Constant, int, int) - Static method in class org.eclipse.jdt.internal.compiler.ast.Expression
 
isConstructor() - Method in class org.eclipse.jdt.core.CompletionProposal
Returns whether this proposal is a constructor.
isConstructor() - Method in interface org.eclipse.jdt.core.dom.IMethodBinding
Returns whether this binding is for a constructor or a method.
isConstructor() - Method in class org.eclipse.jdt.core.dom.MethodDeclaration
Returns whether this declaration declares a constructor or a method.
isConstructor() - Method in interface org.eclipse.jdt.core.IMethod
Returns whether this method is a constructor.
isConstructor() - Method in interface org.eclipse.jdt.core.jdom.IDOMMethod
Deprecated. Returns whether this method is a constructor.
isConstructor() - Method in class org.eclipse.jdt.core.search.MethodReferenceMatch
Returns whether the reference is on a constructor.
isConstructor() - Method in interface org.eclipse.jdt.core.util.IMethodInfo
Answer true if this method info represents a constructor, false otherwise.
isConstructor - Variable in class org.eclipse.jdt.internal.codeassist.InternalCompletionProposal
 
isConstructor() - Method in class org.eclipse.jdt.internal.codeassist.InternalCompletionProposal
Returns whether this proposal is a constructor.
isConstructor() - Method in class org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
 
isConstructor() - Method in class org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration
 
isConstructor() - Method in class org.eclipse.jdt.internal.compiler.classfmt.MethodInfo
Answer true if the method is a constructor, false otherwise.
isConstructor() - Method in interface org.eclipse.jdt.internal.compiler.env.IGenericMethod
 
isConstructor - Variable in class org.eclipse.jdt.internal.compiler.ISourceElementRequestor.MethodInfo
 
isConstructor() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
 
isConstructor() - Method in class org.eclipse.jdt.internal.core.SourceConstructorInfo
 
isConstructor() - Method in class org.eclipse.jdt.internal.core.SourceMethod
 
isConstructor() - Method in class org.eclipse.jdt.internal.core.SourceMethodElementInfo
 
isConstructor() - Method in class org.eclipse.jdt.internal.core.SourceMethodInfo
 
isConstructor() - Method in class org.eclipse.jdt.internal.core.util.MethodInfo
 
isConstructor() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetSkeleton.BinaryMethodSkeleton
 
isConstructorCall - Variable in class org.eclipse.jdt.internal.compiler.lookup.MethodScope
 
isConstructorRelated() - Method in class org.eclipse.jdt.internal.compiler.lookup.SyntheticMethodBinding
 
isConstructorType - Variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnQualifiedTypeReference
 
isConstructorType - Variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnSingleTypeReference
 
isContentMergableWith(DOMNode) - Method in class org.eclipse.jdt.internal.core.jdom.DOMNode
Deprecated. Returns true if the contents of this node are from the same document as the given node, the contents of this node immediately follow the contents of the given node, and neither this node or the given node are fragmented - otherwise false.
isContinuable() - Method in class org.eclipse.jdt.internal.compiler.flow.FlowContext
 
isContinuable() - Method in class org.eclipse.jdt.internal.compiler.flow.LoopingFlowContext
 
isContinuedTo() - Method in class org.eclipse.jdt.internal.compiler.flow.LoopingFlowContext
 
isDebug() - Method in class java_cup.anttask.CUPTask
Gets the value of debug
isDeclaration() - Method in class org.eclipse.jdt.core.dom.SimpleName
Returns whether this simple name represents a name that is being defined, as opposed to one being referenced.
isDeclaration - Variable in exception org.eclipse.jdt.internal.codeassist.select.SelectionNodeFound
 
isDeclarationOfAccessedFieldsPattern - Variable in class org.eclipse.jdt.internal.core.search.matching.FieldLocator
 
isDeclarationOfReferencedMethodsPattern - Variable in class org.eclipse.jdt.internal.core.search.matching.MethodLocator
 
isDeclarationOfReferencedTypesPattern - Variable in class org.eclipse.jdt.internal.core.search.matching.TypeReferenceLocator
 
isDeclaringPackageFragment(IPackageFragment, ReferenceBinding) - Static method in class org.eclipse.jdt.internal.core.search.matching.PackageReferenceLocator
 
isDefault() - Method in interface org.eclipse.jdt.core.dom.IMemberValuePairBinding
 
isDefault() - Method in class org.eclipse.jdt.core.dom.SwitchCase
Returns whether this switch case represents the "default:" case.
isDefault() - Method in class org.eclipse.jdt.internal.compiler.lookup.FieldBinding
 
isDefault() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
 
isDefault() - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
Answer true if the receiver has default visibility
isDefaultAbstract() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
 
isDefaultConstructor() - Method in interface org.eclipse.jdt.core.dom.IMethodBinding
Returns whether this binding is known to be a compiler-generated default constructor.
isDefaultConstructor() - Method in class org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
 
IsDefaultConstructor - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
isDefaultConstructor() - Method in class org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration
 
isDefaultPackage() - Method in interface org.eclipse.jdt.core.IPackageFragment
Returns whether this package fragment is a default package.
isDefaultPackage() - Method in class org.eclipse.jdt.internal.core.PackageFragment
 
isDefinedInField(FieldBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
isDefinedInMethod(MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
isDefinedInSameUnit(ReferenceBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
isDefinedInType(ReferenceBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
isDefinitelyAssigned(Scope, int, LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
isDefinitelyAssigned(FieldBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.ConditionalFlowInfo
 
isDefinitelyAssigned(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.ConditionalFlowInfo
 
isDefinitelyAssigned(FieldBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.FlowInfo
Check status of definite assignment for a field.
isDefinitelyAssigned(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.FlowInfo
Check status of definite assignment for a local.
isDefinitelyAssigned(FieldBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo
 
isDefinitelyAssigned(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo
 
isDefinitelyNonNull(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.ConditionalFlowInfo
 
isDefinitelyNonNull(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.FlowInfo
Check status of definite non-null value for a given local variable.
isDefinitelyNonNull(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo
 
isDefinitelyNull(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.ConditionalFlowInfo
 
isDefinitelyNull(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.FlowInfo
Check status of definite null value for a given local variable.
isDefinitelyNull(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo
 
isDefinitelyUnknown(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.ConditionalFlowInfo
 
isDefinitelyUnknown(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.FlowInfo
Check status of definite unknown value for a given local variable.
isDefinitelyUnknown(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo
 
isDeprecated() - Method in interface org.eclipse.jdt.core.dom.IBinding
Return whether this binding is for something that is deprecated.
isDeprecated(int) - Static method in class org.eclipse.jdt.core.Flags
Returns whether the given integer includes the indication that the element is deprecated (@deprecated tag in Javadoc comment).
isDeprecated() - Method in interface org.eclipse.jdt.core.util.IFieldInfo
Return true if the field info has a deprecated attribute, false otherwise.
isDeprecated() - Method in interface org.eclipse.jdt.core.util.IMethodInfo
Answer true if this method info has a deprecated attribute, false otherwise.
isDeprecated() - Method in class org.eclipse.jdt.internal.compiler.lookup.FieldBinding
 
isDeprecated() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
 
isDeprecated() - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
Answer true if the receiver is a deprecated type
isDeprecated() - Method in class org.eclipse.jdt.internal.core.util.FieldInfo
 
isDeprecated() - Method in class org.eclipse.jdt.internal.core.util.MethodInfo
 
isDescription() - Method in class org.eclipse.jdt.internal.formatter.FormatJavadocBlock
Returns whether the block is the javadoc comment description or not.
isDetailed() - Method in class org.eclipse.jdt.internal.core.jdom.DOMNode
Deprecated. Returns true if this node has detailed source index information, or false if this node has limited source index information.
IsDiamond - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
isDigit(char) - Static method in class org.eclipse.jdt.internal.compiler.parser.ScannerHelper
 
isDocComment() - Method in class org.eclipse.jdt.core.dom.Comment
Returns whether this comment is a doc comment (Javadoc).
isDoesNotExist() - Method in interface org.eclipse.jdt.core.IJavaModelStatus
Returns whether this status indicates that a Java model element does not exist.
isDoesNotExist() - Method in class org.eclipse.jdt.core.JavaModelException
Returns whether this exception indicates that a Java model element does not exist.
isDoesNotExist() - Method in class org.eclipse.jdt.internal.core.JavaModelStatus
 
isDump() - Method in class java_cup.anttask.CUPTask
Gets the value of dump
isDump_grammar() - Method in class java_cup.anttask.CUPTask
Gets the value of dump_grammar
isDump_states() - Method in class java_cup.anttask.CUPTask
Gets the value of dump_states
isDump_tables() - Method in class java_cup.anttask.CUPTask
Gets the value of dump_tables
isDuplicateLocalVariable(char[]) - Method in class org.eclipse.jdt.internal.compiler.lookup.BlockScope
 
isDuplicateLocator(String, String) - Method in class org.eclipse.jdt.internal.core.builder.State
 
ISearchPattern - Interface in org.eclipse.jdt.core.search
Deprecated. Since 3.0, the class SearchPattern replaces this interface.
ISearchRequestor - Interface in org.eclipse.jdt.internal.codeassist
This is the internal requestor passed to the searchable name environment so as to process the multiple search results as they are discovered.
IsEffectivelyFinal - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
 
isEffectivelyFinal() - Method in class org.eclipse.jdt.internal.compiler.lookup.VariableBinding
 
ISelectionRequestor - Interface in org.eclipse.jdt.internal.codeassist
A selection requestor accepts results from the selection engine.
IsElseIfStatement - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
IsElseStatementUnreachable - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
isEmpty() - Method in class org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration
 
isEmpty() - Method in class org.eclipse.jdt.internal.core.index.EntryResult
 
isEmptyBlock() - Method in class org.eclipse.jdt.internal.compiler.ast.Block
 
isEmptyBlock() - Method in class org.eclipse.jdt.internal.compiler.ast.Statement
 
isEndOfLineComment(int) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.LineCommentEndOffsets
 
isEndOfLineComment(int, char[]) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.LineCommentEndOffsets
 
isEndOfStream() - Method in class org.apache.tapestry.util.text.ExtendedReader
Determines whether the end of the stream is reached
isEnum() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
Returns whether this type binding represents an enum type.
isEnum(int) - Static method in class org.eclipse.jdt.core.Flags
Returns whether the given integer has the AccEnum bit set.
isEnum() - Method in interface org.eclipse.jdt.core.IType
Returns whether this type represents an enumeration class.
isEnum() - Method in interface org.eclipse.jdt.core.jdom.IDOMType
Deprecated. Returns whether this type represents an enumeration class ("enum" instead of "class").
isEnum() - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
 
isEnum() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
 
isEnum() - Method in class org.eclipse.jdt.internal.core.BinaryType
 
isEnum() - Method in class org.eclipse.jdt.internal.core.SourceType
 
isEnumConstant() - Method in interface org.eclipse.jdt.core.dom.IVariableBinding
Returns whether this binding is for an enum constant.
isEnumConstant() - Method in interface org.eclipse.jdt.core.IField
Returns whether this field represents an enum constant.
isEnumConstant() - Method in class org.eclipse.jdt.internal.core.SourceField
 
isEqualTo(IBinding) - Method in interface org.eclipse.jdt.core.dom.IBinding
Returns whether this binding has the same key as that of the given binding.
isEquivalent() - Method in class org.eclipse.jdt.core.search.SearchMatch
Returns whether match element is compatible with searched pattern or not.
isEquivalentMatch - Variable in class org.eclipse.jdt.internal.core.search.matching.PatternLocator
 
isEquivalentTo(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding
Returns true if a type is identical to another one, or for generic types, true if compared to its raw type.
isEquivalentTo(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.CaptureBinding
 
isEquivalentTo(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
 
isEquivalentTo(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.RawTypeBinding
 
isEquivalentTo(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
Returns true if a type is identical to another one, or for generic types, true if compared to its raw type.
isEquivalentTo(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
Returns true if a type is identical to another one, or for generic types, true if compared to its raw type.
isErasure() - Method in class org.eclipse.jdt.core.search.SearchMatch
Returns whether match element only has same erasure than searched pattern or not.
isErasureBoundTo(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding
Returns true if the type variable is directly bound to a given type
isErasureMatch - Variable in class org.eclipse.jdt.internal.core.search.matching.PatternLocator
 
isError() - Method in interface org.eclipse.jdt.core.compiler.IProblem
Checks the severity to see if the Error bit is set.
isError() - Method in class org.eclipse.jdt.internal.compiler.problem.DefaultProblem
 
isExact() - Method in class org.eclipse.jdt.core.search.SearchMatch
Returns whether element matches exactly searched pattern or not.
isException() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnParameterizedQualifiedTypeReference
 
isException() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnQualifiedTypeReference
 
isException() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnSingleTypeReference
 
isExcluded(char[], char[][], char[][], boolean) - Static method in class org.eclipse.jdt.internal.compiler.util.Util
 
isExcluded(IResource) - Method in class org.eclipse.jdt.internal.core.builder.ClasspathDirectory
 
isExcluded(IResource) - Method in class org.eclipse.jdt.internal.core.builder.ClasspathMultiDirectory
 
isExcluded(IJavaElement) - Static method in class org.eclipse.jdt.internal.core.util.Util
 
isExcluded(IPath, char[][], char[][], boolean) - Static method in class org.eclipse.jdt.internal.core.util.Util
 
isExcluded(IResource, char[][], char[][]) - Static method in class org.eclipse.jdt.internal.core.util.Util
 
isExcludedFromProject(IPath) - Method in class org.eclipse.jdt.internal.core.builder.AbstractImageBuilder
 
isExported() - Method in interface org.eclipse.jdt.core.IClasspathEntry
Returns whether this entry is exported to dependent projects.
isExported - Variable in class org.eclipse.jdt.internal.core.ClasspathEntry
The export flag
isExported() - Method in class org.eclipse.jdt.internal.core.ClasspathEntry
 
isExtended() - Method in class org.eclipse.jdt.core.CompletionContext
Returns whether this completion context is an extended context.
isExtended - Variable in class org.eclipse.jdt.internal.codeassist.InternalCompletionContext
 
isExtended() - Method in class org.eclipse.jdt.internal.codeassist.InternalCompletionContext
Returns whether this completion context is an extended context.
isExtendedContextRequired() - Method in class org.eclipse.jdt.core.CompletionRequestor
Returns whether this requestor requires an extended context.
isExternal() - Method in interface org.eclipse.jdt.core.IPackageFragmentRoot
Returns whether this package fragment root is external to the workbench (that is, a local file), and has no underlying resource.
isExternal() - Method in class org.eclipse.jdt.internal.core.ExternalPackageFragmentRoot
 
isExternal() - Method in class org.eclipse.jdt.internal.core.JarPackageFragmentRoot
 
isExternal() - Method in class org.eclipse.jdt.internal.core.PackageFragmentRoot
 
isExternalFolderPath(IPath) - Static method in class org.eclipse.jdt.internal.core.ExternalFoldersManager
 
isFakeToken() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveryScanner
 
isField() - Method in interface org.eclipse.jdt.core.dom.IVariableBinding
Returns whether this binding is for a field.
isFieldAccess() - Method in class org.eclipse.jdt.internal.compiler.ast.QualifiedNameReference
 
isFieldUseDeprecated(FieldBinding, Scope, int) - Method in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
isFile() - Method in interface org.eclipse.jdt.core.IJarEntryResource
Returns true if this jar entry represents a file.
isFile() - Method in class org.eclipse.jdt.internal.core.JarEntryDirectory
 
isFile() - Method in class org.eclipse.jdt.internal.core.JarEntryFile
 
isFile(Object) - Static method in class org.eclipse.jdt.internal.core.JavaModel
Helper method - returns whether an object is afile (i.e.
isFile() - Method in class org.eclipse.jdt.internal.core.NonJavaResource
 
isFinal(int) - Static method in class org.eclipse.jdt.core.dom.Modifier
Returns whether the given flags includes the "final" modifier.
isFinal() - Method in class org.eclipse.jdt.core.dom.Modifier
Answer true if the receiver is the final modifier, false otherwise.
isFinal(int) - Static method in class org.eclipse.jdt.core.Flags
Returns whether the given integer includes the final modifier.
isFinal() - Method in class org.eclipse.jdt.internal.compiler.ast.FieldDeclaration
 
isFinal() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
 
isFinal() - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
Answer true if the receiver is final and cannot be subclassed
isFinal() - Method in class org.eclipse.jdt.internal.compiler.lookup.VariableBinding
 
isFirst - Variable in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
isFirst() - Method in class org.eclipse.jdt.internal.formatter.FormatJavadocBlock
Returns whether the block is the first block of the javadoc comment or not (independently of the fact it's a description or not).
isFirstTag() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionScanner
 
isFirstTag() - Method in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
isFirstTag() - Method in class org.eclipse.jdt.internal.core.util.PublicScanner
 
isFragmented() - Method in class org.eclipse.jdt.internal.core.jdom.DOMNode
Deprecated. Returns true if this node's or a descendant node's contents have been altered since this node was created.
isFromSource() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
Returns whether this type binding originated in source code.
isGenericMethod() - Method in interface org.eclipse.jdt.core.dom.IMethodBinding
Returns whether this method binding represents a declaration of a generic method.
isGenericType() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
Returns whether this type binding represents a declaration of a generic class or interface.
isGenericType() - Method in class org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding
 
isGenericType() - Method in class org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
 
isGenericType() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
 
isHeaderLine() - Method in class org.eclipse.jdt.internal.formatter.FormatJavadocBlock
Returns whether the first block starts on the same line than the javadoc starting delimiter or not.
isHierarchyBeingActivelyConnected() - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
Returns true if the type hierarchy is being connected "actively" i.e not paused momentatrily, while resolving type arguments.
isHierarchyBeingConnected() - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
Returns true if the type hierarchy is being connected
isHierarchyConnected() - Method in class org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding
 
isHierarchyConnected() - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
 
isHierarchyConnected() - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
Returns true if the type hierarchy is connected
isHierarchyConnected() - Method in class org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
 
isHierarchyConnected() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding
 
isHierarchyConnected() - Method in class org.eclipse.jdt.internal.compiler.lookup.WildcardBinding
 
isHierarchyInconsistent() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
 
ISHL - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
ishl() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
ISHR - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
ishr() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
isHtmlTag() - Method in class org.eclipse.jdt.internal.formatter.FormatJavadocText
Returns whether the text is a html tag or not.
isIdentifier(int) - Static method in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
isIdentifier(int) - Static method in class org.eclipse.jdt.internal.core.util.PublicScanner
 
ISignatureAttribute - Interface in org.eclipse.jdt.core.util
Description of a signature attribute as described in the JVM specifications (added in J2SE 1.5).
isIgnored(int) - Method in class org.eclipse.jdt.core.CompletionRequestor
Returns whether the given kind of completion proposal is ignored.
isImmutable() - Method in class org.eclipse.jdt.internal.formatter.FormatJavadocBlock
Returns whether the block is immutable or not.
isImmutable() - Method in class org.eclipse.jdt.internal.formatter.FormatJavadocNode
Returns whether the node is immutable or not.
isImmutable() - Method in class org.eclipse.jdt.internal.formatter.FormatJavadocText
Returns whether the text is immutable or not.
isImmutableHtmlTag() - Method in class org.eclipse.jdt.internal.formatter.FormatJavadocText
Returns whether the node is an immutable html tag or not.
isImplementing() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
 
isImplicit() - Method in class org.eclipse.jdt.core.search.SearchMatch
Returns whether the associated element is implicit or not.
isImplicitSuper() - Method in class org.eclipse.jdt.internal.compiler.ast.ExplicitConstructorCall
 
IsImplicitThis - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
isImplicitThis() - Method in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
isImplicitThis() - Method in class org.eclipse.jdt.internal.compiler.ast.SuperReference
 
isImplicitThis() - Method in class org.eclipse.jdt.internal.compiler.ast.ThisReference
 
IsImplicitUnit - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
isIndentChar(char) - Static method in class org.eclipse.jdt.core.formatter.IndentManipulation
Returns true if the given character is an indentation character.
isInDescription() - Method in class org.eclipse.jdt.internal.formatter.FormatJavadocBlock
Returns whether the block is a description or inlined in a description.
isIndexForJar() - Method in class org.eclipse.jdt.internal.core.index.Index
 
isIndirectlyInsideBlock() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
isIndirectlyInsideFieldInitialization() - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
isIndirectlyInsideMethod() - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
isIndirectlyInsideType() - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
isInitializationMethod() - Method in class org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
 
isInitializationMethod() - Method in class org.eclipse.jdt.internal.compiler.ast.Clinit
 
isInitializationMethod() - Method in class org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration
 
isInJavadoc() - Method in class org.eclipse.jdt.core.CompletionContext
Tell user whether completion takes place in a javadoc comment or not.
isInJavadoc() - Method in class org.eclipse.jdt.internal.codeassist.InternalCompletionContext
Tell user whether completion takes place in a javadoc comment or not.
isInJavadocFormalReference() - Method in class org.eclipse.jdt.core.CompletionContext
Tell user whether completion takes place in a formal reference of a javadoc tag or not.
isInJavadocFormalReference() - Method in class org.eclipse.jdt.internal.codeassist.InternalCompletionContext
Tell user whether completion takes place in a formal reference of a javadoc tag or not.
isInJavadocText() - Method in class org.eclipse.jdt.core.CompletionContext
Tell user whether completion takes place in text area of a javadoc comment or not.
isInJavadocText() - Method in class org.eclipse.jdt.internal.codeassist.InternalCompletionContext
Tell user whether completion takes place in text area of a javadoc comment or not.
isInlined() - Method in class org.eclipse.jdt.internal.formatter.FormatJavadocBlock
Returns whether the text is on the same line of the tag.
isInParamTag() - Method in class org.eclipse.jdt.internal.formatter.FormatJavadocBlock
Returns whether the block is a param tag or inlined in a param tag.
isInsertBoundToPrevious(ASTNode) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.RewriteEventStore
 
isInsertedToken() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveryScanner
 
isInsideAnnotation - Variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnMemberAccess
 
isInsideAnnotation() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
isInsideAnnotationAttribute - Variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnQualifiedNameReference
 
isInsideAnnotationAttribute - Variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnSingleNameReference
 
isInsideArrayInitializer() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
isInsideArrayInitializer() - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
isInsideAttributeValue() - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
isInsideBlock() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
isInsideBreakable() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
isInsideCase(CaseStatement) - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
Returns true if the scope or one of its parent is associated to a given caseStatement, denoting being part of a given switch case statement.
isInsideConstructor() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodScope
 
isInsideDeprecatedCode() - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
isInsideDocComment() - Method in class org.eclipse.jdt.core.search.SearchMatch
Returns whether this search match is inside a doc comment of a Java source file.
isInsideFieldInitialization() - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
isInsideInitializer() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodScope
 
isInsideInitializerOrConstructor() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodScope
 
isInsideLoop() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
isInsideMethod() - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
isInsideReturn() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
isInsideStream(int) - Method in class org.eclipse.jdt.internal.compiler.parser.diagnose.LexStream
 
isInsideType() - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
isInterchangeableWith(TypeVariableBinding, Substitution) - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding
Returns true if the 2 variables are playing exact same role: they have the same bounds, providing one is substituted with the other: > is interchangeable with >.
isInterface() - Method in class java_cup.anttask.CUPTask
Gets the value of _interface
isInterface() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
Returns whether this type binding represents an interface type.
isInterface() - Method in class org.eclipse.jdt.core.dom.TypeDeclaration
Returns whether this type declaration declares a class or an interface.
isInterface(int) - Static method in class org.eclipse.jdt.core.Flags
Returns whether the given integer includes the interface modifier.
isInterface() - Method in interface org.eclipse.jdt.core.IClassFile
Returns whether this type represents an interface.
isInterface() - Method in interface org.eclipse.jdt.core.IType
Returns whether this type represents an interface.
isInterface() - Method in interface org.eclipse.jdt.core.util.IClassFileReader
Answer true if this .class file represents an interface, false otherwise.
isInterface() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnParameterizedQualifiedTypeReference
 
isInterface() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnQualifiedTypeReference
 
isInterface() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnSingleTypeReference
 
isInterface() - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
 
isInterface() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
 
isInterface() - Method in class org.eclipse.jdt.internal.core.BinaryType
 
isInterface() - Method in class org.eclipse.jdt.internal.core.ClassFile
 
isInterface() - Method in class org.eclipse.jdt.internal.core.SourceType
 
isInterface() - Method in class org.eclipse.jdt.internal.core.util.ClassFileReader
 
isInternalPathForExternalFolder(IPath) - Static method in class org.eclipse.jdt.internal.core.ExternalFoldersManager
 
isIntersectionType() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
Returns true if the current type denotes an intersection type: Number & Comparable
isIntersectionType() - Method in class org.eclipse.jdt.internal.compiler.lookup.WildcardBinding
Returns true if the current type denotes an intersection type: Number & Comparable
isInvalidArchive(IPath) - Method in class org.eclipse.jdt.internal.core.JavaModelManager
 
isJavaFileName(char[]) - Static method in class org.eclipse.jdt.internal.compiler.util.Util
Returns true iff str.toLowerCase().endsWith(".java") implementation is not creating extra strings.
isJavaFileName(String) - Static method in class org.eclipse.jdt.internal.compiler.util.Util
Returns true iff str.toLowerCase().endsWith(".java") implementation is not creating extra strings.
isJavaIdentifierPart(char) - Static method in class org.eclipse.jdt.internal.compiler.parser.ScannerHelper
 
isJavaIdentifierPart(long, char) - Static method in class org.eclipse.jdt.internal.compiler.parser.ScannerHelper
 
isJavaIdentifierPart(long, int) - Static method in class org.eclipse.jdt.internal.compiler.parser.ScannerHelper
 
isJavaIdentifierPart(long, char, char) - Static method in class org.eclipse.jdt.internal.compiler.parser.ScannerHelper
 
isJavaIdentifierStart(char) - Static method in class org.eclipse.jdt.internal.compiler.parser.ScannerHelper
 
isJavaIdentifierStart(long, char) - Static method in class org.eclipse.jdt.internal.compiler.parser.ScannerHelper
 
isJavaIdentifierStart(long, char, char) - Static method in class org.eclipse.jdt.internal.compiler.parser.ScannerHelper
 
isJavaIdentifierStart(long, int) - Static method in class org.eclipse.jdt.internal.compiler.parser.ScannerHelper
 
isJavaLikeFileName(String) - Static method in class org.eclipse.jdt.core.JavaCore
Returns whether the given file name's extension is a Java-like extension.
isJavaLikeFileName(String) - Static method in class org.eclipse.jdt.internal.core.util.Util
Returns true if the given name ends with one of the known java like extension.
isJavaLikeFileName(char[]) - Static method in class org.eclipse.jdt.internal.core.util.Util
Returns true if the given name ends with one of the known java like extension.
isJobWaiting(IJob) - Method in class org.eclipse.jdt.internal.core.search.processing.JobManager
 
isKeyword(int) - Static method in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
isKeyword(int) - Static method in class org.eclipse.jdt.internal.core.util.PublicScanner
 
isKnowDeadCodePattern(Expression) - Static method in class org.eclipse.jdt.internal.compiler.ast.Statement
Answers true if the if is identified as a known coding pattern which should be tolerated by dead code analysis.
isKnownPackage(String) - Method in class org.eclipse.jdt.internal.core.builder.State
 
isKnownType(String) - Method in class org.eclipse.jdt.internal.core.builder.State
 
isLetter(char) - Static method in class org.eclipse.jdt.internal.compiler.parser.ScannerHelper
 
isLetterOrDigit(char) - Static method in class org.eclipse.jdt.internal.compiler.parser.ScannerHelper
 
isLineComment() - Method in class org.eclipse.jdt.core.dom.Comment
Returns whether this comment is a line comment (LineComment).
isLineDelimiterChar(char) - Static method in class org.eclipse.jdt.core.formatter.IndentManipulation
Returns true if the given character is a line delimiter character.
isListRewrite() - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ListRewriteEvent
 
isListRewrite() - Method in class org.eclipse.jdt.internal.core.dom.rewrite.NodeRewriteEvent
 
isListRewrite() - Method in class org.eclipse.jdt.internal.core.dom.rewrite.RewriteEvent
 
isLiteral(int) - Static method in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
isLiteral(int) - Static method in class org.eclipse.jdt.internal.core.util.PublicScanner
 
isLocal() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
Returns whether this type binding represents a local class.
isLocal() - Method in interface org.eclipse.jdt.core.IType
Returns whether this type represents a local type.
isLocal() - Method in class org.eclipse.jdt.internal.compiler.classfmt.ClassFileReader
Answer true if the receiver is a local type, false otherwise
isLocal() - Method in interface org.eclipse.jdt.internal.compiler.env.IBinaryType
Answer true if the receiver is a local class.
isLocal() - Method in class org.eclipse.jdt.internal.core.BinaryType
 
isLocal() - Method in class org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType
 
isLocal() - Method in class org.eclipse.jdt.internal.core.SourceType
 
isLocal() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetSkeleton
 
IsLocalDeclarationReachable - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
IsLocalType - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
IsLocalType - Static variable in class org.eclipse.jdt.internal.compiler.ExtraFlags
 
IsLocalType - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
 
isLocalType() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
 
isLocalTypeDeclaration() - Method in class org.eclipse.jdt.core.dom.AbstractTypeDeclaration
Returns whether this type declaration is a local type.
isLocalVariable - Variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnFieldType
 
isLowerCase(char) - Static method in class org.eclipse.jdt.internal.compiler.parser.ScannerHelper
 
isMain() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
 
isMainMethod() - Method in interface org.eclipse.jdt.core.IMethod
Returns whether this method is a main method.
isMainMethod(IMethod) - Method in class org.eclipse.jdt.internal.core.Member
 
isMainMethod() - Method in class org.eclipse.jdt.internal.core.SourceMethod
 
isMalformed(ASTNode) - Method in class org.eclipse.jdt.internal.core.SortElementsOperation
 
isMandatory() - Method in class org.eclipse.jdt.core.dom.ChildPropertyDescriptor
Returns whether this property is mandatory.
isMandatory() - Method in class org.eclipse.jdt.core.dom.SimplePropertyDescriptor
Returns whether this property is mandatory.
isMarkerAnnotation() - Method in class org.eclipse.jdt.core.dom.Annotation
Returns whether this is a marker annotation (MarkerAnnotation).
isMatch(char[], char[], int) - Static method in class org.eclipse.jdt.internal.core.index.Index
 
isMember() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
Returns whether this type binding represents a member class or interface.
isMember() - Method in interface org.eclipse.jdt.core.IType
Returns whether this type represents a member type.
isMember() - Method in class org.eclipse.jdt.internal.compiler.classfmt.ClassFileReader
Answer true if the receiver is a member type, false otherwise
isMember() - Method in interface org.eclipse.jdt.internal.compiler.env.IBinaryType
Answer true if the receiver is a member class.
isMember() - Method in class org.eclipse.jdt.internal.core.BinaryType
 
isMember() - Method in class org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType
 
isMember() - Method in class org.eclipse.jdt.internal.core.SourceType
 
isMember() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetSkeleton
 
IsMemberType - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
IsMemberType - Static variable in class org.eclipse.jdt.internal.compiler.ExtraFlags
 
IsMemberType - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
 
isMemberType() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
 
isMemberTypeDeclaration() - Method in class org.eclipse.jdt.core.dom.AbstractTypeDeclaration
Returns whether this type declaration is a type member.
isMethod() - Method in class org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
 
isMethod() - Method in class org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration
 
isMethod() - Method in class org.eclipse.jdt.internal.compiler.ast.MethodDeclaration
 
isMethodSubsignature(MethodBinding, MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodVerifier
 
isMethodUseDeprecated(MethodBinding, Scope, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
isModifier() - Method in class org.eclipse.jdt.core.dom.Annotation
 
isModifier() - Method in interface org.eclipse.jdt.core.dom.IExtendedModifier
Returns whether this extended modifier is a standard modifier.
isModifier() - Method in class org.eclipse.jdt.core.dom.Modifier
 
isModifier(int) - Static method in class org.eclipse.jdt.internal.core.dom.rewrite.TokenScanner
 
isMove - Variable in class org.eclipse.jdt.internal.core.dom.rewrite.RewriteEventStore.CopySourceInfo
 
isMove() - Method in class org.eclipse.jdt.internal.core.MoveElementsOperation
 
isMove() - Method in class org.eclipse.jdt.internal.core.MoveResourceElementsOperation
 
isMove() - Method in class org.eclipse.jdt.internal.core.MultiOperation
Returns true if this operation represents a move or rename, false if this operation represents a copy.
Note: a rename is just a move within the same parent with a name change.
isMultiLine() - Method in class org.eclipse.jdt.internal.formatter.FormatJavadoc
Returns whether it has several lines or not.
isMultiStatus() - Method in class org.eclipse.jdt.internal.core.JavaModelStatus
 
isNameAltered() - Method in class org.eclipse.jdt.internal.core.jdom.DOMNode
Deprecated. Returns true if this noed's name has been altered from the original document contents.
isNarrowing(int, int) - Static method in class org.eclipse.jdt.internal.compiler.lookup.BaseTypeBinding
Predicate telling whether "left" can store a "right" using some narrowing conversion (is left smaller than right)
isNative(int) - Static method in class org.eclipse.jdt.core.dom.Modifier
Returns whether the given flags includes the "native" modifier.
isNative() - Method in class org.eclipse.jdt.core.dom.Modifier
Answer true if the receiver is the native modifier, false otherwise.
isNative(int) - Static method in class org.eclipse.jdt.core.Flags
Returns whether the given integer includes the native modifier.
isNative() - Method in class org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
 
isNative() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
 
isNested() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
Returns whether this type binding represents a nested class, interface, enum, or annotation type.
isNested() - Method in class org.eclipse.jdt.core.dom.TagElement
Returns whether this tag element is nested within another tag element.
isNested - Variable in class org.eclipse.jdt.internal.core.JavaModelOperation
A flag indicating whether this operation is nested.
isNestedType - Variable in class org.eclipse.jdt.internal.compiler.ClassFile
 
isNestedType() - Method in class org.eclipse.jdt.internal.compiler.classfmt.ClassFileReader
Answer true if the receiver is a nested type, false otherwise
IsNestedType - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
 
isNestedType() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
 
isNewNode(ASTNode) - Static method in class org.eclipse.jdt.internal.core.dom.rewrite.RewriteEventStore
 
isNonChainingJar(IPath) - Method in class org.eclipse.jdt.internal.core.JavaModelManager
 
IsNonNull - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
isNonNull() - Method in class org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding
 
isNonReturningContext() - Method in class org.eclipse.jdt.internal.compiler.flow.FlowContext
 
isNonReturningContext() - Method in class org.eclipse.jdt.internal.compiler.flow.InsideSubRoutineFlowContext
 
isNonterms() - Method in class java_cup.anttask.CUPTask
Gets the value of nonterms
isNopositions() - Method in class java_cup.anttask.CUPTask
Gets the value of nopositions
isNormalAnnotation() - Method in class org.eclipse.jdt.core.dom.Annotation
Returns whether this is a normal annotation (NormalAnnotation).
isNoscanner() - Method in class java_cup.anttask.CUPTask
Gets the value of noscanner
isNosummary() - Method in class java_cup.anttask.CUPTask
Gets the value of nosummary
isNowarn() - Method in class java_cup.anttask.CUPTask
Gets the value of nowarn
isNullable() - Method in class org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding
 
isNullType() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
Returns whether this type binding represents the null type.
isNumericType() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
 
isOK() - Method in class org.eclipse.jdt.internal.core.JavaModelStatus
 
isOnClasspath(IJavaElement) - Method in interface org.eclipse.jdt.core.IJavaProject
Returns whether the given element is on the classpath of this project, that is, referenced from a classpath entry and not explicitly excluded using an exclusion pattern.
isOnClasspath(IResource) - Method in interface org.eclipse.jdt.core.IJavaProject
Returns whether the given resource is on the classpath of this project, that is, referenced from a classpath entry and not explicitly excluded using an exclusion pattern.
isOnClasspath(IJavaElement) - Method in class org.eclipse.jdt.internal.core.ExternalJavaProject
 
isOnClasspath(IResource) - Method in class org.eclipse.jdt.internal.core.ExternalJavaProject
 
isOnClasspath(IJavaElement) - Method in class org.eclipse.jdt.internal.core.JavaProject
 
isOnClasspath(IResource) - Method in class org.eclipse.jdt.internal.core.JavaProject
 
isOnDemand() - Method in class org.eclipse.jdt.core.dom.ImportDeclaration
Returns whether this import declaration is an on-demand or a single-type import.
isOnDemand() - Method in interface org.eclipse.jdt.core.IImportDeclaration
Returns whether the import is on-demand.
isOnDemand() - Method in interface org.eclipse.jdt.core.jdom.IDOMImport
Deprecated. Returns whether this import declaration ends with ".*".
isOnDemand - Variable in class org.eclipse.jdt.internal.core.ImportDeclaration
 
isOnDemand() - Method in class org.eclipse.jdt.internal.core.ImportDeclaration
Returns true if the import is on-demand (ends with ".*")
isOneLineTag() - Method in class org.eclipse.jdt.internal.formatter.FormatJavadocBlock
Returns whether the the tag is on one line only.
isOpen() - Method in interface org.eclipse.jdt.core.IOpenable
Returns whether this openable is open.
isOpen() - Method in class org.eclipse.jdt.internal.core.Openable
 
isOptional() - Method in class org.eclipse.jdt.internal.core.ClasspathEntry
 
isOrEnclosedByPrivateType() - Method in class org.eclipse.jdt.internal.compiler.lookup.FieldBinding
 
isOrEnclosedByPrivateType() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
 
isOrEnclosedByPrivateType() - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
Answer true if the receiver or any of its enclosing types have private visibility
isOrphanCompletionNode - Variable in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
ISourceAttribute - Interface in org.eclipse.jdt.core.util
Description of a source attribute as described in the JVM specifications.
ISourceElementRequestor - Interface in org.eclipse.jdt.internal.compiler
 
ISourceElementRequestor.FieldInfo - Class in org.eclipse.jdt.internal.compiler
 
ISourceElementRequestor.FieldInfo() - Constructor for class org.eclipse.jdt.internal.compiler.ISourceElementRequestor.FieldInfo
 
ISourceElementRequestor.MethodInfo - Class in org.eclipse.jdt.internal.compiler
 
ISourceElementRequestor.MethodInfo() - Constructor for class org.eclipse.jdt.internal.compiler.ISourceElementRequestor.MethodInfo
 
ISourceElementRequestor.ParameterInfo - Class in org.eclipse.jdt.internal.compiler
 
ISourceElementRequestor.ParameterInfo() - Constructor for class org.eclipse.jdt.internal.compiler.ISourceElementRequestor.ParameterInfo
 
ISourceElementRequestor.TypeInfo - Class in org.eclipse.jdt.internal.compiler
 
ISourceElementRequestor.TypeInfo() - Constructor for class org.eclipse.jdt.internal.compiler.ISourceElementRequestor.TypeInfo
 
ISourceElementRequestor.TypeParameterInfo - Class in org.eclipse.jdt.internal.compiler
 
ISourceElementRequestor.TypeParameterInfo() - Constructor for class org.eclipse.jdt.internal.compiler.ISourceElementRequestor.TypeParameterInfo
 
ISourceField - Interface in org.eclipse.jdt.internal.compiler.env
 
ISourceImport - Interface in org.eclipse.jdt.internal.compiler.env
 
ISourceManipulation - Interface in org.eclipse.jdt.core
Common protocol for Java elements that support source code manipulations such as copy, move, rename, and delete.
ISourceMethod - Interface in org.eclipse.jdt.internal.compiler.env
 
ISourceRange - Interface in org.eclipse.jdt.core
A source range defines an element's source coordinates relative to its source buffer.
ISourceReference - Interface in org.eclipse.jdt.core
Common protocol for Java elements that have associated source code.
ISourceType - Interface in org.eclipse.jdt.internal.compiler.env
 
isOutputFolder() - Method in class org.eclipse.jdt.internal.core.builder.ClasspathDirectory
 
isOutputFolder() - Method in class org.eclipse.jdt.internal.core.builder.ClasspathLocation
 
isOverlappingRoots(IPath, IPath) - Static method in class org.eclipse.jdt.core.JavaConventions
Deprecated. Overlapping roots are allowed in 2.1
isOverriding() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
 
isPackage(String[]) - Method in class org.eclipse.jdt.core.WorkingCopyOwner
Returns whether the given package segments represent a package.
isPackage(String) - Method in class org.eclipse.jdt.internal.compiler.batch.ClasspathDirectory
 
isPackage(String) - Method in class org.eclipse.jdt.internal.compiler.batch.ClasspathJar
 
isPackage(String) - Method in interface org.eclipse.jdt.internal.compiler.batch.FileSystem.Classpath
 
isPackage(char[][], char[]) - Method in class org.eclipse.jdt.internal.compiler.batch.FileSystem
 
isPackage(char[][], char[]) - Method in interface org.eclipse.jdt.internal.compiler.env.INameEnvironment
Answer whether packageName is the name of a known subpackage inside the package parentPackageName.
isPackage(String) - Method in class org.eclipse.jdt.internal.core.builder.ClasspathDirectory
 
isPackage(String) - Method in class org.eclipse.jdt.internal.core.builder.ClasspathJar
 
isPackage(String) - Method in class org.eclipse.jdt.internal.core.builder.ClasspathLocation
 
isPackage(char[][], char[]) - Method in class org.eclipse.jdt.internal.core.builder.NameEnvironment
 
isPackage(String) - Method in class org.eclipse.jdt.internal.core.builder.NameEnvironment
 
isPackage(String[]) - Method in class org.eclipse.jdt.internal.core.NameLookup
 
isPackage(String) - Method in class org.eclipse.jdt.internal.core.search.matching.ClasspathSourceDirectory
 
isPackage(char[][], char[]) - Method in class org.eclipse.jdt.internal.core.search.matching.JavaSearchNameEnvironment
 
isPackage(String) - Method in class org.eclipse.jdt.internal.core.search.matching.JavaSearchNameEnvironment
 
isPackage(char[][], char[]) - Method in class org.eclipse.jdt.internal.core.SearchableEnvironment
 
isPackage(char[][], char[]) - Method in class org.eclipse.jdt.internal.eval.CodeSnippetEnvironment
 
isPackageDefault(int) - Static method in class org.eclipse.jdt.core.Flags
Returns whether the given integer does not include one of the public, private, or protected flags.
isPackageInfo() - Method in class org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration
 
isPackageMemberTypeDeclaration() - Method in class org.eclipse.jdt.core.dom.AbstractTypeDeclaration
Returns whether this type declaration is a package member (that is, a top-level type).
isParameter() - Method in interface org.eclipse.jdt.core.dom.IVariableBinding
Returns whether this binding corresponds to a parameter.
isParameter() - Method in interface org.eclipse.jdt.core.ILocalVariable
Returns true if this local variable is a method parameter, false otherwise.
isParameter - Variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnAnnotationOfType
 
isParameter() - Method in class org.eclipse.jdt.internal.compiler.lookup.Binding
 
isParameter() - Method in class org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding
 
isParameter() - Method in class org.eclipse.jdt.internal.core.LocalVariable
Returns true if this local variable is a method parameter, false otherwise.
isParameterizedMethod() - Method in class org.eclipse.jdt.core.BindingKey
Returns whether this binding key represents a parameterized method, or if its declaring method is a parameterized method.
isParameterizedMethod() - Method in interface org.eclipse.jdt.core.dom.IMethodBinding
Returns whether this method binding represents an instance of a generic method corresponding to a parameterized method reference.
isParameterizedType() - Method in class org.eclipse.jdt.core.BindingKey
Returns whether this binding key represents a parameterized type, or if its declaring type is a parameterized type.
isParameterizedType() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
Returns whether this type binding represents an instance of a generic type corresponding to a parameterized type reference.
isParameterizedType() - Method in class org.eclipse.jdt.core.dom.Type
Returns whether this type is a parameterized type (ParameterizedType).
isParameterizedType() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
Returns true if the type is parameterized, e.g.
isParameterizedTypeWithActualArguments() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
Returns true if the type is parameterized, e.g.
isParameterizedWithOwnVariables() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
Returns true if the type is parameterized using its own type variables as arguments
isParamTag() - Method in class org.eclipse.jdt.internal.formatter.FormatJavadocBlock
Returns whether the block is a param tag or not.
isParticipantIndex() - Method in class org.eclipse.jdt.internal.core.index.IndexLocation
 
isPolymorphic() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
 
isPolymorphic() - Method in class org.eclipse.jdt.internal.compiler.lookup.PolymorphicMethodBinding
 
isPolymorphicSearch() - Method in class org.eclipse.jdt.core.search.SearchPattern
 
isPolymorphicSearch() - Method in class org.eclipse.jdt.internal.core.search.matching.MethodPattern
 
isPolymorphicSearch() - Method in class org.eclipse.jdt.internal.core.search.matching.OrPattern
 
isPossibleSubtypeOfRawType(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
isPotentiallyAssigned(FieldBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.ConditionalFlowInfo
 
isPotentiallyAssigned(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.ConditionalFlowInfo
 
isPotentiallyAssigned(FieldBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.FlowInfo
Check status of potential assignment for a field.
isPotentiallyAssigned(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.FlowInfo
Check status of potential assignment for a local variable.
isPotentiallyAssigned(FieldBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo
 
isPotentiallyAssigned(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo
 
isPotentiallyNonNull(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.ConditionalFlowInfo
 
isPotentiallyNonNull(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.FlowInfo
Check status of potential null assignment for a local.
isPotentiallyNonNull(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo
 
isPotentiallyNull(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.ConditionalFlowInfo
 
isPotentiallyNull(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.FlowInfo
Check status of potential null assignment for a local.
isPotentiallyNull(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo
 
isPotentiallyUnknown(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.ConditionalFlowInfo
 
isPotentiallyUnknown(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.FlowInfo
Return true if the given local may have been assigned to an unknown value.
isPotentiallyUnknown(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo
 
isPotentialZipArchive(String) - Static method in class org.eclipse.jdt.internal.compiler.util.Util
Returns whether the given name is potentially a zip archive file name (it has a file extension and it is not ".java" nor ".class")
isPrecededByModifiers - Variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnSingleNameReference
 
isPrecededByRemovedToken() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveryScanner
 
isPrimary() - Method in class org.eclipse.jdt.internal.core.CompilationUnit
 
isPrimitive() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
Returns whether this type binding represents a primitive type.
isPrimitiveType() - Method in class org.eclipse.jdt.core.dom.Type
Returns whether this type is a primitive type (PrimitiveType).
isPrivate(int) - Static method in class org.eclipse.jdt.core.dom.Modifier
Returns whether the given flags includes the "private" modifier.
isPrivate() - Method in class org.eclipse.jdt.core.dom.Modifier
Answer true if the receiver is the private modifier, false otherwise.
isPrivate(int) - Static method in class org.eclipse.jdt.core.Flags
Returns whether the given integer includes the private modifier.
isPrivate() - Method in class org.eclipse.jdt.internal.compiler.lookup.FieldBinding
 
isPrivate() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
 
isPrivate() - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
Answer true if the receiver has private visibility
isProcessingAnnotations - Variable in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
 
isProgress() - Method in class java_cup.anttask.CUPTask
Gets the value of progress
isPropagatingInnerClassEmulation - Variable in class org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration
 
isPropagatingInnerClassEmulation - Variable in class org.eclipse.jdt.internal.compiler.lookup.MethodScope
 
isProtected(int) - Static method in class org.eclipse.jdt.core.dom.Modifier
Returns whether the given flags includes the "protected" modifier.
isProtected() - Method in class org.eclipse.jdt.core.dom.Modifier
Answer true if the receiver is the protected modifier, false otherwise.
isProtected(int) - Static method in class org.eclipse.jdt.core.Flags
Returns whether the given integer includes the protected modifier.
isProtected() - Method in class org.eclipse.jdt.internal.compiler.lookup.FieldBinding
 
isProtected() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
 
isProtected() - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
Answer true if the receiver has protected visibility
isProtectedNonNull(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.ConditionalFlowInfo
 
isProtectedNonNull(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.FlowInfo
Return true if the given local is protected by a test against a non null value.
isProtectedNonNull(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo
 
isProtectedNull(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.ConditionalFlowInfo
 
isProtectedNull(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.FlowInfo
Return true if the given local is protected by a test against null.
isProtectedNull(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo
 
isProvablyDistinct(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.RawTypeBinding
 
isProvablyDistinct(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
Returns true if a type is provably distinct from another one,
isPublic(int) - Static method in class org.eclipse.jdt.core.dom.Modifier
Returns whether the given flags includes the "public" modifier.
isPublic() - Method in class org.eclipse.jdt.core.dom.Modifier
Answer true if the receiver is the public modifier, false otherwise.
isPublic(int) - Static method in class org.eclipse.jdt.core.Flags
Returns whether the given integer includes the public modifier.
isPublic() - Method in class org.eclipse.jdt.internal.compiler.lookup.FieldBinding
 
isPublic() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
 
isPublic() - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
Answer true if the receiver has public visibility
isQualifiedName() - Method in class org.eclipse.jdt.core.dom.Name
Returns whether this name is a qualified name (QualifiedName).
isQualifiedType() - Method in class org.eclipse.jdt.core.dom.Type
Returns whether this type is a qualified type (QualifiedType).
isRangeCopyPlaceholder(ASTNode) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.RewriteEventStore
 
isRaw() - Method in class org.eclipse.jdt.core.search.SearchMatch
Returns whether the associated element is a raw type/method or not.
isRaw - Variable in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding
 
isRawMethod() - Method in interface org.eclipse.jdt.core.dom.IMethodBinding
Returns whether this method binding represents an instance of a generic method corresponding to a raw method reference.
isRawSubstitution() - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding
 
isRawSubstitution() - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
 
isRawSubstitution() - Method in interface org.eclipse.jdt.internal.compiler.lookup.Substitution
Returns true for raw substitution
isRawType() - Method in class org.eclipse.jdt.core.BindingKey
Returns whether this binding key represents a raw type.
isRawType() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
Returns whether this type binding represents an instance of a generic type corresponding to a raw type reference.
isRawType() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
 
IsReachable - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
isReadAccess() - Method in class org.eclipse.jdt.core.search.FieldReferenceMatch
Returns whether the field reference is a read access to the field.
isReadAccess() - Method in class org.eclipse.jdt.core.search.LocalVariableReferenceMatch
Returns whether the local variable reference is a read access to the variable.
isReadOnly() - Method in interface org.eclipse.jdt.core.IBuffer
Returns whether this buffer is read-only.
isReadOnly() - Method in interface org.eclipse.jdt.core.IJavaElement
Returns whether this Java element is read-only.
isReadOnly() - Method in class org.eclipse.jdt.internal.core.BecomeWorkingCopyOperation
 
isReadOnly() - Method in class org.eclipse.jdt.internal.core.Buffer
 
isReadOnly() - Method in class org.eclipse.jdt.internal.core.ChangeClasspathOperation
 
isReadOnly() - Method in class org.eclipse.jdt.internal.core.ClassFile
Returns true - class files are always read only.
isReadOnly() - Method in class org.eclipse.jdt.internal.core.CreateTypeHierarchyOperation
 
isReadOnly() - Method in class org.eclipse.jdt.internal.core.DiscardWorkingCopyOperation
 
isReadOnly() - Method in class org.eclipse.jdt.internal.core.JarEntryResource
 
isReadOnly() - Method in class org.eclipse.jdt.internal.core.JarPackageFragmentRoot
Jars and jar entries are all read only
isReadOnly() - Method in class org.eclipse.jdt.internal.core.JavaElement
 
isReadOnly() - Method in class org.eclipse.jdt.internal.core.JavaModelOperation
Returns true if this operation performs no resource modifications, otherwise false.
isReadOnly() - Method in class org.eclipse.jdt.internal.core.Member
 
isReadOnly() - Method in class org.eclipse.jdt.internal.core.NonJavaResource
 
isReadOnly() - Method in class org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation
 
isReadOnly(IResource) - Static method in class org.eclipse.jdt.internal.core.util.Util
Returns whether the given resource is read-only or not.
isReadOnlySupported() - Static method in class org.eclipse.jdt.internal.core.util.Util
Returns whether the local file system supports accessing and modifying the read only flag.
isRecovered() - Method in interface org.eclipse.jdt.core.dom.IBinding
Return whether this binding is created because the bindings recovery is enabled.
IsRecovered - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
isRecursive(ArrayList) - Method in class org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration
 
isReferencedBy(IJavaElement, IMarker) - Static method in class org.eclipse.jdt.core.JavaCore
Returns whether the given marker references the given Java element.
isReferencedBy(IJavaElement, IMarkerDelta) - Static method in class org.eclipse.jdt.core.JavaCore
Returns whether the given marker delta references the given Java element.
isReifiable() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
JLS(3) 4.7.
isRename() - Method in class org.eclipse.jdt.internal.core.MultiOperation
Returns true if this operation represents a rename, false if this operation represents a copy or move.
isRename() - Method in class org.eclipse.jdt.internal.core.RenameElementsOperation
 
isRename() - Method in class org.eclipse.jdt.internal.core.RenameResourceElementsOperation
 
isRenamingMainType(IJavaElement, IJavaElement) - Method in class org.eclipse.jdt.internal.core.CopyElementsOperation
Returns true if this element is the main type of its compilation unit.
isReplacedToken() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveryScanner
 
isResolved() - Method in interface org.eclipse.jdt.core.IField
Returns whether this field represents a resolved field.
isResolved() - Method in interface org.eclipse.jdt.core.IMethod
Returns whether this method represents a resolved method.
isResolved() - Method in interface org.eclipse.jdt.core.IType
Returns whether this type represents a resolved type.
isResolved() - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistSourceField
 
isResolved() - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistSourceMethod
 
isResolved() - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistSourceType
 
isResolved() - Method in class org.eclipse.jdt.internal.core.BinaryType
 
isResolved() - Method in class org.eclipse.jdt.internal.core.ResolvedBinaryField
 
isResolved() - Method in class org.eclipse.jdt.internal.core.ResolvedBinaryMethod
 
isResolved() - Method in class org.eclipse.jdt.internal.core.ResolvedBinaryType
 
isResolved() - Method in class org.eclipse.jdt.internal.core.ResolvedSourceField
 
isResolved() - Method in class org.eclipse.jdt.internal.core.ResolvedSourceMethod
 
isResolved() - Method in class org.eclipse.jdt.internal.core.ResolvedSourceType
 
isResolved() - Method in class org.eclipse.jdt.internal.core.SourceField
 
isResolved() - Method in class org.eclipse.jdt.internal.core.SourceMethod
 
isResolved() - Method in class org.eclipse.jdt.internal.core.SourceType
 
isResolvedTypeInferredFromExpectedType() - Method in class org.eclipse.jdt.core.dom.ClassInstanceCreation
Returns true if the resolved class type has been inferred from the assignment context (JLS4 15.12.2.8), false otherwise.
isResolvedTypeInferredFromExpectedType() - Method in class org.eclipse.jdt.core.dom.MethodInvocation
Returns true if the resolved return type has been inferred from the assignment context (JLS3 15.12.2.8), false otherwise.
isResolvedTypeInferredFromExpectedType() - Method in class org.eclipse.jdt.core.dom.SuperMethodInvocation
Returns true if the resolved return type has been inferred from the assignment context (JLS3 15.12.2.8), false otherwise.
isResolvingBindings() - Method in class org.eclipse.jdt.core.compiler.ReconcileContext
Returns whether the reconcile operation is resolving bindings.
IsResource - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
 
isResourceBeingReturned(FakedTrackingVariable) - Method in class org.eclipse.jdt.internal.compiler.ast.FakedTrackingVariable
If current is the same as 'returnedResource' or a wrapper thereof, mark as reported and return true, otherwise false.
IsReturnedValue - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
isRuntimeInvisible() - Method in class org.eclipse.jdt.internal.compiler.ast.Annotation
 
isRuntimeVisible() - Method in class org.eclipse.jdt.internal.compiler.ast.Annotation
 
isSecondary() - Method in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
Returns whether the type is a secondary one or not.
IsSecondaryType - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
isSecret() - Method in class org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding
 
isSet(int) - Method in class org.eclipse.jdt.internal.compiler.impl.IrritantSet
 
isSignatureEqual(IDOMNode) - Method in interface org.eclipse.jdt.core.jdom.IDOMNode
Deprecated. Returns whether this node's signature is equivalent to the given node's signature.
isSignatureEqual(IDOMNode) - Method in class org.eclipse.jdt.internal.core.jdom.DOMNode
Deprecated.  
isSilent - Variable in exception org.eclipse.jdt.internal.compiler.problem.AbortCompilation
 
isSimilar(IMethod) - Method in interface org.eclipse.jdt.core.IMethod
Returns whether this method is similar to the given method.
isSimilar(IMethod) - Method in class org.eclipse.jdt.internal.core.SourceMethod
 
isSimpleName() - Method in class org.eclipse.jdt.core.dom.Name
Returns whether this name is a simple name (SimpleName).
isSimpleProperty() - Method in class org.eclipse.jdt.core.dom.StructuralPropertyDescriptor
Returns whether this property is a simple property (instance of SimplePropertyDescriptor.
isSimpleType() - Method in class org.eclipse.jdt.core.dom.Type
Returns whether this type is a simple type (SimpleType).
isSingleMemberAnnotation() - Method in class org.eclipse.jdt.core.dom.Annotation
Returns whether this is a single member annotation.
isSkippingWhitespace() - Method in class org.eclipse.jdt.internal.formatter.comment.SubstitutionTextReader
 
isSourceElement() - Method in class org.eclipse.jdt.internal.core.CompilationUnit
 
isSourceElement() - Method in class org.eclipse.jdt.internal.core.Openable
Returns true if this represents a source element.
isSourceType() - Method in class org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer
Answer whether the receiver contains the unresolved source form of the type.
isStandardLabel() - Method in class org.eclipse.jdt.internal.compiler.codegen.BranchLabel
 
isStandardLabel() - Method in class org.eclipse.jdt.internal.compiler.codegen.CaseLabel
 
isStatic() - Method in class org.eclipse.jdt.core.dom.ImportDeclaration
Returns whether this import declaration is a static import (added in JLS3 API).
isStatic(int) - Static method in class org.eclipse.jdt.core.dom.Modifier
Returns whether the given flags includes the "static" modifier.
isStatic() - Method in class org.eclipse.jdt.core.dom.Modifier
Answer true if the receiver is the static modifier, false otherwise.
isStatic(int) - Static method in class org.eclipse.jdt.core.Flags
Returns whether the given integer includes the static modifier.
isStatic() - Method in class org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
 
isStatic() - Method in class org.eclipse.jdt.internal.compiler.ast.Clinit
 
isStatic() - Method in class org.eclipse.jdt.internal.compiler.ast.FieldDeclaration
 
isStatic() - Method in class org.eclipse.jdt.internal.compiler.ast.ImportReference
 
isStatic() - Method in class org.eclipse.jdt.internal.compiler.ast.Initializer
 
isStatic() - Method in class org.eclipse.jdt.internal.compiler.lookup.FieldBinding
 
isStatic() - Method in class org.eclipse.jdt.internal.compiler.lookup.ImportBinding
 
isStatic() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
 
isStatic - Variable in class org.eclipse.jdt.internal.compiler.lookup.MethodScope
 
isStatic() - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
Answer true if the receiver is a static member type (or toplevel)
isStaticImport(int) - Static method in class org.eclipse.jdt.core.CompletionFlags
Returns whether the given integer includes the CompletionFlags.StaticImport flag.
isStrictfp(int) - Static method in class org.eclipse.jdt.core.dom.Modifier
Returns whether the given flags includes the "strictfp" modifier.
isStrictfp() - Method in class org.eclipse.jdt.core.dom.Modifier
Answer true if the receiver is the strictfp modifier, false otherwise.
isStrictfp(int) - Static method in class org.eclipse.jdt.core.Flags
Returns whether the given integer includes the strictfp modifier.
isStrictfp() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
 
isStrictfp() - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
Answer true if all float operations must adher to IEEE 754 float/double rules
IsStrictlyAssigned - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
isStructureKnown() - Method in interface org.eclipse.jdt.core.IJavaElement
Returns whether the structure of this element is known.
isStructureKnown() - Method in class org.eclipse.jdt.internal.core.BinaryMember
 
isStructureKnown() - Method in class org.eclipse.jdt.internal.core.LocalVariable
 
isStructureKnown() - Method in class org.eclipse.jdt.internal.core.Openable
 
isStructureKnown - Variable in class org.eclipse.jdt.internal.core.OpenableElementInfo
Is the structure of this element known
isStructureKnown() - Method in class org.eclipse.jdt.internal.core.OpenableElementInfo
 
isStructureKnown() - Method in class org.eclipse.jdt.internal.core.SourceRefElement
 
isSubRoutine() - Method in class org.eclipse.jdt.internal.compiler.flow.FinallyFlowContext
 
isSubRoutine() - Method in class org.eclipse.jdt.internal.compiler.flow.FlowContext
 
IsSubRoutineEscaping - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
isSubRoutineEscaping() - Method in class org.eclipse.jdt.internal.compiler.ast.SubRoutineStatement
 
isSubRoutineEscaping() - Method in class org.eclipse.jdt.internal.compiler.ast.SynchronizedStatement
 
isSubRoutineEscaping() - Method in class org.eclipse.jdt.internal.compiler.ast.TryStatement
 
isSubsignature(IMethodBinding) - Method in interface org.eclipse.jdt.core.dom.IMethodBinding
Returns whether this method's signature is a subsignature of the given method as specified in section 8.4.2 of The Java Language Specification, Third Edition (JLS3).
isSubTypeCompatible(ITypeBinding) - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
Returns whether this type is subtype compatible with the given type, as specified in section 4.10 of The Java Language Specification, Third Edition (JLS3).
isSuper(int) - Static method in class org.eclipse.jdt.core.Flags
Returns whether the given integer includes the super modifier.
isSuper() - Method in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
isSuper() - Method in class org.eclipse.jdt.internal.compiler.ast.QualifiedSuperReference
 
isSuper() - Method in class org.eclipse.jdt.internal.compiler.ast.SuperReference
 
isSuperAccess() - Method in class org.eclipse.jdt.internal.compiler.ast.AbstractVariableDeclaration
 
isSuperAccess() - Method in class org.eclipse.jdt.internal.compiler.ast.AllocationExpression
 
isSuperAccess() - Method in class org.eclipse.jdt.internal.compiler.ast.ExplicitConstructorCall
 
isSuperAccess() - Method in class org.eclipse.jdt.internal.compiler.ast.FieldReference
 
isSuperAccess() - Method in class org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression
 
isSuperAccess() - Method in class org.eclipse.jdt.internal.compiler.ast.JavadocFieldReference
 
isSuperAccess() - Method in class org.eclipse.jdt.internal.compiler.ast.JavadocMessageSend
 
isSuperAccess() - Method in class org.eclipse.jdt.internal.compiler.ast.MessageSend
 
isSuperAccess() - Method in class org.eclipse.jdt.internal.compiler.ast.NameReference
 
isSuperAccess() - Method in class org.eclipse.jdt.internal.compiler.ast.QualifiedAllocationExpression
 
isSuperAccess() - Method in interface org.eclipse.jdt.internal.compiler.lookup.InvocationSite
 
isSuperAccess() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetReturnStatement
 
isSuperAccess() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetSuperReference
 
isSuperAccess() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetThisReference
 
isSuperclassOf(ReferenceBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
Answer true if the receiver is in the superclass hierarchy of aType NOTE: Object.isSuperclassOf(Object) -> false
isSuperclassOf(ReferenceBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.WildcardBinding
 
isSuperInvocation() - Method in class org.eclipse.jdt.core.search.MethodReferenceMatch
Returns whether the reference is on a message sent from a type which is a super type of the searched method declaring type.
isSuperType() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnParameterizedQualifiedTypeReference
 
isSuperType() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnQualifiedTypeReference
 
isSuperType() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnSingleTypeReference
 
IsSuperType - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
isSuppressed(CategorizedProblem) - Method in class org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration
 
isSynchronized(int) - Static method in class org.eclipse.jdt.core.dom.Modifier
Returns whether the given flags includes the "synchronized" modifier.
isSynchronized() - Method in class org.eclipse.jdt.core.dom.Modifier
Answer true if the receiver is the synchronized modifier, false otherwise.
isSynchronized(int) - Static method in class org.eclipse.jdt.core.Flags
Returns whether the given integer includes the synchronized modifier.
IsSynchronized - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
isSynchronized() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
 
isSynthetic() - Method in interface org.eclipse.jdt.core.dom.IBinding
Returns whether this binding is synthetic.
isSynthetic(int) - Static method in class org.eclipse.jdt.core.Flags
Returns whether the given integer includes the indication that the element is synthetic.
isSynthetic() - Method in class org.eclipse.jdt.core.search.MethodReferenceMatch
Returns whether the reference is on a synthetic element.
isSynthetic() - Method in interface org.eclipse.jdt.core.util.IFieldInfo
Return true if the field info is synthetic according to the JVM specification, false otherwise.
isSynthetic() - Method in interface org.eclipse.jdt.core.util.IMethodInfo
Return true if the method info is synthetic according to the JVM specification, false otherwise.
IsSynthetic - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
isSynthetic() - Method in class org.eclipse.jdt.internal.compiler.classfmt.FieldInfo
Return true if the field is a synthetic field, false otherwise.
isSynthetic() - Method in class org.eclipse.jdt.internal.compiler.classfmt.MethodInfo
Return true if the field is a synthetic method, false otherwise.
isSynthetic() - Method in class org.eclipse.jdt.internal.compiler.lookup.FieldBinding
 
isSynthetic() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
 
isSynthetic() - Method in class org.eclipse.jdt.internal.core.util.FieldInfo
 
isSynthetic() - Method in class org.eclipse.jdt.internal.core.util.MethodInfo
 
isSystemLibrary() - Method in class org.eclipse.jdt.internal.core.UserLibrary
 
IStackMapAttribute - Interface in org.eclipse.jdt.core.util
This class represents a stack map attribute.
IStackMapFrame - Interface in org.eclipse.jdt.core.util
Description of a stack map frame as specified in the JVM specifications.
IStackMapTableAttribute - Interface in org.eclipse.jdt.core.util
This class represents a stack map table attribute.
isTaskCaseSensitive - Variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
Indicate whether tag detection is case sensitive or not
isTaskCaseSensitive - Variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
isTaskCaseSensitive - Variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
isText() - Method in class org.eclipse.jdt.internal.formatter.FormatJavadocNode
Returns whether the node is a text (see FormatJavadocText or not.
isText() - Method in class org.eclipse.jdt.internal.formatter.FormatJavadocText
 
isTextAfterHtmlSeparatorTag(int) - Method in class org.eclipse.jdt.internal.formatter.FormatJavadocText
Returns whether the text at the given separator index position is after a separator tag or not.
IsThenStatementUnreachable - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
isThis() - Method in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
isThis() - Method in class org.eclipse.jdt.internal.compiler.ast.JavadocImplicitTypeReference
 
isThis() - Method in class org.eclipse.jdt.internal.compiler.ast.QualifiedSuperReference
 
isThis() - Method in class org.eclipse.jdt.internal.compiler.ast.SuperReference
 
isThis() - Method in class org.eclipse.jdt.internal.compiler.ast.ThisReference
 
isThrowable() - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
 
isThrowable() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
Returns true if a given type may be thrown
isTime() - Method in class java_cup.anttask.CUPTask
Gets the value of time
isTopLevel() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
Returns whether this type binding represents a top-level class, interface, enum, or annotation type.
isTopLevelOperation() - Method in class org.eclipse.jdt.internal.core.JavaModelOperation
 
ISTORE - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
istore(int) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
ISTORE_0 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
istore_0() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
ISTORE_1 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
istore_1() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
ISTORE_2 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
istore_2() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
ISTORE_3 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
istore_3() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
isTransient(int) - Static method in class org.eclipse.jdt.core.dom.Modifier
Returns whether the given flags includes the "transient" modifier.
isTransient() - Method in class org.eclipse.jdt.core.dom.Modifier
Answer true if the receiver is the transient modifier, false otherwise.
isTransient(int) - Static method in class org.eclipse.jdt.core.Flags
Returns whether the given integer includes the transient modifier.
isTransient() - Method in class org.eclipse.jdt.internal.compiler.lookup.FieldBinding
 
isTrue(boolean, String) - Static method in class org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo
Asserts that the given boolean is true.
IsTryBlockExiting - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
isTypeAccess() - Method in class org.eclipse.jdt.internal.compiler.ast.AbstractVariableDeclaration
 
isTypeAccess() - Method in class org.eclipse.jdt.internal.compiler.ast.AllocationExpression
 
isTypeAccess() - Method in class org.eclipse.jdt.internal.compiler.ast.ExplicitConstructorCall
 
isTypeAccess() - Method in class org.eclipse.jdt.internal.compiler.ast.FieldReference
 
isTypeAccess() - Method in class org.eclipse.jdt.internal.compiler.ast.MessageSend
 
isTypeAccess() - Method in class org.eclipse.jdt.internal.compiler.ast.NameReference
 
isTypeAccess() - Method in interface org.eclipse.jdt.internal.compiler.lookup.InvocationSite
 
isTypeAccess() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetReturnStatement
 
isTypeAccess() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetSuperReference
 
isTypeAccess() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetThisReference
 
isTypeArgumentContainedBy(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
 
isTypeReference() - Method in class org.eclipse.jdt.internal.compiler.ast.Expression
 
isTypeReference() - Method in class org.eclipse.jdt.internal.compiler.ast.NameReference
 
isTypeReference() - Method in class org.eclipse.jdt.internal.compiler.ast.TypeReference
 
isTypeUseDeprecated(TypeBinding, Scope) - Method in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
isTypeVariable() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
Returns whether this type binding represents a type variable.
isTypeVariable() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
Returns true if the type was declared as a type variable
isTypeVariable() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding
Returns true if the type was declared as a type variable
ISUB - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
isub() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
isUnboundWildcard() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
Returns true if wildcard type of the form '?' (no bound)
isUnboundWildcard() - Method in class org.eclipse.jdt.internal.compiler.lookup.WildcardBinding
Returns true if the type is a wildcard
isUnchecked - Variable in class org.eclipse.jdt.internal.compiler.lookup.InferenceContext
 
isUncheckedException(boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.BaseTypeBinding
T_null is acting as an unchecked exception
isUncheckedException(boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
JLS 11.5 ensures that Throwable, Exception, RuntimeException and Error are directly connected.
isUncheckedException(boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
Returns true if the type is a subclass of java.lang.Error or java.lang.RuntimeException
isUnionType() - Method in class org.eclipse.jdt.core.dom.Type
Returns whether this type is a union type (UnionType).
IsUnionType - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
isUnnamed() - Method in interface org.eclipse.jdt.core.dom.IPackageBinding
Returns whether this package is an unnamed package.
isUpperbound() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
Returns whether this wildcard type is an upper bound ("extends") as opposed to a lower bound ("super").
isUpperBound() - Method in class org.eclipse.jdt.core.dom.WildcardType
Returns whether this wildcard type is an upper bound ("extends") as opposed to a lower bound ("super").
isUpperCase(char) - Static method in class org.eclipse.jdt.internal.compiler.parser.ScannerHelper
 
isUsed() - Method in class org.eclipse.jdt.internal.compiler.lookup.FieldBinding
 
isUsed() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
 
isUsed() - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
Answer true if the receiver has private visibility and is used locally
isUsedOnlyInCompound() - Method in class org.eclipse.jdt.internal.compiler.lookup.FieldBinding
 
IsUsefulEmptyStatement - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
isValidBinding() - Method in class org.eclipse.jdt.internal.compiler.lookup.Binding
 
isValidClassFileName(String, String, String) - Static method in class org.eclipse.jdt.internal.core.util.Util
Validate the given .class file name.
isValidCompilationUnitName(String, String, String) - Static method in class org.eclipse.jdt.internal.core.util.Util
Validate the given compilation unit name.
isValidFolderNameForPackage(String, String, String) - Static method in class org.eclipse.jdt.internal.core.util.Util
Returns true if the given folder name is valid for a package, false if it is not.
isValidJavaStatement() - Method in class org.eclipse.jdt.internal.compiler.ast.MagicLiteral
 
isValidJavaStatement() - Method in class org.eclipse.jdt.internal.compiler.ast.NumberLiteral
 
isValidJavaStatement() - Method in class org.eclipse.jdt.internal.compiler.ast.Statement
 
isValidMethodSignature(String) - Static method in class org.eclipse.jdt.internal.core.util.Util
Returns true if the given method signature is valid, false if it is not.
isValidTypeSignature(String, boolean) - Static method in class org.eclipse.jdt.internal.core.util.Util
Returns true if the given type signature is valid, false if it is not.
isVarargs() - Method in interface org.eclipse.jdt.core.dom.IMethodBinding
Returns whether this is a variable arity method.
isVarargs() - Method in class org.eclipse.jdt.core.dom.MethodDeclaration
Returns whether this method declaration declares a variable arity method (added in JLS3 API).
isVarargs() - Method in class org.eclipse.jdt.core.dom.MethodRefParameter
Returns whether this method reference parameter is for the last parameter of a variable arity method (added in JLS3 API).
isVarargs() - Method in class org.eclipse.jdt.core.dom.SingleVariableDeclaration
Returns whether this declaration declares the last parameter of a variable arity method (added in JLS3 API).
isVarargs(int) - Static method in class org.eclipse.jdt.core.Flags
Returns whether the given integer has the AccVarargs bit set.
isVarArgs() - Method in class org.eclipse.jdt.internal.compiler.ast.Argument
 
IsVarArgs - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
isVarargs() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
 
isVarargs() - Method in class org.eclipse.jdt.internal.compiler.lookup.PolymorphicMethodBinding
 
isViewedAsDeprecated() - Method in class org.eclipse.jdt.internal.compiler.lookup.FieldBinding
 
isViewedAsDeprecated() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
 
isViewedAsDeprecated() - Method in class org.eclipse.jdt.internal.compiler.lookup.PackageBinding
 
isViewedAsDeprecated() - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
Answer true if the receiver is deprecated (or any of its enclosing types)
isVirtualInvoke(MethodBinding, MessageSend) - Method in class org.eclipse.jdt.internal.core.search.matching.MethodLocator
Returns whether the code gen will use an invoke virtual for this message send or not.
isVolatile(int) - Static method in class org.eclipse.jdt.core.dom.Modifier
Returns whether the given flags includes the "volatile" modifier.
isVolatile() - Method in class org.eclipse.jdt.core.dom.Modifier
Answer true if the receiver is the volatile modifier, false otherwise.
isVolatile(int) - Static method in class org.eclipse.jdt.core.Flags
Returns whether the given integer includes the volatile modifier.
isVolatile() - Method in class org.eclipse.jdt.internal.compiler.lookup.Binding
 
isVolatile() - Method in class org.eclipse.jdt.internal.compiler.lookup.FieldBinding
 
isWaiting(SourceFile) - Method in class org.eclipse.jdt.internal.core.builder.WorkQueue
 
isWarning() - Method in interface org.eclipse.jdt.core.compiler.IProblem
Checks the severity to see if the Error bit is not set.
isWarning() - Method in class org.eclipse.jdt.internal.compiler.problem.DefaultProblem
 
isWhitespace(char) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers true if c is a whitespace according to the JLS (\u000a, \u000c, \u000d, \u0009), otherwise false.
isWhitespace(char) - Static method in class org.eclipse.jdt.internal.compiler.parser.ScannerHelper
Include also non JLS whitespaces.
isWidening(int, int) - Static method in class org.eclipse.jdt.internal.compiler.lookup.BaseTypeBinding
Predicate telling whether "left" can store a "right" using some widening conversion (is left bigger than right)
isWildcard() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
Returns true if the type is a wildcard
isWildcard() - Method in class org.eclipse.jdt.internal.compiler.lookup.WildcardBinding
Returns true if the type is a wildcard
isWildcardType() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
Returns whether this type binding represents a wildcard type.
isWildcardType() - Method in class org.eclipse.jdt.core.dom.Type
Returns whether this type is a wildcard type (WildcardType).
isWorkingCopy() - Method in interface org.eclipse.jdt.core.ICompilationUnit
Returns whether this element is a working copy.
isWorkingCopy() - Method in interface org.eclipse.jdt.core.IWorkingCopy
Deprecated. Use ICompilationUnit.isWorkingCopy() instead.
isWorkingCopy() - Method in class org.eclipse.jdt.internal.core.CompilationUnit
 
isWrapped() - Method in class org.eclipse.jdt.internal.formatter.align.Alignment
 
isWriteAccess() - Method in class org.eclipse.jdt.core.search.FieldReferenceMatch
Returns whether the field reference is a write access to the field.
isWriteAccess() - Method in class org.eclipse.jdt.core.search.LocalVariableReferenceMatch
Returns whether the local variable reference is a write access to the variable.
ITEM_DOUBLE - Static variable in interface org.eclipse.jdt.core.util.IVerificationTypeInfo
The tag value representing double variable info
ITEM_DOUBLE - Static variable in class org.eclipse.jdt.internal.compiler.codegen.VerificationTypeInfo
The tag value representing double variable info
ITEM_FLOAT - Static variable in interface org.eclipse.jdt.core.util.IVerificationTypeInfo
The tag value representing float variable info
ITEM_FLOAT - Static variable in class org.eclipse.jdt.internal.compiler.codegen.VerificationTypeInfo
The tag value representing float variable info
ITEM_INTEGER - Static variable in interface org.eclipse.jdt.core.util.IVerificationTypeInfo
The tag value representing integer variable info
ITEM_INTEGER - Static variable in class org.eclipse.jdt.internal.compiler.codegen.VerificationTypeInfo
The tag value representing integer variable info
ITEM_LONG - Static variable in interface org.eclipse.jdt.core.util.IVerificationTypeInfo
The tag value representing long variable info
ITEM_LONG - Static variable in class org.eclipse.jdt.internal.compiler.codegen.VerificationTypeInfo
The tag value representing long variable info
ITEM_NULL - Static variable in interface org.eclipse.jdt.core.util.IVerificationTypeInfo
The tag value representing null variable info
ITEM_NULL - Static variable in class org.eclipse.jdt.internal.compiler.codegen.VerificationTypeInfo
The tag value representing null variable info
ITEM_OBJECT - Static variable in interface org.eclipse.jdt.core.util.IVerificationTypeInfo
The tag value representing object variable info
ITEM_OBJECT - Static variable in class org.eclipse.jdt.internal.compiler.codegen.VerificationTypeInfo
The tag value representing object variable info
ITEM_TOP - Static variable in interface org.eclipse.jdt.core.util.IVerificationTypeInfo
The tag value representing top variable info
ITEM_TOP - Static variable in class org.eclipse.jdt.internal.compiler.codegen.VerificationTypeInfo
The tag value representing top variable info
ITEM_UNINITIALIZED - Static variable in interface org.eclipse.jdt.core.util.IVerificationTypeInfo
The tag value representing uninitialized variable info
ITEM_UNINITIALIZED - Static variable in class org.eclipse.jdt.internal.compiler.codegen.VerificationTypeInfo
The tag value representing uninitialized variable info
ITEM_UNINITIALIZED_THIS - Static variable in interface org.eclipse.jdt.core.util.IVerificationTypeInfo
The tag value representing uninitialized this variable info
ITEM_UNINITIALIZED_THIS - Static variable in class org.eclipse.jdt.internal.compiler.codegen.VerificationTypeInfo
The tag value representing uninitialized this variable info
items() - Method in class java_cup.lalr_state
The item set for this state.
ITERATOR_NAME - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
ITERATOR_SIGNATURE - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
ITerminalSymbols - Interface in org.eclipse.jdt.core.compiler
Maps each terminal symbol in the java-grammar into a unique integer.
ITrackedNodePosition - Interface in org.eclipse.jdt.core.dom.rewrite
A tracked node position is returned when a rewrite change is requested to be tracked.
IType - Interface in org.eclipse.jdt.core
Represents either a source type in a compilation unit (either a top-level type, a member type, a local type or an anonymous type) or a binary type in a class file.
ITypeBinding - Interface in org.eclipse.jdt.core.dom
A type binding represents fully-resolved type.
ITypeHierarchy - Interface in org.eclipse.jdt.core
A type hierarchy provides navigations between a type and its resolved supertypes and subtypes for a specific type or for all types within a region.
ITypeHierarchyChangedListener - Interface in org.eclipse.jdt.core
A listener which gets notified when a particular type hierarchy object changes.
ITypeNameRequestor - Interface in org.eclipse.jdt.core.search
Deprecated. Use abstract class TypeNameRequestor instead.
ITypeParameter - Interface in org.eclipse.jdt.core
Represents a type parameter defined by a type or a method in a compilation unit or a class file.
ITypeRequestor - Interface in org.eclipse.jdt.internal.compiler.impl
 
ITypeRoot - Interface in org.eclipse.jdt.core
Represents an entire Java type root (either an ICompilationUnit or an IClassFile).
IUSHR - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
iushr() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
IVariableBinding - Interface in org.eclipse.jdt.core.dom
A variable binding represents either a field of a class or interface, or a local variable declaration (including formal parameters, local variables, and exception variables).
IVerificationTypeInfo - Interface in org.eclipse.jdt.core.util
Description of a verification type info as described in the JVM specifications.
IWorkingCopy - Interface in org.eclipse.jdt.core
Deprecated. Use ICompilationUnit instead
IXOR - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
ixor() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 

J

JAR_FILE_ENTRY_SEPARATOR - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchScope
This constant defines the separator of the resourcePath string of the encloses(String) method.
JAR_FILE_ENTRY_SEPARATOR - Static variable in interface org.eclipse.jdt.internal.compiler.env.IDependent
 
JAR_TYPE_RATIO_PROPERTY - Static variable in class org.eclipse.jdt.internal.core.JavaModelCache
 
JarEntryDirectory - Class in org.eclipse.jdt.internal.core
 
JarEntryDirectory(String) - Constructor for class org.eclipse.jdt.internal.core.JarEntryDirectory
 
JarEntryFile - Class in org.eclipse.jdt.internal.core
A jar entry that represents a non-java file found in a JAR.
JarEntryFile(String) - Constructor for class org.eclipse.jdt.internal.core.JarEntryFile
 
JarEntryResource - Class in org.eclipse.jdt.internal.core
 
JarEntryResource(String) - Constructor for class org.eclipse.jdt.internal.core.JarEntryResource
 
JarIndexLocation - Class in org.eclipse.jdt.internal.core.index
 
JarIndexLocation(URL, URL) - Constructor for class org.eclipse.jdt.internal.core.index.JarIndexLocation
 
JarPackageFragmentRoot - Class in org.eclipse.jdt.internal.core
A package fragment root that corresponds to a .jar or .zip.
JarPackageFragmentRoot(IPath, JavaProject) - Constructor for class org.eclipse.jdt.internal.core.JarPackageFragmentRoot
Constructs a package fragment root which is the root of the Java package directory hierarchy based on a JAR file that is not contained in a IJavaProject and does not have an associated IResource.
JarPackageFragmentRoot(IResource, JavaProject) - Constructor for class org.eclipse.jdt.internal.core.JarPackageFragmentRoot
Constructs a package fragment root which is the root of the Java package directory hierarchy based on a JAR file.
jarPath - Variable in class org.eclipse.jdt.internal.core.JarPackageFragmentRoot
The path to the jar file (a workspace relative path if the jar is internal, or an OS path if the jar is external)
jarTypeCache - Variable in class org.eclipse.jdt.internal.core.JavaModelCache
 
JAVA - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
Java2HTMLEntityReader - Class in org.eclipse.jdt.internal.formatter.comment
SubstitutionTextReader that will substitute html entities for html symbols encountered in the original text.
Java2HTMLEntityReader(Reader) - Constructor for class org.eclipse.jdt.internal.formatter.comment.Java2HTMLEntityReader
Creates a new instance that will read from reader
JAVA_CORE_PREFS_FILE - Static variable in class org.eclipse.jdt.internal.core.JavaProject
Extension for file containing custom project preferences
java_cup - package java_cup
 
java_cup.anttask - package java_cup.anttask
 
java_cup.runtime - package java_cup.runtime
 
JAVA_IO - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
JAVA_IO_CLOSEABLE - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
JAVA_IO_EXTERNALIZABLE - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
JAVA_IO_IOEXCEPTION - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
JAVA_IO_OBJECTINPUTSTREAM - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
JAVA_IO_OBJECTOUTPUTSTREAM - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
JAVA_IO_OBJECTSTREAMEXCEPTION - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
JAVA_IO_PRINTSTREAM - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
JAVA_IO_RESOURCE_FREE_CLOSEABLES - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
JAVA_IO_SERIALIZABLE - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
JAVA_IO_WRAPPER_CLOSEABLES - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
JAVA_LANG - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
JAVA_LANG_ANNOTATION_ANNOTATION - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
JAVA_LANG_ANNOTATION_DOCUMENTED - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
JAVA_LANG_ANNOTATION_DOCUMENTED - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
JAVA_LANG_ANNOTATION_ELEMENTTYPE - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
JAVA_LANG_ANNOTATION_ELEMENTTYPE - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
JAVA_LANG_ANNOTATION_INHERITED - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
JAVA_LANG_ANNOTATION_INHERITED - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
JAVA_LANG_ANNOTATION_RETENTION - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
JAVA_LANG_ANNOTATION_RETENTION - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
JAVA_LANG_ANNOTATION_RETENTIONPOLICY - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
JAVA_LANG_ANNOTATION_RETENTIONPOLICY - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
JAVA_LANG_ANNOTATION_TARGET - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
JAVA_LANG_ANNOTATION_TARGET - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
JAVA_LANG_ASSERTIONERROR - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
JAVA_LANG_AUTOCLOSEABLE - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
JAVA_LANG_BOOLEAN - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
JAVA_LANG_BYTE - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
JAVA_LANG_CHARACTER - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
JAVA_LANG_CLASS - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
JAVA_LANG_CLASSNOTFOUNDEXCEPTION - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
JAVA_LANG_CLONEABLE - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
JAVA_LANG_DEPRECATED - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
JAVA_LANG_DEPRECATED - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
JAVA_LANG_DOUBLE - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
JAVA_LANG_ENUM - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
JAVA_LANG_ERROR - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
JAVA_LANG_EXCEPTION - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
JAVA_LANG_FLOAT - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
JAVA_LANG_ILLEGALARGUMENTEXCEPTION - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
JAVA_LANG_INTEGER - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
JAVA_LANG_INVOKE_METHODHANDLE_$_POLYMORPHICSIGNATURE - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
JAVA_LANG_INVOKE_METHODHANDLE_POLYMORPHICSIGNATURE - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
JAVA_LANG_INVOKE_METHODHANDLE_POLYMORPHICSIGNATURE - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
JAVA_LANG_ITERABLE - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
JAVA_LANG_LONG - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
JAVA_LANG_NOCLASSDEFERROR - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
JAVA_LANG_OBJECT - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
JAVA_LANG_OVERRIDE - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
JAVA_LANG_REFLECT_ACCESSIBLEOBJECT - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
JAVA_LANG_REFLECT_ARRAY - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
JAVA_LANG_REFLECT_CONSTRUCTOR - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
JAVA_LANG_REFLECT_FIELD - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
JAVA_LANG_REFLECT_METHOD - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
JAVA_LANG_RUNTIMEEXCEPTION - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
JAVA_LANG_SAFEVARARGS - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
JAVA_LANG_SAFEVARARGS - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
JAVA_LANG_SHORT - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
JAVA_LANG_STRING - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
JAVA_LANG_STRINGBUFFER - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
JAVA_LANG_STRINGBUILDER - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
JAVA_LANG_SUPPRESSWARNINGS - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
JAVA_LANG_SYSTEM - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
JAVA_LANG_THROWABLE - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
JAVA_LANG_VOID - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
JAVA_MODEL - Static variable in interface org.eclipse.jdt.core.IJavaElement
Constant representing a Java model (workspace level object).
JAVA_MODEL_PROBLEM_MARKER - Static variable in interface org.eclipse.jdt.core.IJavaModelMarker
Java model problem marker type (value "org.eclipse.jdt.core.problem").
JAVA_PROBLEM_MARKER_ATTRIBUTE_NAMES - Static variable in class org.eclipse.jdt.internal.core.builder.AbstractImageBuilder
 
JAVA_PROJECT - Static variable in interface org.eclipse.jdt.core.IJavaElement
Constant representing a Java project.
JAVA_SOURCE_CONTENT_TYPE - Static variable in class org.eclipse.jdt.core.JavaCore
Value of the content-type for Java source files.
JAVA_TASK_MARKER_ATTRIBUTE_NAMES - Static variable in class org.eclipse.jdt.internal.core.builder.AbstractImageBuilder
 
JAVA_UTIL_COLLECTION - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
JAVA_UTIL_ITERATOR - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
JAVA_UTIL_ZIP_WRAPPER_CLOSEABLES - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
javaBuilder - Variable in class org.eclipse.jdt.internal.core.builder.AbstractImageBuilder
 
JavaBuilder - Class in org.eclipse.jdt.internal.core.builder
 
JavaBuilder() - Constructor for class org.eclipse.jdt.internal.core.builder.JavaBuilder
 
JavaConventions - Class in org.eclipse.jdt.core
Provides methods for checking Java-specific conventions such as name syntax.
JavaCore - Class in org.eclipse.jdt.core
The plug-in runtime class for the Java model plug-in containing the core (UI-free) support for Java projects.
JavaCore() - Constructor for class org.eclipse.jdt.core.JavaCore
Creates the Java core plug-in.
JavaCorePreferenceInitializer - Class in org.eclipse.jdt.internal.core
JavaCore eclipse preferences initializer.
JavaCorePreferenceInitializer() - Constructor for class org.eclipse.jdt.internal.core.JavaCorePreferenceInitializer
 
JavaCorePreferenceModifyListener - Class in org.eclipse.jdt.internal.core
 
JavaCorePreferenceModifyListener() - Constructor for class org.eclipse.jdt.internal.core.JavaCorePreferenceModifyListener
 
Javadoc - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
JAVADOC - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type Javadoc.
Javadoc - Class in org.eclipse.jdt.core.dom
AST node for a Javadoc-style doc comment.
JAVADOC - Static variable in interface org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadoc
 
javadoc - Variable in class org.eclipse.jdt.internal.codeassist.InternalCompletionContext
 
javadoc - Variable in class org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
 
javadoc - Variable in class org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration
 
javadoc - Variable in class org.eclipse.jdt.internal.compiler.ast.FieldDeclaration
 
Javadoc - Class in org.eclipse.jdt.internal.compiler.ast
Node representing a structured Javadoc comment
Javadoc(int, int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.Javadoc
 
javadoc - Variable in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
 
JAVADOC - Static variable in class org.eclipse.jdt.internal.compiler.impl.IrritantSet
 
javadoc - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
JAVADOC_BLOCK_TAG - Static variable in class org.eclipse.jdt.core.CompletionProposal
Completion is a javadoc block tag.
JAVADOC_BREAK_TAGS - Static variable in interface org.eclipse.jdt.internal.formatter.comment.IJavaDocTagConstants
Javadoc break tags
JAVADOC_BREAK_TAGS_ID - Static variable in interface org.eclipse.jdt.internal.formatter.comment.IJavaDocTagConstants
 
JAVADOC_CLOSED_TAG - Static variable in interface org.eclipse.jdt.internal.formatter.comment.IJavaDocTagConstants
 
JAVADOC_CODE_TAGS - Static variable in interface org.eclipse.jdt.internal.formatter.comment.IJavaDocTagConstants
Javadoc code tags
JAVADOC_CODE_TAGS_ID - Static variable in interface org.eclipse.jdt.internal.formatter.comment.IJavaDocTagConstants
 
JAVADOC_FIELD_REF - Static variable in class org.eclipse.jdt.core.CompletionProposal
Completion is a link reference to a field in a javadoc text.
JAVADOC_HEADER - Static variable in interface org.eclipse.jdt.internal.formatter.comment.IJavaDocTagConstants
 
JAVADOC_HEADER_LENGTH - Static variable in interface org.eclipse.jdt.internal.formatter.comment.IJavaDocTagConstants
 
JAVADOC_IMMUTABLE_TAGS - Static variable in interface org.eclipse.jdt.internal.formatter.comment.IJavaDocTagConstants
Javadoc immutable tags
JAVADOC_IMMUTABLE_TAGS_ID - Static variable in interface org.eclipse.jdt.internal.formatter.comment.IJavaDocTagConstants
 
JAVADOC_INLINE_TAG - Static variable in class org.eclipse.jdt.core.CompletionProposal
Completion is a javadoc inline tag.
JAVADOC_LOCATION_ATTRIBUTE_NAME - Static variable in interface org.eclipse.jdt.core.IClasspathAttribute
Constant for the name of the javadoc location attribute.
JAVADOC_METHOD_REF - Static variable in class org.eclipse.jdt.core.CompletionProposal
Completion is a link reference to a method in a javadoc text.
JAVADOC_NEWLINE_TAGS - Static variable in interface org.eclipse.jdt.internal.formatter.comment.IJavaDocTagConstants
Javadoc new line tags
JAVADOC_PARAM_REF - Static variable in class org.eclipse.jdt.core.CompletionProposal
Completion is a method argument or a class/method type parameter in javadoc param tag.
JAVADOC_PARAM_TAGS - Static variable in interface org.eclipse.jdt.internal.formatter.comment.IJavaDocTagConstants
Javadoc parameter tags
JAVADOC_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.AnnotationTypeDeclaration
The "javadoc" structural property of this node type (child type: Javadoc).
JAVADOC_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.AnnotationTypeMemberDeclaration
The "javadoc" structural property of this node type (child type: Javadoc).
JAVADOC_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.EnumConstantDeclaration
The "javadoc" structural property of this node type (child type: Javadoc).
JAVADOC_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.EnumDeclaration
The "javadoc" structural property of this node type (child type: Javadoc).
JAVADOC_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.FieldDeclaration
The "javadoc" structural property of this node type (child type: Javadoc).
JAVADOC_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.Initializer
The "javadoc" structural property of this node type (child type: Javadoc).
JAVADOC_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.MethodDeclaration
The "javadoc" structural property of this node type (child type: Javadoc).
JAVADOC_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.PackageDeclaration
The "javadoc" structural property of this node type (child type: Javadoc).
JAVADOC_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.TypeDeclaration
The "javadoc" structural property of this node type (child type: Javadoc).
JAVADOC_SEPARATOR_TAGS - Static variable in interface org.eclipse.jdt.internal.formatter.comment.IJavaDocTagConstants
Javadoc separator tags
JAVADOC_SEPARATOR_TAGS_ID - Static variable in interface org.eclipse.jdt.internal.formatter.comment.IJavaDocTagConstants
 
JAVADOC_SINGLE_BREAK_TAG - Static variable in interface org.eclipse.jdt.internal.formatter.comment.IJavaDocTagConstants
Javadoc single break tag
JAVADOC_SINGLE_BREAK_TAG_ID - Static variable in interface org.eclipse.jdt.internal.formatter.comment.IJavaDocTagConstants
 
JAVADOC_SINGLE_TAGS_ID - Static variable in interface org.eclipse.jdt.internal.formatter.comment.IJavaDocTagConstants
 
JAVADOC_STAR - Static variable in interface org.eclipse.jdt.internal.formatter.comment.IJavaDocTagConstants
JAVADOC STAR
JAVADOC_TAG_PREFIX - Static variable in interface org.eclipse.jdt.internal.formatter.comment.IJavaDocTagConstants
Javadoc tag prefix
JAVADOC_TAG_TYPE - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
JAVADOC_TAGS_ID_MASK - Static variable in interface org.eclipse.jdt.internal.formatter.comment.IJavaDocTagConstants
 
JAVADOC_TAGS_INDEX_MASK - Static variable in interface org.eclipse.jdt.internal.formatter.comment.IJavaDocTagConstants
 
JAVADOC_TYPE_REF - Static variable in class org.eclipse.jdt.core.CompletionProposal
Completion is a link reference to a type in a javadoc text.
JAVADOC_VALUE_REF - Static variable in class org.eclipse.jdt.core.CompletionProposal
Completion is a value reference to a static field in a javadoc text.
JavadocAllocationExpression - Class in org.eclipse.jdt.internal.compiler.ast
 
JavadocAllocationExpression(int, int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression
 
JavadocAllocationExpression(long) - Constructor for class org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression
 
JavadocAmbiguousConstructor - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
JavadocAmbiguousField - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
JavadocAmbiguousMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
JavadocAmbiguousMethodReference - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
javadocAmbiguousMethodReference(int, int, Binding, int) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
JavadocAmbiguousType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
JavadocArgumentExpression - Class in org.eclipse.jdt.internal.compiler.ast
 
JavadocArgumentExpression(char[], int, int, TypeReference) - Constructor for class org.eclipse.jdt.internal.compiler.ast.JavadocArgumentExpression
 
JavadocArrayQualifiedTypeReference - Class in org.eclipse.jdt.internal.compiler.ast
 
JavadocArrayQualifiedTypeReference(JavadocQualifiedTypeReference, int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.JavadocArrayQualifiedTypeReference
 
JavadocArraySingleTypeReference - Class in org.eclipse.jdt.internal.compiler.ast
 
JavadocArraySingleTypeReference(char[], int, long) - Constructor for class org.eclipse.jdt.internal.compiler.ast.JavadocArraySingleTypeReference
 
javadocCache - Variable in class org.eclipse.jdt.internal.core.JavaModelManager.PerProjectInfo
 
JavadocConstants - Interface in org.eclipse.jdt.internal.core
 
JavadocContents - Class in org.eclipse.jdt.internal.core
 
JavadocContents(BinaryType, String) - Constructor for class org.eclipse.jdt.internal.core.JavadocContents
 
javadocDeprecatedField(FieldBinding, ASTNode, int) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
javadocDeprecatedMethod(MethodBinding, ASTNode, int) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
javadocDeprecatedType(TypeBinding, ASTNode, int) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
javadocDeprecatedType(TypeBinding, ASTNode, int, int) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
javadocDuplicatedParamTag(char[], int, int, int) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
javadocDuplicatedReturnTag(int, int) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
javadocDuplicatedTag(char[], int, int) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
javadocDuplicatedThrowsClassName(TypeReference, int) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
JavadocDuplicateParamName - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
JavadocDuplicateReturnTag - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
JavadocDuplicateTag - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Problem warned on duplicated tag.
JavadocDuplicateThrowsClassName - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
JavadocEmptyReturnTag - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
javadocEmptyReturnTag(int, int, int) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
javadocEnd - Variable in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
javadocErrorNoMethodFor(MessageSend, TypeBinding, TypeBinding[], int) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
JavadocFieldReference - Class in org.eclipse.jdt.internal.compiler.ast
 
JavadocFieldReference(char[], long) - Constructor for class org.eclipse.jdt.internal.compiler.ast.JavadocFieldReference
 
JavadocGenericConstructorTypeArgumentMismatch - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
JavadocGenericMethodTypeArgumentMismatch - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
JavadocHiddenReference - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Problem signaled on an hidden reference due to a too low visibility level.
javadocHiddenReference(int, int, Scope, int) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
JavadocImplicitTypeReference - Class in org.eclipse.jdt.internal.compiler.ast
 
JavadocImplicitTypeReference(char[], int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.JavadocImplicitTypeReference
 
JavadocIncorrectArityForParameterizedConstructor - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
JavadocIncorrectArityForParameterizedMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
JavadocInheritedFieldHidesEnclosingName - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
JavadocInheritedMethodHidesEnclosingName - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
JavadocInheritedNameHidesEnclosingTypeName - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
JavadocInternalTypeNameProvided - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
javadocInvalidConstructor(Statement, MethodBinding, int) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
javadocInvalidField(FieldReference, Binding, TypeBinding, int) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
JavadocInvalidMemberTypeQualification - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Problem signaled on an invalid qualification for member type reference.
javadocInvalidMemberTypeQualification(int, int, int) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
javadocInvalidMethod(MessageSend, MethodBinding, int) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
JavadocInvalidParamName - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
JavadocInvalidParamTagName - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
javadocInvalidParamTagName(int, int) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
JavadocInvalidParamTagTypeParameter - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
javadocInvalidParamTypeParameter(int, int) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
javadocInvalidReference(int, int) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
JavadocInvalidSeeArgs - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
JavadocInvalidSeeHref - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Problem signaled on an invalid URL reference that does not conform to the href syntax.
javadocInvalidSeeHref(int, int) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
Report an invalid reference that does not conform to the href syntax.
JavadocInvalidSeeReference - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
javadocInvalidSeeReferenceArgs(int, int) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
JavadocInvalidSeeUrlReference - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Problem signaled on an invalid URL reference.
javadocInvalidSeeUrlReference(int, int) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
Report a problem on an invalid URL reference.
JavadocInvalidTag - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
javadocInvalidTag(int, int) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
JavadocInvalidThrowsClass - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
javadocInvalidThrowsClass(int, int) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
JavadocInvalidThrowsClassName - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
javadocInvalidThrowsClassName(TypeReference, int) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
javadocInvalidType(ASTNode, TypeBinding, int) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
JavadocInvalidValueReference - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
javadocInvalidValueReference(int, int, int) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
JavadocMalformedSeeReference - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
javadocMalformedSeeReference(int, int) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
JavadocMessagePrefix - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
JavadocMessageSend - Class in org.eclipse.jdt.internal.compiler.ast
 
JavadocMessageSend(char[], long) - Constructor for class org.eclipse.jdt.internal.compiler.ast.JavadocMessageSend
 
JavadocMessageSend(char[], long, JavadocArgumentExpression[]) - Constructor for class org.eclipse.jdt.internal.compiler.ast.JavadocMessageSend
 
JavadocMissing - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
javadocMissing(int, int, int) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
javadocMissing(int, int, int, int) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
JavadocMissingHashCharacter - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
javadocMissingHashCharacter(int, int, String) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
JavadocMissingIdentifier - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
javadocMissingIdentifier(int, int, int) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
JavadocMissingParamName - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
javadocMissingParamName(int, int, int) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
JavadocMissingParamTag - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
javadocMissingParamTag(char[], int, int, int) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
javadocMissingReference(int, int, int) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
JavadocMissingReturnTag - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
javadocMissingReturnTag(int, int, int) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
JavadocMissingSeeReference - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
JavadocMissingTagDescription - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Problem warned on missing tag description.
javadocMissingTagDescription(char[], int, int, int) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
javadocMissingTagDescriptionAfterReference(int, int, int) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
JavadocMissingThrowsClassName - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
javadocMissingThrowsClassName(int, int, int) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
JavadocMissingThrowsTag - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
javadocMissingThrowsTag(TypeReference, int) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
JavadocNoMessageSendOnArrayType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
JavadocNoMessageSendOnBaseType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
JavadocNonGenericConstructor - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
JavadocNonGenericMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
JavadocNonStaticTypeFromStaticInvocation - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
JavadocNotVisibleConstructor - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
JavadocNotVisibleField - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
JavadocNotVisibleMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
JavadocNotVisibleType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
JavadocParameterizedConstructorArgumentTypeMismatch - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
JavadocParameterizedMethodArgumentTypeMismatch - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
JavadocParameterMismatch - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
JavadocParser - Class in org.eclipse.jdt.internal.compiler.parser
Parser specialized for decoding javadoc comments
JavadocParser(Parser) - Constructor for class org.eclipse.jdt.internal.compiler.parser.JavadocParser
 
javadocParser - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
JavadocQualifiedTypeReference - Class in org.eclipse.jdt.internal.compiler.ast
 
JavadocQualifiedTypeReference(char[][], long[], int, int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.JavadocQualifiedTypeReference
 
JavadocReturnStatement - Class in org.eclipse.jdt.internal.compiler.ast
 
JavadocReturnStatement(int, int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.JavadocReturnStatement
 
JavadocSingleNameReference - Class in org.eclipse.jdt.internal.compiler.ast
 
JavadocSingleNameReference(char[], long, int, int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.JavadocSingleNameReference
 
JavadocSingleTypeReference - Class in org.eclipse.jdt.internal.compiler.ast
 
JavadocSingleTypeReference(char[], long, int, int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.JavadocSingleTypeReference
 
javadocStart - Variable in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
JavadocTagConstants - Interface in org.eclipse.jdt.internal.compiler.parser
Javadoc tag constants.
javadocTextEnd - Variable in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
javadocTextStart - Variable in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
JavadocTypeArgumentsForRawGenericConstructor - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
JavadocTypeArgumentsForRawGenericMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
javadocUndeclaredParamTagName(char[], int, int, int) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
JavadocUndefinedConstructor - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
JavadocUndefinedField - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
JavadocUndefinedMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
JavadocUndefinedType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
JavadocUnexpectedTag - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
javadocUnexpectedTag(int, int) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
JavadocUnexpectedText - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
javadocUnexpectedText(int, int) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
JavadocUnterminatedInlineTag - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
javadocUnterminatedInlineTag(int, int) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
JavadocUsingDeprecatedConstructor - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
JavadocUsingDeprecatedField - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
JavadocUsingDeprecatedMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
JavadocUsingDeprecatedType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
JavaElement - Class in org.eclipse.jdt.internal.core
Root of Java element handle hierarchy.
JavaElement(JavaElement) - Constructor for class org.eclipse.jdt.internal.core.JavaElement
Constructs a handle for a java element with the given parent element.
JavaElementDelta - Class in org.eclipse.jdt.internal.core
 
JavaElementDelta(IJavaElement) - Constructor for class org.eclipse.jdt.internal.core.JavaElementDelta
Creates the root delta.
JavaElementDeltaBuilder - Class in org.eclipse.jdt.internal.core
A java element delta builder creates a java element delta on a java element between the version of the java element at the time the comparator was created and the current version of the java element.
JavaElementDeltaBuilder(IJavaElement) - Constructor for class org.eclipse.jdt.internal.core.JavaElementDeltaBuilder
Creates a java element comparator on a java element looking as deep as necessary.
JavaElementDeltaBuilder(IJavaElement, int) - Constructor for class org.eclipse.jdt.internal.core.JavaElementDeltaBuilder
Creates a java element comparator on a java element looking only 'maxDepth' levels deep.
JavaElementFinder - Class in org.eclipse.jdt.internal.core.util
 
JavaElementFinder(String, JavaProject, WorkingCopyOwner) - Constructor for class org.eclipse.jdt.internal.core.util.JavaElementFinder
 
JavaElementInfo - Class in org.eclipse.jdt.internal.core
Holds cached structure and properties for a Java element.
JavaElementInfo() - Constructor for class org.eclipse.jdt.internal.core.JavaElementInfo
 
JavaElementRequestor - Class in org.eclipse.jdt.internal.core
 
JavaElementRequestor() - Constructor for class org.eclipse.jdt.internal.core.JavaElementRequestor
 
JavaIndexer - Class in org.eclipse.jdt.core.index
JavaIndexer provides functionality to generate index files which can be used by the JDT SearchEngine.
JavaIndexer() - Constructor for class org.eclipse.jdt.core.index.JavaIndexer
 
JavaIndexerApplication - Class in org.eclipse.jdt.core.index
Implements an Eclipse Application for JavaIndexer.
JavaIndexerApplication() - Constructor for class org.eclipse.jdt.core.index.JavaIndexerApplication
 
JavaIoPrintStreamSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
JavaLangAssertionErrorConstantPoolName - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
JavaLangBooleanConstantPoolName - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
JavaLangByteConstantPoolName - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
JavaLangCharacterConstantPoolName - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
JavaLangClassConstantPoolName - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
JavaLangClassNotFoundExceptionConstantPoolName - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
JavaLangClassSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
JavaLangDoubleConstantPoolName - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
JavaLangEnumConstantPoolName - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
JavaLangErrorConstantPoolName - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
JavaLangExceptionConstantPoolName - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
JavaLangFloatConstantPoolName - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
JavaLangIntegerConstantPoolName - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
JavaLangLongConstantPoolName - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
JavaLangNoClassDefFoundErrorConstantPoolName - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
JavaLangNoSuchFieldErrorConstantPoolName - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
JavaLangObjectConstantPoolName - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
JavaLangObjectSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
JAVALANGREFLECTACCESSIBLEOBJECT_CONSTANTPOOLNAME - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
JAVALANGREFLECTARRAY_CONSTANTPOOLNAME - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
JavaLangReflectConstructorConstantPoolName - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
JavaLangReflectConstructorNewInstanceSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
JAVALANGREFLECTFIELD_CONSTANTPOOLNAME - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
JAVALANGREFLECTMETHOD_CONSTANTPOOLNAME - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
JavaLangShortConstantPoolName - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
JavaLangStringBufferConstantPoolName - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
JavaLangStringBuilderConstantPoolName - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
JavaLangStringConstantPoolName - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
JavaLangStringSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
JavaLangSystemConstantPoolName - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
JavaLangThrowableConstantPoolName - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
JavaLangVoidConstantPoolName - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
JavaModel - Class in org.eclipse.jdt.internal.core
Implementation of IJavaModel.
JavaModel() - Constructor for class org.eclipse.jdt.internal.core.JavaModel
Constructs a new Java Model on the given workspace.
javamodel_building_after_upgrade - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
javamodel_configuring - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
javamodel_configuring_classpath_containers - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
javamodel_configuring_searchengine - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
javamodel_getting_build_state_number - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
javamodel_initialization - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
javamodel_initializing_delta_state - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
javamodel_refreshing_external_jars - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
javamodel_resetting_source_attachment_properties - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
JavaModelCache - Class in org.eclipse.jdt.internal.core
The cache of java elements to their respective info.
JavaModelCache() - Constructor for class org.eclipse.jdt.internal.core.JavaModelCache
 
javaModelDeltas - Variable in class org.eclipse.jdt.internal.core.DeltaProcessor
 
JavaModelException - Class in org.eclipse.jdt.core
A checked exception representing a failure in the Java model.
JavaModelException(Throwable, int) - Constructor for class org.eclipse.jdt.core.JavaModelException
Creates a Java model exception that wrappers the given Throwable.
JavaModelException(CoreException) - Constructor for class org.eclipse.jdt.core.JavaModelException
Creates a Java model exception for the given CoreException.
JavaModelInfo - Class in org.eclipse.jdt.internal.core
Implementation of IJavaModel.
JavaModelInfo() - Constructor for class org.eclipse.jdt.internal.core.JavaModelInfo
 
JavaModelManager - Class in org.eclipse.jdt.internal.core
The JavaModelManager manages instances of IJavaModel.
JavaModelManager.CompilationParticipants - Class in org.eclipse.jdt.internal.core
 
JavaModelManager.CompilationParticipants() - Constructor for class org.eclipse.jdt.internal.core.JavaModelManager.CompilationParticipants
 
JavaModelManager.EclipsePreferencesListener - Class in org.eclipse.jdt.internal.core
Update the classpath variable cache
JavaModelManager.EclipsePreferencesListener() - Constructor for class org.eclipse.jdt.internal.core.JavaModelManager.EclipsePreferencesListener
 
JavaModelManager.PerProjectInfo - Class in org.eclipse.jdt.internal.core
 
JavaModelManager.PerProjectInfo(IProject) - Constructor for class org.eclipse.jdt.internal.core.JavaModelManager.PerProjectInfo
 
JavaModelManager.PerWorkingCopyInfo - Class in org.eclipse.jdt.internal.core
 
JavaModelManager.PerWorkingCopyInfo(CompilationUnit, IProblemRequestor) - Constructor for class org.eclipse.jdt.internal.core.JavaModelManager.PerWorkingCopyInfo
 
JavaModelOperation - Class in org.eclipse.jdt.internal.core
Defines behavior common to all Java Model operations
JavaModelOperation() - Constructor for class org.eclipse.jdt.internal.core.JavaModelOperation
 
JavaModelOperation(IJavaElement[]) - Constructor for class org.eclipse.jdt.internal.core.JavaModelOperation
A common constructor for all Java Model operations.
JavaModelOperation(IJavaElement[], IJavaElement[]) - Constructor for class org.eclipse.jdt.internal.core.JavaModelOperation
Common constructor for all Java Model operations.
JavaModelOperation(IJavaElement[], IJavaElement[], boolean) - Constructor for class org.eclipse.jdt.internal.core.JavaModelOperation
A common constructor for all Java Model operations.
JavaModelOperation(IJavaElement[], boolean) - Constructor for class org.eclipse.jdt.internal.core.JavaModelOperation
A common constructor for all Java Model operations.
JavaModelOperation(IJavaElement) - Constructor for class org.eclipse.jdt.internal.core.JavaModelOperation
Common constructor for all Java Model operations.
JavaModelOperation.IPostAction - Interface in org.eclipse.jdt.internal.core
 
JavaModelStatus - Class in org.eclipse.jdt.internal.core
 
JavaModelStatus() - Constructor for class org.eclipse.jdt.internal.core.JavaModelStatus
Constructs an Java model status with no corresponding elements.
JavaModelStatus(int) - Constructor for class org.eclipse.jdt.internal.core.JavaModelStatus
Constructs an Java model status with no corresponding elements.
JavaModelStatus(int, IJavaElement[]) - Constructor for class org.eclipse.jdt.internal.core.JavaModelStatus
Constructs an Java model status with the given corresponding elements.
JavaModelStatus(int, String) - Constructor for class org.eclipse.jdt.internal.core.JavaModelStatus
Constructs an Java model status with no corresponding elements.
JavaModelStatus(int, int, String) - Constructor for class org.eclipse.jdt.internal.core.JavaModelStatus
Constructs an Java model status with no corresponding elements.
JavaModelStatus(int, Throwable) - Constructor for class org.eclipse.jdt.internal.core.JavaModelStatus
Constructs an Java model status with no corresponding elements.
JavaModelStatus(int, IPath) - Constructor for class org.eclipse.jdt.internal.core.JavaModelStatus
Constructs an Java model status with no corresponding elements.
JavaModelStatus(int, IJavaElement, String) - Constructor for class org.eclipse.jdt.internal.core.JavaModelStatus
Constructs an Java model status with the given corresponding element and string
JavaModelStatus(int, IJavaElement, IPath) - Constructor for class org.eclipse.jdt.internal.core.JavaModelStatus
Constructs an Java model status with the given corresponding element and path
JavaModelStatus(int, IJavaElement, IPath, String) - Constructor for class org.eclipse.jdt.internal.core.JavaModelStatus
Constructs an Java model status with the given corresponding element, path and string
JavaModelStatus(int, int, IJavaElement, IPath, String) - Constructor for class org.eclipse.jdt.internal.core.JavaModelStatus
Constructs an Java model status with the given corresponding element and path
JavaModelStatus(CoreException) - Constructor for class org.eclipse.jdt.internal.core.JavaModelStatus
Constructs an Java model status with no corresponding elements.
javaProject() - Method in class org.eclipse.jdt.internal.core.hierarchy.RegionBasedTypeHierarchy
Returns the java project this hierarchy was created in.
javaProject() - Method in class org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy
Returns the java project this hierarchy was created in.
JavaProject - Class in org.eclipse.jdt.internal.core
Handle for a Java Project.
JavaProject() - Constructor for class org.eclipse.jdt.internal.core.JavaProject
Constructor needed for IProject.getNature() and IProject.addNature().
JavaProject(IProject, JavaElement) - Constructor for class org.eclipse.jdt.internal.core.JavaProject
 
JAVAPROJECT - Static variable in class org.eclipse.jdt.internal.core.util.MementoTokenizer
 
JavaProject.ClasspathResolutionBreakpointListener - Class in org.eclipse.jdt.internal.core
 
JavaProject.ClasspathResolutionBreakpointListener() - Constructor for class org.eclipse.jdt.internal.core.JavaProject.ClasspathResolutionBreakpointListener
 
JavaSearchDocument - Class in org.eclipse.jdt.internal.core.search
 
JavaSearchDocument(String, SearchParticipant) - Constructor for class org.eclipse.jdt.internal.core.search.JavaSearchDocument
 
JavaSearchDocument(ZipEntry, IPath, byte[], SearchParticipant) - Constructor for class org.eclipse.jdt.internal.core.search.JavaSearchDocument
 
JavaSearchNameEnvironment - Class in org.eclipse.jdt.internal.core.search.matching
 
JavaSearchNameEnvironment(IJavaProject, ICompilationUnit[]) - Constructor for class org.eclipse.jdt.internal.core.search.matching.JavaSearchNameEnvironment
 
JavaSearchParticipant - Class in org.eclipse.jdt.internal.core.search
A search participant describes a particular extension to a generic search mechanism, allowing thus to perform combined search actions which will involve all required participants A search scope defines which participants are involved.
JavaSearchParticipant() - Constructor for class org.eclipse.jdt.internal.core.search.JavaSearchParticipant
 
JavaSearchPattern - Class in org.eclipse.jdt.internal.core.search.matching
 
JavaSearchPattern(int, int) - Constructor for class org.eclipse.jdt.internal.core.search.matching.JavaSearchPattern
 
JavaSearchScope - Class in org.eclipse.jdt.internal.core.search
A Java-specific scope for searching relative to one or more java elements.
JavaSearchScope() - Constructor for class org.eclipse.jdt.internal.core.search.JavaSearchScope
 
JavaSearchTypeNameMatch - Class in org.eclipse.jdt.internal.core.search
Java Search concrete class for a type name match.
JavaSearchTypeNameMatch(IType, int) - Constructor for class org.eclipse.jdt.internal.core.search.JavaSearchTypeNameMatch
Creates a new Java Search type name match.
JavaUtilIteratorConstantPoolName - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
JavaWorkspaceScope - Class in org.eclipse.jdt.internal.core.search
A Java-specific scope for searching the entire workspace.
JavaWorkspaceScope() - Constructor for class org.eclipse.jdt.internal.core.search.JavaWorkspaceScope
 
JAVAX - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
JAVAX_RMI_CORBA_STUB - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
JDK1_1 - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
 
JDK1_2 - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
 
JDK1_3 - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
 
JDK1_4 - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
 
JDK1_5 - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
 
JDK1_6 - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
 
JDK1_7 - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
 
JDK_DEFERRED - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
 
JDTCompilerAdapter - Class in org.eclipse.jdt.core
Ant 1.5 compiler adapter for the Eclipse Java compiler.
JDTCompilerAdapter() - Constructor for class org.eclipse.jdt.core.JDTCompilerAdapter
 
JEM_ANNOTATION - Static variable in class org.eclipse.jdt.internal.core.JavaElement
 
JEM_CLASSFILE - Static variable in class org.eclipse.jdt.internal.core.JavaElement
 
JEM_COMPILATIONUNIT - Static variable in class org.eclipse.jdt.internal.core.JavaElement
 
JEM_COUNT - Static variable in class org.eclipse.jdt.internal.core.JavaElement
 
JEM_ESCAPE - Static variable in class org.eclipse.jdt.internal.core.JavaElement
 
JEM_FIELD - Static variable in class org.eclipse.jdt.internal.core.JavaElement
 
JEM_IMPORTDECLARATION - Static variable in class org.eclipse.jdt.internal.core.JavaElement
 
JEM_INITIALIZER - Static variable in class org.eclipse.jdt.internal.core.JavaElement
 
JEM_JAVAPROJECT - Static variable in class org.eclipse.jdt.internal.core.JavaElement
 
JEM_LOCALVARIABLE - Static variable in class org.eclipse.jdt.internal.core.JavaElement
 
JEM_METHOD - Static variable in class org.eclipse.jdt.internal.core.JavaElement
 
JEM_PACKAGEDECLARATION - Static variable in class org.eclipse.jdt.internal.core.JavaElement
 
JEM_PACKAGEFRAGMENT - Static variable in class org.eclipse.jdt.internal.core.JavaElement
 
JEM_PACKAGEFRAGMENTROOT - Static variable in class org.eclipse.jdt.internal.core.JavaElement
 
JEM_TYPE - Static variable in class org.eclipse.jdt.internal.core.JavaElement
 
JEM_TYPE_PARAMETER - Static variable in class org.eclipse.jdt.internal.core.JavaElement
 
JLS2 - Static variable in class org.eclipse.jdt.core.dom.AST
Deprecated. Clients should use the AST.JLS4 AST API instead.
JLS3 - Static variable in class org.eclipse.jdt.core.dom.AST
Deprecated. Clients should use the AST.JLS4 AST API instead.
JLS4 - Static variable in class org.eclipse.jdt.core.dom.AST
Constant for indicating the AST API that handles JLS4 (aka JLS7).
jobEnd - Variable in class org.eclipse.jdt.internal.core.search.processing.JobManager
 
JobManager - Class in org.eclipse.jdt.internal.core.search.processing
 
JobManager() - Constructor for class org.eclipse.jdt.internal.core.search.processing.JobManager
 
jobmanager_filesToIndex - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
jobmanager_indexing - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
jobStart - Variable in class org.eclipse.jdt.internal.core.search.processing.JobManager
 
jobWasCancelled(IPath) - Method in class org.eclipse.jdt.internal.core.search.indexing.IndexManager
 
join_lines_in_comments - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
join_wrapped_lines - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
JSR - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
jsr(BranchLabel) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
JSR_W - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
jsr_w(BranchLabel) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
jumpOverBlock() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionScanner
 
jumpOverMethodBody() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
jumpOverMethodBody() - Method in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
jumpOverMethodBody() - Method in class org.eclipse.jdt.internal.core.util.PublicScanner
 
jumpOverUnicodeWhiteSpace() - Method in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
jumpOverUnicodeWhiteSpace() - Method in class org.eclipse.jdt.internal.core.util.PublicScanner
 

K

K_ACCESSIBLE - Static variable in interface org.eclipse.jdt.core.IAccessRule
Constant indicating that files matching the rule's pattern are accessible.
K_ANNOTATION - Static variable in interface org.eclipse.jdt.core.IMemberValuePair
Constant indicating that the value kind is an annotation represented by an instance of IAnnotation.
K_APPLICATION - Static variable in interface org.eclipse.jdt.core.IClasspathContainer
Kind for a container mapping to an application library
K_ARRAY_CREATION - Static variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
K_ARRAY_INITIALIZER - Static variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
K_ASSISGNMENT_OPERATOR - Static variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
K_ATTRIBUTE_VALUE_DELIMITER - Static variable in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
K_BETWEEN_ANNOTATION_NAME_AND_RPAREN - Static variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
K_BETWEEN_CASE_AND_COLON - Static variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
K_BETWEEN_CASE_AND_COLON - Static variable in class org.eclipse.jdt.internal.codeassist.select.SelectionParser
 
K_BETWEEN_CATCH_AND_RIGHT_PAREN - Static variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
K_BETWEEN_DEFAULT_AND_COLON - Static variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
K_BETWEEN_FOR_AND_RIGHT_PAREN - Static variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
K_BETWEEN_IF_AND_RIGHT_PAREN - Static variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
K_BETWEEN_INSTANCEOF_AND_RPAREN - Static variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
K_BETWEEN_LEFT_AND_RIGHT_BRACKET - Static variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
K_BETWEEN_NEW_AND_LEFT_BRACKET - Static variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
K_BETWEEN_SWITCH_AND_RIGHT_PAREN - Static variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
K_BETWEEN_SYNCHRONIZED_AND_RIGHT_PAREN - Static variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
K_BETWEEN_WHILE_AND_RIGHT_PAREN - Static variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
K_BINARY - Static variable in interface org.eclipse.jdt.core.IPackageFragmentRoot
Kind constant for a binary path root.
K_BINARY_OPERATOR - Static variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
K_BLOCK_DELIMITER - Static variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
K_BOOLEAN - Static variable in interface org.eclipse.jdt.core.IMemberValuePair
Constant indicating that the value kind is a boolean represented by an instance of Boolean.
K_BYTE - Static variable in interface org.eclipse.jdt.core.IMemberValuePair
Constant indicating that the value kind is a byte represented by an instance of Byte.
K_CAST_STATEMENT - Static variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
K_CAST_STATEMENT - Static variable in class org.eclipse.jdt.internal.codeassist.select.SelectionParser
 
K_CHAR - Static variable in interface org.eclipse.jdt.core.IMemberValuePair
Constant indicating that the value kind is a char represented by an instance of Character.
K_CLASS - Static variable in interface org.eclipse.jdt.core.IMemberValuePair
Constant indicating that the value kind is a Class represented by the name of the class (i.e.
K_CLASS - Static variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnParameterizedQualifiedTypeReference
 
K_CLASS - Static variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnQualifiedTypeReference
 
K_CLASS - Static variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnSingleTypeReference
 
K_CLASS_BODY_DECLARATIONS - Static variable in class org.eclipse.jdt.core.dom.ASTParser
Kind constant used to request that the source be parsed as a sequence of class body declarations.
K_CLASS_BODY_DECLARATIONS - Static variable in class org.eclipse.jdt.core.formatter.CodeFormatter
Kind used to format a set of class body declarations
K_COMPILATION_UNIT - Static variable in class org.eclipse.jdt.core.dom.ASTParser
Kind constant used to request that the source be parsed as a compilation unit.
K_COMPILATION_UNIT - Static variable in class org.eclipse.jdt.core.formatter.CodeFormatter
Kind used to format a compilation unit
K_CONDITIONAL_OPERATOR - Static variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
K_CONTROL_STATEMENT_DELIMITER - Static variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
K_DEFAULT_SYSTEM - Static variable in interface org.eclipse.jdt.core.IClasspathContainer
Kind for a container mapping to a default system library, implicitly contributed by the runtime
K_DISCOURAGED - Static variable in interface org.eclipse.jdt.core.IAccessRule
Constant indicating that access to the files matching the rule's pattern is discouraged.
K_DOUBLE - Static variable in interface org.eclipse.jdt.core.IMemberValuePair
Constant indicating that the value kind is a double represented by an instance of Double.
K_ENUM_CONSTANT_DELIMITER - Static variable in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
K_EXCEPTION - Static variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnParameterizedQualifiedTypeReference
 
K_EXCEPTION - Static variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnQualifiedTypeReference
 
K_EXCEPTION - Static variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnSingleTypeReference
 
K_EXPRESSION - Static variable in class org.eclipse.jdt.core.dom.ASTParser
Kind constant used to request that the source be parsed as a single expression.
K_EXPRESSION - Static variable in class org.eclipse.jdt.core.formatter.CodeFormatter
Kind used to format an expression
K_EXTENDS_KEYWORD - Static variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
K_FIELD_INITIALIZER_DELIMITER - Static variable in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
K_FLOAT - Static variable in interface org.eclipse.jdt.core.IMemberValuePair
Constant indicating that the value kind is a float represented by an instance of Float.
K_INSIDE_ASSERT_EXCEPTION - Static variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
K_INSIDE_ASSERT_STATEMENT - Static variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
K_INSIDE_BREAK_STATEMENT - Static variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
K_INSIDE_CONTINUE_STATEMENT - Static variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
K_INSIDE_FOR_CONDITIONAL - Static variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
K_INSIDE_RETURN_STATEMENT - Static variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
K_INSIDE_RETURN_STATEMENT - Static variable in class org.eclipse.jdt.internal.codeassist.select.SelectionParser
 
K_INSIDE_THROW_STATEMENT - Static variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
K_INT - Static variable in interface org.eclipse.jdt.core.IMemberValuePair
Constant indicating that the value kind is an int represented by an instance of Integer.
K_INTERFACE - Static variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnParameterizedQualifiedTypeReference
 
K_INTERFACE - Static variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnQualifiedTypeReference
 
K_INTERFACE - Static variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnSingleTypeReference
 
K_JAVA_DOC - Static variable in class org.eclipse.jdt.core.formatter.CodeFormatter
Kind used to format a Javadoc comment
K_LABEL - Static variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
K_LOCAL_INITIALIZER_DELIMITER - Static variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
K_LONG - Static variable in interface org.eclipse.jdt.core.IMemberValuePair
Constant indicating that the value kind is a long represented by an instance of Long.
K_MEMBER_VALUE_ARRAY_INITIALIZER - Static variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
K_METHOD_DELIMITER - Static variable in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
K_MULTI_LINE_COMMENT - Static variable in class org.eclipse.jdt.core.formatter.CodeFormatter
Kind used to format a multi-line comment
K_NEXT_TYPEREF_IS_CLASS - Static variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
K_NEXT_TYPEREF_IS_EXCEPTION - Static variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
K_NEXT_TYPEREF_IS_INTERFACE - Static variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
K_NON_ACCESSIBLE - Static variable in interface org.eclipse.jdt.core.IAccessRule
Constant indicating that files matching the rule's pattern are non accessible.
K_OUTPUT - Static variable in class org.eclipse.jdt.internal.core.ClasspathEntry
A constant indicating an output location.
K_PARAMETERIZED_ALLOCATION - Static variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
K_PARAMETERIZED_CAST - Static variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
K_PARAMETERIZED_METHOD_INVOCATION - Static variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
K_QUALIFIED_NAME - Static variable in interface org.eclipse.jdt.core.IMemberValuePair
Constant indicating that the value is a qualified name represented by a String.
K_SELECTOR - Static variable in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
K_SELECTOR_INVOCATION_TYPE - Static variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
K_SELECTOR_QUALIFIER - Static variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
K_SHORT - Static variable in interface org.eclipse.jdt.core.IMemberValuePair
Constant indicating that the value kind is a short represented by an instance of Short.
K_SIMPLE_NAME - Static variable in interface org.eclipse.jdt.core.IMemberValuePair
Constant indicating that the value is a simple name represented by a String.
K_SINGLE_LINE_COMMENT - Static variable in class org.eclipse.jdt.core.formatter.CodeFormatter
Kind used to format a single-line comment
K_SOURCE - Static variable in interface org.eclipse.jdt.core.IPackageFragmentRoot
Kind constant for a source path root.
K_STATEMENTS - Static variable in class org.eclipse.jdt.core.dom.ASTParser
Kind constant used to request that the source be parsed as a sequence of statements.
K_STATEMENTS - Static variable in class org.eclipse.jdt.core.formatter.CodeFormatter
Kind used to format a set of statements
K_STRING - Static variable in interface org.eclipse.jdt.core.IMemberValuePair
Constant indicating that the value kind is a String represented by the corresponding String.
K_SWITCH_LABEL - Static variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
K_SYSTEM - Static variable in interface org.eclipse.jdt.core.IClasspathContainer
Kind for a container mapping to a system library
K_TYPE - Static variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnParameterizedQualifiedTypeReference
 
K_TYPE - Static variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnQualifiedTypeReference
 
K_TYPE - Static variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnSingleTypeReference
 
K_TYPE_DELIMITER - Static variable in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
K_UNARY_OPERATOR - Static variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
K_UNKNOWN - Static variable in class org.eclipse.jdt.core.formatter.CodeFormatter
Unknown kind
K_UNKNOWN - Static variable in interface org.eclipse.jdt.core.IMemberValuePair
Constant indicating that the value kind is unknown at this stage.
keep_else_statement_on_same_line - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
keep_empty_array_initializer_on_one_line - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
KEEP_EXISTING - Static variable in class org.eclipse.jdt.internal.core.JavaModelOperation
 
keep_guardian_clause_on_one_line - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
keep_simple_if_on_one_line - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
keep_then_statement_on_same_line - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
keepStoringProblemMarkers - Variable in class org.eclipse.jdt.internal.core.builder.AbstractImageBuilder
 
key - Variable in class org.eclipse.jdt.internal.core.util.LRUCache.LRUCacheEntry
Hash table key
keyForValue(Object) - Method in class org.eclipse.jdt.internal.compiler.util.SimpleLookupTable
 
KeyKind - Class in org.eclipse.jdt.internal.core.util
 
KeyKind(BindingKeyParser) - Constructor for class org.eclipse.jdt.internal.core.util.KeyKind
 
KeyKind(String) - Constructor for class org.eclipse.jdt.internal.core.util.KeyKind
 
keys() - Method in class org.eclipse.jdt.internal.core.util.LRUCache
Returns an Enumeration of the keys currently in the cache.
keysAndValues() - Method in class org.eclipse.jdt.internal.core.util.LRUCache
Returns an enumeration that iterates over all the keys and values currently in the cache.
keysToArray(Object[]) - Method in class org.eclipse.jdt.internal.compiler.util.HashtableOfObjectToInt
 
keysToArray(Object[]) - Method in class org.eclipse.jdt.internal.compiler.util.HashtableOfObjectToIntArray
 
keyTable - Variable in class org.eclipse.jdt.internal.compiler.codegen.CharArrayCache
 
keyTable - Variable in class org.eclipse.jdt.internal.compiler.codegen.IntegerCache
 
keyTable - Variable in class org.eclipse.jdt.internal.compiler.codegen.LongCache
 
keyTable - Variable in class org.eclipse.jdt.internal.compiler.codegen.ObjectCache
 
keyTable - Variable in class org.eclipse.jdt.internal.compiler.util.HashtableOfInt
 
keyTable - Variable in class org.eclipse.jdt.internal.compiler.util.HashtableOfIntValues
 
keyTable - Variable in class org.eclipse.jdt.internal.compiler.util.HashtableOfLong
 
keyTable - Variable in class org.eclipse.jdt.internal.compiler.util.HashtableOfObject
 
keyTable - Variable in class org.eclipse.jdt.internal.compiler.util.HashtableOfObjectToInt
 
keyTable - Variable in class org.eclipse.jdt.internal.compiler.util.HashtableOfObjectToIntArray
 
keyTable - Variable in class org.eclipse.jdt.internal.compiler.util.HashtableOfPackage
 
keyTable - Variable in class org.eclipse.jdt.internal.compiler.util.HashtableOfType
 
keyTable - Variable in class org.eclipse.jdt.internal.compiler.util.SimpleLookupTable
 
keyTable - Variable in class org.eclipse.jdt.internal.core.util.HashtableOfArrayToObject
 
KeyToSignature - Class in org.eclipse.jdt.internal.core.util
 
KeyToSignature(BindingKeyParser) - Constructor for class org.eclipse.jdt.internal.core.util.KeyToSignature
 
KeyToSignature(String, int) - Constructor for class org.eclipse.jdt.internal.core.util.KeyToSignature
 
KEYWORD - Static variable in class org.eclipse.jdt.core.CompletionProposal
Completion is a keyword.
KEYWORD_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.Modifier
The "keyword" structural property of this node type (type: Modifier.ModifierKeyword).
Keywords - Interface in org.eclipse.jdt.internal.codeassist.impl
 
kind() - Method in class java_cup.nonassoc_action
Quick access to type of action.
kind() - Method in class java_cup.parse_action
Quick access to the type -- base class defaults to error.
kind() - Method in class java_cup.reduce_action
Quick access to type of action.
kind() - Method in class java_cup.shift_action
Quick access to type of action.
kind - Variable in class org.eclipse.jdt.core.search.SearchPattern
 
kind(int) - Static method in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
 
kind - Variable in class org.eclipse.jdt.internal.compiler.ast.Wildcard
 
kind() - Method in class org.eclipse.jdt.internal.compiler.lookup.ArrayBinding
 
kind() - Method in class org.eclipse.jdt.internal.compiler.lookup.BaseTypeBinding
 
kind() - Method in class org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding
 
kind() - Method in class org.eclipse.jdt.internal.compiler.lookup.Binding
 
kind() - Method in class org.eclipse.jdt.internal.compiler.lookup.FieldBinding
 
kind() - Method in class org.eclipse.jdt.internal.compiler.lookup.ImportBinding
 
kind() - Method in class org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding
 
kind() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
 
kind() - Method in class org.eclipse.jdt.internal.compiler.lookup.PackageBinding
 
kind() - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
 
kind() - Method in class org.eclipse.jdt.internal.compiler.lookup.ProblemBinding
 
kind() - Method in class org.eclipse.jdt.internal.compiler.lookup.RawTypeBinding
 
kind - Variable in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
kind() - Method in class org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
 
kind() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
 
kind() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding
 
kind() - Method in class org.eclipse.jdt.internal.compiler.lookup.WildcardBinding
 
kind - Variable in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
kind(int) - Method in class org.eclipse.jdt.internal.compiler.parser.diagnose.LexStream
 
kind - Variable in class org.eclipse.jdt.internal.core.SimpleDelta
 
kind - Variable in class org.eclipse.jdt.internal.formatter.align.Alignment
 
KIND_STATIC_FIELD - Static variable in class org.eclipse.jdt.core.dom.rewrite.ImportRewrite.ImportRewriteContext
Kind constant specifying that the element is a static field import.
KIND_STATIC_METHOD - Static variable in class org.eclipse.jdt.core.dom.rewrite.ImportRewrite.ImportRewriteContext
Kind constant specifying that the element is a static method import.
KIND_TYPE - Static variable in class org.eclipse.jdt.core.dom.rewrite.ImportRewrite.ImportRewriteContext
Kind constant specifying that the element is a type import.
knownFields - Variable in class org.eclipse.jdt.internal.core.search.matching.DeclarationOfAccessedFieldsPattern
 
knownMethods - Variable in class org.eclipse.jdt.internal.core.search.matching.DeclarationOfReferencedMethodsPattern
 
knownTypes - Variable in class org.eclipse.jdt.internal.core.search.matching.DeclarationOfReferencedTypesPattern
 
KnowsDefaultAbstractMethods - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
 
knowsOption(String) - Method in class org.eclipse.jdt.internal.core.JavaModelManager
Returns whether an option name is known or not.

L

L2D - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
l2d() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
L2F - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
l2f() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
L2I - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
l2i() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
LA_STATE_OFFSET - Static variable in interface org.eclipse.jdt.internal.compiler.parser.ParserBasicInformation
 
label() - Method in class java_cup.production_part
Optional label for referring to the part within an action (null for no label).
label - Variable in class org.eclipse.jdt.internal.compiler.ast.BranchStatement
 
label - Variable in class org.eclipse.jdt.internal.compiler.ast.LabeledStatement
 
Label - Class in org.eclipse.jdt.internal.compiler.codegen
 
Label() - Constructor for class org.eclipse.jdt.internal.compiler.codegen.Label
 
Label(CodeStream) - Constructor for class org.eclipse.jdt.internal.compiler.codegen.Label
 
LABEL_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.BreakStatement
The "label" structural property of this node type (child type: SimpleName).
LABEL_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.ContinueStatement
The "label" structural property of this node type (child type: SimpleName).
LABEL_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.LabeledStatement
The "label" structural property of this node type (child type: SimpleName).
LABEL_REF - Static variable in class org.eclipse.jdt.core.CompletionProposal
Completion is a reference to a label.
LABELED_STATEMENT - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type LabeledStatement.
LabeledStatement - Class in org.eclipse.jdt.core.dom
Labeled statement AST node type.
LabeledStatement - Class in org.eclipse.jdt.internal.compiler.ast
 
LabeledStatement(char[], Statement, long, int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.LabeledStatement
LabeledStatement constructor comment.
labelEnd - Variable in class org.eclipse.jdt.internal.compiler.ast.LabeledStatement
 
LabelFlowContext - Class in org.eclipse.jdt.internal.compiler.flow
Reflects the context of code analysis, keeping track of enclosing try statements, exception handlers, etc...
LabelFlowContext(FlowContext, ASTNode, char[], BranchLabel, BlockScope) - Constructor for class org.eclipse.jdt.internal.compiler.flow.LabelFlowContext
 
labelName() - Method in class org.eclipse.jdt.internal.compiler.flow.FlowContext
 
labelName - Variable in class org.eclipse.jdt.internal.compiler.flow.LabelFlowContext
 
labelName() - Method in class org.eclipse.jdt.internal.compiler.flow.LabelFlowContext
 
labels - Variable in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
LABELS_INCREMENT - Static variable in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
LabelStackIncrement - Static variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
LabelUsed - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
LADD - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
ladd() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
LALOAD - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
laload() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
lalr_item - Class in java_cup
This class represents an LALR item.
lalr_item(production, int, terminal_set) - Constructor for class java_cup.lalr_item
Full constructor.
lalr_item(production, terminal_set) - Constructor for class java_cup.lalr_item
Constructor with default position (dot at start).
lalr_item(production) - Constructor for class java_cup.lalr_item
Constructor with default position and empty lookahead set.
lalr_item_set - Class in java_cup
This class represents a set of LALR items.
lalr_item_set() - Constructor for class java_cup.lalr_item_set
Constructor for an empty set.
lalr_item_set(lalr_item_set) - Constructor for class java_cup.lalr_item_set
Constructor for cloning from another set.
lalr_state - Class in java_cup
This class represents a state in the LALR viable prefix recognition machine.
lalr_state(lalr_item_set) - Constructor for class java_cup.lalr_state
Constructor for building a state from a set of items.
lalr_transition - Class in java_cup
This class represents a transition in an LALR viable prefix recognition machine.
lalr_transition(symbol, lalr_state, lalr_transition) - Constructor for class java_cup.lalr_transition
Full constructor.
lalr_transition(symbol, lalr_state) - Constructor for class java_cup.lalr_transition
Constructor with null next.
LAND - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
land() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
LANG - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
LAST_KIND - Static variable in class org.eclipse.jdt.core.CompletionProposal
Last valid completion kind.
lastAbruptCompletion - Variable in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
lastAct - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
lastBlockTagValue - Variable in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
lastCheckPoint - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
lastCommentLinePosition - Variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
lastCommentLinePosition - Variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
lastEntryPC - Variable in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
lastErrorEndPosition - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
lastErrorEndPositionBeforeRecovery - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
lastIdentifierEndPosition - Variable in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
lastIgnoredToken - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
lastIndex - Variable in class org.eclipse.jdt.internal.compiler.lookup.MethodScope
 
lastIndexOf(char, char[]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers the last index in the array for which the corresponding character is equal to toBeFound starting from the end of the array.
lastIndexOf(char, char[], int) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers the last index in the array for which the corresponding character is equal to toBeFound stopping at the index startIndex.
lastIndexOf(char, char[], int, int) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers the last index in the array for which the corresponding character is equal to toBeFound starting from endIndex to startIndex.
lastIndexOfElement(int) - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
lastJavadocEnd - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
lastLocalDeclarationSourceStart - Variable in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
lastLocalDeclarationSourceStart - Variable in class org.eclipse.jdt.internal.formatter.Location
 
lastMemberEnd() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredType
 
lastModified() - Method in class org.eclipse.jdt.internal.core.builder.ClasspathJar
 
lastModified() - Method in class org.eclipse.jdt.internal.core.index.FileIndexLocation
 
lastModified() - Method in class org.eclipse.jdt.internal.core.index.IndexLocation
 
lastModified() - Method in class org.eclipse.jdt.internal.core.index.JarIndexLocation
 
lastModifiers - Variable in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
lastModifiersStart - Variable in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
lastNumberOfNewLines - Variable in class org.eclipse.jdt.internal.formatter.Location
 
lastNumberOfNewLines - Variable in class org.eclipse.jdt.internal.formatter.Scribe
 
LASTORE - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
lastore() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
lastPosistion - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
lastPosition - Variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
lastPosition - Variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
lastSegment(char[], char) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers the last portion of a name given a separator.
lastState - Variable in class org.eclipse.jdt.internal.core.builder.JavaBuilder
 
lastTrailingCommentIndex(ASTNode) - Method in class org.eclipse.jdt.core.dom.CompilationUnit
Return the index in the whole comments list CompilationUnit.getCommentList() of the last trailing comments associated with the given node.
lastVisibleFieldID - Variable in class org.eclipse.jdt.internal.compiler.ast.Initializer
 
lastVisibleFieldID - Variable in class org.eclipse.jdt.internal.compiler.lookup.MethodScope
 
LBRACE_MISSING - Static variable in class org.eclipse.jdt.internal.compiler.parser.diagnose.LexStream
 
LBRACE_MISSING - Static variable in class org.eclipse.jdt.internal.compiler.parser.diagnose.RangeUtil
 
LCMP - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
lcmp() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
LCONST_0 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
lconst_0() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
LCONST_1 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
lconst_1() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
LDC - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
ldc(float) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
ldc(int) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
ldc(String) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
ldc(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
LDC2_W - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
ldc2_w(double) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
ldc2_w(long) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
LDC_W - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
ldcForIndex(int) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
LDIV - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
ldiv() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
leafComponentType - Variable in class org.eclipse.jdt.internal.compiler.lookup.ArrayBinding
 
leafComponentType() - Method in class org.eclipse.jdt.internal.compiler.lookup.ArrayBinding
 
leafComponentType() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
 
left - Static variable in class java_cup.assoc
 
left - Variable in class java_cup.runtime.Symbol
The data passed to parser
left - Variable in class org.eclipse.jdt.internal.compiler.ast.BinaryExpression
 
LEFT_HAND_SIDE_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.Assignment
The "leftHandSide" structural property of this node type (child type: Expression).
LEFT_OPERAND_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.InfixExpression
The "leftOperand" structural property of this node type (child type: Expression).
LEFT_OPERAND_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.InstanceofExpression
The "leftOperand" structural property of this node type (child type: Expression).
LEFT_SHIFT - Static variable in class org.eclipse.jdt.core.dom.InfixExpression.Operator
Left shift "<<" operator.
LEFT_SHIFT - Static variable in interface org.eclipse.jdt.internal.compiler.ast.OperatorIds
 
LEFT_SHIFT_ASSIGN - Static variable in class org.eclipse.jdt.core.dom.Assignment.Operator
<<== operator.
LENGTH - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
length() - Method in class org.eclipse.jdt.internal.core.index.FileIndexLocation
 
length() - Method in class org.eclipse.jdt.internal.core.index.IndexLocation
 
length() - Method in class org.eclipse.jdt.internal.core.index.JarIndexLocation
 
LESS - Static variable in class org.eclipse.jdt.core.dom.InfixExpression.Operator
Less than "<" operator.
LESS - Static variable in interface org.eclipse.jdt.internal.compiler.ast.OperatorIds
 
LESS_EQUAL - Static variable in interface org.eclipse.jdt.internal.compiler.ast.OperatorIds
 
LESS_EQUALS - Static variable in class org.eclipse.jdt.core.dom.InfixExpression.Operator
Less than or equals "<=" operator.
LEXICAL_ERROR - Static variable in class org.eclipse.jdt.internal.core.dom.rewrite.TokenScanner
 
LexStream - Class in org.eclipse.jdt.internal.compiler.parser.diagnose
 
LexStream(int, Scanner, int[], int[], int[], int, int, int) - Constructor for class org.eclipse.jdt.internal.compiler.parser.diagnose.LexStream
 
LexStream.Token - Class in org.eclipse.jdt.internal.compiler.parser.diagnose
 
LexStream.Token() - Constructor for class org.eclipse.jdt.internal.compiler.parser.diagnose.LexStream.Token
 
lhs() - Method in class java_cup.production
The left hand side non-terminal.
lhs - Variable in class org.eclipse.jdt.internal.compiler.ast.Assignment
 
lhs - Static variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
LIBRARY - Static variable in class org.eclipse.jdt.internal.compiler.env.AccessRestriction
 
line(int) - Method in class org.eclipse.jdt.internal.compiler.parser.diagnose.LexStream
 
line - Variable in class org.eclipse.jdt.internal.formatter.Scribe
 
LINE_COMMENT - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type LineComment.
LINE_COMMENT_PREFIX - Static variable in interface org.eclipse.jdt.internal.formatter.comment.IJavaDocTagConstants
LINE COMMENTS
LINE_COMMENT_PREFIX_LENGTH - Static variable in interface org.eclipse.jdt.internal.formatter.comment.IJavaDocTagConstants
 
LINE_NUMBER - Static variable in interface org.eclipse.jdt.core.util.IAttributeNamesConstants
"LineNumberTable" attribute.
LINE_SEPARATOR - Static variable in class org.eclipse.jdt.internal.compiler.util.Util
 
line_separator - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
LINE_TOO_LONG - Static variable in exception org.eclipse.jdt.internal.formatter.align.AlignmentException
 
LineComment - Class in org.eclipse.jdt.core.dom
End-of-line comment AST node type.
LineCommentEndOffsets - Class in org.eclipse.jdt.internal.core.dom.rewrite
 
LineCommentEndOffsets(List) - Constructor for class org.eclipse.jdt.internal.core.dom.rewrite.LineCommentEndOffsets
 
lineCount - Variable in class org.eclipse.jdt.internal.compiler.impl.CompilerStats
 
lineCount0 - Variable in class org.eclipse.jdt.internal.compiler.batch.Main
 
lineEnd - Variable in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
lineEnds - Variable in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
lineEnds - Variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
lineEnds - Variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
lineEnds - Variable in class org.eclipse.jdt.internal.core.util.RecordedParsingInformation
 
LineInformation - Class in org.eclipse.jdt.internal.core.dom.rewrite
 
LineInformation() - Constructor for class org.eclipse.jdt.internal.core.dom.rewrite.LineInformation
 
lineNumber(int) - Method in class org.eclipse.jdt.core.dom.CompilationUnit
Deprecated. Use getLineNumber(int) instead. Be careful to handle the negative values.
lineNumber - Variable in class org.eclipse.jdt.internal.compiler.parser.NLSTag
 
LineNumberAttribute - Class in org.eclipse.jdt.internal.core.util
Default implementation of ILineNumberAttribute.
LineNumberAttribute(byte[], IConstantPool, int) - Constructor for class org.eclipse.jdt.internal.core.util.LineNumberAttribute
Constructor for LineNumberAttribute.
lineNumberEnd - Variable in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
lineNumberStart - Variable in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
LineNumberTableName - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.AttributeNamesConstants
 
linePtr - Variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
linePtr - Variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
linesBefore - Variable in class org.eclipse.jdt.internal.formatter.FormatJavadocNode
 
lineSeparatorPositions - Variable in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
lineSeparatorPositions - Variable in class org.eclipse.jdt.internal.compiler.CompilationResult
 
lineStart - Variable in class org.eclipse.jdt.internal.formatter.FormatJavadocNode
 
lineStarted - Variable in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
LINK_TAG_POSTFIX - Static variable in interface org.eclipse.jdt.internal.formatter.comment.IJavaDocTagConstants
Link tag postfix
LINK_TAG_PREFIX - Static variable in interface org.eclipse.jdt.internal.formatter.comment.IJavaDocTagConstants
 
LINK_TAG_PREFIX_STRING - Static variable in interface org.eclipse.jdt.internal.formatter.comment.IJavaDocTagConstants
Link tag prefix
listLength - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
ListRewrite - Class in org.eclipse.jdt.core.dom.rewrite
For describing manipulations to a child list property of an AST node.
ListRewriteEvent - Class in org.eclipse.jdt.internal.core.dom.rewrite
 
ListRewriteEvent(List) - Constructor for class org.eclipse.jdt.internal.core.dom.rewrite.ListRewriteEvent
Creates a ListRewriteEvent from the original ASTNodes.
ListRewriteEvent(RewriteEvent[]) - Constructor for class org.eclipse.jdt.internal.core.dom.rewrite.ListRewriteEvent
Creates a ListRewriteEvent from existing rewrite events.
listTypeParameterLength - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
Literal - Class in org.eclipse.jdt.internal.compiler.ast
 
Literal(int, int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.Literal
 
literalIndex(byte[], char[]) - Method in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
literalIndex(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
literalIndex(char[]) - Method in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
This method returns the index into the constantPool corresponding to the type descriptor.
literalIndex(char[], byte[]) - Method in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
literalIndex(double) - Method in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
This method returns the index into the constantPool corresponding to the double value.
literalIndex(float) - Method in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
This method returns the index into the constantPool corresponding to the float value.
literalIndex(int) - Method in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
This method returns the index into the constantPool corresponding to the int value.
literalIndex(long) - Method in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
This method returns the index into the constantPool corresponding to the long value.
literalIndex(String) - Method in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
This method returns the index into the constantPool corresponding to the type descriptor.
literalIndexForField(char[], char[], char[]) - Method in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
literalIndexForLdc(char[]) - Method in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
This method returns the index into the constantPool corresponding to the type descriptor.
literalIndexForMethod(char[], char[], char[], boolean) - Method in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
literalIndexForMethod(TypeBinding, char[], char[], boolean) - Method in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
literalIndexForNameAndType(char[], char[]) - Method in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
literalIndexForType(char[]) - Method in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
literalIndexForType(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
literals - Variable in class org.eclipse.jdt.internal.compiler.ast.StringLiteralConcatenation
 
literalType(BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.CharLiteral
 
literalType(BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.DoubleLiteral
 
literalType(BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.FalseLiteral
 
literalType(BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.FloatLiteral
 
literalType(BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.IntLiteral
 
literalType(BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.Literal
 
literalType(BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.LongLiteral
 
literalType(BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.NullLiteral
 
literalType(BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.StringLiteral
 
literalType(BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.TrueLiteral
 
LLOAD - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
lload(int) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
LLOAD_0 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
lload_0() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
LLOAD_1 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
lload_1() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
LLOAD_2 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
lload_2() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
LLOAD_3 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
lload_3() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
LMUL - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
lmul() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
LNEG - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
lneg() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
load(InputStream) - Method in class org.apache.tapestry.util.text.LocalizedProperties
Loads the properties from the given stream using the default character encoding.
load(InputStream, String) - Method in class org.apache.tapestry.util.text.LocalizedProperties
Loads the properties from the given stream using the provided character encoding.
load(Reader) - Method in class org.apache.tapestry.util.text.LocalizedProperties
Loads the properties from the given reader.
load(Map) - Method in class org.apache.tapestry.util.text.LocalizedPropertiesLoader
Read the properties from the provided stream and store them into the given map
load(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
load(TypeBinding, int) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
load(String, ClassLoader, Field[]) - Static method in class org.eclipse.jdt.internal.compiler.util.Messages
Load the given resource bundle using the specified class loader.
load(IType, InputStream, WorkingCopyOwner) - Static method in class org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy
 
loadFactor - Variable in class org.eclipse.jdt.internal.core.OverflowingLRUCache
Indicates how much space should be reclaimed when the cache overflows.
loadMessageTemplates(Locale) - Static method in class org.eclipse.jdt.internal.compiler.problem.DefaultProblemFactory
This method initializes the MessageTemplates class variable according to the current Locale.
loadTypeHierachy(InputStream, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IType
Loads a previously saved ITypeHierarchy from an input stream.
loadTypeHierachy(InputStream, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.BinaryType
 
loadTypeHierachy(InputStream, WorkingCopyOwner, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.BinaryType
 
loadTypeHierachy(InputStream, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.SourceType
 
loadTypeHierachy(InputStream, WorkingCopyOwner, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.SourceType
NOTE: This method is not part of the API has it is not clear clients would easily use it: they would need to first make sure all working copies for the given owner exist before calling it.
loadVariablesAndContainers() - Method in class org.eclipse.jdt.internal.core.JavaModelManager
 
LOCAL - Static variable in class org.eclipse.jdt.core.CorrectionEngine
This field is not intended to be used by client.
LOCAL - Static variable in class org.eclipse.jdt.internal.compiler.lookup.Binding
 
LOCAL_DECLARATION_ASSIGNMENT - Static variable in class org.eclipse.jdt.internal.formatter.align.Alignment
 
LOCAL_TYPE - Static variable in class org.eclipse.jdt.internal.compiler.parser.SourceTypeConverter
 
LOCAL_VAR_PATTERN - Static variable in interface org.eclipse.jdt.internal.core.search.indexing.IIndexConstants
 
LOCAL_VAR_PREFIX - Static variable in interface org.eclipse.jdt.core.eval.ICodeSnippetRequestor
The prefix of fields that represent the local variables in a snippet class.
LOCAL_VAR_PREFIX - Static variable in interface org.eclipse.jdt.internal.eval.EvaluationConstants
 
LOCAL_VARIABLE - Static variable in interface org.eclipse.jdt.core.IJavaElement
Constant representing a local variable declaration.
LOCAL_VARIABLE - Static variable in interface org.eclipse.jdt.core.util.IAttributeNamesConstants
"LocalVariableTable" attribute.
LOCAL_VARIABLE - Static variable in class org.eclipse.jdt.internal.compiler.ast.AbstractVariableDeclaration
 
LOCAL_VARIABLE_DECLARATION_TYPE_REFERENCE - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
Return only type references used as the type of a local variable declaration.
LOCAL_VARIABLE_REF - Static variable in class org.eclipse.jdt.core.CompletionProposal
Completion is a reference to a local variable.
LOCAL_VARIABLE_TYPE_TABLE - Static variable in interface org.eclipse.jdt.core.util.IAttributeNamesConstants
"LocalVariableTypeTable" attribute (added in J2SE 1.5).
localArrayBindings - Variable in class org.eclipse.jdt.internal.compiler.lookup.LocalTypeBinding
 
LocalDeclaration - Class in org.eclipse.jdt.internal.compiler.ast
 
LocalDeclaration(char[], int, int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.LocalDeclaration
 
localDeclaration - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveredLocalVariable
 
localIndex - Variable in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrame
 
localIndex - Variable in class org.eclipse.jdt.internal.compiler.lookup.BlockScope
 
localizeContents() - Method in class org.eclipse.jdt.internal.core.jdom.DOMNode
Deprecated. Localizes the contents of this node and all descendant nodes, such that this node is no longer dependent on its original document in order to generate its contents.
localizedMessage(CategorizedProblem) - Method in class org.eclipse.jdt.internal.compiler.problem.DefaultProblemFactory
 
LocalizedProperties - Class in org.apache.tapestry.util.text
A version of java.util.Properties that can read the properties from files using an encoding other than ISO-8859-1.
LocalizedProperties() - Constructor for class org.apache.tapestry.util.text.LocalizedProperties
Create a new object with an empty property storage
LocalizedProperties(Map) - Constructor for class org.apache.tapestry.util.text.LocalizedProperties
Use the provided argument as the storage location for the properties managed by this object.
LocalizedPropertiesLoader - Class in org.apache.tapestry.util.text
An object that loads a properties file from the provided input stream or reader.
LocalizedPropertiesLoader(InputStream) - Constructor for class org.apache.tapestry.util.text.LocalizedPropertiesLoader
Creates a new loader that will load the properties from the given input stream using the default character encoding
LocalizedPropertiesLoader(InputStream, String) - Constructor for class org.apache.tapestry.util.text.LocalizedPropertiesLoader
Creates a new loader that will load the properties from the given input stream using the provided character encoding
LocalizedPropertiesLoader(Reader) - Constructor for class org.apache.tapestry.util.text.LocalizedPropertiesLoader
Creates a new loader that will load the properties from the given reader
localOccurrenceCount - Variable in class org.eclipse.jdt.internal.core.SourceType
 
localPrefixes - Variable in class org.eclipse.jdt.internal.codeassist.impl.AssistOptions
 
locals - Variable in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
locals - Variable in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrame
 
locals - Variable in class org.eclipse.jdt.internal.compiler.lookup.BlockScope
 
LOCALS_INCREMENT - Static variable in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
localSuffixes - Variable in class org.eclipse.jdt.internal.codeassist.impl.AssistOptions
 
LocalTypeBinding - Class in org.eclipse.jdt.internal.compiler.lookup
 
LocalTypeBinding(ClassScope, SourceTypeBinding, CaseStatement) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.LocalTypeBinding
 
localTypeCount - Variable in class org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration
 
localTypeCount - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveredInitializer
 
localTypeCount - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveredMethod
 
LocalTypeMask - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
 
localTypeName(String, int, int) - Static method in class org.eclipse.jdt.internal.core.util.Util
 
localTypes - Variable in class org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration
 
localTypes - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveredInitializer
 
localTypes - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveredMethod
 
LocalVariable - Class in org.eclipse.jdt.internal.core
 
LocalVariable(JavaElement, String, int, int, int, int, String, Annotation[], int, boolean) - Constructor for class org.eclipse.jdt.internal.core.LocalVariable
 
LOCALVARIABLE - Static variable in class org.eclipse.jdt.internal.core.util.MementoTokenizer
 
LocalVariableAttribute - Class in org.eclipse.jdt.internal.core.util
Default implementation of ILocalVariableAttribute.
LocalVariableAttribute(byte[], IConstantPool, int) - Constructor for class org.eclipse.jdt.internal.core.util.LocalVariableAttribute
Constructor for LocalVariableAttribute.
localVariableBinding() - Method in class org.eclipse.jdt.internal.compiler.ast.Assignment
 
localVariableBinding() - Method in class org.eclipse.jdt.internal.compiler.ast.CastExpression
 
localVariableBinding() - Method in class org.eclipse.jdt.internal.compiler.ast.Expression
Returns the local variable referenced by this node.
localVariableBinding() - Method in class org.eclipse.jdt.internal.compiler.ast.SingleNameReference
Returns the local variable referenced by this node.
LocalVariableBinding - Class in org.eclipse.jdt.internal.compiler.lookup
 
LocalVariableBinding(char[], TypeBinding, int, boolean) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding
 
LocalVariableBinding(LocalDeclaration, TypeBinding, int, boolean) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding
 
LocalVariableCannotBeNull - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Deprecated. - problem is no longer generated, use IProblem.RedundantNullCheckOnNonNullLocalVariable instead
LocalVariableCanOnlyBeNull - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Deprecated. - problem is no longer generated, use IProblem.NullLocalVariableReference, IProblem.RedundantNullCheckOnNullLocalVariable or IProblem.RedundantLocalVariableNullAssignment instead
LocalVariableDeclarationMatch - Class in org.eclipse.jdt.core.search
A Java search match that represents a local variable declaration.
LocalVariableDeclarationMatch(IJavaElement, int, int, int, SearchParticipant, IResource) - Constructor for class org.eclipse.jdt.core.search.LocalVariableDeclarationMatch
Creates a new local variable declaration match.
LocalVariableHiding - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
localVariableHiding(LocalDeclaration, Binding, boolean) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
LocalVariableHidingField - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
LocalVariableHidingLocalVariable - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
LocalVariableIsNeverUsed - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
LocalVariableLocator - Class in org.eclipse.jdt.internal.core.search.matching
 
LocalVariableLocator(LocalVariablePattern) - Constructor for class org.eclipse.jdt.internal.core.search.matching.LocalVariableLocator
 
LocalVariableMayBeNull - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Deprecated. - problem is no longer generated, use IProblem.PotentialNullLocalVariableReference instead
localVariableNonNullComparedToNull(LocalVariableBinding, ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
localVariableNullComparedToNonNull(LocalVariableBinding, ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
localVariableNullInstanceof(LocalVariableBinding, ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
localVariableNullReference(LocalVariableBinding, ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
LocalVariablePattern - Class in org.eclipse.jdt.internal.core.search.matching
 
LocalVariablePattern(LocalVariable, int, int) - Constructor for class org.eclipse.jdt.internal.core.search.matching.LocalVariablePattern
 
localVariablePotentialNullReference(LocalVariableBinding, ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
localVariableRedundantCheckOnNonNull(LocalVariableBinding, ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
localVariableRedundantCheckOnNull(LocalVariableBinding, ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
localVariableRedundantNullAssignment(LocalVariableBinding, ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
LocalVariableReferenceMatch - Class in org.eclipse.jdt.core.search
A Java search match that represents a local variable reference.
LocalVariableReferenceMatch(IJavaElement, int, int, int, boolean, boolean, boolean, SearchParticipant, IResource) - Constructor for class org.eclipse.jdt.core.search.LocalVariableReferenceMatch
Creates a new local variable reference match.
LocalVariableTableEntry - Class in org.eclipse.jdt.internal.core.util
Default implementation of ILocalVariableTableEntry
LocalVariableTableEntry(byte[], IConstantPool, int) - Constructor for class org.eclipse.jdt.internal.core.util.LocalVariableTableEntry
Constructor for LocalVariableTableEntry.
LocalVariableTableName - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.AttributeNamesConstants
 
LocalVariableTypeAttribute - Class in org.eclipse.jdt.internal.core.util
Default implementation of ILocalVariableTypeAttribute.
LocalVariableTypeAttribute(byte[], IConstantPool, int) - Constructor for class org.eclipse.jdt.internal.core.util.LocalVariableTypeAttribute
Constructor for LocalVariableTypeAttribute.
LocalVariableTypeTableEntry - Class in org.eclipse.jdt.internal.core.util
Default implementation of ILocalVariableTypeTableEntry
LocalVariableTypeTableEntry(byte[], IConstantPool, int) - Constructor for class org.eclipse.jdt.internal.core.util.LocalVariableTypeTableEntry
Constructor for LocalVariableTypeTableEntry.
LocalVariableTypeTableName - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.AttributeNamesConstants
 
locateMatches(SearchDocument[], SearchPattern, IJavaSearchScope, SearchRequestor, IProgressMonitor) - Method in class org.eclipse.jdt.core.search.SearchParticipant
Locates the matches in the given documents using the given search pattern and search scope, and reports them to the givenn search requestor.
locateMatches(SearchDocument[], SearchPattern, IJavaSearchScope, SearchRequestor, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.search.JavaSearchParticipant
 
locateMatches(MatchLocator, ClassFile, IBinaryType) - Method in class org.eclipse.jdt.internal.core.search.matching.ClassFileMatchLocator
Locate declaration in the current class file.
locateMatches(JavaProject, PossibleMatch[], int, int) - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocator
 
locateMatches(JavaProject, PossibleMatchSet, int) - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocator
Locate the matches amongst the possible matches.
locateMatches(SearchDocument[]) - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocator
Locate the matches in the given files and report them using the search requestor.
locatePackageDeclarations(SearchParticipant, IJavaProject[]) - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocator
Locates the package declarations corresponding to this locator's pattern.
locatePackageDeclarations(SearchPattern, SearchParticipant, IJavaProject[]) - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocator
Locates the package declarations corresponding to the search pattern.
location - Variable in class org.eclipse.jdt.internal.core.dom.rewrite.RewriteEventStore.CopySourceInfo
 
location - Variable in class org.eclipse.jdt.internal.formatter.align.Alignment
 
Location - Class in org.eclipse.jdt.internal.formatter
A location maintains positional information both in original source and in the output source.
Location(Scribe, int) - Constructor for class org.eclipse.jdt.internal.formatter.Location
 
lock - Variable in class org.eclipse.jdt.internal.core.Buffer
 
log - Variable in class org.eclipse.jdt.internal.compiler.batch.Main
 
log(Throwable, String) - Static method in class org.eclipse.jdt.internal.core.util.Util
 
log(int, String) - Static method in class org.eclipse.jdt.internal.core.util.Util
 
log(IStatus) - Static method in class org.eclipse.jdt.internal.core.util.Util
 
log(Throwable) - Static method in class org.eclipse.jdt.internal.formatter.comment.CommentFormatterUtil
Logs the given throwable.
logAndAddFilesToCompile(Commandline) - Method in class org.eclipse.jdt.core.JDTCompilerAdapter
Modified from base class, Logs the compilation parameters, adds the files to compile and logs the "niceSourceList" Appends encoding information at the end of arguments
logAverage() - Method in class org.eclipse.jdt.internal.compiler.batch.Main.Logger
 
logClassFile(boolean, String, String) - Method in class org.eclipse.jdt.internal.compiler.batch.Main.Logger
 
logClasspath(FileSystem.Classpath[]) - Method in class org.eclipse.jdt.internal.compiler.batch.Main.Logger
 
logCommandLineArguments(String[]) - Method in class org.eclipse.jdt.internal.compiler.batch.Main.Logger
 
logException(Exception) - Method in class org.eclipse.jdt.internal.compiler.batch.Main.Logger
 
logger - Variable in class org.eclipse.jdt.internal.compiler.batch.Main
 
loggingExtraProblems(Main) - Method in class org.eclipse.jdt.internal.compiler.batch.Main.Logger
 
loggingExtraProblems() - Method in class org.eclipse.jdt.internal.compiler.batch.Main
 
logIncorrectVMVersionForAnnotationProcessing() - Method in class org.eclipse.jdt.internal.compiler.batch.Main.Logger
 
logNoClassFileCreated(String, String, IOException) - Method in class org.eclipse.jdt.internal.compiler.batch.Main.Logger
 
logNumberOfClassFilesGenerated(int) - Method in class org.eclipse.jdt.internal.compiler.batch.Main.Logger
 
logOptions(Map) - Method in class org.eclipse.jdt.internal.compiler.batch.Main.Logger
 
logPendingError(String) - Method in class org.eclipse.jdt.internal.compiler.batch.Main.Logger
 
logProblems(CategorizedProblem[], char[], Main) - Method in class org.eclipse.jdt.internal.compiler.batch.Main.Logger
 
logProblemsSummary(int, int, int, int) - Method in class org.eclipse.jdt.internal.compiler.batch.Main.Logger
 
logProgress() - Method in class org.eclipse.jdt.internal.compiler.batch.Main.Logger
 
logRepeatedMessage(String, Exception) - Static method in class org.eclipse.jdt.internal.core.util.Util
Log a message that is potentially repeated in the same session.
logRepeatedMessage(String, int, String) - Static method in class org.eclipse.jdt.internal.core.util.Util
 
logRepetition(int, int) - Method in class org.eclipse.jdt.internal.compiler.batch.Main.Logger
 
logTiming(CompilerStats) - Method in class org.eclipse.jdt.internal.compiler.batch.Main.Logger
 
logUsage(String) - Method in class org.eclipse.jdt.internal.compiler.batch.Main.Logger
Print the usage of the compiler
logVersion(boolean) - Method in class org.eclipse.jdt.internal.compiler.batch.Main.Logger
Print the version of the compiler in the log and/or the out field
logWarning(String) - Method in class org.eclipse.jdt.internal.compiler.batch.Main.Logger
 
logWrongJDK() - Method in class org.eclipse.jdt.internal.compiler.batch.Main.Logger
Print the usage of wrong JDK
LONG - Static variable in class org.eclipse.jdt.core.dom.PrimitiveType
Type code for the primitive type "long".
LONG - Static variable in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
 
LONG - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
Long2Byte - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
Long2Char - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
Long2Double - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
Long2Float - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
Long2Int - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
Long2Long - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
Long2Short - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
Long2String - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
LONG_ARRAY - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
 
LONG_INITIAL_SIZE - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
LONG_TAG - Static variable in interface org.eclipse.jdt.core.util.IAnnotationComponentValue
Tag value for a constant of type long
longCache - Variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
LongCache - Class in org.eclipse.jdt.internal.compiler.codegen
 
LongCache() - Constructor for class org.eclipse.jdt.internal.compiler.codegen.LongCache
Constructs a new, empty hashtable.
LongCache(int) - Constructor for class org.eclipse.jdt.internal.compiler.codegen.LongCache
Constructs a new, empty hashtable with the specified initial capacity.
LongConstant - Class in org.eclipse.jdt.internal.compiler.impl
 
LongConstrSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
LongLiteral - Class in org.eclipse.jdt.internal.compiler.ast
 
LongLiteralMinValue - Class in org.eclipse.jdt.internal.compiler.ast
 
LongLiteralMinValue(char[], char[], int, int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.LongLiteralMinValue
 
longLongSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
LongTag - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
 
longValue() - Method in class org.eclipse.jdt.internal.compiler.impl.ByteConstant
 
longValue() - Method in class org.eclipse.jdt.internal.compiler.impl.CharConstant
 
longValue() - Method in class org.eclipse.jdt.internal.compiler.impl.Constant
 
longValue() - Method in class org.eclipse.jdt.internal.compiler.impl.DoubleConstant
 
longValue() - Method in class org.eclipse.jdt.internal.compiler.impl.FloatConstant
 
longValue() - Method in class org.eclipse.jdt.internal.compiler.impl.IntConstant
 
longValue() - Method in class org.eclipse.jdt.internal.compiler.impl.LongConstant
 
longValue() - Method in class org.eclipse.jdt.internal.compiler.impl.ShortConstant
 
LONGVALUE_LONG_METHOD_NAME - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
LONGVALUE_LONG_METHOD_SIGNATURE - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
lookahead() - Method in class java_cup.lalr_item
The lookahead symbols of the item.
lookahead - Variable in class java_cup.runtime.lr_parser
Lookahead Symbols used for attempting error recovery "parse aheads".
lookahead_pos - Variable in class java_cup.runtime.lr_parser
Position in lookahead input buffer used for "parse ahead".
lookahead_visible() - Method in class java_cup.lalr_item
Determine if everything from the symbol one beyond the dot all the way to the end of the right hand side is nullable.
looks_nullable() - Method in class java_cup.non_terminal
Test to see if this non terminal currently looks nullable.
lookupBinaryHandle(IBinaryType) - Method in class org.eclipse.jdt.internal.core.hierarchy.HierarchyBuilder
Looks up and returns a handle for the given binary info.
lookupEnvironment - Variable in class org.eclipse.jdt.internal.codeassist.impl.Engine
 
lookupEnvironment - Variable in class org.eclipse.jdt.internal.compiler.Compiler
 
LookupEnvironment - Class in org.eclipse.jdt.internal.compiler.lookup
 
LookupEnvironment(ITypeRequestor, CompilerOptions, ProblemReporter, INameEnvironment) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
 
lookupEnvironment - Variable in class org.eclipse.jdt.internal.core.search.matching.MatchLocator
 
LOOKUPSWITCH - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
lookupswitch(CaseLabel, int[], int[], CaseLabel[]) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
lookupType(ReferenceBinding) - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocator
 
LoopingFlowContext - Class in org.eclipse.jdt.internal.compiler.flow
Reflects the context of code analysis, keeping track of enclosing try statements, exception handlers, etc...
LoopingFlowContext(FlowContext, FlowInfo, ASTNode, BranchLabel, BranchLabel, Scope) - Constructor for class org.eclipse.jdt.internal.compiler.flow.LoopingFlowContext
 
LOR - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
lor() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
LOW_SURROGATE_MAX_VALUE - Static variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
LOW_SURROGATE_MAX_VALUE - Static variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
LOW_SURROGATE_MIN_VALUE - Static variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
LOW_SURROGATE_MIN_VALUE - Static variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
lowerBound - Variable in class org.eclipse.jdt.internal.compiler.lookup.CaptureBinding
 
lowerUpperBound(TypeBinding[]) - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
Returns VoidBinding if types have no intersection (e.g.
lParenPos - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
lr_item_core - Class in java_cup
The "core" of an LR item.
lr_item_core(production, int) - Constructor for class java_cup.lr_item_core
Full constructor.
lr_item_core(production) - Constructor for class java_cup.lr_item_core
Constructor for dot at start of right hand side.
lr_parser - Class in java_cup.runtime
This class implements a skeleton table driven LR parser.
lr_parser() - Constructor for class java_cup.runtime.lr_parser
Simple constructor.
lr_parser(Scanner) - Constructor for class java_cup.runtime.lr_parser
Constructor that sets the default scanner.
lr_parser(Scanner, SymbolFactory) - Constructor for class java_cup.runtime.lr_parser
Constructor that sets the default scanner and a SymbolFactory
lr_values() - Static method in class java_cup.emit
whether or not to emit code for left and right values
lr_values - Static variable in class java_cup.Main
User option -- should generator generate code for left/right values?
LREM - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
lrem() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
LRETURN - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
lreturn() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
lreturn() - Method in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream
 
LRUCache - Class in org.eclipse.jdt.internal.core.util
The LRUCache is a hashtable that stores a finite number of elements.
LRUCache() - Constructor for class org.eclipse.jdt.internal.core.util.LRUCache
Creates a new cache.
LRUCache(int) - Constructor for class org.eclipse.jdt.internal.core.util.LRUCache
Creates a new cache.
LRUCache.LRUCacheEntry - Class in org.eclipse.jdt.internal.core.util
This type is used internally by the LRUCache to represent entries stored in the cache.
LRUCache.LRUCacheEntry(Object, Object, int) - Constructor for class org.eclipse.jdt.internal.core.util.LRUCache.LRUCacheEntry
Creates a new instance of the receiver with the provided values for key, value, and space.
LRUCache.Stats - Class in org.eclipse.jdt.internal.core.util
 
LRUCache.Stats() - Constructor for class org.eclipse.jdt.internal.core.util.LRUCache.Stats
 
LRUCacheEnumerator - Class in org.eclipse.jdt.internal.core
The LRUCacheEnumerator returns its elements in the order they are found in the LRUCache, with the most recent elements first.
LRUCacheEnumerator(LRUCacheEnumerator.LRUEnumeratorElement) - Constructor for class org.eclipse.jdt.internal.core.LRUCacheEnumerator
Creates a CacheEnumerator on the list of LRUEnumeratorElements.
LRUCacheEnumerator.LRUEnumeratorElement - Class in org.eclipse.jdt.internal.core
 
LRUCacheEnumerator.LRUEnumeratorElement(Object) - Constructor for class org.eclipse.jdt.internal.core.LRUCacheEnumerator.LRUEnumeratorElement
Constructor
LSHL - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
lshl() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
LSHR - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
lshr() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
LSTORE - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
lstore(int) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
LSTORE_0 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
lstore_0() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
LSTORE_1 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
lstore_1() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
LSTORE_2 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
lstore_2() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
LSTORE_3 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
lstore_3() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
LSUB - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
lsub() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
LUB_GENERIC - Static variable in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
 
LUSHR - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
lushr() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
LXOR - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
lxor() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 

M

M_COMPACT_FIRST_BREAK_SPLIT - Static variable in class org.eclipse.jdt.internal.formatter.align.Alignment
foobar( #fragment1, #fragment2, #fragment5, #fragment4,
M_COMPACT_SPLIT - Static variable in class org.eclipse.jdt.internal.formatter.align.Alignment
foobar(#fragment1, #fragment2, #fragment3, #fragment4
M_FORCE - Static variable in class org.eclipse.jdt.internal.formatter.align.Alignment
 
M_FORMAT_EXISTING - Static variable in class org.eclipse.jdt.core.ToolFactory
This mode is used for formatting existing code when all formatter options should be used.
M_FORMAT_NEW - Static variable in class org.eclipse.jdt.core.ToolFactory
This mode is used for formatting new code when some formatter options should not be used.
M_INDENT_BY_ONE - Static variable in class org.eclipse.jdt.internal.formatter.align.Alignment
 
M_INDENT_ON_COLUMN - Static variable in class org.eclipse.jdt.internal.formatter.align.Alignment
 
M_MULTICOLUMN - Static variable in class org.eclipse.jdt.internal.formatter.align.Alignment
#fragment1A #fragment2A #fragment3A #very-long-fragment4A #fragment1B #long-fragment2B #fragment3B #fragment4B #very-long-fragment1C #fragment2C #fragment3C #fragment4C
M_NEXT_PER_LINE_SPLIT - Static variable in class org.eclipse.jdt.internal.formatter.align.Alignment
foobar(#fragment1, #fragment2, #fragment3 #fragment4,
M_NEXT_SHIFTED_SPLIT - Static variable in class org.eclipse.jdt.internal.formatter.align.Alignment
foobar( #fragment1, #fragment2, #fragment3 #fragment4,
M_NO_ALIGNMENT - Static variable in class org.eclipse.jdt.internal.formatter.align.Alignment
 
M_ONE_PER_LINE_SPLIT - Static variable in class org.eclipse.jdt.internal.formatter.align.Alignment
foobar( #fragment1, #fragment2, #fragment3 #fragment4,
machine_end - Static variable in class java_cup.Main
Timing data -- when did we end state machine construction
MagicLiteral - Class in org.eclipse.jdt.internal.compiler.ast
 
MagicLiteral(int, int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.MagicLiteral
 
Main - Class in java_cup
This class serves as the main driver for the JavaCup system.
main(String[]) - Static method in class java_cup.Main
The main driver for the system.
Main - Class in org.eclipse.jdt.internal.compiler.batch
 
Main(PrintWriter, PrintWriter, boolean) - Constructor for class org.eclipse.jdt.internal.compiler.batch.Main
Deprecated. - use Main.Main(PrintWriter, PrintWriter, boolean, Map, CompilationProgress) instead e.g. Main(outWriter, errWriter, systemExitWhenFinished, null, null)
Main(PrintWriter, PrintWriter, boolean, Map) - Constructor for class org.eclipse.jdt.internal.compiler.batch.Main
Deprecated. - use Main.Main(PrintWriter, PrintWriter, boolean, Map, CompilationProgress) instead e.g. Main(outWriter, errWriter, systemExitWhenFinished, customDefaultOptions, null)
Main(PrintWriter, PrintWriter, boolean, Map, CompilationProgress) - Constructor for class org.eclipse.jdt.internal.compiler.batch.Main
 
main(String[]) - Static method in class org.eclipse.jdt.internal.compiler.batch.Main
 
MAIN - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
Main.Logger - Class in org.eclipse.jdt.internal.compiler.batch
 
Main.Logger(Main, PrintWriter, PrintWriter) - Constructor for class org.eclipse.jdt.internal.compiler.batch.Main.Logger
 
Main.ResourceBundleFactory - Class in org.eclipse.jdt.internal.compiler.batch
Resource bundle factory to share bundles for the same locale
Main.ResourceBundleFactory() - Constructor for class org.eclipse.jdt.internal.compiler.batch.Main.ResourceBundleFactory
 
mainTypeName - Variable in class org.eclipse.jdt.internal.compiler.batch.CompilationUnit
 
mainTypeName - Variable in class org.eclipse.jdt.internal.core.BasicCompilationUnit
 
major - Static variable in class java_cup.version
The major version number.
MAJOR_VERSION_1_1 - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
 
MAJOR_VERSION_1_2 - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
 
MAJOR_VERSION_1_3 - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
 
MAJOR_VERSION_1_4 - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
 
MAJOR_VERSION_1_5 - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
 
MAJOR_VERSION_1_6 - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
 
MAJOR_VERSION_1_7 - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
 
make_declaration(String, String, int) - Method in class java_cup.production
Return label declaration code
makeConsistent(IProgressMonitor) - Method in interface org.eclipse.jdt.core.IOpenable
Makes this element consistent with its underlying resource or buffer by updating the element's structure and properties as necessary.
makeConsistent(IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.CompilationUnit
 
makeConsistent(int, boolean, int, HashMap, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.CompilationUnit
 
makeConsistent(IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.Openable
 
makeConsistent(CompilationUnit) - Method in class org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation
 
makeOutputFolderConsistent - Variable in class org.eclipse.jdt.internal.core.builder.IncrementalImageBuilder
 
makeSpace(int) - Method in class org.eclipse.jdt.internal.core.OverflowingLRUCache
Ensures there is the specified amount of free space in the receiver, by removing old entries if necessary.
makeSpace(int) - Method in class org.eclipse.jdt.internal.core.util.LRUCache
Ensures there is the specified amount of free space in the receiver, by removing old entries if necessary.
makeSpace(int) - Method in class org.eclipse.jdt.internal.core.VerboseElementCache
 
MALFORMED - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Flag constant (bit mask, value 1) indicating that there is something not quite right with this AST node.
malformedKey() - Method in class org.eclipse.jdt.internal.core.util.BindingKeyParser
 
malformedKey() - Method in class org.eclipse.jdt.internal.core.util.BindingKeyResolver
 
managedMarkerTypes() - Method in class org.eclipse.jdt.internal.core.JavaModelManager.CompilationParticipants
 
manageEnclosingInstanceAccessIfNecessary(BlockScope, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.AllocationExpression
 
manageEnclosingInstanceAccessIfNecessary(BlockScope, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.QualifiedAllocationExpression
 
manageEnclosingInstanceAccessIfNecessary(BlockScope, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.QualifiedNameReference
 
manageEnclosingInstanceAccessIfNecessary(BlockScope, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.SingleNameReference
 
manageEnclosingInstanceAccessIfNecessary(BlockScope, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
 
manageEnclosingInstanceAccessIfNecessary(ClassScope, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
Access emulation for a local member type force to emulation of access to direct enclosing instance.
manageEnclosingInstanceAccessIfNecessary(BlockScope, FlowInfo) - Method in class org.eclipse.jdt.internal.eval.CodeSnippetAllocationExpression
 
manager - Variable in class org.eclipse.jdt.internal.core.search.indexing.IndexRequest
 
manageSyntheticAccessIfNecessary(BlockScope, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.AllocationExpression
 
manageSyntheticAccessIfNecessary(BlockScope, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.AssertStatement
 
manageSyntheticAccessIfNecessary(BlockScope, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.ExplicitConstructorCall
 
manageSyntheticAccessIfNecessary(BlockScope, FlowInfo, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.FieldReference
 
manageSyntheticAccessIfNecessary(BlockScope, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.MessageSend
 
manageSyntheticAccessIfNecessary(BlockScope, FieldBinding, int, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.QualifiedNameReference
index is <0 to denote write access emulation
manageSyntheticAccessIfNecessary(BlockScope, FlowInfo, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.SingleNameReference
 
manageSyntheticAccessIfNecessary(BlockScope, FlowInfo) - Method in class org.eclipse.jdt.internal.eval.CodeSnippetAllocationExpression
 
manageSyntheticAccessIfNecessary(BlockScope, FlowInfo, boolean) - Method in class org.eclipse.jdt.internal.eval.CodeSnippetFieldReference
 
manageSyntheticAccessIfNecessary(BlockScope, FlowInfo) - Method in class org.eclipse.jdt.internal.eval.CodeSnippetMessageSend
 
manageSyntheticAccessIfNecessary(BlockScope, FieldBinding, int, FlowInfo) - Method in class org.eclipse.jdt.internal.eval.CodeSnippetQualifiedNameReference
index is <0 to denote write access emulation
manageSyntheticAccessIfNecessary(BlockScope, FlowInfo, boolean) - Method in class org.eclipse.jdt.internal.eval.CodeSnippetSingleNameReference
 
ManifestAnalyzer - Class in org.eclipse.jdt.internal.compiler.util
 
ManifestAnalyzer() - Constructor for class org.eclipse.jdt.internal.compiler.util.ManifestAnalyzer
 
mapSource(IType, char[], IBinaryType) - Method in class org.eclipse.jdt.internal.core.SourceMapper
Maps the given source code to the given binary type and its children.
mapSource(IType, char[], IBinaryType, IJavaElement) - Method in class org.eclipse.jdt.internal.core.SourceMapper
Maps the given source code to the given binary type and its children.
markAsComparedEqualToNonNull(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.ConditionalFlowInfo
 
markAsComparedEqualToNonNull(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.FlowInfo
Record that a local variable got checked to be non null.
markAsComparedEqualToNonNull(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.NullInfoRegistry
 
markAsComparedEqualToNonNull(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo
 
markAsComparedEqualToNull(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.ConditionalFlowInfo
 
markAsComparedEqualToNull(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.FlowInfo
Record that a local variable got checked to be null.
markAsComparedEqualToNull(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo
 
markAsCopySource(ASTNode, StructuralPropertyDescriptor, ASTNode, boolean) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.RewriteEventStore
 
markAsCopyTarget(ASTNode, RewriteEventStore.CopySourceInfo) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.NodeInfoStore
Marks a node as a copy or move target.
markAsDefinitelyAssigned(FieldBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.ConditionalFlowInfo
 
markAsDefinitelyAssigned(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.ConditionalFlowInfo
 
markAsDefinitelyAssigned(FieldBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.FlowInfo
Record a field got definitely assigned.
markAsDefinitelyAssigned(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.FlowInfo
Record a local got definitely assigned.
markAsDefinitelyAssigned(FieldBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo
 
markAsDefinitelyAssigned(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo
 
markAsDefinitelyNonNull(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.ConditionalFlowInfo
 
markAsDefinitelyNonNull(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.FlowInfo
Record a local got definitely assigned to a non-null value.
markAsDefinitelyNonNull(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.NullInfoRegistry
 
markAsDefinitelyNonNull(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo
 
markAsDefinitelyNull(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.ConditionalFlowInfo
 
markAsDefinitelyNull(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.FlowInfo
Record a local got definitely assigned to null.
markAsDefinitelyNull(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.NullInfoRegistry
 
markAsDefinitelyNull(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo
 
markAsDefinitelyUnknown(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.ConditionalFlowInfo
 
markAsDefinitelyUnknown(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.FlowInfo
Record a local got definitely assigned to an unknown value.
markAsDefinitelyUnknown(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.NullInfoRegistry
 
markAsDefinitelyUnknown(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo
Mark a local as having been assigned to an unknown value.
markAsNonNull() - Method in class org.eclipse.jdt.internal.compiler.ast.Expression
Mark this expression as being non null, per a specific tag in the source code.
markAsStringPlaceholder(ASTNode, String) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.NodeInfoStore
Marks a node as a placehoder for a plain string content.
markAsTracked(ASTNode, TextEditGroup) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.RewriteEventStore
Marks a node as tracked.
markClose(FlowInfo, FlowContext) - Method in class org.eclipse.jdt.internal.compiler.ast.FakedTrackingVariable
Mark that this resource is closed locally.
markClosedInNestedMethod() - Method in class org.eclipse.jdt.internal.compiler.ast.FakedTrackingVariable
Mark that this resource is closed from a nested method (inside a local class).
markEnclosingMemberWithLocalType() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
MARKER - Static variable in class org.eclipse.jdt.internal.compiler.parser.RecoveredAnnotation
 
MARKER_ANNOTATION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type MarkerAnnotation.
MarkerAnnotation - Class in org.eclipse.jdt.core.dom
Marker annotation node (added in JLS3 API).
MarkerAnnotation - Class in org.eclipse.jdt.internal.compiler.ast
 
MarkerAnnotation(TypeReference, int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.MarkerAnnotation
 
markNullStatus(LocalVariableBinding, int) - Method in class org.eclipse.jdt.internal.compiler.flow.FlowInfo
Mark the null status of the given local according to the given status
markPassedToOutside(BlockScope, Expression, FlowInfo, boolean) - Static method in class org.eclipse.jdt.internal.compiler.ast.FakedTrackingVariable
Mark that this resource is passed to some outside code (as argument to a method/ctor call or as a return value from the current method), and thus should be considered as potentially closed.
markPotentiallyNonNullBit(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.ConditionalFlowInfo
 
markPotentiallyNonNullBit(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.FlowInfo
Record a local may have got assigned to non-null (set the bit on existing info).
markPotentiallyNonNullBit(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.NullInfoRegistry
 
markPotentiallyNonNullBit(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo
 
markPotentiallyNullBit(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.ConditionalFlowInfo
 
markPotentiallyNullBit(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.FlowInfo
Record a local may have got assigned to null (set the bit on existing info).
markPotentiallyNullBit(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.NullInfoRegistry
 
markPotentiallyNullBit(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo
 
markPotentiallyUnknownBit(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.ConditionalFlowInfo
 
markPotentiallyUnknownBit(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.FlowInfo
Record a local may have got assigned to unknown (set the bit on existing info).
markPotentiallyUnknownBit(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.NullInfoRegistry
Mark a local as potentially having been assigned to an unknown value.
markPotentiallyUnknownBit(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo
Mark a local as potentially having been assigned to an unknown value.
markSupported() - Method in class org.apache.tapestry.util.text.ExtendedReader
 
MarkupCharacterTranslator - Class in org.apache.tapestry.util.text
An object that encodes a character according to rules of the HTML specification, so that it will be properly parsed by a browser irrespectively of the character encoding used in the HTML output.
MarkupCharacterTranslator() - Constructor for class org.apache.tapestry.util.text.MarkupCharacterTranslator
 
MarkupCharacterTranslator(boolean) - Constructor for class org.apache.tapestry.util.text.MarkupCharacterTranslator
 
MarkupCharacterTranslator(boolean, ICharacterMatcher, ICharacterTranslator) - Constructor for class org.apache.tapestry.util.text.MarkupCharacterTranslator
 
MarkupCharacterTranslator(boolean, String, String[][]) - Constructor for class org.apache.tapestry.util.text.MarkupCharacterTranslator
 
MASK_DETAILED_SOURCE_INDEXES - Static variable in class org.eclipse.jdt.internal.core.jdom.DOMNode
Deprecated. A bit mask indicating this node has detailed source indexes
MASK_FIELD_HAS_INITIALIZER - Static variable in class org.eclipse.jdt.internal.core.jdom.DOMNode
Deprecated. A bit mask indicating this field has an initializer expression
MASK_FIELD_IS_VARIABLE_DECLARATOR - Static variable in class org.eclipse.jdt.internal.core.jdom.DOMNode
Deprecated. A bit mask indicating this field is a secondary variable declarator for a previous field declaration.
MASK_FIELD_TYPE_ALTERED - Static variable in class org.eclipse.jdt.internal.core.jdom.DOMNode
Deprecated. A bit mask indicating this field's type has been altered from its original contents in the document.
MASK_HAS_BODY - Static variable in class org.eclipse.jdt.internal.core.jdom.DOMNode
Deprecated. A bit mask indicating this node currently has a body.
MASK_HAS_COMMENT - Static variable in class org.eclipse.jdt.internal.core.jdom.DOMNode
Deprecated. A bit mask indicating this node currently has a preceding comment.
MASK_IS_CONSTRUCTOR - Static variable in class org.eclipse.jdt.internal.core.jdom.DOMNode
Deprecated. A bit mask indicating this method is a constructor.
MASK_NAME_ALTERED - Static variable in class org.eclipse.jdt.internal.core.jdom.DOMNode
Deprecated. A bit mask indicating this node's name has been altered from its original contents in the document.
MASK_RETURN_TYPE_ALTERED - Static variable in class org.eclipse.jdt.internal.core.jdom.DOMNode
Deprecated. A bit mask indicating this return type of this method has been altered from the original contents.
MASK_TYPE_HAS_INTERFACES - Static variable in class org.eclipse.jdt.internal.core.jdom.DOMNode
Deprecated. A bit mask indicating this type implements or extends some interfaces
MASK_TYPE_HAS_SUPERCLASS - Static variable in class org.eclipse.jdt.internal.core.jdom.DOMNode
Deprecated. A bit mask indicating this type has a superclass (requires or has an 'extends' clause).
MASK_TYPE_IS_CLASS - Static variable in class org.eclipse.jdt.internal.core.jdom.DOMNode
Deprecated. A bit mask indicating this type is a class.
MaskedCatch - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
MaskedCatchBlock - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
match(char[], char[], boolean) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers true if the pattern matches the given name, false otherwise.
match(char[], int, int, char[], int, int, boolean) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers true if a sub-pattern matches the subpart of the given name, false otherwise.
match(AnnotationTypeDeclaration, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(AnnotationTypeMemberDeclaration, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(AnonymousClassDeclaration, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(ArrayAccess, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(ArrayCreation, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object object match.
match(ArrayInitializer, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(ArrayType, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(AssertStatement, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(Assignment, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(Block, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(BlockComment, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(BooleanLiteral, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(BreakStatement, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(CastExpression, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(CatchClause, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(CharacterLiteral, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(ClassInstanceCreation, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(CompilationUnit, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(ConditionalExpression, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(ConstructorInvocation, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(ContinueStatement, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(UnionType, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(DoStatement, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(EmptyStatement, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(EnhancedForStatement, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(EnumConstantDeclaration, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(EnumDeclaration, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(ExpressionStatement, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(FieldAccess, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(FieldDeclaration, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(ForStatement, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(IfStatement, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(ImportDeclaration, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(InfixExpression, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(InstanceofExpression, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(Initializer, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(Javadoc, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(LabeledStatement, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(LineComment, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(MarkerAnnotation, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(MemberRef, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(MemberValuePair, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(MethodRef, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(MethodRefParameter, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(MethodDeclaration, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(MethodInvocation, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(Modifier, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(NormalAnnotation, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(NullLiteral, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(NumberLiteral, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(PackageDeclaration, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(ParameterizedType, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(ParenthesizedExpression, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(PostfixExpression, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(PrefixExpression, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(PrimitiveType, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(QualifiedName, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(QualifiedType, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(ReturnStatement, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(SimpleName, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(SimpleType, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(SingleMemberAnnotation, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(SingleVariableDeclaration, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(StringLiteral, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(SuperConstructorInvocation, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(SuperFieldAccess, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(SuperMethodInvocation, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(SwitchCase, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(SwitchStatement, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(SynchronizedStatement, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(TagElement, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(TextElement, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(ThisExpression, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(ThrowStatement, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(TryStatement, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(TypeDeclaration, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(TypeDeclarationStatement, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(TypeLiteral, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(TypeParameter, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(VariableDeclarationExpression, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(VariableDeclarationFragment, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(VariableDeclarationStatement, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(WhileStatement, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(WildcardType, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(Annotation, MatchingNodeSet) - Method in class org.eclipse.jdt.internal.core.search.matching.AndLocator
 
match(ASTNode, MatchingNodeSet) - Method in class org.eclipse.jdt.internal.core.search.matching.AndLocator
 
match(ConstructorDeclaration, MatchingNodeSet) - Method in class org.eclipse.jdt.internal.core.search.matching.AndLocator
 
match(Expression, MatchingNodeSet) - Method in class org.eclipse.jdt.internal.core.search.matching.AndLocator
 
match(FieldDeclaration, MatchingNodeSet) - Method in class org.eclipse.jdt.internal.core.search.matching.AndLocator
 
match(LocalDeclaration, MatchingNodeSet) - Method in class org.eclipse.jdt.internal.core.search.matching.AndLocator
 
match(MethodDeclaration, MatchingNodeSet) - Method in class org.eclipse.jdt.internal.core.search.matching.AndLocator
 
match(MemberValuePair, MatchingNodeSet) - Method in class org.eclipse.jdt.internal.core.search.matching.AndLocator
 
match(MessageSend, MatchingNodeSet) - Method in class org.eclipse.jdt.internal.core.search.matching.AndLocator
 
match(Reference, MatchingNodeSet) - Method in class org.eclipse.jdt.internal.core.search.matching.AndLocator
 
match(TypeDeclaration, MatchingNodeSet) - Method in class org.eclipse.jdt.internal.core.search.matching.AndLocator
 
match(TypeParameter, MatchingNodeSet) - Method in class org.eclipse.jdt.internal.core.search.matching.AndLocator
 
match(TypeReference, MatchingNodeSet) - Method in class org.eclipse.jdt.internal.core.search.matching.AndLocator
 
match(ASTNode, MatchingNodeSet) - Method in class org.eclipse.jdt.internal.core.search.matching.ConstructorLocator
 
match(ConstructorDeclaration, MatchingNodeSet) - Method in class org.eclipse.jdt.internal.core.search.matching.ConstructorLocator
 
match(Expression, MatchingNodeSet) - Method in class org.eclipse.jdt.internal.core.search.matching.ConstructorLocator
 
match(FieldDeclaration, MatchingNodeSet) - Method in class org.eclipse.jdt.internal.core.search.matching.ConstructorLocator
 
match(MessageSend, MatchingNodeSet) - Method in class org.eclipse.jdt.internal.core.search.matching.ConstructorLocator
Special case for message send in javadoc comment.
match(TypeDeclaration, MatchingNodeSet) - Method in class org.eclipse.jdt.internal.core.search.matching.ConstructorLocator
 
match(ASTNode, MatchingNodeSet) - Method in class org.eclipse.jdt.internal.core.search.matching.FieldLocator
 
match(FieldDeclaration, MatchingNodeSet) - Method in class org.eclipse.jdt.internal.core.search.matching.FieldLocator
 
match(LocalDeclaration, MatchingNodeSet) - Method in class org.eclipse.jdt.internal.core.search.matching.LocalVariableLocator
 
match(ASTNode, MatchingNodeSet) - Method in class org.eclipse.jdt.internal.core.search.matching.MethodLocator
 
match(MethodDeclaration, MatchingNodeSet) - Method in class org.eclipse.jdt.internal.core.search.matching.MethodLocator
 
match(MemberValuePair, MatchingNodeSet) - Method in class org.eclipse.jdt.internal.core.search.matching.MethodLocator
 
match(MessageSend, MatchingNodeSet) - Method in class org.eclipse.jdt.internal.core.search.matching.MethodLocator
 
match(Annotation, MatchingNodeSet) - Method in class org.eclipse.jdt.internal.core.search.matching.MethodLocator
 
match(Annotation, MatchingNodeSet) - Method in class org.eclipse.jdt.internal.core.search.matching.OrLocator
 
match(ASTNode, MatchingNodeSet) - Method in class org.eclipse.jdt.internal.core.search.matching.OrLocator
 
match(ConstructorDeclaration, MatchingNodeSet) - Method in class org.eclipse.jdt.internal.core.search.matching.OrLocator
 
match(Expression, MatchingNodeSet) - Method in class org.eclipse.jdt.internal.core.search.matching.OrLocator
 
match(FieldDeclaration, MatchingNodeSet) - Method in class org.eclipse.jdt.internal.core.search.matching.OrLocator
 
match(LocalDeclaration, MatchingNodeSet) - Method in class org.eclipse.jdt.internal.core.search.matching.OrLocator
 
match(MethodDeclaration, MatchingNodeSet) - Method in class org.eclipse.jdt.internal.core.search.matching.OrLocator
 
match(MemberValuePair, MatchingNodeSet) - Method in class org.eclipse.jdt.internal.core.search.matching.OrLocator
 
match(MessageSend, MatchingNodeSet) - Method in class org.eclipse.jdt.internal.core.search.matching.OrLocator
 
match(Reference, MatchingNodeSet) - Method in class org.eclipse.jdt.internal.core.search.matching.OrLocator
 
match(TypeDeclaration, MatchingNodeSet) - Method in class org.eclipse.jdt.internal.core.search.matching.OrLocator
 
match(TypeParameter, MatchingNodeSet) - Method in class org.eclipse.jdt.internal.core.search.matching.OrLocator
 
match(TypeReference, MatchingNodeSet) - Method in class org.eclipse.jdt.internal.core.search.matching.OrLocator
 
match(Annotation, MatchingNodeSet) - Method in class org.eclipse.jdt.internal.core.search.matching.PackageReferenceLocator
 
match(ASTNode, MatchingNodeSet) - Method in class org.eclipse.jdt.internal.core.search.matching.PackageReferenceLocator
 
match(Reference, MatchingNodeSet) - Method in class org.eclipse.jdt.internal.core.search.matching.PackageReferenceLocator
 
match(TypeReference, MatchingNodeSet) - Method in class org.eclipse.jdt.internal.core.search.matching.PackageReferenceLocator
 
match(Annotation, MatchingNodeSet) - Method in class org.eclipse.jdt.internal.core.search.matching.PatternLocator
 
match(ASTNode, MatchingNodeSet) - Method in class org.eclipse.jdt.internal.core.search.matching.PatternLocator
Check if the given ast node syntactically matches this pattern.
match(ConstructorDeclaration, MatchingNodeSet) - Method in class org.eclipse.jdt.internal.core.search.matching.PatternLocator
 
match(Expression, MatchingNodeSet) - Method in class org.eclipse.jdt.internal.core.search.matching.PatternLocator
 
match(FieldDeclaration, MatchingNodeSet) - Method in class org.eclipse.jdt.internal.core.search.matching.PatternLocator
 
match(LocalDeclaration, MatchingNodeSet) - Method in class org.eclipse.jdt.internal.core.search.matching.PatternLocator
 
match(MethodDeclaration, MatchingNodeSet) - Method in class org.eclipse.jdt.internal.core.search.matching.PatternLocator
 
match(MemberValuePair, MatchingNodeSet) - Method in class org.eclipse.jdt.internal.core.search.matching.PatternLocator
 
match(MessageSend, MatchingNodeSet) - Method in class org.eclipse.jdt.internal.core.search.matching.PatternLocator
 
match(Reference, MatchingNodeSet) - Method in class org.eclipse.jdt.internal.core.search.matching.PatternLocator
 
match(TypeDeclaration, MatchingNodeSet) - Method in class org.eclipse.jdt.internal.core.search.matching.PatternLocator
 
match(TypeParameter, MatchingNodeSet) - Method in class org.eclipse.jdt.internal.core.search.matching.PatternLocator
 
match(TypeReference, MatchingNodeSet) - Method in class org.eclipse.jdt.internal.core.search.matching.PatternLocator
 
match(TypeReference, MatchingNodeSet) - Method in class org.eclipse.jdt.internal.core.search.matching.SuperTypeReferenceLocator
 
match(TypeDeclaration, MatchingNodeSet) - Method in class org.eclipse.jdt.internal.core.search.matching.TypeDeclarationLocator
 
match(TypeReference, MatchingNodeSet) - Method in class org.eclipse.jdt.internal.core.search.matching.TypeParameterLocator
 
match(TypeParameter, MatchingNodeSet) - Method in class org.eclipse.jdt.internal.core.search.matching.TypeParameterLocator
 
match(Annotation, MatchingNodeSet) - Method in class org.eclipse.jdt.internal.core.search.matching.TypeReferenceLocator
 
match(ASTNode, MatchingNodeSet) - Method in class org.eclipse.jdt.internal.core.search.matching.TypeReferenceLocator
 
match(Reference, MatchingNodeSet) - Method in class org.eclipse.jdt.internal.core.search.matching.TypeReferenceLocator
 
match(TypeReference, MatchingNodeSet) - Method in class org.eclipse.jdt.internal.core.search.matching.TypeReferenceLocator
 
match(Expression, MatchingNodeSet) - Method in class org.eclipse.jdt.internal.core.search.matching.VariableLocator
 
match(Reference, MatchingNodeSet) - Method in class org.eclipse.jdt.internal.core.search.matching.VariableLocator
 
MATCH_COMPATIBILITY_MASK - Static variable in class org.eclipse.jdt.internal.core.search.matching.JavaSearchPattern
Mask used on match rule for generic relevance.
MATCH_LEVEL_MASK - Static variable in class org.eclipse.jdt.internal.core.search.matching.PatternLocator
 
MATCH_MODE_MASK - Static variable in class org.eclipse.jdt.internal.core.search.matching.JavaSearchPattern
Mask used on match rule for match mode.
matchConstructor(MethodBinding) - Method in class org.eclipse.jdt.internal.core.search.matching.ConstructorLocator
 
matchContainer() - Method in class org.eclipse.jdt.internal.core.search.matching.AndLocator
 
matchContainer() - Method in class org.eclipse.jdt.internal.core.search.matching.ConstructorLocator
 
matchContainer() - Method in class org.eclipse.jdt.internal.core.search.matching.FieldLocator
 
matchContainer() - Method in class org.eclipse.jdt.internal.core.search.matching.LocalVariableLocator
 
matchContainer - Variable in class org.eclipse.jdt.internal.core.search.matching.MatchLocator
 
matchContainer() - Method in class org.eclipse.jdt.internal.core.search.matching.MethodLocator
 
matchContainer() - Method in class org.eclipse.jdt.internal.core.search.matching.OrLocator
 
matchContainer() - Method in class org.eclipse.jdt.internal.core.search.matching.PackageDeclarationLocator
 
matchContainer() - Method in class org.eclipse.jdt.internal.core.search.matching.PatternLocator
Returns the type(s) of container for this pattern.
matchContainer() - Method in class org.eclipse.jdt.internal.core.search.matching.SuperTypeReferenceLocator
 
matchContainer() - Method in class org.eclipse.jdt.internal.core.search.matching.TypeParameterLocator
 
matches(char) - Method in class org.apache.tapestry.util.text.AsciiCharacterMatcher
Match the characters provided in the constructor
matches(char) - Method in class org.apache.tapestry.util.text.CompoundMatcher
Match the character if any of the provided objects matches it.
matches(char) - Method in interface org.apache.tapestry.util.text.ICharacterMatcher
Determine whether the given character matches the implemented rule
matches(char) - Method in class org.apache.tapestry.util.text.InverseMatcher
Matches the character only if the provided object does NOT match it.
matches(char) - Method in class org.apache.tapestry.util.text.WhitespaceMatcher
Matches whitespace characters.
matches(TypeBinding[], TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.PolymorphicMethodBinding
 
matches(int) - Method in class org.eclipse.jdt.internal.core.JavaModelStatus
 
matches(JavaModelStatus, int) - Method in class org.eclipse.jdt.internal.core.JavaModelStatus
Helper for matches(int).
matches(char[][]) - Method in class org.eclipse.jdt.internal.core.search.matching.SuperTypeNamesCollector
 
matches(ReferenceBinding) - Method in class org.eclipse.jdt.internal.core.search.matching.SuperTypeNamesCollector
 
matchesDecodedKey(SearchPattern) - Method in class org.eclipse.jdt.core.search.SearchPattern
Returns whether this pattern matches the given pattern (representing a decoded index key).
matchesDecodedKey(SearchPattern) - Method in class org.eclipse.jdt.internal.core.search.matching.ConstructorDeclarationPattern
 
matchesDecodedKey(SearchPattern) - Method in class org.eclipse.jdt.internal.core.search.matching.ConstructorPattern
 
matchesDecodedKey(SearchPattern) - Method in class org.eclipse.jdt.internal.core.search.matching.FieldPattern
 
matchesDecodedKey(SearchPattern) - Method in class org.eclipse.jdt.internal.core.search.matching.MethodPattern
 
matchesDecodedKey(SearchPattern) - Method in class org.eclipse.jdt.internal.core.search.matching.MultiTypeDeclarationPattern
 
matchesDecodedKey(SearchPattern) - Method in class org.eclipse.jdt.internal.core.search.matching.PackageReferencePattern
 
matchesDecodedKey(SearchPattern) - Method in class org.eclipse.jdt.internal.core.search.matching.QualifiedTypeDeclarationPattern
 
matchesDecodedKey(SearchPattern) - Method in class org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern
 
matchesDecodedKey(SearchPattern) - Method in class org.eclipse.jdt.internal.core.search.matching.TypeDeclarationPattern
 
matchesDecodedKey(SearchPattern) - Method in class org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern
 
matchesName(char[], char[]) - Method in class org.eclipse.jdt.core.search.SearchPattern
Returns whether the given name matches the given pattern.
matchesName(char[], char[]) - Method in class org.eclipse.jdt.internal.core.search.matching.PatternLocator
Returns whether the given name matches the given pattern.
matchesToProcess - Variable in class org.eclipse.jdt.internal.core.search.matching.MatchLocator
 
matchesTypeReference(char[], TypeReference) - Method in class org.eclipse.jdt.internal.core.search.matching.PatternLocator
Returns whether the given type reference matches the given pattern.
matchField(FieldBinding, boolean) - Method in class org.eclipse.jdt.internal.core.search.matching.FieldLocator
 
matchingField - Variable in class org.eclipse.jdt.internal.compiler.lookup.SyntheticArgumentBinding
 
matchingNodes(int, int) - Method in class org.eclipse.jdt.internal.core.search.matching.MatchingNodeSet
Returns the matching nodes that are in the given range in the source order.
MatchingNodeSet - Class in org.eclipse.jdt.internal.core.search.matching
A set of matches and possible matches, which need to be resolved.
MatchingNodeSet(boolean) - Constructor for class org.eclipse.jdt.internal.core.search.matching.MatchingNodeSet
 
matchLevel(ImportReference) - Method in class org.eclipse.jdt.internal.core.search.matching.PackageReferenceLocator
 
matchLevel(ImportReference) - Method in class org.eclipse.jdt.internal.core.search.matching.PatternLocator
Returns the match level for the given importRef.
matchLevel(ImportReference) - Method in class org.eclipse.jdt.internal.core.search.matching.TypeReferenceLocator
 
matchLevelAndReportImportRef(ImportReference, Binding, MatchLocator) - Method in class org.eclipse.jdt.internal.core.search.matching.FieldLocator
 
matchLevelAndReportImportRef(ImportReference, Binding, MatchLocator) - Method in class org.eclipse.jdt.internal.core.search.matching.MethodLocator
 
matchLevelAndReportImportRef(ImportReference, Binding, MatchLocator) - Method in class org.eclipse.jdt.internal.core.search.matching.OrLocator
 
matchLevelAndReportImportRef(ImportReference, Binding, MatchLocator) - Method in class org.eclipse.jdt.internal.core.search.matching.PackageReferenceLocator
 
matchLevelAndReportImportRef(ImportReference, Binding, MatchLocator) - Method in class org.eclipse.jdt.internal.core.search.matching.PatternLocator
Reports the match of the given import reference if the resolveLevel is high enough.
matchLevelAndReportImportRef(ImportReference, Binding, MatchLocator) - Method in class org.eclipse.jdt.internal.core.search.matching.TypeReferenceLocator
 
matchLevelForDeclarations(ConstructorDeclaration) - Method in class org.eclipse.jdt.internal.core.search.matching.ConstructorLocator
 
matchLevelForReferences(ConstructorDeclaration) - Method in class org.eclipse.jdt.internal.core.search.matching.ConstructorLocator
 
matchLevelForTokens(char[][]) - Method in class org.eclipse.jdt.internal.core.search.matching.PackageReferenceLocator
 
matchLocalVariable(LocalVariableBinding, boolean) - Method in class org.eclipse.jdt.internal.core.search.matching.LocalVariableLocator
 
MatchLocator - Class in org.eclipse.jdt.internal.core.search.matching
 
MatchLocator(SearchPattern, SearchRequestor, IJavaSearchScope, IProgressMonitor) - Constructor for class org.eclipse.jdt.internal.core.search.matching.MatchLocator
 
MatchLocator.WorkingCopyDocument - Class in org.eclipse.jdt.internal.core.search.matching
 
MatchLocator.WrappedCoreException - Exception in org.eclipse.jdt.internal.core.search.matching
 
MatchLocator.WrappedCoreException(CoreException) - Constructor for exception org.eclipse.jdt.internal.core.search.matching.MatchLocator.WrappedCoreException
 
MatchLocatorParser - Class in org.eclipse.jdt.internal.core.search.matching
A parser that locates ast nodes that match a given search pattern.
MatchLocatorParser(ProblemReporter, MatchLocator) - Constructor for class org.eclipse.jdt.internal.core.search.matching.MatchLocatorParser
 
MatchLocatorParser.ClassAndMethodDeclarationVisitor - Class in org.eclipse.jdt.internal.core.search.matching
 
MatchLocatorParser.ClassAndMethodDeclarationVisitor() - Constructor for class org.eclipse.jdt.internal.core.search.matching.MatchLocatorParser.ClassAndMethodDeclarationVisitor
 
MatchLocatorParser.ClassButNoMethodDeclarationVisitor - Class in org.eclipse.jdt.internal.core.search.matching
 
MatchLocatorParser.ClassButNoMethodDeclarationVisitor() - Constructor for class org.eclipse.jdt.internal.core.search.matching.MatchLocatorParser.ClassButNoMethodDeclarationVisitor
 
MatchLocatorParser.MethodButNoClassDeclarationVisitor - Class in org.eclipse.jdt.internal.core.search.matching
 
MatchLocatorParser.MethodButNoClassDeclarationVisitor() - Constructor for class org.eclipse.jdt.internal.core.search.matching.MatchLocatorParser.MethodButNoClassDeclarationVisitor
 
MatchLocatorParser.NoClassNoMethodDeclarationVisitor - Class in org.eclipse.jdt.internal.core.search.matching
An ast visitor that visits local type declarations.
MatchLocatorParser.NoClassNoMethodDeclarationVisitor() - Constructor for class org.eclipse.jdt.internal.core.search.matching.MatchLocatorParser.NoClassNoMethodDeclarationVisitor
 
matchMethod(MethodBinding, boolean) - Method in class org.eclipse.jdt.internal.core.search.matching.MethodLocator
 
matchMode - Variable in class org.eclipse.jdt.internal.core.search.matching.PatternLocator
 
matchNameValue(char[], char[]) - Method in class org.eclipse.jdt.internal.core.search.matching.PatternLocator
Return how the given name matches the given pattern.
matchReference(Reference, MatchingNodeSet, boolean) - Method in class org.eclipse.jdt.internal.core.search.matching.FieldLocator
 
matchReference(Reference, MatchingNodeSet, boolean) - Method in class org.eclipse.jdt.internal.core.search.matching.VariableLocator
 
matchReportImportRef(ImportReference, Binding, IJavaElement, int, MatchLocator) - Method in class org.eclipse.jdt.internal.core.search.matching.AndLocator
 
matchReportImportRef(ImportReference, Binding, IJavaElement, int, MatchLocator) - Method in class org.eclipse.jdt.internal.core.search.matching.OrLocator
 
matchReportImportRef(ImportReference, Binding, IJavaElement, int, MatchLocator) - Method in class org.eclipse.jdt.internal.core.search.matching.PackageReferenceLocator
 
matchReportImportRef(ImportReference, Binding, IJavaElement, int, MatchLocator) - Method in class org.eclipse.jdt.internal.core.search.matching.PatternLocator
Reports the match of the given import reference.
matchReportImportRef(ImportReference, Binding, IJavaElement, int, MatchLocator) - Method in class org.eclipse.jdt.internal.core.search.matching.TypeReferenceLocator
 
matchReportReference(ASTNode, IJavaElement, IJavaElement, IJavaElement[], Binding, int, MatchLocator) - Method in class org.eclipse.jdt.internal.core.search.matching.AndLocator
 
matchReportReference(ASTNode, IJavaElement, Binding, int, MatchLocator) - Method in class org.eclipse.jdt.internal.core.search.matching.AndLocator
 
matchReportReference(ASTNode, IJavaElement, Binding, int, MatchLocator) - Method in class org.eclipse.jdt.internal.core.search.matching.ConstructorLocator
 
matchReportReference(ASTNode, IJavaElement, Binding, int, MatchLocator) - Method in class org.eclipse.jdt.internal.core.search.matching.FieldLocator
 
matchReportReference(ASTNode, IJavaElement, IJavaElement, IJavaElement[], Binding, int, MatchLocator) - Method in class org.eclipse.jdt.internal.core.search.matching.FieldLocator
 
matchReportReference(ASTNode, IJavaElement, Binding, int, MatchLocator) - Method in class org.eclipse.jdt.internal.core.search.matching.LocalVariableLocator
 
matchReportReference(ASTNode, IJavaElement, Binding, int, MatchLocator) - Method in class org.eclipse.jdt.internal.core.search.matching.MethodLocator
 
matchReportReference(ASTNode, IJavaElement, IJavaElement, IJavaElement[], Binding, int, MatchLocator) - Method in class org.eclipse.jdt.internal.core.search.matching.MethodLocator
 
matchReportReference(ASTNode, IJavaElement, IJavaElement, IJavaElement[], Binding, int, MatchLocator) - Method in class org.eclipse.jdt.internal.core.search.matching.OrLocator
 
matchReportReference(ASTNode, IJavaElement, Binding, int, MatchLocator) - Method in class org.eclipse.jdt.internal.core.search.matching.OrLocator
 
matchReportReference(ASTNode, IJavaElement, Binding, int, MatchLocator) - Method in class org.eclipse.jdt.internal.core.search.matching.PackageReferenceLocator
 
matchReportReference(ASTNode, IJavaElement, IJavaElement, IJavaElement[], Binding, int, MatchLocator) - Method in class org.eclipse.jdt.internal.core.search.matching.PackageReferenceLocator
 
matchReportReference(ASTNode, IJavaElement, Binding, int, MatchLocator) - Method in class org.eclipse.jdt.internal.core.search.matching.PatternLocator
Reports the match of the given reference.
matchReportReference(ASTNode, IJavaElement, IJavaElement, IJavaElement[], Binding, int, MatchLocator) - Method in class org.eclipse.jdt.internal.core.search.matching.PatternLocator
Reports the match of the given reference.
matchReportReference(ASTNode, IJavaElement, Binding, int, MatchLocator) - Method in class org.eclipse.jdt.internal.core.search.matching.SuperTypeReferenceLocator
 
matchReportReference(ArrayTypeReference, IJavaElement, Binding, int, MatchLocator) - Method in class org.eclipse.jdt.internal.core.search.matching.TypeReferenceLocator
 
matchReportReference(ASTNode, IJavaElement, Binding, int, MatchLocator) - Method in class org.eclipse.jdt.internal.core.search.matching.TypeReferenceLocator
Reports the match of the given reference.
matchReportReference(ASTNode, IJavaElement, IJavaElement, IJavaElement[], Binding, int, MatchLocator) - Method in class org.eclipse.jdt.internal.core.search.matching.TypeReferenceLocator
Reports the match of the given reference.
matchReportReference(QualifiedNameReference, IJavaElement, Binding, int, MatchLocator) - Method in class org.eclipse.jdt.internal.core.search.matching.TypeReferenceLocator
 
matchReportReference(QualifiedTypeReference, IJavaElement, Binding, int, MatchLocator) - Method in class org.eclipse.jdt.internal.core.search.matching.TypeReferenceLocator
 
matchTypeParameter(TypeVariableBinding, boolean) - Method in class org.eclipse.jdt.internal.core.search.matching.TypeParameterLocator
 
MAX_AT_ONCE - Static variable in class org.eclipse.jdt.internal.core.builder.AbstractImageBuilder
 
MAX_AT_ONCE - Static variable in class org.eclipse.jdt.internal.core.search.matching.MatchLocator
 
MAX_CONVERSIONS - Static variable in class org.eclipse.jdt.internal.compiler.lookup.BaseTypeBinding
 
MAX_LA - Static variable in interface org.eclipse.jdt.internal.compiler.parser.ParserBasicInformation
 
MAX_NAME_LENGTH - Static variable in interface org.eclipse.jdt.internal.compiler.parser.ParserBasicInformation
 
MAX_OBVIOUS - Static variable in class org.eclipse.jdt.internal.compiler.parser.ScannerHelper
 
MAX_TYPE_DEPTH - Static variable in class org.eclipse.jdt.internal.compiler.parser.RecoveredType
 
MaxCompileLoop - Static variable in class org.eclipse.jdt.internal.core.builder.IncrementalImageBuilder
 
maxFieldCount - Variable in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
 
maxFieldCount - Variable in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
maxFieldCount - Variable in class org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo
 
maxLocals - Variable in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
maxOffset - Variable in class org.eclipse.jdt.internal.compiler.lookup.BlockScope
 
maxProblems - Variable in class org.eclipse.jdt.internal.compiler.batch.Main
 
maxProblemsPerUnit - Variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
Max problems per compilation unit
maxRepetition - Variable in class org.eclipse.jdt.internal.compiler.batch.Main
 
maxShiftedOffset() - Method in class org.eclipse.jdt.internal.compiler.lookup.BlockScope
 
MaxStructurallyChangedTypes - Static variable in class org.eclipse.jdt.internal.core.builder.State
 
MAXTICKS - Static variable in class org.eclipse.jdt.internal.core.hierarchy.IndexBasedHierarchyBuilder
 
maxVariable - Variable in class org.eclipse.jdt.internal.compiler.ast.ForeachStatement
 
MAY_NULL - Static variable in class org.eclipse.jdt.internal.compiler.flow.FlowContext
 
mayBeGeneric - Variable in class org.eclipse.jdt.internal.core.search.matching.PatternLocator
 
mayTolerateMissingType - Variable in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
 
measureIndentInSpaces(CharSequence, int) - Static method in class org.eclipse.jdt.core.formatter.IndentManipulation
Returns the indentation of the given line in space equivalents.
measureIndentUnits(CharSequence, int, int) - Static method in class org.eclipse.jdt.core.formatter.IndentManipulation
Returns the indentation of the given line in indentation units.
Member - Class in org.eclipse.jdt.internal.core
 
Member(JavaElement) - Constructor for class org.eclipse.jdt.internal.core.Member
 
MEMBER_REF - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type MemberRef.
MEMBER_TYPE - Static variable in class org.eclipse.jdt.internal.compiler.parser.SourceTypeConverter
 
MEMBER_VALUE_PAIR - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type MemberValuePair.
MEMBER_VALUE_PAIR - Static variable in interface org.eclipse.jdt.core.dom.IBinding
Kind constant (value 6) indicating a member value pair binding.
memberAlignment - Variable in class org.eclipse.jdt.internal.formatter.Scribe
 
memberDeclarationStart - Variable in class org.eclipse.jdt.internal.core.SourceMapper
The position within the source of the start of the current member element, or -1 if we are outside a member.
memberName - Variable in class org.eclipse.jdt.internal.core.SourceMapper
The name of the current member element.
memberNameRange - Variable in class org.eclipse.jdt.internal.core.SourceMapper
The SourceRange of the name of the current member element.
MemberRef - Class in org.eclipse.jdt.core.dom
AST node for a member reference within a doc comment (Javadoc).
members - Variable in class org.eclipse.jdt.internal.core.AnnotationInfo
 
memberStart - Variable in class org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression
 
memberStart - Variable in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
MemberTypeBinding - Class in org.eclipse.jdt.internal.compiler.lookup
 
MemberTypeBinding(char[][], ClassScope, SourceTypeBinding) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.MemberTypeBinding
 
memberTypeCount - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveredType
 
MemberTypeMask - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
 
memberTypes - Variable in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
 
memberTypes - Variable in class org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding
 
memberTypes() - Method in class org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding
 
memberTypes - Variable in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
 
memberTypes() - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
 
memberTypes() - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
 
memberTypes - Variable in class org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
 
memberTypes() - Method in class org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
 
memberTypes - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveredType
 
memberTypes - Variable in class org.eclipse.jdt.internal.core.JavaElementRequestor
A collection of the resulting member types, or null if no member type results have been received.
memberValue - Variable in class org.eclipse.jdt.internal.compiler.ast.SingleMemberAnnotation
 
MemberValuePair - Class in org.eclipse.jdt.core.dom
Member value pair node (added in JLS3 API).
MemberValuePair - Class in org.eclipse.jdt.internal.compiler.ast
MemberValuePair node
MemberValuePair(char[], int, int, Expression) - Constructor for class org.eclipse.jdt.internal.compiler.ast.MemberValuePair
 
MemberValuePair - Class in org.eclipse.jdt.internal.core
 
MemberValuePair(String) - Constructor for class org.eclipse.jdt.internal.core.MemberValuePair
 
MemberValuePair(String, Object, int) - Constructor for class org.eclipse.jdt.internal.core.MemberValuePair
 
memberValuePairName - Variable in class org.eclipse.jdt.internal.core.Annotation
 
memberValuePairs() - Method in class org.eclipse.jdt.internal.compiler.ast.Annotation
 
memberValuePairs() - Method in class org.eclipse.jdt.internal.compiler.ast.MarkerAnnotation
 
memberValuePairs - Variable in class org.eclipse.jdt.internal.compiler.ast.NormalAnnotation
 
memberValuePairs() - Method in class org.eclipse.jdt.internal.compiler.ast.NormalAnnotation
 
memberValuePairs() - Method in class org.eclipse.jdt.internal.compiler.ast.SingleMemberAnnotation
 
memberValuPairEqualEnd - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveredAnnotation
 
MementoTokenizer - Class in org.eclipse.jdt.internal.core.util
 
MementoTokenizer(String) - Constructor for class org.eclipse.jdt.internal.core.util.MementoTokenizer
 
memoryIndex - Variable in class org.eclipse.jdt.internal.core.index.Index
 
MemoryIndex - Class in org.eclipse.jdt.internal.core.index
 
memoryRatio - Variable in class org.eclipse.jdt.internal.core.JavaModelCache
 
merge_adjacent_actions(production_part[], int) - Method in class java_cup.production
Helper routine to merge adjacent actions in a set of RHS parts
mergeCloseStatus(BlockScope, int, LocalVariableBinding, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.FakedTrackingVariable
 
mergedOptimizedBranches(FlowInfo, boolean, FlowInfo, boolean, boolean) - Static method in class org.eclipse.jdt.internal.compiler.flow.FlowInfo
Merge branches using optimized boolean conditions
mergedOptimizedBranchesIfElse(FlowInfo, boolean, FlowInfo, boolean, boolean, FlowInfo, IfStatement, boolean) - Static method in class org.eclipse.jdt.internal.compiler.flow.FlowInfo
Merge if-else branches using optimized boolean conditions
mergedWith(UnconditionalFlowInfo) - Method in class org.eclipse.jdt.internal.compiler.flow.ConditionalFlowInfo
 
mergedWith(UnconditionalFlowInfo) - Method in class org.eclipse.jdt.internal.compiler.flow.FlowInfo
Return the intersection of this and otherInits, that is one of: the receiver updated in the following way: intersection of definitely assigned variables, union of potentially assigned variables, similar operations for null, or the receiver or otherInits if the other one is non reachable. otherInits is not affected, and is not returned either (no need to protect the result).
mergedWith(UnconditionalFlowInfo) - Method in class org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo
 
mergeUnhandledException(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.ExceptionHandlingFlowContext
 
Message - Class in org.eclipse.jdt.core.dom
Error message used to report potential errors found during the AST parsing or name resolution.
Message(String, int) - Constructor for class org.eclipse.jdt.core.dom.Message
Creates a message.
Message(String, int, int) - Constructor for class org.eclipse.jdt.core.dom.Message
Creates a message.
MESSAGE_ARGUMENTS - Static variable in class org.eclipse.jdt.internal.formatter.align.Alignment
 
MESSAGE_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.AssertStatement
The "message" structural property of this node type (child type: Expression).
MESSAGE_SEND - Static variable in class org.eclipse.jdt.internal.formatter.align.Alignment
 
messageRefCache - Variable in class org.eclipse.jdt.internal.core.CompilationUnitStructureRequestor
 
Messages - Class in org.eclipse.jdt.internal.compiler.util
 
Messages - Class in org.eclipse.jdt.internal.core.util
 
MessageSend - Class in org.eclipse.jdt.internal.compiler.ast
 
MessageSend() - Constructor for class org.eclipse.jdt.internal.compiler.ast.MessageSend
 
messageSendPotentialNullReference(MethodBinding, ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
messageSendRedundantCheckOnNonNull(MethodBinding, ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
messageTemplates - Variable in class org.eclipse.jdt.internal.compiler.problem.DefaultProblemFactory
 
METHOD - Static variable in class org.eclipse.jdt.core.CorrectionEngine
This field is not intended to be used by client.
METHOD - Static variable in interface org.eclipse.jdt.core.dom.IBinding
Kind constant (value 4) indicating a method or constructor binding.
METHOD - Static variable in interface org.eclipse.jdt.core.IJavaElement
Constant representing a method or constructor.
METHOD - Static variable in interface org.eclipse.jdt.core.jdom.IDOMNode
Deprecated. Node type constant indicating a method (or constructor) declaration.
METHOD - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
The searched element is a method.
METHOD - Static variable in class org.eclipse.jdt.internal.compiler.lookup.Binding
 
METHOD - Static variable in class org.eclipse.jdt.internal.compiler.parser.SourceTypeConverter
 
METHOD - Static variable in class org.eclipse.jdt.internal.core.util.MementoTokenizer
 
METHOD_ARGUMENTS - Static variable in class org.eclipse.jdt.internal.formatter.align.Alignment
 
METHOD_BODIES - Static variable in interface org.eclipse.jdt.core.util.IClassFileReader
This value should be used to read the method bodies.
METHOD_CONTAINER - Static variable in class org.eclipse.jdt.internal.core.search.matching.PatternLocator
 
METHOD_DECL - Static variable in interface org.eclipse.jdt.internal.core.search.indexing.IIndexConstants
 
METHOD_DECLARATION - Static variable in class org.eclipse.jdt.core.CompletionProposal
Completion is a declaration of a method.
METHOD_DECLARATION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type MethodDeclaration.
METHOD_DECLARATION - Static variable in class org.eclipse.jdt.internal.formatter.align.Alignment
 
METHOD_DETAIL - Static variable in interface org.eclipse.jdt.internal.core.JavadocConstants
 
METHOD_IMPORT - Static variable in class org.eclipse.jdt.core.CompletionProposal
Completion is an import of reference to a static method.
METHOD_INFOS - Static variable in interface org.eclipse.jdt.core.util.IClassFileReader
This value should be used to read the constant pool entries and the method infos of a .class file.
METHOD_INVOCATION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type MethodInvocation.
METHOD_NAME_REFERENCE - Static variable in class org.eclipse.jdt.core.CompletionProposal
Completion is a reference to a method name.
METHOD_PATTERN - Static variable in interface org.eclipse.jdt.internal.core.search.indexing.IIndexConstants
 
METHOD_REF - Static variable in class org.eclipse.jdt.core.CompletionProposal
Completion is a reference to a method.
METHOD_REF - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type MethodRef.
METHOD_REF - Static variable in interface org.eclipse.jdt.internal.core.search.indexing.IIndexConstants
 
METHOD_REF_PARAMETER - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type MethodRefParameter.
METHOD_REF_WITH_CASTED_RECEIVER - Static variable in class org.eclipse.jdt.core.CompletionProposal
Completion is a reference to a method with a casted receiver.
METHOD_SCOPE - Static variable in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
METHOD_SUMMARY - Static variable in interface org.eclipse.jdt.internal.core.JavadocConstants
 
METHOD_TAGS - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
METHOD_TYPE_REF_GetField - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
The constant is described at 5.4.3.5 in the Java 7 VM specification (part 3).
METHOD_TYPE_REF_GetStatic - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
The constant is described at 5.4.3.5 in the Java 7 VM specification (part 3).
METHOD_TYPE_REF_InvokeInterface - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
The constant is described at 5.4.3.5 in the Java 7 VM specification (part 3).
METHOD_TYPE_REF_InvokeSpecial - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
The constant is described at 5.4.3.5 in the Java 7 VM specification (part 3).
METHOD_TYPE_REF_InvokeStatic - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
The constant is described at 5.4.3.5 in the Java 7 VM specification (part 3).
METHOD_TYPE_REF_InvokeVirtual - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
The constant is described at 5.4.3.5 in the Java 7 VM specification (part 3).
METHOD_TYPE_REF_NewInvokeSpecial - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
The constant is described at 5.4.3.5 in the Java 7 VM specification (part 3).
METHOD_TYPE_REF_PutField - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
The constant is described at 5.4.3.5 in the Java 7 VM specification (part 3).
METHOD_TYPE_REF_PutStatic - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
The constant is described at 5.4.3.5 in the Java 7 VM specification (part 3).
MethodAccess - Static variable in class org.eclipse.jdt.internal.compiler.lookup.SyntheticMethodBinding
 
methodArgumentTypes - Variable in class org.eclipse.jdt.internal.core.search.matching.TypeParameterPattern
 
methodBinding - Variable in class org.eclipse.jdt.internal.compiler.ast.JavadocFieldReference
 
MethodBinding - Class in org.eclipse.jdt.internal.compiler.lookup
 
MethodBinding() - Constructor for class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
 
MethodBinding(int, char[], TypeBinding, TypeBinding[], ReferenceBinding[], ReferenceBinding) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
 
MethodBinding(int, TypeBinding[], ReferenceBinding[], ReferenceBinding) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
 
MethodBinding(MethodBinding, ReferenceBinding) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
 
methodBody - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveredMethod
 
MethodButWithConstructorName - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
methodCanBeDeclaredStatic(MethodDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
methodCanBePotentiallyDeclaredStatic(MethodDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
MethodCanBePotentiallyStatic - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
MethodCanBePotentiallyStatic - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
MethodCanBeStatic - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
MethodCanBeStatic - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
methodCount - Variable in class org.eclipse.jdt.internal.compiler.ClassFile
 
methodCount - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveredType
 
methodCountOffset - Variable in class org.eclipse.jdt.internal.compiler.ClassFile
 
MethodDeclaration - Class in org.eclipse.jdt.core.dom
Method declaration AST node type.
MethodDeclaration - Class in org.eclipse.jdt.internal.compiler.ast
 
MethodDeclaration(CompilationResult) - Constructor for class org.eclipse.jdt.internal.compiler.ast.MethodDeclaration
MethodDeclaration constructor comment.
methodDeclaration - Variable in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
methodDeclaration - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveredMethod
 
MethodDeclarationMatch - Class in org.eclipse.jdt.core.search
A Java search match that represents a method declaration.
MethodDeclarationMatch(IJavaElement, int, int, int, SearchParticipant, IResource) - Constructor for class org.eclipse.jdt.core.search.MethodDeclarationMatch
Creates a new method declaration match.
methodDeclaringClassName - Variable in class org.eclipse.jdt.internal.core.search.matching.TypeParameterPattern
 
MethodHandleTag - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
 
MethodInfo - Class in org.eclipse.jdt.internal.compiler.classfmt
 
MethodInfo(byte[], int[], int) - Constructor for class org.eclipse.jdt.internal.compiler.classfmt.MethodInfo
 
MethodInfo - Class in org.eclipse.jdt.internal.core.util
Default implementation of IMethodInfo.
MethodInfo(byte[], IConstantPool, int, int) - Constructor for class org.eclipse.jdt.internal.core.util.MethodInfo
 
MethodInfoWithAnnotations - Class in org.eclipse.jdt.internal.compiler.classfmt
 
MethodInvocation - Class in org.eclipse.jdt.core.dom
Method invocation expression AST node type.
MethodLocator - Class in org.eclipse.jdt.internal.core.search.matching
 
MethodLocator(MethodPattern) - Constructor for class org.eclipse.jdt.internal.core.search.matching.MethodLocator
 
MethodMissingDeprecatedAnnotation - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
MethodMustOverride - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
methodMustOverride(AbstractMethodDeclaration, long) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
MethodMustOverrideOrImplement - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
MethodNameClash - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
methodNameClash(MethodBinding, MethodBinding, int) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
MethodNameClashHidden - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
methodNameClashHidden(MethodBinding, MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
methodNeedBody(AbstractMethodDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
methodNeedingNoBody(MethodDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
methodParameterNames - Variable in class org.eclipse.jdt.internal.core.SourceMapper
The parameter names for the current member method element.
methodParameterTypes - Variable in class org.eclipse.jdt.internal.core.SourceMapper
The parameter types for the current member method element.
MethodPattern - Class in org.eclipse.jdt.internal.core.search.matching
 
MethodPattern(char[], char[], char[], char[], char[], char[][], char[][], IType, int, int) - Constructor for class org.eclipse.jdt.internal.core.search.matching.MethodPattern
 
MethodPattern(char[], char[], char[], char[], char[], String, char[][], char[][], String[], IMethod, int, int) - Constructor for class org.eclipse.jdt.internal.core.search.matching.MethodPattern
 
MethodPattern(char[], char[], char[], String, char[], char[], String, char[][], char[][], String[], char[][], int, int) - Constructor for class org.eclipse.jdt.internal.core.search.matching.MethodPattern
 
methodRecoveryActivated - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
MethodReducesVisibility - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
MethodRef - Class in org.eclipse.jdt.core.dom
AST node for a method or constructor reference within a doc comment (Javadoc).
MethodReferenceMatch - Class in org.eclipse.jdt.core.search
A Java search match that represents a method reference.
MethodReferenceMatch(IJavaElement, int, int, int, boolean, SearchParticipant, IResource) - Constructor for class org.eclipse.jdt.core.search.MethodReferenceMatch
Creates a new method reference match.
MethodReferenceMatch(IJavaElement, int, int, int, boolean, boolean, boolean, SearchParticipant, IResource) - Constructor for class org.eclipse.jdt.core.search.MethodReferenceMatch
Creates a new method reference match.
MethodReferenceMatch(IJavaElement, int, int, int, boolean, boolean, boolean, boolean, SearchParticipant, IResource) - Constructor for class org.eclipse.jdt.core.search.MethodReferenceMatch
Creates a new method reference match.
MethodRefParameter - Class in org.eclipse.jdt.core.dom
AST node for a parameter within a method reference (MethodRef).
MethodRefTag - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
 
MethodRelated - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
MethodRequiresBody - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
MethodReturnsVoid - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
methods - Variable in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
 
methods - Variable in class org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding
 
methods() - Method in class org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding
 
methods - Variable in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
 
methods() - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
 
methods() - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
 
methods() - Method in class org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
 
methods - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveredType
 
methods - Variable in class org.eclipse.jdt.internal.core.JavaElementRequestor
A collection of the resulting methods, or null if no method results have been received.
METHODS_AND_FIELDS_INITIAL_SIZE - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
methodsAndFieldsCache - Variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
MethodScope - Class in org.eclipse.jdt.internal.compiler.lookup
Specific block scope used for methods, constructors or clinits, representing its outermost blockscope.
MethodScope(ClassScope, ReferenceContext, boolean) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.MethodScope
 
methodScope() - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
MethodTypeTag - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
 
MethodVarargsArgumentNeedCast - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
methodVerifier() - Method in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
 
MethodVerifier - Class in org.eclipse.jdt.internal.compiler.lookup
 
MethodWithConstructorName - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
Bit mask for configurable problems (error/warning threshold) Note: bitmask assumes 3 highest bits to denote irritant group (to allow storing 8 groups of 29 bits each
methodWithConstructorName(MethodDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
minimalErasedCandidates(TypeBinding[], Map) - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
Returns the most specific set of types compatible with all given types.
minor - Static variable in class java_cup.version
The minor version number.
MINOR_VERSION_0 - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
 
MINOR_VERSION_1 - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
 
MINOR_VERSION_2 - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
 
MINOR_VERSION_3 - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
 
MINOR_VERSION_4 - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
 
MINUS - Static variable in class org.eclipse.jdt.core.dom.InfixExpression.Operator
Subtraction "-" operator.
MINUS - Static variable in class org.eclipse.jdt.core.dom.PrefixExpression.Operator
Unary minus "-" operator.
MINUS - Static variable in interface org.eclipse.jdt.internal.compiler.ast.OperatorIds
 
MINUS_ASSIGN - Static variable in class org.eclipse.jdt.core.dom.Assignment.Operator
-= operator.
MINUS_MINUS - Static variable in interface org.eclipse.jdt.internal.compiler.ast.OperatorIds
 
MISMATCH - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
missingAbstractMethods - Variable in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
 
MissingArgumentsForParameterizedMemberType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
missingClassFileLocation - Variable in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
 
MissingDefaultCase - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
MissingDefaultCase - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
missingDefaultCase(SwitchStatement, boolean, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
MissingDeprecatedAnnotation - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
missingDeprecatedAnnotationForField(FieldDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
missingDeprecatedAnnotationForMethod(AbstractMethodDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
missingDeprecatedAnnotationForType(TypeDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
MissingEnclosingInstance - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
MissingEnclosingInstanceForConstructorCall - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Inner types related problems
MissingEnumConstantCase - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
MissingEnumConstantCase - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
missingEnumConstantCase(SwitchStatement, FieldBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
MissingEnumConstantCaseDespiteDefault - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
MissingEnumDefaultCase - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
MissingJavadocComments - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
MissingJavadocTagDescription - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
MissingJavadocTags - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
MissingNonNullByDefaultAnnotation - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
missingNonNullByDefaultAnnotation(TypeDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
MissingNonNullByDefaultAnnotationOnPackage - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
MissingNonNullByDefaultAnnotationOnType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
MissingOverrideAnnotation - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
MissingOverrideAnnotation - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
missingOverrideAnnotation(AbstractMethodDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
MissingOverrideAnnotationForInterfaceMethodImplementation - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
missingOverrideAnnotationForInterfaceMethodImplementation(AbstractMethodDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
missingParams - Variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadocParamNameReference
 
missingParams - Variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadocTypeParamReference
 
MissingReturnType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
missingReturnType(AbstractMethodDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
MissingSemiColon - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
missingSemiColon(Expression) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
MissingSerialVersion - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
MissingSerialVersion - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
missingSerialVersion(TypeDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
missingSourceFile - Variable in exception org.eclipse.jdt.internal.core.builder.MissingSourceFileException
 
MissingSourceFileException - Exception in org.eclipse.jdt.internal.core.builder
Exception thrown when the build should be aborted because a source file is missing/empty.
MissingSourceFileException(String) - Constructor for exception org.eclipse.jdt.internal.core.builder.MissingSourceFileException
 
MissingSynchronizedModifierInInheritedMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
MissingSynchronizedModifierInInheritedMethod - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
missingSynchronizedOnInheritedMethod(MethodBinding, MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
MissingTypeBinding - Class in org.eclipse.jdt.internal.compiler.lookup
 
MissingTypeBinding(PackageBinding, char[][], LookupEnvironment) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.MissingTypeBinding
Special constructor for constructing proxies of missing types (114349)
MissingTypeInConstructor - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
missingTypeInConstructor(ASTNode, MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
MissingTypeInMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
missingTypeInMethod(MessageSend, MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
missingTypeParams - Variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadocParamNameReference
 
missingTypes - Variable in class org.eclipse.jdt.internal.compiler.ClassFile
 
missingTypes - Variable in class org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy
 
MissingTypesGuesser - Class in org.eclipse.jdt.internal.codeassist
 
MissingTypesGuesser(CompletionEngine) - Constructor for class org.eclipse.jdt.internal.codeassist.MissingTypesGuesser
 
MissingTypesGuesser.GuessedTypeRequestor - Interface in org.eclipse.jdt.internal.codeassist
 
MissingTypesName - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.AttributeNamesConstants
 
MissingValueForAnnotationMember - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
missingValueForAnnotationMember(Annotation, char[]) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
mitigateNullInfoOf(FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.flow.NullInfoRegistry
Mitigate the definite and protected info of flowInfo, depending on what this null info registry knows about potential assignments and messages sends involving locals.
MIXED - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Possible value for the option FORMATTER_TAB_CHAR
MIXED - Static variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
mode - Variable in class org.eclipse.jdt.internal.formatter.align.Alignment
 
MODEL_ID - Static variable in class org.eclipse.jdt.core.JavaCore
The identifier for the Java model (value "org.eclipse.jdt.core.javamodel").
modelInfo - Variable in class org.eclipse.jdt.internal.core.JavaModelCache
Active Java Model Info
ModelUpdater - Class in org.eclipse.jdt.internal.core
This class is used by JavaModelManager to update the JavaModel based on some IJavaElementDeltas.
ModelUpdater() - Constructor for class org.eclipse.jdt.internal.core.ModelUpdater
 
modificationCount() - Method in class org.eclipse.jdt.core.dom.AST
Returns the modification count for this AST.
MODIFIER - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type Modifier.
Modifier - Class in org.eclipse.jdt.core.dom
Modifier node.
Modifier.ModifierKeyword - Class in org.eclipse.jdt.core.dom
Modifier keywords (typesafe enumeration).
modifiers() - Method in class org.eclipse.jdt.core.dom.BodyDeclaration
Returns the live ordered list of modifiers and annotations of this declaration (added in JLS3 API).
modifiers() - Method in class org.eclipse.jdt.core.dom.SingleVariableDeclaration
Returns the live ordered list of modifiers and annotations of this declaration (added in JLS3 API).
modifiers() - Method in class org.eclipse.jdt.core.dom.VariableDeclarationExpression
Returns the live ordered list of modifiers and annotations of this declaration (added in JLS3 API).
modifiers() - Method in class org.eclipse.jdt.core.dom.VariableDeclarationStatement
Returns the live ordered list of modifiers and annotations of this declaration (added in JLS3 API).
modifiers - Variable in class org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
 
modifiers - Variable in class org.eclipse.jdt.internal.compiler.ast.AbstractVariableDeclaration
 
modifiers - Variable in class org.eclipse.jdt.internal.compiler.ast.ImportReference
 
modifiers - Variable in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
 
modifiers - Variable in class org.eclipse.jdt.internal.compiler.ISourceElementRequestor.FieldInfo
 
modifiers - Variable in class org.eclipse.jdt.internal.compiler.ISourceElementRequestor.MethodInfo
 
modifiers - Variable in class org.eclipse.jdt.internal.compiler.ISourceElementRequestor.ParameterInfo
 
modifiers - Variable in class org.eclipse.jdt.internal.compiler.ISourceElementRequestor.TypeInfo
 
modifiers - Variable in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
 
modifiers - Variable in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
 
modifiers - Variable in class org.eclipse.jdt.internal.compiler.lookup.VariableBinding
 
modifiers - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
modifiers - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveredField
 
modifiers - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveredLocalVariable
 
modifiers - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveredMethod
 
modifiers - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveredType
 
modifiers - Variable in class org.eclipse.jdt.internal.core.hierarchy.HierarchyType
 
modifiers - Variable in class org.eclipse.jdt.internal.core.search.matching.ConstructorDeclarationPattern
 
modifiers - Variable in class org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern
 
modifiers - Variable in class org.eclipse.jdt.internal.core.search.matching.TypeDeclarationPattern
 
modifiers() - Method in class org.eclipse.jdt.internal.core.SimpleDelta
 
MODIFIERS2_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.AnnotationTypeDeclaration
The "modifiers" structural property of this node type (element type: IExtendedModifier).
MODIFIERS2_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.AnnotationTypeMemberDeclaration
The "modifiers" structural property of this node type (element type: IExtendedModifier).
MODIFIERS2_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.EnumConstantDeclaration
The "modifiers" structural property of this node type (element type: IExtendedModifier).
MODIFIERS2_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.EnumDeclaration
The "modifiers" structural property of this node type (element type: IExtendedModifier) (added in JLS3 API).
MODIFIERS2_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.FieldDeclaration
The "modifiers" structural property of this node type (element type: IExtendedModifier) (added in JLS3 API).
MODIFIERS2_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.Initializer
The "modifiers" structural property of this node type (element type: IExtendedModifier) (added in JLS3 API).
MODIFIERS2_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.MethodDeclaration
The "modifiers" structural property of this node type (element type: IExtendedModifier) (added in JLS3 API).
MODIFIERS2_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.SingleVariableDeclaration
The "modifiers" structural property of this node type (element type: IExtendedModifier) (added in JLS3 API).
MODIFIERS2_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.TypeDeclaration
The "modifiers" structural property of this node type (element type: IExtendedModifier) (added in JLS3 API).
MODIFIERS2_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.VariableDeclarationExpression
The "modifiers" structural property of this node type (element type: IExtendedModifier) (added in JLS3 API).
MODIFIERS2_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.VariableDeclarationStatement
The "modifiers" structural property of this node type (element type: IExtendedModifier) (added in JLS3 API).
MODIFIERS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.FieldDeclaration
The "modifiers" structural property of this node type (type: Integer) (JLS2 API only).
MODIFIERS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.Initializer
The "modifiers" structural property of this node type (type: Integer) (JLS2 API only).
MODIFIERS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.MethodDeclaration
The "modifiers" structural property of this node type (type: Integer) (JLS2 API only).
MODIFIERS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.SingleVariableDeclaration
The "modifiers" structural property of this node type (type: Integer) (JLS2 API only).
MODIFIERS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.TypeDeclaration
The "modifiers" structural property of this node type (type: Integer) (JLS2 API only).
MODIFIERS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.VariableDeclarationExpression
The "modifiers" structural property of this node type (type: Integer) (JLS2 API only).
MODIFIERS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.VariableDeclarationStatement
The "modifiers" structural property of this node type (type: Integer) (JLS2 API only).
modifiersSourceStart - Variable in class org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
 
modifiersSourceStart - Variable in class org.eclipse.jdt.internal.compiler.ast.AbstractVariableDeclaration
 
modifiersSourceStart - Variable in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
 
modifiersSourceStart - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
modifiersStart - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveredField
 
modifiersStart - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveredLocalVariable
 
modifiersStart - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveredMethod
 
modifiersStart - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveredType
 
monitor - Variable in class org.eclipse.jdt.internal.core.builder.BuildNotifier
 
monitor - Variable in class org.eclipse.jdt.internal.core.CancelableProblemFactory
 
monitor - Variable in class org.eclipse.jdt.internal.core.index.Index
 
MONITORENTER - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
monitorenter() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
MONITOREXIT - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
monitorexit() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
MORE_GENERIC - Static variable in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
mostSpecificClassMethodBinding(MethodBinding[], int, InvocationSite) - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
MostSpecificExceptionMethodBinding - Class in org.eclipse.jdt.internal.compiler.lookup
Pseudo method binding used to wrapper a real method, and expose less exceptions than original.
MostSpecificExceptionMethodBinding(MethodBinding, ReferenceBinding[]) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.MostSpecificExceptionMethodBinding
 
mostSpecificInterfaceMethodBinding(MethodBinding[], int, InvocationSite) - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
mostSpecificMethodBinding(MethodBinding[], int, TypeBinding[], InvocationSite, ReferenceBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
move(IJavaElement[], IJavaElement[], IJavaElement[], String[], boolean, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IJavaModel
Moves the given elements to the specified container(s).
move(IPath, int, int, IClasspathEntry, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IPackageFragmentRoot
Moves the resource of this package fragment root to the destination path as specified by IResource.move(IPath,int,IProgressMonitor) but excluding nested source folders.
move(IJavaElement, IJavaElement, String, boolean, IProgressMonitor) - Method in interface org.eclipse.jdt.core.ISourceManipulation
Moves this element to the given container.
move(IJavaElement, IJavaElement, String, boolean, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.BinaryMember
 
move(IJavaElement, IJavaElement, String, boolean, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.CompilationUnit
 
move(IJavaElement[], IJavaElement[], IJavaElement[], String[], boolean, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.JavaModel
 
move(IJavaElement, IJavaElement, String, boolean, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.PackageFragment
 
move(IPath, int, int, IClasspathEntry, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.PackageFragmentRoot
 
move(IJavaElement, IJavaElement, String, boolean, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.SourceRefElement
 
moveAndResizeGap(int, int) - Method in class org.eclipse.jdt.internal.core.Buffer
Moves the gap to location and adjust its size to the anticipated change size.
movedFrom(IJavaElement, IJavaElement) - Method in class org.eclipse.jdt.internal.core.JavaElementDelta
Creates the nested deltas resulting from an move operation.
movedTo(IJavaElement, IJavaElement) - Method in class org.eclipse.jdt.internal.core.JavaElementDelta
Creates the nested deltas resulting from an move operation.
MoveElementsOperation - Class in org.eclipse.jdt.internal.core
This operation moves elements from their current container to a specified destination container, optionally renaming the elements.
MoveElementsOperation(IJavaElement[], IJavaElement[], boolean) - Constructor for class org.eclipse.jdt.internal.core.MoveElementsOperation
When executed, this operation will move the given elements to the given containers.
MovePackageFragmentRootOperation - Class in org.eclipse.jdt.internal.core
 
MovePackageFragmentRootOperation(IPackageFragmentRoot, IPath, int, int, IClasspathEntry) - Constructor for class org.eclipse.jdt.internal.core.MovePackageFragmentRootOperation
 
moveRecoveryCheckpoint() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
moveResource(IPackageFragmentRoot, IClasspathEntry, IWorkspaceRoot) - Method in class org.eclipse.jdt.internal.core.MovePackageFragmentRootOperation
 
MoveResourceElementsOperation - Class in org.eclipse.jdt.internal.core
This operation moves resources (package fragments and compilation units) from their current container to a specified destination container, optionally renaming the elements.
MoveResourceElementsOperation(IJavaElement[], IJavaElement[], boolean) - Constructor for class org.eclipse.jdt.internal.core.MoveResourceElementsOperation
When executed, this operation will move the given elements to the given containers.
moveResources(IResource[], IPath) - Method in class org.eclipse.jdt.internal.core.JavaModelOperation
Convenience method to move resources
moveToNextJob() - Method in class org.eclipse.jdt.internal.core.search.indexing.IndexManager
Advance to the next available job, once the current one has been completed.
moveToNextJob() - Method in class org.eclipse.jdt.internal.core.search.processing.JobManager
Advance to the next available job, once the current one has been completed.
MULTI_CATCH - Static variable in class org.eclipse.jdt.internal.formatter.align.Alignment
 
MULTIANEWARRAY - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
multianewarray(TypeBinding, int) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
MultiCatchExceptionLabel - Class in org.eclipse.jdt.internal.compiler.codegen
 
MultiCatchExceptionLabel(CodeStream, TypeBinding) - Constructor for class org.eclipse.jdt.internal.compiler.codegen.MultiCatchExceptionLabel
 
MultiCatchNotBelow17 - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
multiCatchNotBelow17(ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
MultiCatchParameter - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
 
MultiOperation - Class in org.eclipse.jdt.internal.core
This class is used to perform operations on multiple IJavaElement.
MultiOperation(IJavaElement[], boolean) - Constructor for class org.eclipse.jdt.internal.core.MultiOperation
Creates a new MultiOperation on elementsToProcess.
MultiOperation(IJavaElement[], IJavaElement[], boolean) - Constructor for class org.eclipse.jdt.internal.core.MultiOperation
Creates a new MultiOperation.
MULTIPLE_FIELD - Static variable in class org.eclipse.jdt.internal.formatter.align.Alignment
 
multipleClasspathSections(String) - Method in interface org.eclipse.jdt.internal.compiler.batch.FileSystem.ClasspathSectionProblemReporter
 
MULTIPLY - Static variable in interface org.eclipse.jdt.internal.compiler.ast.OperatorIds
 
MultiTypeDeclarationPattern - Class in org.eclipse.jdt.internal.core.search.matching
 
MultiTypeDeclarationPattern(char[][], char[][], char, int) - Constructor for class org.eclipse.jdt.internal.core.search.matching.MultiTypeDeclarationPattern
 
mustDefineDimensionsOrInitializer(ArrayAllocationExpression) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
MustDefineEitherDimensionExpressionsOrInitializer - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
mustQualifyType(char[], char[], char[], int) - Method in class org.eclipse.jdt.internal.codeassist.impl.Engine
 
mustResolve - Variable in class org.eclipse.jdt.core.search.SearchPattern
 
mustResolve() - Method in class org.eclipse.jdt.internal.core.search.matching.ConstructorPattern
 
mustResolve() - Method in class org.eclipse.jdt.internal.core.search.matching.FieldPattern
 
mustResolve - Variable in class org.eclipse.jdt.internal.core.search.matching.MatchingNodeSet
Tell whether locators need to resolve or not for current matching node set.
mustResolve() - Method in class org.eclipse.jdt.internal.core.search.matching.MethodPattern
Returns whether a method declaration or message send must be resolved to find out if this method pattern matches it.
mustResolve - Variable in class org.eclipse.jdt.internal.core.search.matching.PatternLocator
 
mustResolve() - Method in class org.eclipse.jdt.internal.core.search.matching.VariablePattern
 
MustSpecifyPackage - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Deprecated. - problem is no longer generated
mustUseAStaticMethod(MessageSend, MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 

N

NaiveASTFlattener - Class in org.eclipse.jdt.internal.core.dom
Internal AST visitor for serializing an AST in a quick and dirty fashion.
NaiveASTFlattener() - Constructor for class org.eclipse.jdt.internal.core.dom.NaiveASTFlattener
Creates a new AST printer.
name - Variable in class java_cup.runtime.ComplexSymbolFactory.ComplexSymbol
 
name() - Method in class java_cup.symbol
String for the human readable name of the symbol.
Name - Class in org.eclipse.jdt.core.dom
Abstract base class for all AST nodes that represent names.
name - Variable in class org.eclipse.jdt.internal.compiler.ast.AbstractVariableDeclaration
 
name - Variable in class org.eclipse.jdt.internal.compiler.ast.MemberValuePair
 
name - Variable in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
 
name - Variable in class org.eclipse.jdt.internal.compiler.classfmt.FieldInfo
 
name - Variable in class org.eclipse.jdt.internal.compiler.classfmt.MethodInfo
 
name - Variable in class org.eclipse.jdt.internal.compiler.ISourceElementRequestor.FieldInfo
 
name - Variable in class org.eclipse.jdt.internal.compiler.ISourceElementRequestor.MethodInfo
 
name - Variable in class org.eclipse.jdt.internal.compiler.ISourceElementRequestor.ParameterInfo
 
name - Variable in class org.eclipse.jdt.internal.compiler.ISourceElementRequestor.TypeInfo
 
name - Variable in class org.eclipse.jdt.internal.compiler.ISourceElementRequestor.TypeParameterInfo
 
name - Variable in class org.eclipse.jdt.internal.compiler.lookup.ProblemBinding
 
name - Variable in class org.eclipse.jdt.internal.compiler.lookup.VariableBinding
 
name(int) - Method in class org.eclipse.jdt.internal.compiler.parser.diagnose.LexStream
 
name - Static variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
name() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredType
 
name - Variable in class org.eclipse.jdt.internal.core.Annotation
 
name - Variable in class org.eclipse.jdt.internal.core.ClassFile
 
name - Variable in class org.eclipse.jdt.internal.core.CompilationUnit
 
name - Variable in class org.eclipse.jdt.internal.core.CreateCompilationUnitOperation
The name of the compilation unit being created.
name - Variable in class org.eclipse.jdt.internal.core.CreatePackageDeclarationOperation
The name of the package declaration being created
name - Variable in class org.eclipse.jdt.internal.core.hierarchy.HierarchyType
 
name - Variable in class org.eclipse.jdt.internal.core.ImportDeclaration
 
name - Variable in class org.eclipse.jdt.internal.core.NamedMember
 
name - Variable in class org.eclipse.jdt.internal.core.search.matching.TypeParameterPattern
 
name - Variable in class org.eclipse.jdt.internal.core.search.matching.VariablePattern
 
name - Variable in class org.eclipse.jdt.internal.core.TypeParameter
 
name - Variable in class org.eclipse.jdt.internal.formatter.align.Alignment
 
NAME_COLLISION - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status constant indicating that a naming collision would occur if the operation proceeded.
NAME_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.AnnotationTypeDeclaration
The "name" structural property of this node type (child type: SimpleName).
NAME_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.AnnotationTypeMemberDeclaration
The "name" structural property of this node type (child type: SimpleName).
NAME_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.ClassInstanceCreation
The "name" structural property of this node type (child type: Name) (JLS2 API only).
NAME_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.EnumConstantDeclaration
The "name" structural property of this node type (child type: SimpleName).
NAME_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.EnumDeclaration
The "name" structural property of this node type (child type: SimpleName).
NAME_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.FieldAccess
The "name" structural property of this node type (child type: SimpleName).
NAME_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.ImportDeclaration
The "name" structural property of this node type (child type: Name).
NAME_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.MemberRef
The "name" structural property of this node type (child type: SimpleName).
NAME_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.MemberValuePair
The "name" structural property of this node type (child type: SimpleName).
NAME_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.MethodDeclaration
The "name" structural property of this node type (child type: SimpleName).
NAME_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.MethodInvocation
The "name" structural property of this node type (child type: SimpleName).
NAME_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.MethodRef
The "name" structural property of this node type (child type: SimpleName).
NAME_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.MethodRefParameter
The "name" structural property of this node type (child type: SimpleName).
NAME_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.PackageDeclaration
The "name" structural property of this node type (child type: Name).
NAME_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.QualifiedName
The "name" structural property of this node type (child type: SimpleName).
NAME_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.QualifiedType
The "name" structural property of this node type (child type: SimpleName).
NAME_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.SimpleType
The "name" structural property of this node type (child type: Name).
NAME_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.SingleVariableDeclaration
The "name" structural property of this node type (child type: SimpleName).
NAME_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.SuperFieldAccess
The "name" structural property of this node type (child type: SimpleName).
NAME_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.SuperMethodInvocation
The "name" structural property of this node type (child type: SimpleName).
NAME_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.TypeDeclaration
The "name" structural property of this node type (child type: SimpleName).
NAME_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.TypeParameter
The "name" structural property of this node type (child type: SimpleName).
NAME_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.VariableDeclarationFragment
The "name" structural property of this node type (child type: SimpleName).
NAMEANDTYPE_INITIAL_SIZE - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
nameAndTypeCacheForFieldsAndMethods - Variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
NameAndTypeTag - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
 
NamedMember - Class in org.eclipse.jdt.internal.core
 
NamedMember(JavaElement, String) - Constructor for class org.eclipse.jdt.internal.core.NamedMember
 
nameEnd - Variable in class org.eclipse.jdt.internal.core.AnnotatableInfo
The last position of this member's name in the its openable's buffer.
nameEnd - Variable in class org.eclipse.jdt.internal.core.AnnotationInfo
 
nameEnd - Variable in class org.eclipse.jdt.internal.core.ImportDeclarationElementInfo
The last position of this import declaration's name in the its openable's buffer.
nameEnd - Variable in class org.eclipse.jdt.internal.core.LocalVariable
 
nameEnd - Variable in class org.eclipse.jdt.internal.core.TypeParameterElementInfo
 
nameEnvironment - Variable in class org.eclipse.jdt.internal.codeassist.impl.Engine
 
nameEnvironment - Variable in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
 
nameEnvironment - Variable in class org.eclipse.jdt.internal.core.builder.AbstractImageBuilder
 
NameEnvironment - Class in org.eclipse.jdt.internal.core.builder
 
NameEnvironment(IJavaProject) - Constructor for class org.eclipse.jdt.internal.core.builder.NameEnvironment
 
nameEnvironment - Variable in class org.eclipse.jdt.internal.core.search.matching.MatchLocator
 
NameEnvironmentAnswer - Class in org.eclipse.jdt.internal.compiler.env
 
NameEnvironmentAnswer(IBinaryType, AccessRestriction) - Constructor for class org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer
 
NameEnvironmentAnswer(ICompilationUnit, AccessRestriction) - Constructor for class org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer
 
NameEnvironmentAnswer(ISourceType[], AccessRestriction) - Constructor for class org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer
 
nameLookup - Variable in class org.eclipse.jdt.internal.codeassist.InternalCompletionProposal
 
nameLookup - Variable in class org.eclipse.jdt.internal.core.hierarchy.HierarchyBuilder
 
NameLookup - Class in org.eclipse.jdt.internal.core
A NameLookup provides name resolution within a Java project.
NameLookup(IPackageFragmentRoot[], HashtableOfArrayToObject, ICompilationUnit[], Map) - Constructor for class org.eclipse.jdt.internal.core.NameLookup
 
nameLookup - Variable in class org.eclipse.jdt.internal.core.search.matching.MatchLocator
 
nameLookup - Variable in class org.eclipse.jdt.internal.core.SearchableEnvironment
 
nameLookup - Variable in class org.eclipse.jdt.internal.core.SelectionRequestor
 
NameLookup.Answer - Class in org.eclipse.jdt.internal.core
 
nameMatches(String, IJavaElement, boolean) - Method in class org.eclipse.jdt.internal.core.NameLookup
Returns true if the given element's name matches the specified searchName, otherwise false.
nameMatches(String, ICompilationUnit, boolean) - Method in class org.eclipse.jdt.internal.core.NameLookup
Returns true if the given cu's name matches the specified searchName, otherwise false.
NameReference - Class in org.eclipse.jdt.internal.compiler.ast
 
NameReference() - Constructor for class org.eclipse.jdt.internal.compiler.ast.NameReference
 
names - Variable in class org.eclipse.jdt.internal.core.builder.NameSet
 
names - Variable in class org.eclipse.jdt.internal.core.PackageFragment
 
NAMES - Static variable in class org.eclipse.jdt.internal.formatter.align.Alignment
 
NameSet - Class in org.eclipse.jdt.internal.core.builder
 
NameSet(int) - Constructor for class org.eclipse.jdt.internal.core.builder.NameSet
 
nameSourceEnd - Variable in class org.eclipse.jdt.internal.compiler.ISourceElementRequestor.FieldInfo
 
nameSourceEnd - Variable in class org.eclipse.jdt.internal.compiler.ISourceElementRequestor.MethodInfo
 
nameSourceEnd - Variable in class org.eclipse.jdt.internal.compiler.ISourceElementRequestor.ParameterInfo
 
nameSourceEnd - Variable in class org.eclipse.jdt.internal.compiler.ISourceElementRequestor.TypeInfo
 
nameSourceEnd - Variable in class org.eclipse.jdt.internal.compiler.ISourceElementRequestor.TypeParameterInfo
 
nameSourcePosition - Variable in class org.eclipse.jdt.internal.compiler.ast.FieldReference
 
nameSourcePosition - Variable in class org.eclipse.jdt.internal.compiler.ast.MessageSend
 
nameSourceStart - Variable in class org.eclipse.jdt.internal.compiler.ISourceElementRequestor.FieldInfo
 
nameSourceStart - Variable in class org.eclipse.jdt.internal.compiler.ISourceElementRequestor.MethodInfo
 
nameSourceStart - Variable in class org.eclipse.jdt.internal.compiler.ISourceElementRequestor.ParameterInfo
 
nameSourceStart - Variable in class org.eclipse.jdt.internal.compiler.ISourceElementRequestor.TypeInfo
 
nameSourceStart - Variable in class org.eclipse.jdt.internal.compiler.ISourceElementRequestor.TypeParameterInfo
 
nameStart - Variable in class org.eclipse.jdt.internal.core.AnnotatableInfo
The start position of this member's name in the its openable's buffer.
nameStart - Variable in class org.eclipse.jdt.internal.core.AnnotationInfo
 
nameStart - Variable in class org.eclipse.jdt.internal.core.ImportDeclarationElementInfo
The start position of this import declaration's name in the its openable's buffer.
nameStart - Variable in class org.eclipse.jdt.internal.core.LocalVariable
 
nameStart - Variable in class org.eclipse.jdt.internal.core.TypeParameterElementInfo
 
NamingConventions - Class in org.eclipse.jdt.core
Provides methods for computing Java-specific names.
NARROWING - Static variable in class org.eclipse.jdt.internal.compiler.lookup.BaseTypeBinding
 
nasb - Static variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
nasi(int) - Static method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
nasr - Static variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
NATIVE - Static variable in class org.eclipse.jdt.core.dom.Modifier
"native" modifier constant (bit mask).
NATIVE - Static variable in interface org.eclipse.jdt.internal.codeassist.impl.Keywords
 
NATIVE_KEYWORD - Static variable in class org.eclipse.jdt.core.dom.Modifier.ModifierKeyword
"native" modifier with flag value Modifier.NATIVE.
NativeMethodsCannotBeStrictfp - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
nativeMethodsCannotBeStrictfp(ReferenceBinding, AbstractMethodDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
NATURE_ID - Static variable in class org.eclipse.jdt.core.JavaCore
The identifier for the Java nature (value "org.eclipse.jdt.core.javanature").
NEED_BATCH_INITIALIZATION - Static variable in class org.eclipse.jdt.internal.core.JavaModelManager
 
needBlankFinalFieldInitializationCheck(FieldBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.BlockScope
Returns true if the context requires to check initialization of final blank fields.
needClassInitMethod() - Method in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
A will be requested as soon as static fields or assertions are present.
NeededScope - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
NeedFreeReturn - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
needImplementation(ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
NeedReceiverGenericCast - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
needRedoColumnAlignment - Variable in class org.eclipse.jdt.internal.formatter.align.Alignment
 
NEEDS_FULL_BUILD - Static variable in class org.eclipse.jdt.core.compiler.CompilationParticipant
 
needs_propagation - Variable in class java_cup.lalr_item
Flag to indicate that this item needs to propagate its lookahead (whether it has changed or not).
needSpace - Variable in class org.eclipse.jdt.internal.formatter.Location
 
needSpace - Variable in class org.eclipse.jdt.internal.formatter.Scribe
 
needsRefresh() - Method in class org.eclipse.jdt.internal.core.hierarchy.ChangeCollector
 
needsRefresh - Variable in class org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy
 
needsRefresh - Variable in class org.eclipse.jdt.internal.core.search.HierarchyScope
 
needsUncheckedConversion(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
Meant to be invoked on compatible types, to figure if unchecked conversion is necessary
NeedToEmulateConstructorAccess - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
needToEmulateFieldAccess(FieldBinding, ASTNode, boolean) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
NeedToEmulateFieldReadAccess - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
NeedToEmulateFieldWriteAccess - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
NeedToEmulateMethodAccess - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
needToEmulateMethodAccess(MethodBinding, ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
needValue() - Method in class org.eclipse.jdt.internal.compiler.ast.ReturnStatement
 
needValue() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetReturnStatement
 
NESTED_CLASS_SUMMARY - Static variable in interface org.eclipse.jdt.internal.core.JavadocConstants
 
nestedMethod - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
nestedType - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
NestedTypeBinding - Class in org.eclipse.jdt.internal.compiler.lookup
 
NestedTypeBinding(char[][], ClassScope, SourceTypeBinding) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.NestedTypeBinding
 
NEVER - Static variable in class org.eclipse.jdt.core.JavaCore
Configurable option value: "never".
never_indent_block_comments_on_first_column - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
never_indent_line_comments_on_first_column - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
NEW - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
NEW - Static variable in interface org.eclipse.jdt.internal.codeassist.impl.Keywords
 
NEW - Static variable in class org.eclipse.jdt.internal.core.dom.rewrite.ListRewriteEvent
 
NEW - Static variable in class org.eclipse.jdt.internal.core.dom.rewrite.RewriteEventStore
 
new_(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
newAccessRule(IPath, int) - Static method in class org.eclipse.jdt.core.JavaCore
Creates and returns a new access rule with the given file pattern and kind.
newAnnotationProcessorUnits - Variable in exception org.eclipse.jdt.internal.compiler.lookup.SourceTypeCollisionException
 
newAnnotationTypeDeclaration() - Method in class org.eclipse.jdt.core.dom.AST
Creates and returns a new unparented annotation type declaration node for an unspecified, but legal, name; no modifiers; no javadoc; and an empty list of member declarations.
newAnnotationTypeMemberDeclaration() - Method in class org.eclipse.jdt.core.dom.AST
Creates and returns a new unparented annotation type member declaration node for an unspecified, but legal, member name and type; no modifiers; no javadoc; and no default value.
newAnonymousClassDeclaration() - Method in class org.eclipse.jdt.core.dom.AST
Creates and returns a new unparented anonymous class declaration node owned by this AST.
NEWARRAY - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
newarray(int) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
newArray(ArrayBinding) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
newArrayAccess() - Method in class org.eclipse.jdt.core.dom.AST
Creates and returns a new unparented array access expression node owned by this AST.
newArrayCreation() - Method in class org.eclipse.jdt.core.dom.AST
Creates and returns a new unparented array creation expression node owned by this AST.
newArrayInitializer() - Method in class org.eclipse.jdt.core.dom.AST
Creates and returns a new unparented array initializer node owned by this AST.
newArrayType(Type) - Method in class org.eclipse.jdt.core.dom.AST
Creates and returns a new unparented array type node with the given component type, which may be another array type.
newArrayType(Type, int) - Method in class org.eclipse.jdt.core.dom.AST
Creates and returns a new unparented array type node with the given element type and number of (additional) dimensions.
newAssertStatement() - Method in class org.eclipse.jdt.core.dom.AST
Creates a new unparented assert statement node owned by this AST.
newAssignment() - Method in class org.eclipse.jdt.core.dom.AST
Creates and returns a new unparented assignment expression node owned by this AST.
newAST(int) - Static method in class org.eclipse.jdt.core.dom.AST
Creates a new Java abstract syntax tree (AST) following the specified set of API rules.
newBlock() - Method in class org.eclipse.jdt.core.dom.AST
Creates an unparented block node owned by this AST, for an empty list of statements.
newBlockComment() - Method in class org.eclipse.jdt.core.dom.AST
Creates and returns a new block comment placeholder node.
newBooleanLiteral(boolean) - Method in class org.eclipse.jdt.core.dom.AST
Creates and returns a new unparented boolean literal node.
newBreakStatement() - Method in class org.eclipse.jdt.core.dom.AST
Creates an unparented break statement node owned by this AST.
newCastExpression() - Method in class org.eclipse.jdt.core.dom.AST
Creates and returns a new unparented cast expression node owned by this AST.
newCatchClause() - Method in class org.eclipse.jdt.core.dom.AST
Creates a new unparented catch clause node owned by this AST.
newCharacterLiteral() - Method in class org.eclipse.jdt.core.dom.AST
Creates and returns a new unparented character literal node.
newClassFileReader(IResource) - Static method in class org.eclipse.jdt.internal.core.util.Util
 
newClassInstanceCreation() - Method in class org.eclipse.jdt.core.dom.AST
Creates and returns a new unparented class instance creation ("new") expression node owned by this AST.
newClasspathAttribute(String, String) - Static method in class org.eclipse.jdt.core.JavaCore
Creates and returns a new classpath attribute with the given name and the given value.
newCompilationUnit() - Method in class org.eclipse.jdt.core.dom.AST
Creates an unparented compilation unit node owned by this AST.
newCompiler() - Method in class org.eclipse.jdt.internal.core.builder.AbstractImageBuilder
 
newConditionalExpression() - Method in class org.eclipse.jdt.core.dom.AST
Creates and returns a new unparented conditional expression node owned by this AST.
newConstructorInvocation() - Method in class org.eclipse.jdt.core.dom.AST
Creates an unparented alternate constructor ("this(...);") invocation statement node owned by this AST.
newContainerEntry(IPath) - Static method in class org.eclipse.jdt.core.JavaCore
Creates and returns a new classpath entry of kind CPE_CONTAINER for the given path.
newContainerEntry(IPath, boolean) - Static method in class org.eclipse.jdt.core.JavaCore
Creates and returns a new classpath entry of kind CPE_CONTAINER for the given path.
newContainerEntry(IPath, IAccessRule[], IClasspathAttribute[], boolean) - Static method in class org.eclipse.jdt.core.JavaCore
Creates and returns a new classpath entry of kind CPE_CONTAINER for the given path.
newContinueStatement() - Method in class org.eclipse.jdt.core.dom.AST
Creates an unparented continue statement node owned by this AST.
newDeclarationMatch(ASTNode, IJavaElement, Binding, int, int, MatchLocator) - Method in class org.eclipse.jdt.internal.core.search.matching.ConstructorLocator
 
newDeclarationMatch(IJavaElement, Binding, int, int, int) - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocator
 
newDeclarationMatch(IJavaElement, Binding, int, int, int, SearchParticipant, IResource) - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocator
 
newDeclarationMatch(ASTNode, IJavaElement, Binding, int, int, MatchLocator) - Method in class org.eclipse.jdt.internal.core.search.matching.MethodLocator
 
newDeclarationMatch(ASTNode, IJavaElement, Binding, int, int, MatchLocator) - Method in class org.eclipse.jdt.internal.core.search.matching.OrLocator
 
newDeclarationMatch(ASTNode, IJavaElement, Binding, int, int, MatchLocator) - Method in class org.eclipse.jdt.internal.core.search.matching.PatternLocator
 
newDoesNotExistStatus() - Method in class org.eclipse.jdt.internal.core.JavaElement
 
newDOMNode() - Method in class org.eclipse.jdt.internal.core.jdom.DOMNode
Deprecated. Returns a new empty DOMNode for this instance.
newDoStatement() - Method in class org.eclipse.jdt.core.dom.AST
Creates a new unparented do statement node owned by this AST.
newElements - Variable in class org.eclipse.jdt.internal.core.CompilationUnitStructureRequestor
Hashtable of children elements of the compilation unit.
newEmptyStatement() - Method in class org.eclipse.jdt.core.dom.AST
Creates a new unparented empty statement node owned by this AST.
newEnhancedForStatement() - Method in class org.eclipse.jdt.core.dom.AST
Creates a new unparented enhanced for statement node owned by this AST.
newEnumConstantDeclaration() - Method in class org.eclipse.jdt.core.dom.AST
Creates an unparented enum constant declaration node owned by this AST.
newEnumDeclaration() - Method in class org.eclipse.jdt.core.dom.AST
Creates an unparented enum declaration node owned by this AST.
newErrorCount - Variable in class org.eclipse.jdt.internal.core.builder.BuildNotifier
 
NewErrorCount - Static variable in class org.eclipse.jdt.internal.core.builder.BuildNotifier
 
newEvaluationContext() - Method in interface org.eclipse.jdt.core.IJavaProject
Creates a new evaluation context.
newEvaluationContext() - Method in class org.eclipse.jdt.internal.core.JavaProject
 
newExpressionStatement(Expression) - Method in class org.eclipse.jdt.core.dom.AST
Creates a new unparented expression statement node owned by this AST, for the given expression.
newFieldAccess() - Method in class org.eclipse.jdt.core.dom.AST
Creates and returns a new unparented field access expression node owned by this AST.
newFieldDeclaration(VariableDeclarationFragment) - Method in class org.eclipse.jdt.core.dom.AST
Creates a new unparented field declaration node owned by this AST, for the given variable declaration fragment.
newFieldReferenceMatch(IJavaElement, IJavaElement, Binding, int, int, int, ASTNode) - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocator
 
newForStatement() - Method in class org.eclipse.jdt.core.dom.AST
Creates a new unparented for statement node owned by this AST.
newIfStatement() - Method in class org.eclipse.jdt.core.dom.AST
Creates a new unparented if statement node owned by this AST.
newImportDeclaration() - Method in class org.eclipse.jdt.core.dom.AST
Creates an unparented import declaration node owned by this AST.
newImportReference(char[][], long[], boolean, int) - Method in class org.eclipse.jdt.internal.compiler.SourceElementParser
 
newImportReference(char[][], long[], boolean, int) - Method in class org.eclipse.jdt.internal.core.search.indexing.IndexingParser
 
newInfixExpression() - Method in class org.eclipse.jdt.core.dom.AST
Creates and returns a new unparented infix expression node owned by this AST.
newInitializer() - Method in class org.eclipse.jdt.core.dom.AST
Creates an unparented initializer node owned by this AST, with an empty block.
newInstance() - Static method in class org.eclipse.jdt.internal.compiler.ClassFilePool
 
NewInstance - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
newInstance(int, int) - Method in class org.eclipse.jdt.internal.core.BufferCache
Returns a new instance of the reciever.
newInstance(int, int) - Method in class org.eclipse.jdt.internal.core.ElementCache
 
newInstance(int, int) - Method in class org.eclipse.jdt.internal.core.OverflowingLRUCache
Returns a new instance of the reciever.
newInstance(int) - Method in class org.eclipse.jdt.internal.core.util.LRUCache
Returns a new LRUCache instance
newInstanceofExpression() - Method in class org.eclipse.jdt.core.dom.AST
Creates and returns a new unparented instanceof expression node owned by this AST.
NewInstanceSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
newJavadoc() - Method in class org.eclipse.jdt.core.dom.AST
Creates and returns a new doc comment node.
newJavaElementDelta() - Method in class org.eclipse.jdt.internal.core.JavaModelOperation
Creates and returns a new IJavaElementDelta on the Java Model.
newJavaLangAssertionError() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
newJavaLangError() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
newJavaModelException(IStatus) - Method in class org.eclipse.jdt.internal.core.JavaElement
Creates and returns a new Java model exception for this element with the given status.
newLabeledStatement() - Method in class org.eclipse.jdt.core.dom.AST
Creates a new unparented labeled statement node owned by this AST.
newLibraryEntry(IPath, IPath, IPath) - Static method in class org.eclipse.jdt.core.JavaCore
Creates and returns a new non-exported classpath entry of kind CPE_LIBRARY for the JAR or folder identified by the given absolute path.
newLibraryEntry(IPath, IPath, IPath, boolean) - Static method in class org.eclipse.jdt.core.JavaCore
Creates and returns a new classpath entry of kind CPE_LIBRARY for the JAR or folder identified by the given absolute path.
newLibraryEntry(IPath, IPath, IPath, IAccessRule[], IClasspathAttribute[], boolean) - Static method in class org.eclipse.jdt.core.JavaCore
Creates and returns a new classpath entry of kind CPE_LIBRARY for the JAR or folder identified by the given absolute path.
newLineComment() - Method in class org.eclipse.jdt.core.dom.AST
Creates and returns a new line comment placeholder node.
newLocalVariableReferenceMatch(IJavaElement, int, int, int, ASTNode) - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocator
 
newMarkerAnnotation() - Method in class org.eclipse.jdt.core.dom.AST
Creates and returns a new unparented marker annotation node with an unspecified type name.
newMemberRef() - Method in class org.eclipse.jdt.core.dom.AST
Creates and returns a new member reference node.
newMemberValuePair() - Method in class org.eclipse.jdt.core.dom.AST
Creates and returns a new unparented member value pair node with an unspecified member name and value.
newMessageSend() - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionParser
 
newMessageSend() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
newMessageSend() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetParser
 
newMessageSendWithTypeArguments() - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionParser
 
newMessageSendWithTypeArguments() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
newMessageSendWithTypeArguments() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetParser
 
newMethodDeclaration() - Method in class org.eclipse.jdt.core.dom.AST
Creates an unparented method declaration node owned by this AST.
newMethodInvocation() - Method in class org.eclipse.jdt.core.dom.AST
Creates an unparented method invocation expression node owned by this AST.
newMethodRef() - Method in class org.eclipse.jdt.core.dom.AST
Creates and returns a new method reference node.
newMethodReferenceMatch(IJavaElement, Binding, int, int, int, boolean, boolean, ASTNode) - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocator
 
newMethodRefParameter() - Method in class org.eclipse.jdt.core.dom.AST
Creates and returns a new method reference node.
newMethodVerifier() - Method in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
 
newModifier(Modifier.ModifierKeyword) - Method in class org.eclipse.jdt.core.dom.AST
Creates and returns a new unparented modifier node for the given modifier.
newModifiers(int) - Method in class org.eclipse.jdt.core.dom.AST
Creates and returns a list of new unparented modifier nodes for the given modifier flags.
newMultiStatus(IJavaModelStatus[]) - Static method in class org.eclipse.jdt.internal.core.JavaModelStatus
Creates and returns a new IJavaModelStatus that is a a multi-status status.
newName(String) - Method in class org.eclipse.jdt.core.dom.AST
Creates and returns a new unparented name node for the given name.
newName(String[]) - Method in class org.eclipse.jdt.core.dom.AST
Creates and returns a new unparented name node for the given name segments.
newNameLookup(ICompilationUnit[]) - Method in class org.eclipse.jdt.internal.core.JavaProject
 
newNameLookup(WorkingCopyOwner) - Method in class org.eclipse.jdt.internal.core.JavaProject
 
newNoClassDefFoundError() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
newNormalAnnotation() - Method in class org.eclipse.jdt.core.dom.AST
Creates and returns a new unparented normal annotation node with an unspecified type name and an empty list of member value pairs.
newNotPresentException() - Method in class org.eclipse.jdt.internal.core.JavaElement
Creates and returns a new not present exception for this element.
newNullLiteral() - Method in class org.eclipse.jdt.core.dom.AST
Creates and returns a new unparented null literal node.
newNumberLiteral() - Method in class org.eclipse.jdt.core.dom.AST
Creates and returns a new unparented number literal node.
newNumberLiteral(String) - Method in class org.eclipse.jdt.core.dom.AST
Creates and returns a new unparented number literal node.
newPackageDeclaration() - Method in class org.eclipse.jdt.core.dom.AST
Creates an unparented package declaration node owned by this AST.
newPackageReferenceMatch(IJavaElement, int, int, int, ASTNode) - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocator
 
newParameterizedType(Type) - Method in class org.eclipse.jdt.core.dom.AST
Creates and returns a new unparented parameterized type node with the given type and an empty list of type arguments.
newParenthesizedExpression() - Method in class org.eclipse.jdt.core.dom.AST
Creates and returns a new unparented parenthesized expression node owned by this AST.
newParents - Variable in class org.eclipse.jdt.internal.core.MultiOperation
Table specifying the new parent for elements being copied/moved/renamed.
newParser(int) - Static method in class org.eclipse.jdt.core.dom.ASTParser
Creates a new object for creating a Java abstract syntax tree (AST) following the specified set of API rules.
newParser() - Method in class org.eclipse.jdt.internal.core.util.BindingKeyParser
 
newParser() - Method in class org.eclipse.jdt.internal.core.util.BindingKeyResolver
 
newParser() - Method in class org.eclipse.jdt.internal.core.util.JavaElementFinder
 
newParser() - Method in class org.eclipse.jdt.internal.core.util.KeyKind
 
newParser() - Method in class org.eclipse.jdt.internal.core.util.KeyToSignature
 
newPlaceholderNode(int) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.NodeInfoStore
Creates a placeholder node of the given type.
newPostfixExpression() - Method in class org.eclipse.jdt.core.dom.AST
Creates and returns a new unparented postfix expression node owned by this AST.
newPrefixExpression() - Method in class org.eclipse.jdt.core.dom.AST
Creates and returns a new unparented prefix expression node owned by this AST.
newPrimitiveType(PrimitiveType.Code) - Method in class org.eclipse.jdt.core.dom.AST
Creates and returns a new unparented primitive type node with the given type code.
newProjectEntry(IPath) - Static method in class org.eclipse.jdt.core.JavaCore
Creates and returns a new non-exported classpath entry of kind CPE_PROJECT for the project identified by the given absolute path.
newProjectEntry(IPath, boolean) - Static method in class org.eclipse.jdt.core.JavaCore
Creates and returns a new classpath entry of kind CPE_PROJECT for the project identified by the given absolute path.
newProjectEntry(IPath, IAccessRule[], boolean, IClasspathAttribute[], boolean) - Static method in class org.eclipse.jdt.core.JavaCore
Creates and returns a new classpath entry of kind CPE_PROJECT for the project identified by the given absolute path.
newQualifiedName(Name, SimpleName) - Method in class org.eclipse.jdt.core.dom.AST
Creates and returns a new unparented qualified name node for the given qualifier and simple name child node.
newQualifiedNameReference(char[][], long[], int, int) - Method in class org.eclipse.jdt.internal.compiler.SourceElementParser
 
newQualifiedNameReference(char[][], long[], int, int) - Method in class org.eclipse.jdt.internal.core.search.indexing.IndexingParser
 
newQualifiedType(Type, SimpleName) - Method in class org.eclipse.jdt.core.dom.AST
Creates and returns a new unparented qualified type node with the given qualifier type and name.
newRegion() - Static method in class org.eclipse.jdt.core.JavaCore
Returns a new empty region.
newReturnStatement() - Method in class org.eclipse.jdt.core.dom.AST
Creates a new unparented return statement node owned by this AST.
newSearchableNameEnvironment(ICompilationUnit[]) - Method in class org.eclipse.jdt.internal.core.JavaProject
 
newSearchableNameEnvironment(WorkingCopyOwner) - Method in class org.eclipse.jdt.internal.core.JavaProject
 
newSimpleName(String) - Method in class org.eclipse.jdt.core.dom.AST
Creates and returns a new unparented simple name node for the given identifier.
newSimpleType(Name) - Method in class org.eclipse.jdt.core.dom.AST
Creates and returns a new unparented simple type node with the given type name.
newSingleMemberAnnotation() - Method in class org.eclipse.jdt.core.dom.AST
Creates and returns a new unparented single member annotation node with an unspecified type name and value.
newSingleNameReference(char[], long) - Method in class org.eclipse.jdt.internal.compiler.SourceElementParser
 
newSingleNameReference(char[], long) - Method in class org.eclipse.jdt.internal.core.search.indexing.IndexingParser
 
newSingleVariableDeclaration() - Method in class org.eclipse.jdt.core.dom.AST
Creates an unparented single variable declaration node owned by this AST.
newSourceEntry(IPath) - Static method in class org.eclipse.jdt.core.JavaCore
Creates and returns a new classpath entry of kind CPE_SOURCE for all files in the project's source folder identified by the given absolute workspace-relative path.
newSourceEntry(IPath, IPath[]) - Static method in class org.eclipse.jdt.core.JavaCore
Creates and returns a new classpath entry of kind CPE_SOURCE for the project's source folder identified by the given absolute workspace-relative path but excluding all source files with paths matching any of the given patterns.
newSourceEntry(IPath, IPath[], IPath) - Static method in class org.eclipse.jdt.core.JavaCore
Creates and returns a new classpath entry of kind CPE_SOURCE for the project's source folder identified by the given absolute workspace-relative path but excluding all source files with paths matching any of the given patterns, and associated with a specific output location (that is, ".class" files are not going to the project default output location).
newSourceEntry(IPath, IPath[], IPath[], IPath) - Static method in class org.eclipse.jdt.core.JavaCore
Creates and returns a new classpath entry of kind CPE_SOURCE for the project's source folder identified by the given absolute workspace-relative path but excluding all source files with paths matching any of the given patterns, and associated with a specific output location (that is, ".class" files are not going to the project default output location).
newSourceEntry(IPath, IPath[], IPath[], IPath, IClasspathAttribute[]) - Static method in class org.eclipse.jdt.core.JavaCore
Creates and returns a new classpath entry of kind CPE_SOURCE for the project's source folder identified by the given absolute workspace-relative path using the given inclusion and exclusion patterns to determine which source files are included, and the given output path to control the output location of generated files.
newState - Variable in class org.eclipse.jdt.internal.core.builder.AbstractImageBuilder
 
newStringContatenation() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
newStringLiteral() - Method in class org.eclipse.jdt.core.dom.AST
Creates and returns a new unparented string literal node for the empty string literal.
newSuperConstructorInvocation() - Method in class org.eclipse.jdt.core.dom.AST
Creates an unparented alternate super constructor ("super(...);") invocation statement node owned by this AST.
newSuperFieldAccess() - Method in class org.eclipse.jdt.core.dom.AST
Creates and returns a new unparented super field access expression node owned by this AST.
newSuperMethodInvocation() - Method in class org.eclipse.jdt.core.dom.AST
Creates an unparented "super" method invocation expression node owned by this AST.
newSupertypeHierarchy(IProgressMonitor) - Method in interface org.eclipse.jdt.core.IType
Creates and returns a type hierarchy for this type containing this type and all of its supertypes.
newSupertypeHierarchy(ICompilationUnit[], IProgressMonitor) - Method in interface org.eclipse.jdt.core.IType
Creates and returns a type hierarchy for this type containing this type and all of its supertypes, considering types in the given working copies.
newSupertypeHierarchy(IWorkingCopy[], IProgressMonitor) - Method in interface org.eclipse.jdt.core.IType
Deprecated. Use IType.newSupertypeHierarchy(ICompilationUnit[], IProgressMonitor) instead
newSupertypeHierarchy(WorkingCopyOwner, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IType
Creates and returns a type hierarchy for this type containing this type and all of its supertypes, considering types in the working copies with the given owner.
newSupertypeHierarchy(IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.BinaryType
 
newSupertypeHierarchy(ICompilationUnit[], IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.BinaryType
 
newSupertypeHierarchy(IWorkingCopy[], IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.BinaryType
Deprecated.  
newSupertypeHierarchy(WorkingCopyOwner, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.BinaryType
 
newSupertypeHierarchy(IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.SourceType
 
newSupertypeHierarchy(ICompilationUnit[], IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.SourceType
 
newSupertypeHierarchy(IWorkingCopy[], IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.SourceType
Deprecated.  
newSupertypeHierarchy(WorkingCopyOwner, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.SourceType
 
newSwitchCase() - Method in class org.eclipse.jdt.core.dom.AST
Creates a new unparented switch case statement node owned by this AST.
newSwitchStatement() - Method in class org.eclipse.jdt.core.dom.AST
Creates a new unparented switch statement node owned by this AST.
newSymbol(String, int, ComplexSymbolFactory.Location, ComplexSymbolFactory.Location, Object) - Method in class java_cup.runtime.ComplexSymbolFactory
 
newSymbol(String, int, ComplexSymbolFactory.Location, ComplexSymbolFactory.Location) - Method in class java_cup.runtime.ComplexSymbolFactory
 
newSymbol(String, int, Symbol, Symbol, Object) - Method in class java_cup.runtime.ComplexSymbolFactory
 
newSymbol(String, int, Symbol, Symbol) - Method in class java_cup.runtime.ComplexSymbolFactory
 
newSymbol(String, int) - Method in class java_cup.runtime.ComplexSymbolFactory
 
newSymbol(String, int, Object) - Method in class java_cup.runtime.ComplexSymbolFactory
 
newSymbol(String, int, Symbol, Symbol, Object) - Method in class java_cup.runtime.DefaultSymbolFactory
 
newSymbol(String, int, Symbol, Symbol) - Method in class java_cup.runtime.DefaultSymbolFactory
 
newSymbol(String, int, int, int, Object) - Method in class java_cup.runtime.DefaultSymbolFactory
 
newSymbol(String, int, int, int) - Method in class java_cup.runtime.DefaultSymbolFactory
 
newSymbol(String, int) - Method in class java_cup.runtime.DefaultSymbolFactory
 
newSymbol(String, int, Object) - Method in class java_cup.runtime.DefaultSymbolFactory
 
newSymbol(String, int, Symbol, Symbol, Object) - Method in interface java_cup.runtime.SymbolFactory
Construction with left/right propagation switched on
newSymbol(String, int, Symbol, Symbol) - Method in interface java_cup.runtime.SymbolFactory
 
newSymbol(String, int, Object) - Method in interface java_cup.runtime.SymbolFactory
Construction with left/right propagation switched off
newSymbol(String, int) - Method in interface java_cup.runtime.SymbolFactory
 
newSynchronizedStatement() - Method in class org.eclipse.jdt.core.dom.AST
Creates a new unparented synchronized statement node owned by this AST.
newTagElement() - Method in class org.eclipse.jdt.core.dom.AST
Creates and returns a new tag element node.
newTemporaryInfo() - Method in class org.eclipse.jdt.internal.core.JavaProject
 
newTextElement() - Method in class org.eclipse.jdt.core.dom.AST
Creates and returns a new text element node.
newThisExpression() - Method in class org.eclipse.jdt.core.dom.AST
Creates and returns a new unparented "this" expression node owned by this AST.
newThrowStatement() - Method in class org.eclipse.jdt.core.dom.AST
Creates a new unparented throw statement node owned by this AST.
newTryStatement() - Method in class org.eclipse.jdt.core.dom.AST
Creates a new unparented try statement node owned by this AST.
newTypeDeclaration() - Method in class org.eclipse.jdt.core.dom.AST
Creates an unparented class declaration node owned by this AST.
newTypeDeclarationStatement(AbstractTypeDeclaration) - Method in class org.eclipse.jdt.core.dom.AST
Creates a new unparented local type declaration statement node owned by this AST, for the given type declaration.
newTypeDeclarationStatement(TypeDeclaration) - Method in class org.eclipse.jdt.core.dom.AST
Creates a new unparented local type declaration statement node owned by this AST, for the given type declaration.
newTypeHierarchy(IRegion, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IJavaProject
Creates and returns a type hierarchy for all types in the given region, considering subtypes within that region.
newTypeHierarchy(IRegion, WorkingCopyOwner, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IJavaProject
Creates and returns a type hierarchy for all types in the given region, considering subtypes within that region and considering types in the working copies with the given owner.
newTypeHierarchy(IType, IRegion, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IJavaProject
Creates and returns a type hierarchy for the given type considering subtypes in the specified region.
newTypeHierarchy(IType, IRegion, WorkingCopyOwner, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IJavaProject
Creates and returns a type hierarchy for the given type considering subtypes in the specified region and considering types in the working copies with the given owner.
newTypeHierarchy(IJavaProject, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IType
Creates and returns a type hierarchy for this type containing this type, all of its supertypes, and all its subtypes in the context of the given project.
newTypeHierarchy(IJavaProject, WorkingCopyOwner, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IType
Creates and returns a type hierarchy for this type containing this type, all of its supertypes, and all its subtypes in the context of the given project, considering types in the working copies with the given owner.
newTypeHierarchy(IProgressMonitor) - Method in interface org.eclipse.jdt.core.IType
Creates and returns a type hierarchy for this type containing this type, all of its supertypes, and all its subtypes in the workspace.
newTypeHierarchy(ICompilationUnit[], IProgressMonitor) - Method in interface org.eclipse.jdt.core.IType
Creates and returns a type hierarchy for this type containing this type, all of its supertypes, and all its subtypes in the workspace, considering types in the given working copies.
newTypeHierarchy(IWorkingCopy[], IProgressMonitor) - Method in interface org.eclipse.jdt.core.IType
Deprecated. Use IType.newTypeHierarchy(ICompilationUnit[], IProgressMonitor) instead
newTypeHierarchy(WorkingCopyOwner, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IType
Creates and returns a type hierarchy for this type containing this type, all of its supertypes, and all its subtypes in the workspace, considering types in the working copies with the given owner.
newTypeHierarchy(IRegion, WorkingCopyOwner, IProgressMonitor) - Static method in class org.eclipse.jdt.core.JavaCore
Creates and returns a type hierarchy for all types in the given region, considering subtypes within that region and considering types in the working copies with the given owner.
newTypeHierarchy(IJavaProject, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.BinaryType
 
newTypeHierarchy(IJavaProject, WorkingCopyOwner, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.BinaryType
 
newTypeHierarchy(IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.BinaryType
Deprecated.  
newTypeHierarchy(ICompilationUnit[], IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.BinaryType
 
newTypeHierarchy(IWorkingCopy[], IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.BinaryType
Deprecated.  
newTypeHierarchy(WorkingCopyOwner, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.BinaryType
 
newTypeHierarchy(IRegion, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.JavaProject
 
newTypeHierarchy(IRegion, WorkingCopyOwner, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.JavaProject
 
newTypeHierarchy(IType, IRegion, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.JavaProject
 
newTypeHierarchy(IType, IRegion, WorkingCopyOwner, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.JavaProject
 
newTypeHierarchy(IJavaProject, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.SourceType
 
newTypeHierarchy(IJavaProject, WorkingCopyOwner, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.SourceType
 
newTypeHierarchy(IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.SourceType
 
newTypeHierarchy(ICompilationUnit[], IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.SourceType
 
newTypeHierarchy(IWorkingCopy[], IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.SourceType
Deprecated.  
newTypeHierarchy(WorkingCopyOwner, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.SourceType
 
newTypeLiteral() - Method in class org.eclipse.jdt.core.dom.AST
Creates and returns a new unparented type literal expression node owned by this AST.
newTypeParameter() - Method in class org.eclipse.jdt.core.dom.AST
Creates and returns a new unparented type parameter type node with an unspecified type variable name and an empty list of type bounds.
newTypeParameterReferenceMatch(IJavaElement, int, int, int, ASTNode) - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocator
 
newTypeReferenceMatch(IJavaElement, Binding, int, int, int, ASTNode) - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocator
 
newTypeReferenceMatch(IJavaElement, Binding, int, ASTNode) - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocator
 
newUnionType() - Method in class org.eclipse.jdt.core.dom.AST
Creates a new unparented union type node owned by this AST.
newVariable(String, String, String) - Method in interface org.eclipse.jdt.core.eval.IEvaluationContext
Creates a new global variable with the given name, type, and initializer.
newVariable(String, String, String) - Method in class org.eclipse.jdt.internal.core.eval.EvaluationContextWrapper
 
newVariable(char[], char[], char[]) - Method in class org.eclipse.jdt.internal.eval.EvaluationContext
Creates a new global variable with the given name, type and initializer.
newVariableDeclarationExpression(VariableDeclarationFragment) - Method in class org.eclipse.jdt.core.dom.AST
Creates a new unparented local variable declaration expression node owned by this AST, for the given variable declaration fragment.
newVariableDeclarationFragment() - Method in class org.eclipse.jdt.core.dom.AST
Creates an unparented variable declaration fragment node owned by this AST.
newVariableDeclarationStatement(VariableDeclarationFragment) - Method in class org.eclipse.jdt.core.dom.AST
Creates a new unparented local variable declaration statement node owned by this AST, for the given variable declaration fragment.
newVariableEntry(IPath, IPath, IPath) - Static method in class org.eclipse.jdt.core.JavaCore
Creates and returns a new non-exported classpath entry of kind CPE_VARIABLE for the given path.
newVariableEntry(IPath, IPath, IPath, boolean) - Static method in class org.eclipse.jdt.core.JavaCore
Creates and returns a new classpath entry of kind CPE_VARIABLE for the given path.
newVariableEntry(IPath, IPath, IPath, IAccessRule[], IClasspathAttribute[], boolean) - Static method in class org.eclipse.jdt.core.JavaCore
Creates and returns a new classpath entry of kind CPE_VARIABLE for the given path.
newWarningCount - Variable in class org.eclipse.jdt.internal.core.builder.BuildNotifier
 
NewWarningCount - Static variable in class org.eclipse.jdt.internal.core.builder.BuildNotifier
 
newWhileStatement() - Method in class org.eclipse.jdt.core.dom.AST
Creates a new unparented while statement node owned by this AST.
newWildcardType() - Method in class org.eclipse.jdt.core.dom.AST
Creates and returns a new unparented wildcard type node with no type bound.
newWorkingCopy(String, IClasspathEntry[], IProblemRequestor, IProgressMonitor) - Method in class org.eclipse.jdt.core.WorkingCopyOwner
Deprecated. Use WorkingCopyOwner.newWorkingCopy(String, IClasspathEntry[], IProgressMonitor) instead. Note that if this deprecated method is used, problems may be reported twice if the given requestor is not the same as the current working copy owner one.
newWorkingCopy(String, IClasspathEntry[], IProgressMonitor) - Method in class org.eclipse.jdt.core.WorkingCopyOwner
Returns a new working copy with the given name using this working copy owner to create its buffer.
newWrapperFor(int) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
next() - Method in class java_cup.lalr_transition
Next transition in linked list of transitions out of a state
Next - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
next(int) - Method in class org.eclipse.jdt.internal.compiler.parser.diagnose.LexStream
 
next - Variable in class org.eclipse.jdt.internal.core.LRUCacheEnumerator.LRUEnumeratorElement
Next element
next - Variable in class org.eclipse.jdt.internal.core.util.LRUCache.LRUCacheEntry
Next entry in queue
next_index - Static variable in class java_cup.lalr_state
Static counter for assigning unique state indexes.
next_index - Static variable in class java_cup.non_terminal
Static counter to assign unique indexes.
next_index - Static variable in class java_cup.production
Static counter for assigning unique index numbers.
next_index - Static variable in class java_cup.terminal
Static counter to assign unique index.
NEXT_LINE - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Value to set a brace location at the start of the next line with the right indentation.
NEXT_LINE_ON_WRAP - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Value to set a brace location at the start of the next line if a wrapping occured.
NEXT_LINE_SHIFTED - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Value to set a brace location at the start of the next line with an extra indentation.
next_nt - Static variable in class java_cup.non_terminal
Static counter for creating unique non-terminal names
next_token() - Method in interface java_cup.runtime.Scanner
Return the next token, or null on end-of-file.
nextCaptureID() - Method in class org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope
 
nextChar() - Method in class org.eclipse.jdt.internal.formatter.comment.SubstitutionTextReader
Returns the next character.
nextElement() - Method in class org.eclipse.jdt.internal.core.LRUCacheEnumerator
Returns the next element.
nextIgnoredToken - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
NextSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
nextToken() - Method in class org.eclipse.jdt.internal.core.util.MementoTokenizer
 
nextTypeStart - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
nextWord() - Method in class org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper
 
NLS - Static variable in class org.eclipse.jdt.internal.compiler.impl.IrritantSet
 
NLSTag - Class in org.eclipse.jdt.internal.compiler.parser
 
NLSTag(int, int, int, int) - Constructor for class org.eclipse.jdt.internal.compiler.parser.NLSTag
 
nlsTagCounter - Variable in class org.eclipse.jdt.internal.formatter.Location
 
nlsTagCounter - Variable in class org.eclipse.jdt.internal.formatter.Scribe
 
nlsTags - Variable in class org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration
 
nlsTagsPtr - Variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
nlsTagsPtr - Variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
NO_ACCESS_RULES - Static variable in class org.eclipse.jdt.internal.core.ClasspathEntry
 
NO_ANNOTATIONS - Static variable in class org.eclipse.jdt.internal.compiler.lookup.Binding
 
NO_ANNOTATIONS - Static variable in class org.eclipse.jdt.internal.core.Annotation
 
NO_AST - Static variable in interface org.eclipse.jdt.core.ICompilationUnit
Constant indicating that a reconcile operation should not return an AST.
NO_ATTRIBUTES - Static variable in class org.eclipse.jdt.internal.core.util.ClassFileAttribute
 
NO_BATCH_INITIALIZATION - Static variable in class org.eclipse.jdt.internal.core.JavaModelManager
 
NO_BODY - Static variable in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
NO_CHAR - Static variable in class org.eclipse.jdt.core.compiler.CharOperation
Constant for an empty char array
NO_CHAR_CHAR - Static variable in class org.eclipse.jdt.core.compiler.CharOperation
Constant for an empty char array with two dimensions.
NO_CHAR_CHAR_CHAR - Static variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadocTag
 
NO_CHILDREN - Static variable in class org.eclipse.jdt.internal.core.JavaModelStatus
Empty children
NO_CLASSFILES - Static variable in class org.eclipse.jdt.internal.core.PackageFragment
Constant empty list of class files
NO_COMPILATION_UNITS - Static variable in class org.eclipse.jdt.internal.core.PackageFragment
Constant empty list of compilation units
NO_COMPLETION_INSIDE_COMMENT - Static variable in exception org.eclipse.jdt.internal.codeassist.complete.InvalidCursorLocation
 
NO_COMPLETION_INSIDE_NUMBER - Static variable in exception org.eclipse.jdt.internal.codeassist.complete.InvalidCursorLocation
 
NO_COMPLETION_INSIDE_STRING - Static variable in exception org.eclipse.jdt.internal.codeassist.complete.InvalidCursorLocation
 
NO_COMPLETION_INSIDE_UNICODE - Static variable in exception org.eclipse.jdt.internal.codeassist.complete.InvalidCursorLocation
 
NO_DELTA - Static variable in class org.eclipse.jdt.internal.core.ClasspathChange
 
NO_ELEMENT_VALUE_PAIRS - Static variable in class org.eclipse.jdt.internal.compiler.lookup.Binding
 
NO_ELEMENTS - Static variable in class org.eclipse.jdt.internal.core.JavaElement
 
NO_ELEMENTS - Static variable in class org.eclipse.jdt.internal.core.JavaModelOperation
An empty collection of IJavaElements - the common empty result if no elements are created, or if this operation is not actually executed.
NO_ELEMENTS_TO_PROCESS - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status constant indicating that no elements were provided to the operation for processing.
NO_ENTRIES - Static variable in class org.eclipse.jdt.internal.core.ClasspathEntry
 
NO_EXCEPTIONS - Static variable in class org.eclipse.jdt.internal.compiler.lookup.Binding
 
NO_EXTRA_ATTRIBUTES - Static variable in class org.eclipse.jdt.internal.core.ClasspathEntry
 
NO_FIELDS - Static variable in class org.eclipse.jdt.internal.compiler.lookup.Binding
 
NO_FIELDS - Static variable in class org.eclipse.jdt.internal.core.SourceTypeElementInfo
 
NO_FLAG - Static variable in class org.eclipse.jdt.internal.compiler.parser.diagnose.RangeUtil
 
NO_FLAVOR - Static variable in class org.eclipse.jdt.internal.core.search.matching.PatternLocator
 
NO_IMPORTS - Static variable in class org.eclipse.jdt.internal.core.SourceTypeElementInfo
 
NO_INFO - Static variable in class org.eclipse.jdt.internal.core.JavaElement
 
NO_INITIALIZERS - Static variable in class org.eclipse.jdt.internal.core.SourceTypeElementInfo
 
NO_LOCAL_CONTENTS - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status indicating that the corresponding resource has no local contents yet.
NO_LOCAL_VARIABLES - Static variable in class org.eclipse.jdt.internal.core.LocalVariable
 
NO_MEMBER_TYPES - Static variable in class org.eclipse.jdt.internal.compiler.lookup.Binding
 
NO_MEMBER_VALUE_PAIRS - Static variable in class org.eclipse.jdt.internal.core.Annotation
 
NO_METHODS - Static variable in class org.eclipse.jdt.internal.compiler.lookup.Binding
 
NO_METHODS - Static variable in class org.eclipse.jdt.internal.core.SourceTypeElementInfo
 
NO_NULL_DEFAULT - Static variable in class org.eclipse.jdt.internal.compiler.lookup.Binding
 
NO_PARAMETERS - Static variable in class org.eclipse.jdt.internal.compiler.lookup.Binding
 
no_prec - Static variable in class java_cup.assoc
 
NO_PREREQUISITES - Static variable in class org.eclipse.jdt.internal.core.JavaProject
An empty array of strings indicating that a project doesn't have any prerequesite projects.
NO_RESOURCE_MODIFICATION - Static variable in interface org.eclipse.jdt.core.IPackageFragmentRoot
Update model flag constant (bit mask value 1) indicating that the operation is to not copy/move/delete the package fragment root resource.
NO_SOURCE_ATTACHMENT - Static variable in class org.eclipse.jdt.internal.core.PackageFragmentRoot
 
NO_SOURCE_FILE - Static variable in class org.eclipse.jdt.internal.core.search.matching.PossibleMatch
 
NO_SOURCE_FILE_NAME - Static variable in class org.eclipse.jdt.internal.core.search.matching.PossibleMatch
 
NO_STRINGS - Static variable in class org.eclipse.jdt.core.compiler.CharOperation
Constant for an empty String array.
no_summary - Static variable in class java_cup.Main
User option -- do not print a summary.
NO_SUPERINTERFACES - Static variable in class org.eclipse.jdt.internal.compiler.lookup.Binding
 
NO_TAG - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
NO_TAG_VALUE - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
NO_TYPE - Static variable in class org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy
 
NO_TYPE_ARGUMENTS - Static variable in class org.eclipse.jdt.internal.compiler.ast.TypeReference
 
NO_TYPE_COMPLETION_ON_EMPTY_TOKEN - Static variable in class org.eclipse.jdt.internal.codeassist.CompletionEngine
 
NO_TYPE_VARIABLES - Static variable in class org.eclipse.jdt.internal.compiler.lookup.Binding
 
NO_TYPES - Static variable in class org.eclipse.jdt.internal.compiler.lookup.Binding
 
NO_TYPES - Static variable in class org.eclipse.jdt.internal.core.SourceTypeElementInfo
 
NO_VALUE - Static variable in class org.eclipse.jdt.internal.compiler.util.HashtableOfIntValues
 
NO_WORKING_COPY - Static variable in class org.eclipse.jdt.internal.core.JavaModelManager
 
NoAdditionalBoundAfterTypeVariable - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
noAdditionalBoundAfterTypeVariable(TypeReference) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
NoArgument - Static variable in class org.eclipse.jdt.internal.compiler.problem.ProblemHandler
 
node - Variable in class org.eclipse.jdt.internal.compiler.ISourceElementRequestor.FieldInfo
 
node - Variable in class org.eclipse.jdt.internal.compiler.ISourceElementRequestor.MethodInfo
 
node - Variable in class org.eclipse.jdt.internal.compiler.ISourceElementRequestor.TypeInfo
 
nodeClassForType(int) - Static method in class org.eclipse.jdt.core.dom.ASTNode
Returns the node class for the corresponding node type.
NodeFinder - Class in org.eclipse.jdt.core.dom
For a given range, finds the covered node and the covering node.
NodeFinder(ASTNode, int, int) - Constructor for class org.eclipse.jdt.core.dom.NodeFinder
Instantiate a new node finder using the given root node, the given start and the given length.
NodeInfoStore - Class in org.eclipse.jdt.internal.core.dom.rewrite
 
NodeInfoStore(AST) - Constructor for class org.eclipse.jdt.internal.core.dom.rewrite.NodeInfoStore
 
NodeInfoStore.CopyPlaceholderData - Class in org.eclipse.jdt.internal.core.dom.rewrite
 
NodeInfoStore.CopyPlaceholderData() - Constructor for class org.eclipse.jdt.internal.core.dom.rewrite.NodeInfoStore.CopyPlaceholderData
 
NodeInfoStore.StringPlaceholderData - Class in org.eclipse.jdt.internal.core.dom.rewrite
 
NodeInfoStore.StringPlaceholderData() - Constructor for class org.eclipse.jdt.internal.core.dom.rewrite.NodeInfoStore.StringPlaceholderData
 
NodeRewriteEvent - Class in org.eclipse.jdt.internal.core.dom.rewrite
 
NodeRewriteEvent(Object, Object) - Constructor for class org.eclipse.jdt.internal.core.dom.rewrite.NodeRewriteEvent
 
nodeSet - Variable in class org.eclipse.jdt.internal.core.search.matching.PossibleMatch
 
NoEffectAssignment - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
NoElements - Static variable in class org.eclipse.jdt.internal.core.TypeVector
 
NoEnclosingInstanceInConstructorCall - Static variable in class org.eclipse.jdt.internal.compiler.lookup.BlockScope
 
NoEnclosingInstanceInStaticContext - Static variable in class org.eclipse.jdt.internal.compiler.lookup.BlockScope
 
NoError - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.ProblemReasons
 
NoField - Static variable in interface org.eclipse.jdt.internal.compiler.env.IBinaryType
 
NoFieldOnBaseType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
NoId - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
NoImplicitStringConversion - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
NoImplicitStringConversionForCharArrayExpression - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
NoInterface - Static variable in interface org.eclipse.jdt.internal.compiler.env.IBinaryType
 
NoMessageSendOnArrayType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
NoMessageSendOnBaseType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
NoMethod - Static variable in interface org.eclipse.jdt.internal.compiler.env.IBinaryType
 
noMoreAvailableSpaceForArgument(LocalVariableBinding, ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
noMoreAvailableSpaceForConstant(TypeDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
noMoreAvailableSpaceForLocal(LocalVariableBinding, ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
noMoreAvailableSpaceInConstantPool(TypeDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
NON_EXISTING_JAR_TYPE_INFO - Static variable in class org.eclipse.jdt.internal.core.JavaModelCache
 
NON_NULL - Static variable in class org.eclipse.jdt.internal.compiler.flow.FlowInfo
 
non_terminal - Class in java_cup
This class represents a non-terminal symbol in the grammar.
non_terminal(String, String) - Constructor for class java_cup.non_terminal
Full constructor.
non_terminal(String) - Constructor for class java_cup.non_terminal
Constructor with default type.
non_terminal_index - Static variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
nonassoc - Static variable in class java_cup.assoc
 
NONASSOC - Static variable in class java_cup.parse_action
Constants for action type -- reduce action.
nonassoc_action - Class in java_cup
This class represents a shift/reduce nonassociative error within the parse table.
nonassoc_action() - Constructor for class java_cup.nonassoc_action
Simple constructor.
NonBlankFinalLocalAssignment - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
NonConstantExpression - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
NONE - Static variable in class org.eclipse.jdt.core.dom.Modifier
Modifier constant (bit mask, value 0) indicating no modifiers.
NONE - Static variable in class org.eclipse.jdt.internal.compiler.batch.Main
 
NONE - Static variable in class org.eclipse.jdt.internal.compiler.parser.SourceTypeConverter
 
NONE - Static variable in class org.eclipse.jdt.internal.formatter.align.Alignment
 
NoNestedType - Static variable in interface org.eclipse.jdt.internal.compiler.env.IBinaryType
 
NonExternalizedString - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
NonExternalizedStringLiteral - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
nonExternalizedStringLiteral(ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
NonGenericConstructor - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
NonGenericMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
NonGenericType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
nonGenericTypeCannotBeParameterized(int, ASTNode, TypeBinding, TypeBinding[]) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
NonJavaResource - Class in org.eclipse.jdt.internal.core
 
NonJavaResource(Object, IResource) - Constructor for class org.eclipse.jdt.internal.core.NonJavaResource
 
NONNULL_BY_DEFAULT - Static variable in class org.eclipse.jdt.internal.compiler.lookup.Binding
 
nonNullAnnotationName - Variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
Fully qualified name of annotation to use as marker for nonnull types.
nonNullByDefaultAnnotationName - Variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
Fully qualified name of annotation to use as marker for default nonnull.
NonNullLocalVariableComparisonYieldsFalse - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
NonStaticAccessToStatic - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
NonStaticAccessToStaticField - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
nonStaticAccessToStaticField(ASTNode, FieldBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
nonStaticAccessToStaticField(ASTNode, FieldBinding, int) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
NonStaticAccessToStaticMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
nonStaticAccessToStaticMethod(ASTNode, MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
NonStaticContextForEnumMemberType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
nonStaticContextForEnumMemberType(SourceTypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
NonStaticFieldFromStaticInvocation - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
NonStaticReferenceInConstructorInvocation - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.ProblemReasons
 
NonStaticReferenceInStaticContext - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.ProblemReasons
 
NonStaticTypeFromStaticInvocation - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
NOP - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
nop() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
NORMAL - Static variable in class org.eclipse.jdt.core.JavaCore
Configurable option value: "normal".
NORMAL - Static variable in class org.eclipse.jdt.internal.compiler.parser.RecoveredAnnotation
 
NORMAL_ANNOTATION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type NormalAnnotation.
NormalAnnotation - Class in org.eclipse.jdt.core.dom
Normal annotation node (added in JLS3 API).
NormalAnnotation - Class in org.eclipse.jdt.internal.compiler.ast
Normal annotation node
NormalAnnotation(TypeReference, int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.NormalAnnotation
 
normalize(ArrayList) - Static method in class org.eclipse.jdt.internal.compiler.batch.FileSystem.ClasspathNormalizer
Returns the normalized classpath entries (no duplicate).
normalizeCRs(char[], char[]) - Static method in class org.eclipse.jdt.internal.core.util.Util
Normalizes the cariage returns in the given text.
normalizeCRs(String, String) - Static method in class org.eclipse.jdt.internal.core.util.Util
Normalizes the carriage returns in the given text.
normalizedPath() - Method in class org.eclipse.jdt.internal.compiler.batch.ClasspathDirectory
 
normalizedPath() - Method in class org.eclipse.jdt.internal.compiler.batch.ClasspathJar
 
normalizedPath() - Method in interface org.eclipse.jdt.internal.compiler.batch.FileSystem.Classpath
Return a normalized path for file based classpath entries.
noSuchEnclosingInstance(TypeBinding, ASTNode, boolean) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
NOT - Static variable in class org.eclipse.jdt.core.dom.PrefixExpression.Operator
Logical complement "!" operator.
NOT - Static variable in interface org.eclipse.jdt.internal.compiler.ast.OperatorIds
 
NOT_COMPATIBLE - Static variable in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
NOT_COMPLAINED - Static variable in class org.eclipse.jdt.internal.compiler.ast.Statement
 
NOT_ENCLOSED - Static variable in class org.eclipse.jdt.internal.core.search.JavaSearchScope
 
NOT_EQUAL - Static variable in interface org.eclipse.jdt.internal.compiler.ast.OperatorIds
 
NOT_EQUALS - Static variable in class org.eclipse.jdt.core.dom.InfixExpression.Operator
Not equals "!=" operator.
not_null(Object) - Method in class java_cup.lalr_item_set
Helper function for null test.
not_null(Object) - Method in class java_cup.symbol_set
Helper function to test for a null object and throw an exception if one is found.
not_null(Object) - Method in class java_cup.terminal_set
Helper function to test for a null object and throw an exception if one is found.
not_reduced - Static variable in class java_cup.emit
Count of the number on non-reduced productions found.
NOT_RELATED - Static variable in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
NotAConstant - Static variable in class org.eclipse.jdt.internal.compiler.impl.Constant
 
notCompatibleTypesError(EqualExpression, TypeBinding, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
notCompatibleTypesError(InstanceOfExpression, TypeBinding, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
notCompatibleTypesErrorInForeach(Expression, TypeBinding, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
NotContinuableContext - Static variable in class org.eclipse.jdt.internal.compiler.flow.FlowContext
 
note_reduction_use() - Method in class java_cup.production
Increment the count of reductions with this non-terminal
note_use() - Method in class java_cup.symbol
Increment the use count.
NotFound - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.ProblemReasons
 
notifier - Variable in class org.eclipse.jdt.internal.core.builder.AbstractImageBuilder
 
notifyChanged(BufferChangedEvent) - Method in class org.eclipse.jdt.internal.core.Buffer
Notify the listeners that this buffer has changed.
notifyIdle(long) - Method in class org.eclipse.jdt.internal.core.search.indexing.IndexManager
No more job awaiting.
notifyIdle(long) - Method in class org.eclipse.jdt.internal.core.search.processing.JobManager
When idle, give chance to do something
notifyParticipants(SourceFile[]) - Method in class org.eclipse.jdt.internal.core.builder.AbstractImageBuilder
 
notifySourceElementRequestor(AbstractMethodDeclaration, TypeDeclaration, ImportReference) - Method in class org.eclipse.jdt.internal.codeassist.CompletionElementNotifier
 
notifySourceElementRequestor(CompilationUnitDeclaration, int, int, boolean, HashtableOfObjectToInt, Map) - Method in class org.eclipse.jdt.internal.codeassist.CompletionElementNotifier
 
notifySourceElementRequestor(FieldDeclaration, TypeDeclaration) - Method in class org.eclipse.jdt.internal.codeassist.CompletionElementNotifier
 
notifySourceElementRequestor(ImportReference, boolean) - Method in class org.eclipse.jdt.internal.codeassist.CompletionElementNotifier
 
notifySourceElementRequestor(TypeDeclaration, boolean, TypeDeclaration, ImportReference) - Method in class org.eclipse.jdt.internal.codeassist.CompletionElementNotifier
 
notifySourceElementRequestor(AbstractMethodDeclaration, TypeDeclaration, ImportReference) - Method in class org.eclipse.jdt.internal.compiler.SourceElementNotifier
 
notifySourceElementRequestor(CompilationUnitDeclaration, int, int, boolean, HashtableOfObjectToInt, Map) - Method in class org.eclipse.jdt.internal.compiler.SourceElementNotifier
 
notifySourceElementRequestor(FieldDeclaration, TypeDeclaration) - Method in class org.eclipse.jdt.internal.compiler.SourceElementNotifier
 
notifySourceElementRequestor(ImportReference, boolean) - Method in class org.eclipse.jdt.internal.compiler.SourceElementNotifier
 
notifySourceElementRequestor(TypeDeclaration, boolean, TypeDeclaration, ImportReference) - Method in class org.eclipse.jdt.internal.compiler.SourceElementNotifier
 
NotInitialized - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
 
NotVisible - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.ProblemReasons
 
NotVisibleConstructor - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
NotVisibleConstructorInDefaultConstructor - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
NotVisibleConstructorInImplicitConstructorCall - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
NotVisibleField - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
NotVisibleMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
NotVisibleType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
nowarn - Static variable in class java_cup.emit
Do we skip warnings?
NT_OFFSET - Static variable in interface org.eclipse.jdt.internal.compiler.parser.ParserBasicInformation
 
ntAction(int, int) - Static method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
NULL - Static variable in interface org.eclipse.jdt.internal.codeassist.impl.Keywords
 
NULL - Static variable in class org.eclipse.jdt.internal.compiler.flow.FlowInfo
 
NULL - Static variable in class org.eclipse.jdt.internal.compiler.impl.IrritantSet
 
NULL - Static variable in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
 
NULL - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
Null2Null - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
Null2String - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
NULL_FLAG_MASK - Static variable in class org.eclipse.jdt.internal.compiler.flow.FlowInfo
 
NULL_LITERAL - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type NullLiteral.
NULL_NAME - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status constant indicating that null was specified as a name argument.
NULL_PATH - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status constant indicating that a null path was supplied to the operation.
NULL_SOURCE_STRING - Static variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
NULL_SOURCE_STRING - Static variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
NULL_STRING - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status constant indicating that a string was supplied to the operation that was null.
NULL_UNSPECIFIED_BY_DEFAULT - Static variable in class org.eclipse.jdt.internal.compiler.lookup.Binding
 
nullability_end - Static variable in class java_cup.Main
Timing data -- when did we end nullability calculation
nullable() - Method in class java_cup.non_terminal
Nullability of this non terminal.
nullable() - Method in class java_cup.production
Nullability of the production (can it derive the empty string).
nullable_known() - Method in class java_cup.production
Is the nullability of the production known or unknown?
nullableAnnotationName - Variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
Fully qualified name of annotation to use as marker for nullable types.
NullAnnotationInferenceConflict - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
nullAnnotationIsRedundant(AbstractMethodDeclaration, int) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
nullBit1 - Variable in class org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo
 
nullBit2 - Variable in class org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo
 
nullBit3 - Variable in class org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo
 
nullBit4 - Variable in class org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo
 
NullBuffer - Class in org.eclipse.jdt.internal.core
This class represents a null buffer.
NullBuffer(IFile, IOpenable, boolean) - Constructor for class org.eclipse.jdt.internal.core.NullBuffer
Creates a new null buffer on an underlying resource.
nullDefaultAnnotationIsRedundant(ASTNode, Annotation[], Binding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
nullInfoLessUnconditionalCopy() - Method in class org.eclipse.jdt.internal.compiler.flow.ConditionalFlowInfo
 
nullInfoLessUnconditionalCopy() - Method in class org.eclipse.jdt.internal.compiler.flow.FlowInfo
Return a copy of this unconditional flow info, deprived from its null info.
nullInfoLessUnconditionalCopy() - Method in class org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo
 
NullInfoRegistry - Class in org.eclipse.jdt.internal.compiler.flow
A degenerate form of UnconditionalFlowInfo explicitly meant to capture the effects of null related operations within try blocks.
NullInfoRegistry(UnconditionalFlowInfo) - Constructor for class org.eclipse.jdt.internal.compiler.flow.NullInfoRegistry
Make a new null info registry, using an upstream flow info.
nullityMismatch(Expression, TypeBinding, TypeBinding, int, char[][]) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
nullityMismatchIsNull(Expression, TypeBinding, char[][]) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
nullityMismatchIsUnknown(Expression, TypeBinding, TypeBinding, char[][]) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
nullityMismatchPotentiallyNull(Expression, TypeBinding, char[][]) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
nullityMismatchSpecdNullable(Expression, TypeBinding, char[][]) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
NullLiteral - Class in org.eclipse.jdt.core.dom
Null literal node.
NullLiteral - Class in org.eclipse.jdt.internal.compiler.ast
 
NullLiteral(int, int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.NullLiteral
 
NullLocalVariableComparisonYieldsFalse - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
NullLocalVariableInstanceofYieldsFalse - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
NullLocalVariableReference - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
NullReference - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
NullSourceString - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
NullSpecViolation - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
nullStatus(FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.ArrayReference
 
nullStatus(FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.Assignment
 
nullStatus(FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.CastExpression
 
nullStatus(FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.CompoundAssignment
 
nullStatus(FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.ConditionalExpression
 
nullStatus(FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.Expression
 
nullStatus(FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.FieldReference
 
nullStatus(FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.MessageSend
 
nullStatus(FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.NullLiteral
 
nullStatus(FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.OperatorExpression
 
nullStatus(FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.QualifiedNameReference
 
nullStatus(FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.SingleNameReference
 
nullStatus(FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.ThisReference
 
nullStatus(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.FlowInfo
Answer the null status of the given local
NullUncheckedConversion - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
NUM_CHANGES - Variable in class org.eclipse.jdt.internal.core.index.MemoryIndex
 
num_conflicts - Static variable in class java_cup.emit
Number of conflict found while building tables.
NUM_NON_TERMINALS - Static variable in interface org.eclipse.jdt.internal.compiler.parser.ParserBasicInformation
 
num_productions() - Method in class java_cup.non_terminal
Total number of productions with this non terminal on the LHS.
num_reductions() - Method in class java_cup.production
Count of number of reductions using this production.
NUM_RULES - Static variable in interface org.eclipse.jdt.internal.compiler.parser.ParserBasicInformation
 
num_states() - Method in class java_cup.parse_action_table
How many rows/states are in the machine/table.
num_states() - Method in class java_cup.parse_reduce_table
How many rows/states in the machine/table.
NUM_STATES - Static variable in interface org.eclipse.jdt.internal.compiler.parser.ParserBasicInformation
 
NUM_SYMBOLS - Static variable in interface org.eclipse.jdt.internal.compiler.parser.ParserBasicInformation
 
NUM_TERMINALS - Static variable in interface org.eclipse.jdt.internal.compiler.parser.ParserBasicInformation
 
number() - Static method in class java_cup.lalr_state
Indicate total number of states there are.
number() - Static method in class java_cup.non_terminal
Total number of non-terminals.
number() - Static method in class java_cup.production
Total number of productions.
number() - Static method in class java_cup.terminal
Total number of terminals.
NUMBER_LITERAL - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type NumberLiteral.
number_of_empty_lines_to_preserve - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
NumberLiteral - Class in org.eclipse.jdt.core.dom
Number literal nodes.
NumberLiteral - Class in org.eclipse.jdt.internal.compiler.ast
 
NumberLiteral(char[], int, int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.NumberLiteral
 
NumberLiteral(int, int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.NumberLiteral
 
numberOfDifferentLocals(StackMapFrame) - Method in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrame
 
numberOfIndentations - Variable in class org.eclipse.jdt.internal.formatter.Location
 
numberOfIndentations - Variable in class org.eclipse.jdt.internal.formatter.Scribe
 
numberOfInitializers - Variable in class org.eclipse.jdt.internal.core.CreateInitializerOperation
The current number of initializers in the parent type.
numberOfMatches - Variable in class org.eclipse.jdt.internal.core.search.matching.MatchLocator
 
numberOfStackItems - Variable in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrame
 
NumberOfTables - Static variable in interface org.eclipse.jdt.internal.compiler.ast.OperatorIds
 
NumericValueOutOfRange - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 

O

obj_hash() - Method in class java_cup.lr_item_core
Return the hash code that object would have provided for us so we have a (nearly) unique id for debugging.
OBJECT - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
OBJECT - Static variable in interface org.eclipse.jdt.internal.core.search.indexing.IIndexConstants
 
Object2boolean - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
Object2byte - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
Object2char - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
Object2double - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
Object2float - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
Object2int - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
Object2long - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
Object2Object - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
Object2short - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
Object2String - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
ObjectCache - Class in org.eclipse.jdt.internal.compiler.codegen
 
ObjectCache() - Constructor for class org.eclipse.jdt.internal.compiler.codegen.ObjectCache
Constructs a new, empty hashtable.
ObjectCache(int) - Constructor for class org.eclipse.jdt.internal.compiler.codegen.ObjectCache
Constructs a new, empty hashtable with the specified initial capacity.
ObjectCannotBeGeneric - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
objectCannotBeGeneric(TypeDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
ObjectCannotHaveSuperTypes - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
objectCannotHaveSuperTypes(SourceTypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
ObjectConstrSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
ObjectHasNoSuperclass - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
General type related problems
ObjectMustBeClass - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
objectMustBeClass(SourceTypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
ObjectSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
ObjectVector - Class in org.eclipse.jdt.internal.compiler.util
 
ObjectVector() - Constructor for class org.eclipse.jdt.internal.compiler.util.ObjectVector
 
ObjectVector(int) - Constructor for class org.eclipse.jdt.internal.compiler.util.ObjectVector
 
OBVIOUS_IDENT_CHAR_NATURES - Static variable in class org.eclipse.jdt.internal.compiler.parser.ScannerHelper
 
occurencesOf(char, char[]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers the number of occurrences of the given character in the given array, 0 if any.
occurencesOf(char, char[], int) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers the number of occurrences of the given character in the given array starting at the given index, 0 if any.
occurrenceCount - Variable in class org.eclipse.jdt.internal.core.SourceRefElement
 
offset - Variable in class org.eclipse.jdt.internal.codeassist.InternalCompletionContext
 
offset - Variable in class org.eclipse.jdt.internal.compiler.codegen.VerificationTypeInfo
 
offset - Variable in class org.eclipse.jdt.internal.compiler.lookup.BlockScope
 
offset(int) - Method in class org.eclipse.jdt.internal.core.jdom.DOMNode
Deprecated. Offsets all the source indexes in this node by the given amount.
offsetRange(int[], int) - Method in class org.eclipse.jdt.internal.core.jdom.DOMNode
Deprecated. Offsets the source range by the given amount
offsets - Variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
OK - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
OLD - Static variable in class org.eclipse.jdt.internal.core.dom.rewrite.ListRewriteEvent
 
oldOtherRoots - Variable in class org.eclipse.jdt.internal.core.DeltaProcessingState
 
oldRoots - Variable in class org.eclipse.jdt.internal.core.DeltaProcessingState
 
oldRoots - Variable in class org.eclipse.jdt.internal.core.DeltaProcessor
 
ON_DEMAND_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.ImportDeclaration
The "onDemand" structural property of this node type (type: Boolean).
on_symbol() - Method in class java_cup.lalr_transition
The symbol we make the transition on.
OnDemand - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
onDemand - Variable in class org.eclipse.jdt.internal.compiler.lookup.ImportBinding
 
onDemandImportCacheCount - Variable in class org.eclipse.jdt.internal.codeassist.impl.Engine
 
onDemandImportsCache - Variable in class org.eclipse.jdt.internal.codeassist.impl.Engine
 
One - Static variable in class org.eclipse.jdt.internal.compiler.ast.IntLiteral
 
ONE_STAR - Static variable in interface org.eclipse.jdt.internal.core.search.indexing.IIndexConstants
 
ONE_STAR_CHAR - Static variable in interface org.eclipse.jdt.internal.core.search.indexing.IIndexConstants
 
ONE_ZERO - Static variable in interface org.eclipse.jdt.internal.core.search.indexing.IIndexConstants
 
ONE_ZERO_CHAR - Static variable in interface org.eclipse.jdt.internal.core.search.indexing.IIndexConstants
 
ONLY_INLINE_TAG - Static variable in interface org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadoc
 
ONLY_SUPER_CLASSES - Static variable in class org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern
 
ONLY_SUPER_INTERFACES - Static variable in class org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern
 
OPC_aaload - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_aastore - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_aconst_null - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_aload - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_aload_0 - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_aload_1 - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_aload_2 - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_aload_3 - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_anewarray - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_areturn - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_arraylength - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_astore - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_astore_0 - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_astore_1 - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_astore_2 - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_astore_3 - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_athrow - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_baload - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_bastore - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_bipush - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_caload - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_castore - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_checkcast - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_d2f - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_d2i - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_d2l - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_dadd - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_daload - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_dastore - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_dcmpg - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_dcmpl - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_dconst_0 - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_dconst_1 - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_ddiv - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_dload - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_dload_0 - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_dload_1 - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_dload_2 - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_dload_3 - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_dmul - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_dneg - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_drem - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_dreturn - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_dstore - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_dstore_0 - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_dstore_1 - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_dstore_2 - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_dstore_3 - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_dsub - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_dup - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_dup2 - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_dup2_x1 - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_dup2_x2 - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_dup_x1 - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_dup_x2 - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_f2d - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_f2i - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_f2l - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_fadd - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_faload - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_fastore - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_fcmpg - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_fcmpl - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_fconst_0 - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_fconst_1 - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_fconst_2 - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_fdiv - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_fload - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_fload_0 - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_fload_1 - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_fload_2 - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_fload_3 - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_fmul - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_fneg - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_frem - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_freturn - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_fstore - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_fstore_0 - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_fstore_1 - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_fstore_2 - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_fstore_3 - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_fsub - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_getfield - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_getstatic - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_goto - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_goto_w - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_i2b - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_i2c - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_i2d - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_i2f - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_i2l - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_i2s - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_iadd - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_iaload - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_iand - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_iastore - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_iconst_0 - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_iconst_1 - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_iconst_2 - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_iconst_3 - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_iconst_4 - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_iconst_5 - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_iconst_m1 - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_idiv - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_if_acmpeq - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_if_acmpne - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_if_icmpeq - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_if_icmpge - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_if_icmpgt - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_if_icmple - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_if_icmplt - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_if_icmpne - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_ifeq - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_ifge - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_ifgt - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_ifle - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_iflt - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_ifne - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_ifnonnull - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_ifnull - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_iinc - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_iload - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_iload_0 - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_iload_1 - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_iload_2 - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_iload_3 - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_imul - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_ineg - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_instanceof - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_invokeinterface - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_invokespecial - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_invokestatic - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_invokevirtual - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_ior - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_irem - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_ireturn - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_ishl - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_ishr - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_istore - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_istore_0 - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_istore_1 - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_istore_2 - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_istore_3 - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_isub - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_iushr - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_ixor - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_jsr - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_jsr_w - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_l2d - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_l2f - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_l2i - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_ladd - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_laload - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_land - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_lastore - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_lcmp - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_lconst_0 - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_lconst_1 - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_ldc - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_ldc2_w - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_ldc_w - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_ldiv - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_lload - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_lload_0 - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_lload_1 - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_lload_2 - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_lload_3 - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_lmul - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_lneg - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_lookupswitch - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_lor - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_lrem - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_lreturn - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_lshl - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_lshr - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_lstore - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_lstore_0 - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_lstore_1 - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_lstore_2 - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_lstore_3 - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_lsub - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_lushr - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_lxor - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_monitorenter - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_monitorexit - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_multianewarray - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_new - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_newarray - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_nop - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_pop - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_pop2 - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_putfield - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_putstatic - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_ret - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_return - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_saload - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_sastore - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_sipush - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_swap - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_tableswitch - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
OPC_wide - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.Opcodes
 
Opcodes - Interface in org.eclipse.jdt.internal.compiler.codegen
 
OpcodeStringValues - Class in org.eclipse.jdt.core.util
Description of each opcode mnemonic according to the JVM specifications.
OpcodeStringValues() - Constructor for class org.eclipse.jdt.core.util.OpcodeStringValues
 
open(IProgressMonitor) - Method in interface org.eclipse.jdt.core.IOpenable
Opens this element and all parent elements that are not already open.
open(IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.Openable
 
open_files() - Static method in class java_cup.Main
Open various files used by the system.
Openable - Class in org.eclipse.jdt.internal.core
Abstract class for implementations of java elements which are IOpenable.
Openable(JavaElement) - Constructor for class org.eclipse.jdt.internal.core.Openable
 
openable - Variable in class org.eclipse.jdt.internal.core.search.matching.PossibleMatch
 
openable - Variable in class org.eclipse.jdt.internal.core.SelectionRequestor
 
openableCache - Variable in class org.eclipse.jdt.internal.core.JavaModelCache
Cache of open compilation unit and class files
OpenableElementInfo - Class in org.eclipse.jdt.internal.core
Element info for IOpenable elements.
OpenableElementInfo() - Constructor for class org.eclipse.jdt.internal.core.OpenableElementInfo
 
openAncestors(HashMap, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.CompilationUnit
 
openAncestors(HashMap, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.Openable
 
openBuffer(IProgressMonitor, Object) - Method in class org.eclipse.jdt.internal.core.ClassFile
Opens and returns buffer on the source code associated with this class file.
openBuffer(IProgressMonitor, Object) - Method in class org.eclipse.jdt.internal.core.ClassFileWorkingCopy
 
openBuffer(IProgressMonitor, Object) - Method in class org.eclipse.jdt.internal.core.CompilationUnit
 
openBuffer(IProgressMonitor, Object) - Method in class org.eclipse.jdt.internal.core.Openable
Opens a buffer on the contents of this element, and returns the buffer, or returns null if opening fails.
opened(IJavaElement) - Method in class org.eclipse.jdt.internal.core.JavaElementDelta
Creates the nested deltas for an opened element.
openedBinaryTypes - Variable in class org.eclipse.jdt.internal.codeassist.CompletionEngine
 
openWhenClosed(Object, boolean, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.JavaElement
 
OPERAND_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.PostfixExpression
The "operand" structural property of this node type (child type: Expression).
OPERAND_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.PrefixExpression
The "operand" structural property of this node type (child type: Expression).
operation_cancelled - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
operation_cannotRenameDefaultPackage - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
operation_copyElementProgress - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
operation_copyResourceProgress - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
operation_createFieldProgress - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
operation_createImportsProgress - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
operation_createInitializerProgress - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
operation_createMethodProgress - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
operation_createPackageFragmentProgress - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
operation_createPackageProgress - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
operation_createTypeProgress - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
operation_createUnitProgress - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
operation_deleteElementProgress - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
operation_deleteResourceProgress - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
operation_moveElementProgress - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
operation_moveResourceProgress - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
operation_needAbsolutePath - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
operation_needElements - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
operation_needName - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
operation_needPath - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
operation_needString - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
operation_notSupported - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
operation_nullContainer - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
operation_nullName - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
operation_pathOutsideProject - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
operation_renameElementProgress - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
operation_renameResourceProgress - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
operation_sortelements - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
OPERATION_STACKS - Static variable in class org.eclipse.jdt.internal.core.JavaModelOperation
 
operator - Variable in class org.eclipse.jdt.internal.compiler.ast.CompoundAssignment
 
OPERATOR_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.Assignment
The "operator" structural property of this node type (type: Assignment.Operator).
OPERATOR_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.InfixExpression
The "operator" structural property of this node type (type: InfixExpression.Operator).
OPERATOR_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.PostfixExpression
The "operator" structural property of this node type (type: PostfixExpression.Operator).
OPERATOR_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.PrefixExpression
The "operator" structural property of this node type (type: PrefixExpression.Operator).
OperatorExpression - Class in org.eclipse.jdt.internal.compiler.ast
 
OperatorExpression() - Constructor for class org.eclipse.jdt.internal.compiler.ast.OperatorExpression
OperatorExpression constructor comment.
OperatorIds - Interface in org.eclipse.jdt.internal.compiler.ast
 
OperatorMASK - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
operatorOnlyValidOnNumericType(CompoundAssignment, TypeBinding, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
OperatorSHIFT - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
OperatorSignatures - Static variable in class org.eclipse.jdt.internal.compiler.ast.OperatorExpression
 
operatorToString() - Method in class org.eclipse.jdt.internal.compiler.ast.CompoundAssignment
 
operatorToString() - Method in class org.eclipse.jdt.internal.compiler.ast.OperatorExpression
 
operatorToString() - Method in class org.eclipse.jdt.internal.compiler.ast.PostfixExpression
 
operatorToString() - Method in class org.eclipse.jdt.internal.compiler.ast.PrefixExpression
 
opt_compact_red - Static variable in class java_cup.Main
User option -- do we compact tables by making most common reduce the default action
opt_do_debug - Static variable in class java_cup.Main
User option -- do we run produce extra debugging messages
opt_dump_grammar - Static variable in class java_cup.Main
User option -- do we produce a dump of the grammar
opt_dump_states - Static variable in class java_cup.Main
User option -- do we produce a dump of the state machine
opt_dump_tables - Static variable in class java_cup.Main
User option -- do we produce a dump of the parse tables
opt_show_timing - Static variable in class java_cup.Main
User option -- do we show timing information as a part of the summary
OPTIMIZE_OUT - Static variable in class org.eclipse.jdt.core.JavaCore
Configurable option value: "optimize out".
OPTIMIZE_OUT - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
optimizeBranch(int, BranchLabel) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
optimizeBranch(int, BranchLabel) - Method in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream
 
optimizedBooleanConstant - Variable in class org.eclipse.jdt.internal.compiler.ast.BinaryExpression
 
optimizedBooleanConstant() - Method in class org.eclipse.jdt.internal.compiler.ast.BinaryExpression
 
optimizedBooleanConstant(int, int, int) - Method in class org.eclipse.jdt.internal.compiler.ast.BinaryExpression
 
optimizedBooleanConstant() - Method in class org.eclipse.jdt.internal.compiler.ast.CastExpression
 
optimizedBooleanConstant - Variable in class org.eclipse.jdt.internal.compiler.ast.ConditionalExpression
 
optimizedBooleanConstant() - Method in class org.eclipse.jdt.internal.compiler.ast.ConditionalExpression
 
optimizedBooleanConstant() - Method in class org.eclipse.jdt.internal.compiler.ast.Expression
Constant usable for bytecode pattern optimizations, but cannot be inlined since it is not strictly equivalent to the definition of constant expressions.
optimizedBooleanConstant() - Method in class org.eclipse.jdt.internal.compiler.ast.FieldReference
 
optimizedBooleanConstant() - Method in class org.eclipse.jdt.internal.compiler.ast.QualifiedNameReference
 
optimizedBooleanConstant - Variable in class org.eclipse.jdt.internal.compiler.ast.UnaryExpression
 
optimizedBooleanConstant() - Method in class org.eclipse.jdt.internal.compiler.ast.UnaryExpression
 
optimizedConcatNodeLists() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
optimizedIfFalseConstant - Variable in class org.eclipse.jdt.internal.compiler.ast.ConditionalExpression
 
optimizedIfTrueConstant - Variable in class org.eclipse.jdt.internal.compiler.ast.ConditionalExpression
 
OptimizedLength - Static variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
OptimizedLength - Static variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
OptimizedReplaceEdit - Class in org.eclipse.jdt.internal.formatter
 
OptimizedReplaceEdit(int, int, String) - Constructor for class org.eclipse.jdt.internal.formatter.OptimizedReplaceEdit
 
optimizeStringLiterals - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
OPTION_AnnotationBasedNullAnalysis - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ArgumentPrefixes - Static variable in class org.eclipse.jdt.internal.codeassist.impl.AssistOptions
 
OPTION_ArgumentSuffixes - Static variable in class org.eclipse.jdt.internal.codeassist.impl.AssistOptions
 
OPTION_CamelCaseMatch - Static variable in class org.eclipse.jdt.internal.codeassist.impl.AssistOptions
 
OPTION_Compliance - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_DocCommentSupport - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_Encoding - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_FatalOptionalError - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_FieldPrefixes - Static variable in class org.eclipse.jdt.internal.codeassist.impl.AssistOptions
 
OPTION_FieldSuffixes - Static variable in class org.eclipse.jdt.internal.codeassist.impl.AssistOptions
 
OPTION_ForceImplicitQualification - Static variable in class org.eclipse.jdt.internal.codeassist.impl.AssistOptions
 
OPTION_GenerateClassFiles - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_IncludeNullInfoFromAsserts - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_InlineJsr - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_LineNumberAttribute - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_LocalPrefixes - Static variable in class org.eclipse.jdt.internal.codeassist.impl.AssistOptions
 
OPTION_LocalSuffixes - Static variable in class org.eclipse.jdt.internal.codeassist.impl.AssistOptions
 
OPTION_LocalVariableAttribute - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
Option IDs
OPTION_MaxProblemPerUnit - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_NonNullAnnotationName - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_NonNullByDefaultAnnotationName - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_NullableAnnotationName - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_PerformDeprecationCheck - Static variable in class org.eclipse.jdt.internal.codeassist.impl.AssistOptions
 
OPTION_PerformDiscouragedReferenceCheck - Static variable in class org.eclipse.jdt.internal.codeassist.impl.AssistOptions
 
OPTION_PerformForbiddenReferenceCheck - Static variable in class org.eclipse.jdt.internal.codeassist.impl.AssistOptions
 
OPTION_PerformVisibilityCheck - Static variable in class org.eclipse.jdt.internal.codeassist.impl.AssistOptions
Option IDs
OPTION_PreserveUnusedLocal - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_Process_Annotations - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportAnnotationSuperInterface - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportAssertIdentifier - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportAutoboxing - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportComparingIdentical - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportDeadCode - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportDeadCodeInTrivialIfStatement - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportDeprecation - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportDeprecationInDeprecatedCode - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportDeprecationWhenOverridingDeprecatedMethod - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportDiscouragedReference - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportEmptyStatement - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportEnumIdentifier - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportExplicitlyClosedAutoCloseable - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportFallthroughCase - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportFieldHiding - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportFinallyBlockNotCompletingNormally - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportFinalParameterBound - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportForbiddenReference - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportHiddenCatchBlock - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportIncompatibleNonInheritedInterfaceMethod - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportIncompleteEnumSwitch - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportIndirectStaticAccess - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportInvalidJavadoc - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportInvalidJavadocTags - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportInvalidJavadocTagsDeprecatedRef - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportInvalidJavadocTagsNotVisibleRef - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportInvalidJavadocTagsVisibility - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportLocalVariableHiding - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportMethodCanBePotentiallyStatic - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportMethodCanBeStatic - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportMethodWithConstructorName - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportMissingDefaultCase - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportMissingDeprecatedAnnotation - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportMissingEnumCaseDespiteDefault - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportMissingHashCodeMethod - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportMissingJavadocComments - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportMissingJavadocCommentsOverriding - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportMissingJavadocCommentsVisibility - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportMissingJavadocTagDescription - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportMissingJavadocTags - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportMissingJavadocTagsMethodTypeParameters - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportMissingJavadocTagsOverriding - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportMissingJavadocTagsVisibility - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportMissingNonNullByDefaultAnnotation - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportMissingOverrideAnnotation - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportMissingOverrideAnnotationForInterfaceMethodImplementation - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportMissingSerialVersion - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportMissingSynchronizedOnInheritedMethod - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportNoEffectAssignment - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportNoImplicitStringConversion - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportNonExternalizedStringLiteral - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportNonStaticAccessToStatic - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportNullAnnotationInferenceConflict - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportNullReference - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportNullSpecViolation - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportNullUncheckedConversion - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportOverridingMethodWithoutSuperInvocation - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportOverridingPackageDefaultMethod - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportParameterAssignment - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportPossibleAccidentalBooleanAssignment - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportPotentiallyUnclosedCloseable - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportPotentialNullReference - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportRawTypeReference - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportRedundantNullAnnotation - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportRedundantNullCheck - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportRedundantSpecificationOfTypeArguments - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportRedundantSuperinterface - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportSpecialParameterHidingField - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportSyntheticAccessEmulation - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportTasks - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportTypeParameterHiding - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportUnavoidableGenericTypeProblems - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportUncheckedTypeOperation - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportUnclosedCloseable - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportUndocumentedEmptyBlock - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportUnhandledWarningToken - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportUnnecessaryElse - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportUnnecessaryTypeCheck - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportUnqualifiedFieldAccess - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportUnusedDeclaredThrownException - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportUnusedDeclaredThrownExceptionExemptExceptionAndThrowable - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportUnusedDeclaredThrownExceptionIncludeDocCommentReference - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportUnusedDeclaredThrownExceptionWhenOverriding - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportUnusedImport - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportUnusedLabel - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportUnusedLocal - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportUnusedObjectAllocation - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportUnusedParameter - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportUnusedParameterIncludeDocCommentReference - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportUnusedParameterWhenImplementingAbstract - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportUnusedParameterWhenOverridingConcrete - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportUnusedPrivateMember - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportUnusedTypeArgumentsForMethodInvocation - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportUnusedWarningToken - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_ReportVarargsArgumentNeedCast - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_Source - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_SourceFileAttribute - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_StaticFieldPrefixes - Static variable in class org.eclipse.jdt.internal.codeassist.impl.AssistOptions
 
OPTION_StaticFieldSuffixes - Static variable in class org.eclipse.jdt.internal.codeassist.impl.AssistOptions
 
OPTION_StaticFinalFieldPrefixes - Static variable in class org.eclipse.jdt.internal.codeassist.impl.AssistOptions
 
OPTION_StaticFinalFieldSuffixes - Static variable in class org.eclipse.jdt.internal.codeassist.impl.AssistOptions
 
OPTION_SuggestStaticImports - Static variable in class org.eclipse.jdt.internal.codeassist.impl.AssistOptions
 
OPTION_SuppressOptionalErrors - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_SuppressWarnings - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_TargetPlatform - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_TaskCaseSensitive - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_TaskPriorities - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTION_TaskTags - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OPTIONAL - Static variable in interface org.eclipse.jdt.core.IClasspathAttribute
Constant for the name of the optional attribute.
Optional - Static variable in interface org.eclipse.jdt.internal.compiler.problem.ProblemSeverities
 
optionKeyFromIrritant(int) - Static method in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
Return the most specific option key controlling this irritant.
options - Variable in class org.eclipse.jdt.internal.codeassist.impl.Engine
 
options - Variable in class org.eclipse.jdt.internal.compiler.batch.Main
 
options - Variable in class org.eclipse.jdt.internal.compiler.Compiler
 
options - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
options - Variable in class org.eclipse.jdt.internal.compiler.problem.ProblemHandler
 
options - Variable in class org.eclipse.jdt.internal.core.JavaModelManager.PerProjectInfo
 
options - Variable in class org.eclipse.jdt.internal.core.search.matching.MatchLocator
 
OR - Static variable in class org.eclipse.jdt.core.dom.InfixExpression.Operator
Inclusive OR "|" operator.
OR - Static variable in interface org.eclipse.jdt.internal.compiler.ast.OperatorIds
 
OR_OR - Static variable in interface org.eclipse.jdt.internal.compiler.ast.OperatorIds
 
OR_OR_Expression - Class in org.eclipse.jdt.internal.compiler.ast
 
OR_OR_Expression(Expression, Expression, int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.OR_OR_Expression
 
OR_PATTERN - Static variable in interface org.eclipse.jdt.internal.core.search.indexing.IIndexConstants
 
ORDERED_TAGS_NUMBER - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
Ordinal - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
OrdinalSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
ORG - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
org.apache.tapestry.util.text - package org.apache.tapestry.util.text
 
org.eclipse.jdt.core - package org.eclipse.jdt.core
 
org.eclipse.jdt.core.compiler - package org.eclipse.jdt.core.compiler
 
org.eclipse.jdt.core.compiler.batch - package org.eclipse.jdt.core.compiler.batch
 
org.eclipse.jdt.core.dom - package org.eclipse.jdt.core.dom
 
org.eclipse.jdt.core.dom.rewrite - package org.eclipse.jdt.core.dom.rewrite
 
org.eclipse.jdt.core.eval - package org.eclipse.jdt.core.eval
 
org.eclipse.jdt.core.formatter - package org.eclipse.jdt.core.formatter
 
org.eclipse.jdt.core.index - package org.eclipse.jdt.core.index
 
org.eclipse.jdt.core.jdom - package org.eclipse.jdt.core.jdom
 
org.eclipse.jdt.core.search - package org.eclipse.jdt.core.search
 
org.eclipse.jdt.core.util - package org.eclipse.jdt.core.util
 
org.eclipse.jdt.internal.codeassist - package org.eclipse.jdt.internal.codeassist
 
org.eclipse.jdt.internal.codeassist.complete - package org.eclipse.jdt.internal.codeassist.complete
 
org.eclipse.jdt.internal.codeassist.impl - package org.eclipse.jdt.internal.codeassist.impl
 
org.eclipse.jdt.internal.codeassist.select - package org.eclipse.jdt.internal.codeassist.select
 
org.eclipse.jdt.internal.compiler - package org.eclipse.jdt.internal.compiler
 
org.eclipse.jdt.internal.compiler.ast - package org.eclipse.jdt.internal.compiler.ast
 
org.eclipse.jdt.internal.compiler.batch - package org.eclipse.jdt.internal.compiler.batch
 
org.eclipse.jdt.internal.compiler.classfmt - package org.eclipse.jdt.internal.compiler.classfmt
 
org.eclipse.jdt.internal.compiler.codegen - package org.eclipse.jdt.internal.compiler.codegen
 
org.eclipse.jdt.internal.compiler.env - package org.eclipse.jdt.internal.compiler.env
 
org.eclipse.jdt.internal.compiler.flow - package org.eclipse.jdt.internal.compiler.flow
 
org.eclipse.jdt.internal.compiler.impl - package org.eclipse.jdt.internal.compiler.impl
 
org.eclipse.jdt.internal.compiler.lookup - package org.eclipse.jdt.internal.compiler.lookup
 
org.eclipse.jdt.internal.compiler.parser - package org.eclipse.jdt.internal.compiler.parser
 
org.eclipse.jdt.internal.compiler.parser.diagnose - package org.eclipse.jdt.internal.compiler.parser.diagnose
 
org.eclipse.jdt.internal.compiler.problem - package org.eclipse.jdt.internal.compiler.problem
 
org.eclipse.jdt.internal.compiler.util - package org.eclipse.jdt.internal.compiler.util
 
org.eclipse.jdt.internal.core - package org.eclipse.jdt.internal.core
 
org.eclipse.jdt.internal.core.builder - package org.eclipse.jdt.internal.core.builder
 
org.eclipse.jdt.internal.core.dom - package org.eclipse.jdt.internal.core.dom
 
org.eclipse.jdt.internal.core.dom.rewrite - package org.eclipse.jdt.internal.core.dom.rewrite
 
org.eclipse.jdt.internal.core.eval - package org.eclipse.jdt.internal.core.eval
 
org.eclipse.jdt.internal.core.hierarchy - package org.eclipse.jdt.internal.core.hierarchy
 
org.eclipse.jdt.internal.core.index - package org.eclipse.jdt.internal.core.index
 
org.eclipse.jdt.internal.core.jdom - package org.eclipse.jdt.internal.core.jdom
 
org.eclipse.jdt.internal.core.search - package org.eclipse.jdt.internal.core.search
 
org.eclipse.jdt.internal.core.search.indexing - package org.eclipse.jdt.internal.core.search.indexing
 
org.eclipse.jdt.internal.core.search.matching - package org.eclipse.jdt.internal.core.search.matching
 
org.eclipse.jdt.internal.core.search.processing - package org.eclipse.jdt.internal.core.search.processing
 
org.eclipse.jdt.internal.core.util - package org.eclipse.jdt.internal.core.util
 
org.eclipse.jdt.internal.eval - package org.eclipse.jdt.internal.eval
 
org.eclipse.jdt.internal.formatter - package org.eclipse.jdt.internal.formatter
 
org.eclipse.jdt.internal.formatter.align - package org.eclipse.jdt.internal.formatter.align
 
org.eclipse.jdt.internal.formatter.comment - package org.eclipse.jdt.internal.formatter.comment
 
org.eclipse.jdt.internal.formatter.old - package org.eclipse.jdt.internal.formatter.old
 
ORG_ECLIPSE_CORE_RUNTIME_ASSERT - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
ORIGINAL - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Flag constant (bit mask, value 2) indicating that this is a node that was created by the parser (as opposed to one created by another party).
original() - Method in class org.eclipse.jdt.internal.compiler.lookup.FieldBinding
Returns the original field (as opposed to parameterized instances)
original() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
Returns the original method (as opposed to parameterized/polymorphic instances)
original() - Method in class org.eclipse.jdt.internal.compiler.lookup.MostSpecificExceptionMethodBinding
 
original() - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedFieldBinding
 
original() - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedMethodBinding
Returns the original method (as opposed to parameterized instances)
original() - Method in class org.eclipse.jdt.internal.compiler.lookup.PolymorphicMethodBinding
 
original() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
Returns the orignal generic type instantiated by the receiver type, or itself if not.
ORIGINAL - Static variable in class org.eclipse.jdt.internal.core.dom.rewrite.RewriteEventStore
 
original_state(int) - Static method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
originalBinding - Variable in class org.eclipse.jdt.internal.compiler.ast.FakedTrackingVariable
 
originalComplianceLevel - Variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
Original compliance level for the compiler, refers to a JDK version, e.g.
originalField - Variable in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedFieldBinding
 
originalFromClone() - Method in class org.eclipse.jdt.internal.core.CompilationUnit
 
originalIndentationLevel - Variable in class org.eclipse.jdt.internal.formatter.align.Alignment
 
originalMethod - Variable in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedMethodBinding
 
originalSignature - Variable in class org.eclipse.jdt.internal.codeassist.InternalCompletionProposal
 
originalSourceEnd - Variable in class org.eclipse.jdt.internal.compiler.ast.ArrayTypeReference
 
originalSourceLevel - Variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
Original Java source level, refers to a JDK version, e.g.
ORIGINATING_PROJECT_CLASSPATH - Static variable in interface org.eclipse.jdt.core.IPackageFragmentRoot
Update model flag constant (bit mask value 2) indicating that the operation is to update the classpath of the originating project.
OrLocator - Class in org.eclipse.jdt.internal.core.search.matching
 
OrLocator(OrPattern) - Constructor for class org.eclipse.jdt.internal.core.search.matching.OrLocator
 
OrPattern - Class in org.eclipse.jdt.internal.core.search.matching
 
OrPattern(SearchPattern, SearchPattern) - Constructor for class org.eclipse.jdt.internal.core.search.matching.OrPattern
 
OTHER_REFERRING_PROJECTS_CLASSPATH - Static variable in interface org.eclipse.jdt.core.IPackageFragmentRoot
Update model flag constant (bit mask value 4) indicating that the operation is to update the classpath of all referring projects except the originating project.
OTHER_WRAPPER_CLOSEABLES - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
otherBindings - Variable in class org.eclipse.jdt.internal.compiler.ast.QualifiedNameReference
 
otherBounds - Variable in class org.eclipse.jdt.internal.compiler.lookup.WildcardBinding
 
otherGenericCasts - Variable in class org.eclipse.jdt.internal.compiler.ast.QualifiedNameReference
 
otherRoots - Variable in class org.eclipse.jdt.internal.core.DeltaProcessingState
 
otherUpperBounds() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding
 
out - Variable in class org.eclipse.jdt.internal.compiler.batch.Main
 
Out - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
out - Variable in class org.eclipse.jdt.internal.compiler.Compiler
 
OuterLocalMustBeFinal - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
outerLocalVariables - Variable in class org.eclipse.jdt.internal.compiler.lookup.NestedTypeBinding
 
outerMostClassScope() - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
outerMostEnclosingClassFile() - Method in class org.eclipse.jdt.internal.compiler.ClassFile
INTERNAL USE-ONLY Returns the most enclosing classfile of the receiver.
outermostEnclosingType() - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
 
outerMostMethodScope() - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
outerTracker - Variable in class org.eclipse.jdt.internal.compiler.ast.FakedTrackingVariable
 
output_isFile - Static variable in class org.eclipse.jdt.internal.compiler.util.Messages
 
OUTPUT_LOCATION_OVERLAPPING_ANOTHER_SOURCE - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status constant indicating that the default or specific output folder is overlapping with another source location.
output_notValid - Static variable in class org.eclipse.jdt.internal.compiler.util.Messages
 
output_notValidAll - Static variable in class org.eclipse.jdt.internal.compiler.util.Messages
 
OUTPUT_OVERLAPPING_SOURCE - Static variable in interface org.eclipse.jdt.core.IJavaModelMarker
Output overlapping another source attribute (value "outputOverlappingSource").
outputClassFiles(CompilationResult) - Method in class org.eclipse.jdt.internal.compiler.batch.Main
 
outputColumn - Variable in class org.eclipse.jdt.internal.formatter.Location
 
outputIndentationLevel - Variable in class org.eclipse.jdt.internal.formatter.Location
 
outputLine - Variable in class org.eclipse.jdt.internal.formatter.Location
 
outputLocation - Variable in class org.eclipse.jdt.internal.core.JavaModelManager.PerProjectInfo
 
overflow - Variable in class org.eclipse.jdt.internal.core.OverflowingLRUCache
Indicates if the cache has been over filled and by how much.
OverflowingLRUCache - Class in org.eclipse.jdt.internal.core
The OverflowingLRUCache is an LRUCache which attempts to maintain a size equal or less than its fSpaceLimit by removing the least recently used elements.
OverflowingLRUCache(int) - Constructor for class org.eclipse.jdt.internal.core.OverflowingLRUCache
Creates a OverflowingLRUCache.
OverflowingLRUCache(int, int) - Constructor for class org.eclipse.jdt.internal.core.OverflowingLRUCache
Creates a OverflowingLRUCache.
OVERRIDDEN_METHOD_FLAVOR - Static variable in class org.eclipse.jdt.internal.core.search.matching.PatternLocator
 
OverriddenPackageDefaultMethod - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
overridenEventType - Variable in class org.eclipse.jdt.internal.core.DeltaProcessor
 
overrides(IMethodBinding) - Method in interface org.eclipse.jdt.core.dom.IMethodBinding
Returns whether this method overrides the given method, as specified in section 8.4.8.1 of The Java Language Specification, Third Edition (JLS3).
overridesDeprecatedMethod(MethodBinding, MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
overridesMethodWithoutSuperInvocation(MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
overridesPackageDefaultMethod(MethodBinding, MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
OverridingDeprecatedMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
OverridingMethodWithoutSuperInvocation - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
OverridingMethodWithoutSuperInvocation - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
OverridingMethodWithSupercall - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
OverridingNonVisibleMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
owner - Variable in class org.eclipse.jdt.internal.core.Buffer
 
owner - Variable in class org.eclipse.jdt.internal.core.CompilationUnit
 
owner - Variable in class org.eclipse.jdt.internal.core.SearchableEnvironment
 

P

P_HIGH - Static variable in class org.eclipse.jdt.internal.core.builder.AbstractImageBuilder
 
P_LOW - Static variable in class org.eclipse.jdt.internal.core.builder.AbstractImageBuilder
 
P_NORMAL - Static variable in class org.eclipse.jdt.internal.core.builder.AbstractImageBuilder
 
PACKAGE - Static variable in interface org.eclipse.jdt.core.dom.IBinding
Kind constant (value 1) indicating a package binding.
PACKAGE - Static variable in interface org.eclipse.jdt.core.eval.ICodeSnippetRequestor
Indicates a compilation problem related to a package declaration.
PACKAGE - Static variable in interface org.eclipse.jdt.core.jdom.IDOMNode
Deprecated. Node type constant indicating a package declaration.
PACKAGE - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
The searched element is a package.
PACKAGE - Static variable in interface org.eclipse.jdt.internal.codeassist.impl.Keywords
 
PACKAGE - Static variable in class org.eclipse.jdt.internal.compiler.lookup.Binding
 
PACKAGE_DECLARATION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type PackageDeclaration.
PACKAGE_DECLARATION - Static variable in interface org.eclipse.jdt.core.IJavaElement
Constant representing a package declaration within a compilation unit.
PACKAGE_FILE_NAME - Static variable in interface org.eclipse.jdt.internal.core.JavadocConstants
 
PACKAGE_FRAGMENT - Static variable in interface org.eclipse.jdt.core.IJavaElement
Constant representing a package fragment.
PACKAGE_FRAGMENT_ROOT - Static variable in interface org.eclipse.jdt.core.IJavaElement
Constant representing a package fragment root.
PACKAGE_INFO_NAME - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
package_name - Static variable in class java_cup.emit
Package that the resulting code goes into (null is used for unnamed).
PACKAGE_NAME - Static variable in interface org.eclipse.jdt.internal.eval.EvaluationConstants
 
PACKAGE_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.CompilationUnit
The "package" structural property of this node type (child type: PackageDeclaration).
PACKAGE_REF - Static variable in class org.eclipse.jdt.core.CompletionProposal
Completion is a reference to a package.
PACKAGE_TAGS - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
packageBinding - Variable in class org.eclipse.jdt.internal.compiler.ast.JavadocQualifiedTypeReference
 
packageBinding - Variable in class org.eclipse.jdt.internal.compiler.ast.JavadocSingleTypeReference
 
PackageBinding - Class in org.eclipse.jdt.internal.compiler.lookup
 
PackageBinding() - Constructor for class org.eclipse.jdt.internal.compiler.lookup.PackageBinding
 
PackageBinding(char[], LookupEnvironment) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.PackageBinding
 
PackageBinding(char[][], PackageBinding, LookupEnvironment) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.PackageBinding
 
PackageBinding(LookupEnvironment) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.PackageBinding
 
packageCache - Variable in class org.eclipse.jdt.internal.compiler.batch.ClasspathJar
 
PackageCollidesWithType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
packageCollidesWithType(CompilationUnitDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
PackageDeclaration - Class in org.eclipse.jdt.core.dom
Package declaration AST node type.
PackageDeclaration - Class in org.eclipse.jdt.internal.core
 
PackageDeclaration(CompilationUnit, String) - Constructor for class org.eclipse.jdt.internal.core.PackageDeclaration
 
PACKAGEDECLARATION - Static variable in class org.eclipse.jdt.internal.core.util.MementoTokenizer
 
PackageDeclarationLocator - Class in org.eclipse.jdt.internal.core.search.matching
 
PackageDeclarationLocator(PackageDeclarationPattern) - Constructor for class org.eclipse.jdt.internal.core.search.matching.PackageDeclarationLocator
 
PackageDeclarationMatch - Class in org.eclipse.jdt.core.search
A Java search match that represents a package declaration.
PackageDeclarationMatch(IJavaElement, int, int, int, SearchParticipant, IResource) - Constructor for class org.eclipse.jdt.core.search.PackageDeclarationMatch
Creates a new package declaration match.
PackageDeclarationPattern - Class in org.eclipse.jdt.internal.core.search.matching
 
PackageDeclarationPattern(char[], int) - Constructor for class org.eclipse.jdt.internal.core.search.matching.PackageDeclarationPattern
 
PackageFragment - Class in org.eclipse.jdt.internal.core
 
PackageFragment(PackageFragmentRoot, String[]) - Constructor for class org.eclipse.jdt.internal.core.PackageFragment
 
PACKAGEFRAGMENT - Static variable in class org.eclipse.jdt.internal.core.util.MementoTokenizer
 
PackageFragmentRoot - Class in org.eclipse.jdt.internal.core
 
PackageFragmentRoot(IResource, JavaProject) - Constructor for class org.eclipse.jdt.internal.core.PackageFragmentRoot
Constructs a package fragment root which is the root of the java package directory hierarchy.
packageFragmentRoot(String, int, String) - Method in class org.eclipse.jdt.internal.core.search.AbstractJavaSearchScope
Returns the package fragment root corresponding to a given resource path.
packageFragmentRoot(String, int, String) - Method in class org.eclipse.jdt.internal.core.search.JavaSearchScope
 
packageFragmentRoot(String, int, String) - Method in class org.eclipse.jdt.internal.core.search.JavaWorkspaceScope
 
PACKAGEFRAGMENTROOT - Static variable in class org.eclipse.jdt.internal.core.util.MementoTokenizer
 
packageFragmentRoots - Variable in class org.eclipse.jdt.internal.core.NameLookup
The IPackageFragmentRoot's associated with the classpath of this NameLookup facility's project.
packageFragments - Variable in class org.eclipse.jdt.internal.core.JavaElementRequestor
A collection of the resulting package fragments, or null if no package fragment results have been received.
packageFragments - Variable in class org.eclipse.jdt.internal.core.NameLookup
Table that maps package names to lists of package fragment roots that contain such a package known by this name lookup facility.
packageIndex - Variable in class org.eclipse.jdt.internal.core.search.matching.QualifiedTypeDeclarationPattern
 
PackageIsNotExpectedPackage - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
packageIsNotExpectedPackage(CompilationUnitDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
packageName - Variable in class org.eclipse.jdt.internal.codeassist.InternalCompletionProposal
 
packageName - Variable in class org.eclipse.jdt.internal.compiler.CompilationResult
 
packageName - Variable in class org.eclipse.jdt.internal.core.BasicCompilationUnit
 
packageName(IPath, String, String) - Static method in class org.eclipse.jdt.internal.core.util.Util
Converts the given relative path into a package name.
PackageReferenceLocator - Class in org.eclipse.jdt.internal.core.search.matching
 
PackageReferenceLocator(PackageReferencePattern) - Constructor for class org.eclipse.jdt.internal.core.search.matching.PackageReferenceLocator
 
PackageReferenceMatch - Class in org.eclipse.jdt.core.search
A Java search match that represents a package reference.
PackageReferenceMatch(IJavaElement, int, int, int, boolean, SearchParticipant, IResource) - Constructor for class org.eclipse.jdt.core.search.PackageReferenceMatch
Creates a new package reference match.
PackageReferencePattern - Class in org.eclipse.jdt.internal.core.search.matching
 
PackageReferencePattern(char[], int) - Constructor for class org.eclipse.jdt.internal.core.search.matching.PackageReferencePattern
 
packageRegion - Variable in class org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy
A region describing the packages considered by this hierarchy.
packageRegionContainsSamePackageFragment(PackageFragment) - Method in class org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy
Returns true if an equivalent package fragment is included in the package region.
page_width - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
pageWidth - Variable in class org.eclipse.jdt.internal.formatter.Scribe
 
PARAM_TAG_EXPECTED_ORDER - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
PARAMETER - Static variable in class org.eclipse.jdt.internal.compiler.ast.AbstractVariableDeclaration
 
PARAMETER_DECLARATION_TYPE_REFERENCE - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
Return only type references used as the type of a method parameter declaration.
PARAMETER_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.EnhancedForStatement
The "parameter" structural property of this node type (child type: SingleVariableDeclaration).
PARAMETER_SEPARATOR - Static variable in interface org.eclipse.jdt.internal.core.search.indexing.IIndexConstants
 
ParameterAnnotation - Class in org.eclipse.jdt.internal.core.util
Default implementation of IParameterAnnotation
ParameterAnnotation(byte[], IConstantPool, int) - Constructor for class org.eclipse.jdt.internal.core.util.ParameterAnnotation
Constructor for Annotation.
ParameterAssignment - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ParameterAssignment - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
parameterAssignment(LocalVariableBinding, ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
ParameterBoundMismatch - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.ProblemReasons
 
parameterCompatibilityLevel(MethodBinding, TypeBinding[]) - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
parameterCompatibilityLevel(MethodBinding, TypeBinding[], boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
parameterCount - Variable in class org.eclipse.jdt.internal.core.search.matching.ConstructorPattern
 
parameterCount - Variable in class org.eclipse.jdt.internal.core.search.matching.MethodPattern
 
parameterInfos - Variable in class org.eclipse.jdt.internal.compiler.ISourceElementRequestor.MethodInfo
 
PARAMETERIZED_TYPE - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type ParameterizedType.
PARAMETERIZED_TYPE - Static variable in class org.eclipse.jdt.internal.compiler.lookup.Binding
 
ParameterizedConstructorArgumentTypeMismatch - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ParameterizedFieldBinding - Class in org.eclipse.jdt.internal.compiler.lookup
Binding denoting a field after type substitution got performed.
ParameterizedFieldBinding(ParameterizedTypeBinding, FieldBinding) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.ParameterizedFieldBinding
 
ParameterizedGenericMethodBinding - Class in org.eclipse.jdt.internal.compiler.lookup
Binding denoting a generic method after type parameter substitutions got performed.
ParameterizedGenericMethodBinding(MethodBinding, RawTypeBinding, LookupEnvironment) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding
Create raw generic method for raw type (double substitution from type vars with raw type arguments, and erasure of method variables) Only invoked for non-static generic methods of raw type
ParameterizedGenericMethodBinding(MethodBinding, TypeBinding[], LookupEnvironment) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding
Create method of parameterized type, substituting original parameters with type arguments.
parameterizedMemberTypeMissingArguments(ASTNode, TypeBinding, int) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
ParameterizedMethodArgumentTypeMismatch - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ParameterizedMethodBinding - Class in org.eclipse.jdt.internal.compiler.lookup
Binding denoting a method after type parameter substitutions got performed.
ParameterizedMethodBinding(ParameterizedTypeBinding, MethodBinding) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.ParameterizedMethodBinding
Create method of parameterized type, substituting original parameters/exception/return type with type arguments.
ParameterizedMethodBinding(ReferenceBinding, MethodBinding, char[][], LookupEnvironment) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.ParameterizedMethodBinding
Create method of parameterized type, substituting original parameters/exception/return type with type arguments.
ParameterizedMethodBinding() - Constructor for class org.eclipse.jdt.internal.compiler.lookup.ParameterizedMethodBinding
 
ParameterizedMethodTypeMismatch - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.ProblemReasons
 
ParameterizedQualifiedTypeReference - Class in org.eclipse.jdt.internal.compiler.ast
Syntactic representation of a reference to a generic type.
ParameterizedQualifiedTypeReference(char[][], TypeReference[][], int, long[]) - Constructor for class org.eclipse.jdt.internal.compiler.ast.ParameterizedQualifiedTypeReference
 
ParameterizedSingleTypeReference - Class in org.eclipse.jdt.internal.compiler.ast
Syntactic representation of a reference to a generic type.
ParameterizedSingleTypeReference(char[], TypeReference[], int, long) - Constructor for class org.eclipse.jdt.internal.compiler.ast.ParameterizedSingleTypeReference
 
ParameterizedType - Class in org.eclipse.jdt.core.dom
Type node for a parameterized type (added in JLS3 API).
ParameterizedTypeBinding - Class in org.eclipse.jdt.internal.compiler.lookup
A parameterized type encapsulates a type with type arguments,
ParameterizedTypeBinding(ReferenceBinding, TypeBinding[], ReferenceBinding, LookupEnvironment) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
 
ParameterLackingNonNullAnnotation - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ParameterLackingNullableAnnotation - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
parameterLackingNullAnnotation(Argument, ReferenceBinding, boolean, char[][]) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
ParameterMismatch - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
parameterNames - Variable in class org.eclipse.jdt.internal.compiler.ISourceElementRequestor.MethodInfo
 
parameterNames - Variable in class org.eclipse.jdt.internal.core.search.matching.ConstructorDeclarationPattern
 
parameterNames - Variable in class org.eclipse.jdt.internal.core.SourceMapper
Table that maps a binary method to its parameter names.
parameterNonNullness - Variable in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
Store nullness information from annotation (incl.
parameterPackageNames - Variable in class org.eclipse.jdt.internal.codeassist.InternalCompletionProposal
 
parameterQualifications - Variable in class org.eclipse.jdt.internal.core.search.matching.ConstructorPattern
 
parameterQualifications - Variable in class org.eclipse.jdt.internal.core.search.matching.MethodPattern
 
parameters() - Method in class org.eclipse.jdt.core.dom.MethodDeclaration
Returns the live ordered list of method parameter declarations for this method declaration.
parameters() - Method in class org.eclipse.jdt.core.dom.MethodRef
Returns the live ordered list of method parameter references for this method reference.
parameters - Variable in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
 
PARAMETERS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.MethodDeclaration
The "parameters" structural property of this node type (element type: SingleVariableDeclaration).
PARAMETERS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.MethodRef
The "parameters" structural property of this node type (element type: MethodRefParameter).
parameterSimpleNames - Variable in class org.eclipse.jdt.internal.core.search.matching.ConstructorPattern
 
parameterSimpleNames - Variable in class org.eclipse.jdt.internal.core.search.matching.MethodPattern
 
parametersRanges - Variable in class org.eclipse.jdt.internal.core.SourceMapper
Table that contains all source ranges for local variables.
parameterTypeNames - Variable in class org.eclipse.jdt.internal.codeassist.InternalCompletionProposal
 
parameterTypes - Variable in class org.eclipse.jdt.internal.compiler.ISourceElementRequestor.MethodInfo
 
parameterTypes - Variable in class org.eclipse.jdt.internal.core.CreateMethodOperation
 
parameterTypes - Variable in class org.eclipse.jdt.internal.core.search.matching.ConstructorDeclarationPattern
 
parameterTypes - Variable in class org.eclipse.jdt.internal.core.SourceMethod
The parameter type signatures of the method - stored locally to perform equality test.
ParameterTypesStoredAsSignature - Static variable in class org.eclipse.jdt.internal.compiler.ExtraFlags
 
paramReferences - Variable in class org.eclipse.jdt.internal.compiler.ast.Javadoc
 
paramTypeParameters - Variable in class org.eclipse.jdt.internal.compiler.ast.Javadoc
 
parent - Variable in class org.eclipse.jdt.internal.compiler.flow.FlowContext
 
parent - Variable in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
parent - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveredElement
 
parent - Variable in class org.eclipse.jdt.internal.core.JarEntryResource
 
parent - Variable in class org.eclipse.jdt.internal.core.JavaElement
This element's parent, or null if this element does not have a parent.
parent - Variable in class org.eclipse.jdt.internal.core.NonJavaResource
 
parentElements - Variable in class org.eclipse.jdt.internal.core.JavaModelOperation
The parent elements this operation operates with or null if this operation does not operate with specific parent elements.
PARENTHESIZED_EXPRESSION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type ParenthesizedExpression.
ParenthesizedExpression - Class in org.eclipse.jdt.core.dom
Parenthesized expression AST node type.
ParenthesizedMASK - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
ParenthesizedSHIFT - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
parse() - Method in class java_cup.runtime.lr_parser
This method provides the main parsing routine.
parse(ICompilationUnit, CompilationResult, int) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
parse(ICompilationUnit, CompilationResult, int, int) - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionParser
 
parse() - Method in class org.eclipse.jdt.internal.compiler.DocumentElementParser
 
parse() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
parse(ConstructorDeclaration, CompilationUnitDeclaration, boolean) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
parse(FieldDeclaration, TypeDeclaration, CompilationUnitDeclaration, char[]) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
parse(ICompilationUnit, CompilationResult) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
parse(ICompilationUnit, CompilationResult, int, int) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
parse(Initializer, TypeDeclaration, CompilationUnitDeclaration) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
parse(MethodDeclaration, CompilationUnitDeclaration) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
parse(ICompilationUnit) - Method in class org.eclipse.jdt.internal.core.CreateElementInCUOperation
 
parse() - Method in class org.eclipse.jdt.internal.core.util.BindingKeyParser
 
parse(boolean) - Method in class org.eclipse.jdt.internal.core.util.BindingKeyParser
 
parse(int, int) - Method in class org.eclipse.jdt.internal.formatter.FormatterCommentParser
 
parse_action - Class in java_cup
This class serves as the base class for entries in a parse action table.
parse_action() - Constructor for class java_cup.parse_action
Simple constructor.
parse_action_row - Class in java_cup
This class represents one row (corresponding to one machine state) of the parse action table.
parse_action_row() - Constructor for class java_cup.parse_action_row
Simple constructor.
parse_action_table - Class in java_cup
This class represents the complete "action" table of the parser.
parse_action_table() - Constructor for class java_cup.parse_action_table
Simple constructor.
parse_args(String[]) - Static method in class java_cup.Main
Parse command line options and arguments to set various user-option flags and variables.
parse_end - Static variable in class java_cup.Main
Timing data -- when did we end parsing
parse_grammar_spec() - Static method in class java_cup.Main
Parse the grammar specification from standard input.
parse_lookahead(boolean) - Method in class java_cup.runtime.lr_parser
Parse forward using stored lookahead Symbols.
parse_reduce_row - Class in java_cup
This class represents one row (corresponding to one machine state) of the reduce-goto parse table.
parse_reduce_row() - Constructor for class java_cup.parse_reduce_row
Simple constructor.
parse_reduce_table - Class in java_cup
This class represents the complete "reduce-goto" table of the parser.
parse_reduce_table() - Constructor for class java_cup.parse_reduce_table
Simple constructor.
parse_state - Variable in class java_cup.runtime.Symbol
The parse state to be recorded on the parse stack with this symbol.
parseAndBuildBindings(PossibleMatch, boolean) - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocator
Add the possibleMatch to the loop -> build compilation unit declarations, their bindings and record their results.
parseArguments(Object) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionJavadocParser
 
parseArguments(Object) - Method in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
parseBlockStatements(ConstructorDeclaration, CompilationUnitDeclaration) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
parseBlockStatements(AbstractMethodDeclaration, CompilationUnitDeclaration) - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
Parse the block statements inside the given method declaration and try to complete at the cursor location.
parseBlockStatements(ConstructorDeclaration, CompilationUnitDeclaration) - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
Parse the block statements inside the given constructor declaration and try to complete at the cursor location.
parseBlockStatements(Initializer, TypeDeclaration, CompilationUnitDeclaration) - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
Parse the block statements inside the given initializer and try to complete at the cursor location.
parseBlockStatements(MethodDeclaration, CompilationUnitDeclaration) - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
Parse the block statements inside the given method declaration and try to complete at the cursor location.
parseBlockStatements(CompilationUnitDeclaration, int) - Method in class org.eclipse.jdt.internal.codeassist.impl.Engine
 
parseBodies(CompilationUnitDeclaration) - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocatorParser
Parses the method bodies in the given compilation unit
parseBodies(TypeDeclaration, CompilationUnitDeclaration) - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocatorParser
Parses the member bodies in the given type.
parseClassBodyDeclarations(char[], int, int, CompilationUnitDeclaration) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
parseClassBodyDeclarations(char[], Map, boolean) - Method in class org.eclipse.jdt.internal.core.util.CodeSnippetParsingUtil
 
parseClassBodyDeclarations(char[], int, int, Map, boolean, boolean) - Method in class org.eclipse.jdt.internal.core.util.CodeSnippetParsingUtil
 
parseCompilationUnit(char[]) - Static method in class org.eclipse.jdt.core.dom.AST
Deprecated. Use ASTParser instead.
parseCompilationUnit(char[], String, IJavaProject) - Static method in class org.eclipse.jdt.core.dom.AST
Deprecated. Use ASTParser instead.
parseCompilationUnit(IClassFile, boolean) - Static method in class org.eclipse.jdt.core.dom.AST
Deprecated. Use ASTParser instead.
parseCompilationUnit(ICompilationUnit, boolean) - Static method in class org.eclipse.jdt.core.dom.AST
Deprecated. Use ASTParser instead.
parseCompilationUnit(ICompilationUnit) - Method in class org.eclipse.jdt.internal.compiler.DocumentElementParser
 
parseCompilationUnit(ICompilationUnit, boolean, IProgressMonitor) - Method in class org.eclipse.jdt.internal.compiler.SourceElementParser
 
parseCompilationUnit(char[], Map, boolean) - Method in class org.eclipse.jdt.internal.core.util.CodeSnippetParsingUtil
 
parseConstructor(char[]) - Method in class org.eclipse.jdt.internal.compiler.DocumentElementParser
 
parseError(int, int, int, char[], String, String[]) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
parseErrorDeleteToken(int, int, int, char[], String) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
parseErrorDeleteTokens(int, int) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
parseErrorInsertAfterToken(int, int, int, char[], String, String) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
parseErrorInsertBeforeToken(int, int, int, char[], String, String) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
parseErrorInsertToComplete(int, int, String, String) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
parseErrorInsertToCompletePhrase(int, int, String) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
parseErrorInsertToCompleteScope(int, int, String) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
parseErrorInvalidToken(int, int, int, char[], String, String) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
parseErrorMergeTokens(int, int, String) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
parseErrorMisplacedConstruct(int, int) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
parseErrorNoSuggestion(int, int, int, char[], String) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
parseErrorNoSuggestionForTokens(int, int) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
parseErrorReplaceToken(int, int, int, char[], String, String) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
parseErrorReplaceTokens(int, int, String) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
parseErrorUnexpectedEnd(int, int) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
parseExpression(char[], int, int, CompilationUnitDeclaration) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
parseExpression(char[], Map, boolean) - Method in class org.eclipse.jdt.internal.core.util.CodeSnippetParsingUtil
 
parseExpression(char[], int, int, Map, boolean) - Method in class org.eclipse.jdt.internal.core.util.CodeSnippetParsingUtil
 
parseField(char[]) - Method in class org.eclipse.jdt.internal.compiler.DocumentElementParser
 
parseHref() - Method in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
parseHtmlTag(int, int) - Method in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
Parse a possible HTML tag like: <code> <br> <h?> Note that the default is to do nothing!
parseHtmlTag(int, int) - Method in class org.eclipse.jdt.internal.formatter.FormatterCommentParser
 
parseHtmlTags - Variable in class org.eclipse.jdt.internal.formatter.FormatterCommentParser
 
parseIdentifierTag(boolean) - Method in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
parseIdentifierTag(boolean) - Method in class org.eclipse.jdt.internal.compiler.SourceJavadocParser
 
parseIdentifierTag(boolean) - Method in class org.eclipse.jdt.internal.formatter.FormatterCommentParser
 
parseImport(char[]) - Method in class org.eclipse.jdt.internal.compiler.DocumentElementParser
 
parseInheritDocTag() - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionJavadocParser
 
parseInheritDocTag() - Method in class org.eclipse.jdt.internal.compiler.parser.JavadocParser
 
parseInitializer(char[]) - Method in class org.eclipse.jdt.internal.compiler.DocumentElementParser
 
parseInt(char[], int, int) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Return the int value represented by the designated subpart of array.
parseLiteralExpressionsAsConstants - Variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
Indicates whether literal expressions are inlined at parse-time or not
parseMember(Object) - Method in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
parseMemberValue(char[], int, int, CompilationUnitDeclaration) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
parseMethod(char[]) - Method in class org.eclipse.jdt.internal.compiler.DocumentElementParser
 
parseMethods(Parser, CompilationUnitDeclaration) - Method in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
 
parsePackage(char[]) - Method in class org.eclipse.jdt.internal.compiler.DocumentElementParser
 
parseParam() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionJavadocParser
 
parseParam() - Method in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
parseParam() - Method in class org.eclipse.jdt.internal.compiler.parser.JavadocParser
 
parseParam() - Method in class org.eclipse.jdt.internal.formatter.FormatterCommentParser
 
parseQualifiedName(boolean) - Method in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
parser(PrintWriter, parse_action_table, parse_reduce_table, int, production, boolean, boolean) - Static method in class java_cup.emit
Emit the parser subclass with embedded tables.
parser - Variable in class org.eclipse.jdt.internal.compiler.Compiler
 
Parser - Class in org.eclipse.jdt.internal.compiler.parser
 
Parser(ProblemReporter, boolean) - Constructor for class org.eclipse.jdt.internal.compiler.parser.Parser
 
parser() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredElement
 
parser - Variable in class org.eclipse.jdt.internal.core.CompilationUnitStructureRequestor
 
parser - Variable in class org.eclipse.jdt.internal.core.CopyResourceElementsOperation
The ASTParser used to manipulate the source code of ICompilationUnit.
parser - Variable in class org.eclipse.jdt.internal.core.DeleteElementsOperation
The ASTParser used to manipulate the source code of ICompilationUnit.
parser - Variable in class org.eclipse.jdt.internal.core.search.matching.MatchLocator
 
parser_class_file - Static variable in class java_cup.Main
Output file for the parser class.
parser_class_name - Static variable in class java_cup.emit
Name of the generated parser class.
parser_code - Static variable in class java_cup.emit
User declarations for direct inclusion in parser class.
parser_corruptedFile - Static variable in class org.eclipse.jdt.internal.compiler.util.Messages
 
parser_endOfConstructor - Static variable in class org.eclipse.jdt.internal.compiler.util.Messages
 
parser_endOfFile - Static variable in class org.eclipse.jdt.internal.compiler.util.Messages
 
parser_endOfInitializer - Static variable in class org.eclipse.jdt.internal.compiler.util.Messages
 
parser_endOfMethod - Static variable in class org.eclipse.jdt.internal.compiler.util.Messages
 
parser_incorrectPath - Static variable in class org.eclipse.jdt.internal.compiler.util.Messages
 
PARSER_KIND - Static variable in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
parser_missingFile - Static variable in class org.eclipse.jdt.internal.compiler.util.Messages
 
parser_moveFiles - Static variable in class org.eclipse.jdt.internal.compiler.util.Messages
 
parser_regularParse - Static variable in class org.eclipse.jdt.internal.compiler.util.Messages
 
parser_syntaxRecovery - Static variable in class org.eclipse.jdt.internal.compiler.util.Messages
 
parser_time - Static variable in class java_cup.emit
Time to produce parser class.
ParserBasicInformation - Interface in org.eclipse.jdt.internal.compiler.parser
 
parseReference() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionJavadocParser
 
parseReference() - Method in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
parseReference() - Method in class org.eclipse.jdt.internal.formatter.FormatterCommentParser
 
parseReturn() - Method in class org.eclipse.jdt.internal.compiler.parser.JavadocParser
 
parseReturn() - Method in class org.eclipse.jdt.internal.formatter.FormatterCommentParser
 
parseSimpleTag() - Method in class org.eclipse.jdt.internal.compiler.parser.JavadocParser
 
parseSimpleTag() - Method in class org.eclipse.jdt.internal.compiler.SourceJavadocParser
 
parseSomeStatements(int, int, int, CompilationUnitDeclaration) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
parseStatements(Parser, CompilationUnitDeclaration) - Method in class org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
Fill up the method body with statement
parseStatements(Parser, CompilationUnitDeclaration) - Method in class org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration
 
parseStatements(Parser, CompilationUnitDeclaration) - Method in class org.eclipse.jdt.internal.compiler.ast.Clinit
 
parseStatements(Parser, CompilationUnitDeclaration) - Method in class org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration
 
parseStatements(Parser, TypeDeclaration, CompilationUnitDeclaration) - Method in class org.eclipse.jdt.internal.compiler.ast.Initializer
 
parseStatements(Parser, CompilationUnitDeclaration) - Method in class org.eclipse.jdt.internal.compiler.ast.MethodDeclaration
 
parseStatements(ReferenceContext, int, int, TypeDeclaration[], CompilationUnitDeclaration) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
parseStatements(char[], Map, boolean, boolean) - Method in class org.eclipse.jdt.internal.core.util.CodeSnippetParsingUtil
 
parseStatements(char[], int, int, Map, boolean, boolean) - Method in class org.eclipse.jdt.internal.core.util.CodeSnippetParsingUtil
 
parseTag(int) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionJavadocParser
 
parseTag(int) - Method in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
parseTag(int) - Method in class org.eclipse.jdt.internal.compiler.parser.JavadocParser
 
parseTag(int) - Method in class org.eclipse.jdt.internal.formatter.FormatterCommentParser
 
parseThreshold - Variable in class org.eclipse.jdt.internal.compiler.Compiler
 
parseThrows() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionJavadocParser
 
parseThrows() - Method in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
parseThrows() - Method in class org.eclipse.jdt.internal.compiler.parser.JavadocParser
 
parseThrows() - Method in class org.eclipse.jdt.internal.formatter.FormatterCommentParser
 
parseTime - Variable in class org.eclipse.jdt.internal.compiler.impl.CompilerStats
 
parseTree() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredAnnotation
 
parseTree() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredBlock
 
parseTree() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredElement
 
parseTree() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredField
 
parseTree() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredImport
 
parseTree() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredLocalVariable
 
parseTree() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredMethod
 
parseTree() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredStatement
 
parseTree() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredType
 
parseTree() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredUnit
 
parseType(char[]) - Method in class org.eclipse.jdt.internal.compiler.DocumentElementParser
 
ParsingError - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ParsingErrorDeleteToken - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ParsingErrorDeleteTokens - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ParsingErrorInsertToComplete - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ParsingErrorInsertToCompletePhrase - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ParsingErrorInsertToCompleteScope - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ParsingErrorInsertTokenAfter - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ParsingErrorInsertTokenBefore - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ParsingErrorInvalidToken - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ParsingErrorMergeTokens - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ParsingErrorMisplacedConstruct - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ParsingErrorNoSuggestion - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ParsingErrorNoSuggestionForTokens - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ParsingErrorOnKeyword - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ParsingErrorOnKeywordNoSuggestion - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ParsingErrorReplaceTokens - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ParsingErrorUnexpectedEOF - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
participant - Variable in class org.eclipse.jdt.internal.core.search.PatternSearchJob
 
participantIndex - Variable in class org.eclipse.jdt.internal.core.index.IndexLocation
Set to true if this index location is of an index file specified by a participant through SearchParticipant.scheduleDocumentIndexing(org.eclipse.jdt.core.search.SearchDocument, IPath)
PassedBoundCheck - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
 
path - Variable in class org.eclipse.jdt.internal.core.ClasspathEntry
The meaning of the path of a classpath entry depends on its entry kind: Source code in the current project (CPE_SOURCE) - The path associated with this entry is the absolute path to the root folder.
path - Variable in class org.eclipse.jdt.internal.core.JavaModelStatus
The path related to the failure, or null if no path is involved.
path_mustBeAbsolute - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
path_nullPath - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
PATH_OUTSIDE_PROJECT - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status constant indicating that a path outside of the project was supplied to the operation.
PathCollector - Class in org.eclipse.jdt.internal.core.search
Collects the resource paths reported by a client to this search requestor.
PathCollector() - Constructor for class org.eclipse.jdt.internal.core.search.PathCollector
 
pathMatch(char[], char[], boolean, char) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers true if the pattern matches the filepath using the pathSepatator, false otherwise.
pathRestrictions - Variable in class org.eclipse.jdt.internal.core.search.JavaSearchScope
 
paths - Variable in class org.eclipse.jdt.internal.core.search.PathCollector
 
pattern - Variable in class org.eclipse.jdt.internal.compiler.env.AccessRule
 
pattern - Variable in class org.eclipse.jdt.internal.core.search.matching.ConstructorLocator
 
pattern - Variable in class org.eclipse.jdt.internal.core.search.matching.MatchLocator
 
pattern - Variable in class org.eclipse.jdt.internal.core.search.matching.MethodLocator
 
pattern - Variable in class org.eclipse.jdt.internal.core.search.matching.PackageDeclarationLocator
 
pattern - Variable in class org.eclipse.jdt.internal.core.search.matching.PackageReferenceLocator
 
pattern - Variable in class org.eclipse.jdt.internal.core.search.matching.SuperTypeReferenceLocator
 
pattern - Variable in class org.eclipse.jdt.internal.core.search.matching.TypeDeclarationLocator
 
pattern - Variable in class org.eclipse.jdt.internal.core.search.matching.TypeParameterLocator
 
pattern - Variable in class org.eclipse.jdt.internal.core.search.matching.TypeReferenceLocator
 
pattern - Variable in class org.eclipse.jdt.internal.core.search.matching.VariableLocator
 
pattern - Variable in class org.eclipse.jdt.internal.core.search.PatternSearchJob
 
PATTERN_FLAVOR - Static variable in class org.eclipse.jdt.internal.core.search.matching.PatternLocator
 
PATTERN_MATCH - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
Deprecated. Use SearchPattern.R_PATTERN_MATCH instead.
patternLocator - Variable in class org.eclipse.jdt.internal.core.search.matching.MatchLocator
 
PatternLocator - Class in org.eclipse.jdt.internal.core.search.matching
 
PatternLocator(SearchPattern) - Constructor for class org.eclipse.jdt.internal.core.search.matching.PatternLocator
 
patternLocator(SearchPattern) - Static method in class org.eclipse.jdt.internal.core.search.matching.PatternLocator
 
patternLocators - Variable in class org.eclipse.jdt.internal.core.search.matching.OrLocator
 
patterns - Variable in class org.eclipse.jdt.internal.core.search.matching.AndPattern
 
patterns - Variable in class org.eclipse.jdt.internal.core.search.matching.OrPattern
 
PatternSearchJob - Class in org.eclipse.jdt.internal.core.search
 
PatternSearchJob(SearchPattern, SearchParticipant, IJavaSearchScope, IndexQueryRequestor) - Constructor for class org.eclipse.jdt.internal.core.search.PatternSearchJob
 
PauseHierarchyCheck - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
 
pc - Variable in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrame
 
pc - Variable in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.ExceptionMarker
 
pc - Variable in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.StackDepthMarker
 
pc - Variable in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.StackMarker
 
pcToSourceMap - Variable in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
pcToSourceMapSize - Variable in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
peek() - Method in class org.apache.tapestry.util.text.ExtendedReader
Returns the next character in the stream without actually comitting the read.
peek(Object) - Method in class org.eclipse.jdt.internal.core.util.LRUCache
Answers the value in the cache at the given key.
peekAtInfo(IJavaElement) - Method in class org.eclipse.jdt.internal.core.JavaModelCache
Returns the info for this element without disturbing the cache ordering.
peekAtInfo(IJavaElement) - Method in class org.eclipse.jdt.internal.core.JavaModelManager
Returns the info for this element without disturbing the cache ordering.
peekChar() - Method in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
peekDeclaringType() - Method in class org.eclipse.jdt.internal.compiler.SourceElementNotifier.LocalDeclarationVisitor
 
pendingArgument - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveredBlock
 
pendingErrors - Variable in class org.eclipse.jdt.internal.compiler.batch.Main
 
pendingRecoveredType - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
pendingSpace - Variable in class org.eclipse.jdt.internal.formatter.Location
 
pendingSpace - Variable in class org.eclipse.jdt.internal.formatter.Scribe
 
pendingTypeParameters - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveredType
 
pendingTypeParametersStart - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveredType
 
percentComplete - Variable in class org.eclipse.jdt.internal.core.builder.BuildNotifier
 
PERF - Static variable in class org.eclipse.jdt.internal.codeassist.CompletionEngine
 
PERF - Static variable in class org.eclipse.jdt.internal.codeassist.SelectionEngine
 
PERF - Static variable in class org.eclipse.jdt.internal.core.DeltaProcessor
 
PERF - Static variable in class org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation
 
PERF_CONTAINER_INITIALIZER - Static variable in class org.eclipse.jdt.internal.core.JavaModelManager
 
PERF_VARIABLE_INITIALIZER - Static variable in class org.eclipse.jdt.internal.core.JavaModelManager
 
perform(ASTNode, int, int) - Static method in class org.eclipse.jdt.core.dom.NodeFinder
Maps a selection to a given ASTNode, where the selection is defined using a start and a length.
perform(ASTNode, ISourceRange) - Static method in class org.eclipse.jdt.core.dom.NodeFinder
Maps a selection to a given ASTNode, where the selection is defined using a source range.
perform(ASTNode, int, int, ITypeRoot) - Static method in class org.eclipse.jdt.core.dom.NodeFinder
Maps a selection to a given ASTNode, where the selection is given by a start and a length.
performCompilation() - Method in class org.eclipse.jdt.internal.compiler.batch.Main
 
performConcurrentJob(IJob, int, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.search.processing.JobManager
This API is allowing to run one job in concurrence with background processing.
performFragmentEffect() - Method in class org.eclipse.jdt.internal.formatter.align.Alignment
 
performMethodsFullRecovery - Variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
Specify if parser should perform structural recovery in methods
performStatementsRecovery - Variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
Specify if parser perform statements recovery
perProjectInfos - Variable in class org.eclipse.jdt.internal.core.JavaModelManager
Table from IProject to PerProjectInfo.
persistLineSeparatorPositions() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
perWorkingCopyInfos - Variable in class org.eclipse.jdt.internal.core.JavaModelManager
Table from WorkingCopyOwner to a table of ICompilationUnit (working copy handle) to PerWorkingCopyInfo.
pickVarForReporting(Set, BlockScope, boolean) - Static method in class org.eclipse.jdt.internal.compiler.ast.FakedTrackingVariable
Pick tracking variables from 'varsOfScope' to establish a proper order of processing: As much as possible pick wrapper resources before their inner resources.
pkg - Variable in class org.eclipse.jdt.internal.core.search.matching.TypeDeclarationPattern
 
PKG_DECL_PATTERN - Static variable in interface org.eclipse.jdt.internal.core.search.indexing.IIndexConstants
 
PKG_REF_PATTERN - Static variable in interface org.eclipse.jdt.internal.core.search.indexing.IIndexConstants
 
pkgCache - Variable in class org.eclipse.jdt.internal.core.JavaModelCache
Cache of open package fragments
pkgName - Variable in class org.eclipse.jdt.internal.core.CreatePackageFragmentOperation
The fully qualified, dot-delimited, package name.
pkgName - Variable in class org.eclipse.jdt.internal.core.search.matching.PackageDeclarationPattern
 
pkgName - Variable in class org.eclipse.jdt.internal.core.search.matching.PackageReferencePattern
 
pkgName - Variable in class org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern
 
place() - Method in class org.eclipse.jdt.internal.compiler.codegen.BranchLabel
 
place() - Method in class org.eclipse.jdt.internal.compiler.codegen.CaseLabel
 
place() - Method in class org.eclipse.jdt.internal.compiler.codegen.ExceptionLabel
 
place() - Method in class org.eclipse.jdt.internal.compiler.codegen.Label
 
place() - Method in class org.eclipse.jdt.internal.compiler.codegen.MultiCatchExceptionLabel
 
placeAllAnyExceptionHandler() - Method in class org.eclipse.jdt.internal.compiler.ast.SubRoutineStatement
 
placeEnd() - Method in class org.eclipse.jdt.internal.compiler.codegen.ExceptionLabel
 
placeEnd() - Method in class org.eclipse.jdt.internal.compiler.codegen.MultiCatchExceptionLabel
 
placeStart() - Method in class org.eclipse.jdt.internal.compiler.codegen.ExceptionLabel
 
placeStart() - Method in class org.eclipse.jdt.internal.compiler.codegen.MultiCatchExceptionLabel
 
PLUGIN_ID - Static variable in class org.eclipse.jdt.core.JavaCore
The plug-in identifier of the Java core support (value "org.eclipse.jdt.core").
plural(int) - Static method in class java_cup.Main
Helper routine to optionally return a plural or non-plural ending.
PLUS - Static variable in class org.eclipse.jdt.core.dom.InfixExpression.Operator
Addition (or string concatenation) "+" operator.
PLUS - Static variable in class org.eclipse.jdt.core.dom.PrefixExpression.Operator
Unary plus "+" operator.
PLUS - Static variable in interface org.eclipse.jdt.internal.compiler.ast.OperatorIds
 
PLUS_ASSIGN - Static variable in class org.eclipse.jdt.core.dom.Assignment.Operator
+= operator.
PLUS_PLUS - Static variable in interface org.eclipse.jdt.internal.compiler.ast.OperatorIds
 
policy - Variable in class org.eclipse.jdt.internal.compiler.problem.ProblemHandler
 
polymorphicMethod - Variable in class org.eclipse.jdt.internal.compiler.lookup.PolymorphicMethodBinding
 
PolymorphicMethodBinding - Class in org.eclipse.jdt.internal.compiler.lookup
Binding denoting a polymorphic method
PolymorphicMethodBinding(MethodBinding, TypeBinding[]) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.PolymorphicMethodBinding
 
PolymorphicMethodBinding(MethodBinding, TypeBinding, TypeBinding[]) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.PolymorphicMethodBinding
 
PolymorphicMethodNotBelow17 - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
polymorphicMethodNotBelow17(ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
POOL_SIZE - Static variable in class org.eclipse.jdt.internal.compiler.ClassFilePool
 
poolContent - Variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
pop() - Method in class java_cup.runtime.virtual_parse_stack
Pop the stack.
POP - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
pop() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
POP2 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
pop2() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
popDeclaringType() - Method in class org.eclipse.jdt.internal.compiler.SourceElementNotifier.LocalDeclarationVisitor
 
popElement(int) - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
popOperation() - Method in class org.eclipse.jdt.internal.core.JavaModelOperation
 
popStateIndex() - Method in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream
 
popTypeName() - Method in class org.eclipse.jdt.internal.core.search.indexing.SourceIndexerRequestor
 
popUntilCompletedAnnotationIfNecessary() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
popUntilElement(int) - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
POS_NOT_SET - Static variable in class org.eclipse.jdt.internal.compiler.codegen.Label
 
position - Variable in class org.eclipse.jdt.internal.compiler.ast.ArrayReference
 
position - Variable in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
position - Variable in class org.eclipse.jdt.internal.compiler.codegen.Label
 
position - Variable in class org.eclipse.jdt.internal.compiler.lookup.CaptureBinding
 
POSSIBLE_MATCH - Static variable in class org.eclipse.jdt.internal.core.search.matching.PatternLocator
 
PossibleAccidentalBooleanAssignment - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
possibleAccidentalBooleanAssignment(Assignment) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
possibleFallThroughCase(CaseStatement) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
possibleHeapPollutionFromVararg(AbstractVariableDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
possibleKeywords - Variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnSingleNameReference
 
possibleLabels - Variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnBranchStatementLabel
 
PossibleMatch - Class in org.eclipse.jdt.internal.core.search.matching
 
PossibleMatch(MatchLocator, IResource, Openable, SearchDocument, boolean) - Constructor for class org.eclipse.jdt.internal.core.search.matching.PossibleMatch
 
PossibleMatchSet - Class in org.eclipse.jdt.internal.core.search.matching
A set of PossibleMatches that is sorted by package fragment roots.
PossibleMatchSet() - Constructor for class org.eclipse.jdt.internal.core.search.matching.PossibleMatchSet
 
POST_ACTION_VERBOSE - Static variable in class org.eclipse.jdt.internal.core.JavaModelOperation
 
POST_CHANGE - Static variable in class org.eclipse.jdt.core.ElementChangedEvent
Event type constant (bit mask) indicating an after-the-fact report of creations, deletions, and modifications to one or more Java element(s) expressed as a hierarchical java element delta as returned by getDelta().
POST_RECONCILE - Static variable in class org.eclipse.jdt.core.ElementChangedEvent
Event type constant (bit mask) indicating an after-the-fact report of creations, deletions, and modifications to one or more Java element(s) expressed as a hierarchical java element delta as returned by getDelta.
postAction(JavaModelOperation.IPostAction, int) - Method in class org.eclipse.jdt.internal.core.JavaModelOperation
 
postConversionType(Scope) - Method in class org.eclipse.jdt.internal.compiler.ast.Expression
Returns the type of the expression after required implicit conversions.
postConversionType(Scope) - Method in class org.eclipse.jdt.internal.compiler.ast.FieldReference
 
postConversionType(Scope) - Method in class org.eclipse.jdt.internal.compiler.ast.MessageSend
 
postConversionType(Scope) - Method in class org.eclipse.jdt.internal.compiler.ast.QualifiedNameReference
 
postConversionType(Scope) - Method in class org.eclipse.jdt.internal.compiler.ast.SingleNameReference
 
POSTFIX_EXPRESSION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type PostfixExpression.
PostfixExpression - Class in org.eclipse.jdt.core.dom
Postfix expression AST node type.
PostfixExpression - Class in org.eclipse.jdt.internal.compiler.ast
 
PostfixExpression(Expression, Expression, int, int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.PostfixExpression
 
PostfixExpression.Operator - Class in org.eclipse.jdt.core.dom
Postfix operators (typesafe enumeration).
postVisit(ASTNode) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given AST node following the type-specific visit (after endVisit).
postVisit(ASTNode) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer
 
POTENTIAL_MATCH - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchResultCollector
Deprecated. Use SearchMatch.A_INACCURATE instead.
POTENTIAL_METHOD_DECLARATION - Static variable in class org.eclipse.jdt.core.CompletionProposal
Completion is a declaration of a new potential method.
potentialAnnotatedNode - Variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnAnnotationOfType
 
PotentialHeapPollutionFromVararg - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
potentialInits - Variable in class org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo
 
POTENTIALLY_NON_NULL - Static variable in class org.eclipse.jdt.internal.compiler.flow.FlowInfo
 
POTENTIALLY_NULL - Static variable in class org.eclipse.jdt.internal.compiler.flow.FlowInfo
 
POTENTIALLY_UNKNOWN - Static variable in class org.eclipse.jdt.internal.compiler.flow.FlowInfo
 
PotentiallyUnclosedCloseable - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
PotentiallyUnclosedCloseable - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
potentiallyUnclosedCloseable(FakedTrackingVariable, ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
PotentiallyUnclosedCloseableAtExit - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
PotentialNullLocalVariableReference - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
PotentialNullMessageSendReference - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
PotentialNullReference - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
potentialVariableNameEnds - Variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
potentialVariableNames - Variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
potentialVariableNamesPtr - Variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
potentialVariableNameStarts - Variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
pre(String) - Static method in class java_cup.emit
Build a string with the standard prefix.
PRE_AUTO_BUILD - Static variable in class org.eclipse.jdt.core.ElementChangedEvent
Deprecated. - no longer used, such deltas are now notified during POST_CHANGE
preApply(IEclipsePreferences) - Method in class org.eclipse.jdt.internal.core.JavaCorePreferenceModifyListener
 
preAssignImplicitConversion - Variable in class org.eclipse.jdt.internal.compiler.ast.CompoundAssignment
 
precedence_num() - Method in class java_cup.production
Access to the precedence of the rule
precedence_num() - Method in class java_cup.terminal
get the precedence of a terminal
precedence_side() - Method in class java_cup.production
 
precedence_side() - Method in class java_cup.terminal
 
preConnectTrackerAcrossAssignment(ASTNode, LocalVariableBinding, Expression) - Static method in class org.eclipse.jdt.internal.compiler.ast.FakedTrackingVariable
Before analyzing an assignment of this shape: singleName = new Allocation() connect any tracking variable of the LHS with the allocation on the RHS.
PREEMPT_NULL_DIAGNOSTIC - Static variable in class org.eclipse.jdt.internal.compiler.flow.FlowContext
 
preferenceChange(IEclipsePreferences.PreferenceChangeEvent) - Method in class org.eclipse.jdt.internal.core.JavaModelManager.EclipsePreferencesListener
 
preferences - Variable in class org.eclipse.jdt.internal.core.JavaModelManager.PerProjectInfo
 
preferences - Variable in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
preferencesLookup - Variable in class org.eclipse.jdt.internal.core.JavaModelManager
 
prefix - Static variable in class java_cup.emit
The prefix placed on names that pollute someone else's name space.
PREFIX_EXPRESSION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type PrefixExpression.
PREFIX_FLAVOR - Static variable in class org.eclipse.jdt.internal.core.search.matching.PatternLocator
 
PREFIX_MATCH - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
Deprecated. Use SearchPattern.R_PREFIX_MATCH instead.
prefixEquals(char[], char[]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers true if the given name starts with the given prefix, false otherwise.
prefixEquals(char[], char[], boolean) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers true if the given name starts with the given prefix, false otherwise.
prefixEquals(char[], char[], boolean, int) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers true if the given name, starting from the given index, starts with the given prefix, false otherwise.
prefixesOneOf(IPath, IPath[]) - Method in class org.eclipse.jdt.internal.core.JavaModelOperation
 
PrefixExpression - Class in org.eclipse.jdt.core.dom
Prefix expression AST node type.
PrefixExpression - Class in org.eclipse.jdt.internal.compiler.ast
 
PrefixExpression(Expression, Expression, int, int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.PrefixExpression
PrefixExpression constructor comment.
PrefixExpression.Operator - Class in org.eclipse.jdt.core.dom
Prefix operators (typesafe enumeration).
prefixLength - Variable in class org.eclipse.jdt.core.CorrectionEngine
This field is not intended to be used by client.
prefixLength(char[], char[]) - Static method in class org.eclipse.jdt.internal.core.util.Util
Returns the length of the common prefix between s1 and s2.
prefixLength(String, String) - Static method in class org.eclipse.jdt.internal.core.util.Util
Returns the length of the common prefix between s1 and s2.
prelim_end - Static variable in class java_cup.Main
Timing data -- when did we end preliminaries
prepareDeltas(IJavaElement, IJavaElement, boolean, boolean) - Method in class org.eclipse.jdt.internal.core.CopyResourceElementsOperation
Sets the deltas to register the changes resulting from this operation for this source element and its destination.
prepareForBlockStatements() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
prepareForBlockStatements() - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
prepareForBlockStatements() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
prepareForHeaders() - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
prepareMovedNodes(TargetSourceRangeComputer) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.RewriteEventStore
 
prepareSaveValueLocation(TryStatement) - Method in class org.eclipse.jdt.internal.compiler.ast.ReturnStatement
 
prepareSaveValueLocation(TryStatement) - Method in class org.eclipse.jdt.internal.eval.CodeSnippetReturnStatement
 
prepareToSave(ISaveContext) - Method in class org.eclipse.jdt.internal.core.JavaModelManager
 
preResourceChangeEventMasks - Variable in class org.eclipse.jdt.internal.core.DeltaProcessingState
 
preResourceChangeListenerCount - Variable in class org.eclipse.jdt.internal.core.DeltaProcessingState
 
preResourceChangeListeners - Variable in class org.eclipse.jdt.internal.core.DeltaProcessingState
 
PRESERVE - Static variable in class org.eclipse.jdt.core.JavaCore
Configurable option value: "preserve".
PRESERVE - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
PRESERVE_EMPTY_LINES_AT_END_OF_BLOCK - Static variable in class org.eclipse.jdt.internal.formatter.Scribe
 
PRESERVE_EMPTY_LINES_AT_END_OF_METHOD_DECLARATION - Static variable in class org.eclipse.jdt.internal.formatter.Scribe
 
PRESERVE_EMPTY_LINES_BEFORE_ELSE - Static variable in class org.eclipse.jdt.internal.formatter.Scribe
 
PRESERVE_EMPTY_LINES_IN_BINARY_EXPRESSION - Static variable in class org.eclipse.jdt.internal.formatter.Scribe
 
PRESERVE_EMPTY_LINES_IN_CLOSING_ARRAY_INITIALIZER - Static variable in class org.eclipse.jdt.internal.formatter.Scribe
 
PRESERVE_EMPTY_LINES_IN_EQUALITY_EXPRESSION - Static variable in class org.eclipse.jdt.internal.formatter.Scribe
 
PRESERVE_EMPTY_LINES_IN_FORMAT_LEFT_CURLY_BRACE - Static variable in class org.eclipse.jdt.internal.formatter.Scribe
 
PRESERVE_EMPTY_LINES_IN_FORMAT_OPENING_BRACE - Static variable in class org.eclipse.jdt.internal.formatter.Scribe
 
PRESERVE_EMPTY_LINES_IN_STRING_LITERAL_CONCATENATION - Static variable in class org.eclipse.jdt.internal.formatter.Scribe
 
PRESERVE_EMPTY_LINES_IN_SWITCH_CASE - Static variable in class org.eclipse.jdt.internal.formatter.Scribe
 
PRESERVE_EMPTY_LINES_KEEP_LAST_NEW_LINES_INDENTATION - Static variable in class org.eclipse.jdt.internal.formatter.Scribe
 
PRESERVE_ONE - Static variable in class org.eclipse.jdt.core.JavaCore
Configurable option value: "preserve one".
preserveAllLocalVariables - Variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
Indicates if unused/optimizable local variables need to be preserved (debugging purpose)
preserveContent - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveredBlock
 
preserveContent - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveredType
 
preserveEnclosingBlocks() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredElement
 
preserveUnusedLocals - Variable in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
previous(int) - Method in class org.eclipse.jdt.internal.compiler.parser.diagnose.LexStream
 
previous - Variable in class org.eclipse.jdt.internal.core.util.LRUCache.LRUCacheEntry
Previous entry in queue
previousAvailableLineEnd(int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredElement
 
previousIdentifierPtr - Variable in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
previousInfo - Variable in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
previousKind - Variable in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
previousObjectInfo - Variable in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
previousSessionContainers - Variable in class org.eclipse.jdt.internal.core.JavaModelManager
 
previousSessionVariables - Variable in class org.eclipse.jdt.internal.core.JavaModelManager
 
previousSourceFiles - Variable in class org.eclipse.jdt.internal.core.builder.IncrementalImageBuilder
 
previousSubtask - Variable in class org.eclipse.jdt.internal.core.builder.BuildNotifier
 
previousToken - Variable in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
preVisit(ASTNode) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given AST node prior to the type-specific visit (before visit).
preVisit(ASTNode) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer
 
preVisit2(ASTNode) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given AST node prior to the type-specific visit (before visit).
PRIMARY - Static variable in class org.eclipse.jdt.internal.core.DefaultWorkingCopyOwner
 
primaryBufferProvider - Variable in class org.eclipse.jdt.internal.core.DefaultWorkingCopyOwner
 
PRIMITIVE_TYPE - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type PrimitiveType.
PRIMITIVE_TYPE_CODE_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.PrimitiveType
The "primitiveTypeCode" structural property of this node type (type: PrimitiveType.Code).
PrimitiveType - Class in org.eclipse.jdt.core.dom
Primitive type nodes.
PrimitiveType.Code - Class in org.eclipse.jdt.core.dom
Primitive type codes (typesafe enumeration).
print(int, StringBuffer) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionJavadoc
 
print(int, StringBuffer) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnAnnotationOfType
 
print(int, StringBuffer) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnArgumentName
 
print(int, StringBuffer, boolean) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnImportReference
 
print(int, StringBuffer, boolean) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnKeyword2
 
print(int, StringBuffer) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnMemberValueName
 
print(int, StringBuffer) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnMethodName
 
print(int, StringBuffer) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnMethodReturnType
 
print(int, StringBuffer) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnMethodTypeParameter
 
print(int, StringBuffer, boolean) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnPackageReference
 
print(int, StringBuffer) - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionJavadoc
 
print(int, StringBuffer) - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionOnArgumentName
 
print(int, StringBuffer, boolean) - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionOnImportReference
 
print(int, StringBuffer) - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionOnNameOfMemberValuePair
 
print(int, StringBuffer, boolean) - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionOnPackageReference
 
print(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
 
print(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration
 
print(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.Argument
 
print(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.Assignment
 
print(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
print(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.Clinit
 
print(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration
 
print(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.Expression
 
print(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.ImportReference
 
print(int, StringBuffer, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.ImportReference
 
print(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.Javadoc
 
print(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.MemberValuePair
 
print(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.Statement
 
print(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
 
print(StringBuffer) - Method in class org.eclipse.jdt.internal.core.search.matching.ConstructorPattern
 
print(StringBuffer) - Method in class org.eclipse.jdt.internal.core.search.matching.FieldPattern
 
print(StringBuffer) - Method in class org.eclipse.jdt.internal.core.search.matching.JavaSearchPattern
 
print(StringBuffer) - Method in class org.eclipse.jdt.internal.core.search.matching.LocalVariablePattern
 
print(StringBuffer) - Method in class org.eclipse.jdt.internal.core.search.matching.MethodPattern
 
print(StringBuffer) - Method in class org.eclipse.jdt.internal.core.search.matching.MultiTypeDeclarationPattern
 
print(StringBuffer) - Method in class org.eclipse.jdt.internal.core.search.matching.PackageDeclarationPattern
 
print(StringBuffer) - Method in class org.eclipse.jdt.internal.core.search.matching.PackageReferencePattern
 
print(StringBuffer) - Method in class org.eclipse.jdt.internal.core.search.matching.QualifiedTypeDeclarationPattern
 
print(StringBuffer) - Method in class org.eclipse.jdt.internal.core.search.matching.SecondaryTypeDeclarationPattern
 
print(StringBuffer) - Method in class org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern
 
print(StringBuffer) - Method in class org.eclipse.jdt.internal.core.search.matching.TypeDeclarationPattern
 
print(StringBuffer) - Method in class org.eclipse.jdt.internal.core.search.matching.TypeParameterPattern
 
print(StringBuffer) - Method in class org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern
 
print_progress - Static variable in class java_cup.Main
User option -- do we print progress messages.
printAnnotations(Annotation[], StringBuffer) - Static method in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
printArrayQualifiedReference(int, int) - Method in class org.eclipse.jdt.internal.formatter.Scribe
 
printAsExpression(int, StringBuffer) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnLocalName
 
printAsExpression(int, StringBuffer) - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionOnLocalName
 
printAsExpression(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.AbstractVariableDeclaration
 
printBody(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
 
printBody(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.Block
 
printBody(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration
 
printBody(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
 
printDebug(CategorizedProblem) - Method in class org.eclipse.jdt.internal.codeassist.CompletionEngine
 
printDebug(CompletionProposal) - Method in class org.eclipse.jdt.internal.codeassist.CompletionEngine
 
printEmptyLines(int) - Method in class org.eclipse.jdt.internal.formatter.Scribe
 
printEndOfCompilationUnit() - Method in class org.eclipse.jdt.internal.formatter.Scribe
 
printExpression(int, StringBuffer) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnAnnotationMemberValuePair
 
printExpression(int, StringBuffer) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnClassLiteralAccess
 
printExpression(int, StringBuffer) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadocAllocationExpression
 
printExpression(int, StringBuffer) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadocFieldReference
 
printExpression(int, StringBuffer) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadocMessageSend
 
printExpression(int, StringBuffer) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadocParamNameReference
 
printExpression(int, StringBuffer) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadocQualifiedTypeReference
 
printExpression(int, StringBuffer) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadocSingleTypeReference
 
printExpression(int, StringBuffer) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadocTag
 
printExpression(int, StringBuffer) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadocTypeParamReference
 
printExpression(int, StringBuffer) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnKeyword1
 
printExpression(int, StringBuffer) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnKeyword3
 
printExpression(int, StringBuffer) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnMemberAccess
 
printExpression(int, StringBuffer) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnMessageSend
 
printExpression(int, StringBuffer) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnMessageSendName
 
printExpression(int, StringBuffer) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnParameterizedQualifiedTypeReference
 
printExpression(int, StringBuffer) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnQualifiedAllocationExpression
 
printExpression(int, StringBuffer) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnQualifiedNameReference
 
printExpression(int, StringBuffer) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnQualifiedTypeReference
 
printExpression(int, StringBuffer) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnSingleNameReference
 
printExpression(int, StringBuffer) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnSingleTypeReference
 
printExpression(int, StringBuffer) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnStringLiteral
 
printExpression(int, StringBuffer) - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionOnFieldReference
 
printExpression(int, StringBuffer) - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionOnMessageSend
 
printExpression(int, StringBuffer) - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionOnParameterizedQualifiedTypeReference
 
printExpression(int, StringBuffer) - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionOnParameterizedSingleTypeReference
 
printExpression(int, StringBuffer) - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionOnQualifiedAllocationExpression
 
printExpression(int, StringBuffer) - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionOnQualifiedNameReference
 
printExpression(int, StringBuffer) - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionOnQualifiedSuperReference
 
printExpression(int, StringBuffer) - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionOnQualifiedTypeReference
 
printExpression(int, StringBuffer) - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionOnSingleNameReference
 
printExpression(int, StringBuffer) - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionOnSingleTypeReference
 
printExpression(int, StringBuffer) - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionOnSuperReference
 
printExpression(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.AllocationExpression
 
printExpression(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.Annotation
 
printExpression(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.ArrayAllocationExpression
 
printExpression(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.ArrayInitializer
 
printExpression(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.ArrayQualifiedTypeReference
 
printExpression(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.ArrayReference
 
printExpression(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.ArrayTypeReference
 
printExpression(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.Assignment
 
printExpression(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.CastExpression
 
printExpression(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.ClassLiteralAccess
 
printExpression(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.Expression
 
printExpression(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.ExtendedStringLiteral
 
printExpression(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.FieldReference
 
printExpression(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.JavadocArgumentExpression
 
printExpression(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.JavadocFieldReference
 
printExpression(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.JavadocImplicitTypeReference
 
printExpression(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.JavadocMessageSend
 
printExpression(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.Literal
 
printExpression(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.MessageSend
 
printExpression(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.NormalAnnotation
 
printExpression(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.OperatorExpression
 
printExpression(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.ParameterizedQualifiedTypeReference
 
printExpression(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.ParameterizedSingleTypeReference
 
printExpression(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.QualifiedAllocationExpression
 
printExpression(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.QualifiedNameReference
 
printExpression(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.QualifiedSuperReference
 
printExpression(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.QualifiedThisReference
 
printExpression(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.QualifiedTypeReference
 
printExpression(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.SingleMemberAnnotation
 
printExpression(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.SingleNameReference
 
printExpression(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.SingleTypeReference
 
printExpression(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.StringLiteral
 
printExpression(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.StringLiteralConcatenation
 
printExpression(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.SuperReference
 
printExpression(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.ThisReference
 
printExpression(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.UnionTypeReference
 
printExpression(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.Wildcard
 
printExpression(int, StringBuffer) - Method in class org.eclipse.jdt.internal.eval.CodeSnippetThisReference
 
printExpressionNoParenthesis(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.Assignment
 
printExpressionNoParenthesis(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.BinaryExpression
 
printExpressionNoParenthesis(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.CombinedBinaryExpression
 
printExpressionNoParenthesis(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.CompoundAssignment
 
printExpressionNoParenthesis(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.ConditionalExpression
 
printExpressionNoParenthesis(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.InstanceOfExpression
 
printExpressionNoParenthesis(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.OperatorExpression
 
printExpressionNoParenthesis(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.PostfixExpression
 
printExpressionNoParenthesis(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.PrefixExpression
 
printExpressionNoParenthesis(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.UnaryExpression
 
printHeader(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
 
printIndent(int, StringBuffer) - Static method in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
printModifiers(int, StringBuffer) - Static method in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
printModifiers(int, StringBuffer) - Static method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
Appends the text representation of the given modifier flags, followed by a single space.
printModifiers(Annotation[], ASTVisitor) - Method in class org.eclipse.jdt.internal.formatter.Scribe
 
printModifiers(Annotation[], ASTVisitor, int) - Method in class org.eclipse.jdt.internal.formatter.Scribe
 
printNewLine() - Method in class org.eclipse.jdt.internal.compiler.batch.Main.Logger
 
printNewLine() - Method in class org.eclipse.jdt.internal.formatter.Scribe
 
printNewLine(int) - Method in class org.eclipse.jdt.internal.formatter.Scribe
 
printNextToken(int) - Method in class org.eclipse.jdt.internal.formatter.Scribe
 
printNextToken(int, boolean) - Method in class org.eclipse.jdt.internal.formatter.Scribe
 
printNextToken(int, boolean, int) - Method in class org.eclipse.jdt.internal.formatter.Scribe
 
printNextToken(int[]) - Method in class org.eclipse.jdt.internal.formatter.Scribe
 
printNextToken(int[], boolean) - Method in class org.eclipse.jdt.internal.formatter.Scribe
 
printQualifiedReference(int, boolean) - Method in class org.eclipse.jdt.internal.formatter.Scribe
 
printReturnType(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
 
printReturnType(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.MethodDeclaration
 
printStackTrace(PrintStream) - Method in class org.eclipse.jdt.core.JavaModelException
Prints this exception's stack trace to the given print stream.
printStackTrace(PrintWriter) - Method in class org.eclipse.jdt.core.JavaModelException
Prints this exception's stack trace to the given print writer.
printStackTrace() - Method in exception org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException
 
printStackTrace(PrintStream) - Method in exception org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException
Prints this exception's stack trace to the given print stream.
printStackTrace(PrintWriter) - Method in exception org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException
Prints this exception's stack trace to the given print writer.
printStackTrace() - Method in exception org.eclipse.jdt.internal.core.builder.ImageBuilderInternalException
 
printStatement(int, StringBuffer) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnBranchStatementLabel
 
printStatement(int, StringBuffer) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnExplicitConstructorCall
 
printStatement(int, StringBuffer) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnFieldName
 
printStatement(int, StringBuffer) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnFieldType
 
printStatement(int, StringBuffer) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnLocalName
 
printStatement(int, StringBuffer) - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionOnExplicitConstructorCall
 
printStatement(int, StringBuffer) - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionOnFieldType
 
printStatement(int, StringBuffer) - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionOnLocalName
 
printStatement(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.AbstractVariableDeclaration
 
printStatement(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.Argument
 
printStatement(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.AssertStatement
 
printStatement(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.Assignment
 
printStatement(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.Block
 
printStatement(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.BreakStatement
 
printStatement(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.CaseStatement
 
printStatement(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.ContinueStatement
 
printStatement(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.DoStatement
 
printStatement(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.EmptyStatement
 
printStatement(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.ExplicitConstructorCall
 
printStatement(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.Expression
 
printStatement(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.FieldDeclaration
 
printStatement(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.ForeachStatement
 
printStatement(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.ForStatement
 
printStatement(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.IfStatement
 
printStatement(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.Initializer
 
printStatement(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.JavadocReturnStatement
 
printStatement(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.LabeledStatement
 
printStatement(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.ReturnStatement
 
printStatement(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.Statement
 
printStatement(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.SwitchStatement
 
printStatement(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.SynchronizedStatement
 
printStatement(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.ThrowStatement
 
printStatement(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.TryStatement
 
printStatement(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
 
printStatement(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.TypeParameter
 
printStatement(int, StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.ast.WhileStatement
 
printStats() - Method in class org.eclipse.jdt.internal.compiler.batch.Main.Logger
 
printStats() - Method in class org.eclipse.jdt.internal.core.OverflowingLRUCache
For testing purposes only
printStats() - Method in class org.eclipse.jdt.internal.core.util.LRUCache.Stats
 
printString(String, boolean, boolean) - Method in class org.eclipse.jdt.internal.compiler.util.GenericXMLWriter
 
printTag(String, HashMap, boolean, boolean, boolean) - Method in class org.eclipse.jdt.internal.compiler.util.GenericXMLWriter
 
printUsage() - Method in class org.eclipse.jdt.internal.compiler.batch.Main
 
PRIVATE - Static variable in class org.eclipse.jdt.core.dom.Modifier
"private" modifier constant (bit mask).
PRIVATE - Static variable in class org.eclipse.jdt.core.JavaCore
Configurable option value: "private".
PRIVATE - Static variable in interface org.eclipse.jdt.internal.codeassist.impl.Keywords
 
PRIVATE - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
PRIVATE_KEYWORD - Static variable in class org.eclipse.jdt.core.dom.Modifier.ModifierKeyword
"private" modifier with flag value Modifier.PRIVATE.
privateAdd(Object, Object, int) - Method in class org.eclipse.jdt.internal.core.util.LRUCache
Adds an entry for the given key/value/space.
privateAddEntry(LRUCache.LRUCacheEntry, boolean) - Method in class org.eclipse.jdt.internal.core.util.LRUCache
Adds the given entry from the receiver.
privateRemoveEntry(LRUCache.LRUCacheEntry, boolean) - Method in class org.eclipse.jdt.internal.core.OverflowingLRUCache
Removes the entry from the entry queue.
privateRemoveEntry(LRUCache.LRUCacheEntry, boolean, boolean) - Method in class org.eclipse.jdt.internal.core.OverflowingLRUCache
Removes the entry from the entry queue.
privateRemoveEntry(LRUCache.LRUCacheEntry, boolean) - Method in class org.eclipse.jdt.internal.core.util.LRUCache
Removes the entry from the entry queue.
problem - Variable in exception org.eclipse.jdt.internal.compiler.problem.AbortCompilation
 
problem_atLine - Static variable in class org.eclipse.jdt.internal.compiler.util.Messages
 
problem_noSourceInformation - Static variable in class org.eclipse.jdt.internal.compiler.util.Messages
 
ProblemBinding - Class in org.eclipse.jdt.internal.compiler.lookup
 
ProblemBinding(char[][], int) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.ProblemBinding
 
ProblemBinding(char[][], ReferenceBinding, int) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.ProblemBinding
 
problemCount - Variable in class org.eclipse.jdt.internal.compiler.CompilationResult
 
problemFactory - Variable in class org.eclipse.jdt.internal.compiler.problem.ProblemHandler
 
ProblemFactory - Class in org.eclipse.jdt.internal.core.builder
 
ProblemFieldBinding - Class in org.eclipse.jdt.internal.compiler.lookup
 
ProblemFieldBinding(ReferenceBinding, char[], int) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.ProblemFieldBinding
 
ProblemFieldBinding(FieldBinding, ReferenceBinding, char[], int) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.ProblemFieldBinding
 
ProblemHandler - Class in org.eclipse.jdt.internal.compiler.problem
 
ProblemHandler(IErrorHandlingPolicy, CompilerOptions, IProblemFactory) - Constructor for class org.eclipse.jdt.internal.compiler.problem.ProblemHandler
 
problemId - Variable in class org.eclipse.jdt.internal.compiler.env.AccessRule
 
problemId() - Method in class org.eclipse.jdt.internal.compiler.lookup.ArrayBinding
 
problemId() - Method in class org.eclipse.jdt.internal.compiler.lookup.Binding
 
problemId() - Method in class org.eclipse.jdt.internal.compiler.lookup.MissingTypeBinding
Missing binary type will answer false to #isValidBinding()
problemId() - Method in class org.eclipse.jdt.internal.compiler.lookup.PackageBinding
 
problemId() - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
Define to be able to get the computeId() for the inner type binding.
problemId() - Method in class org.eclipse.jdt.internal.compiler.lookup.ProblemBinding
 
problemId() - Method in class org.eclipse.jdt.internal.compiler.lookup.ProblemFieldBinding
 
problemId() - Method in class org.eclipse.jdt.internal.compiler.lookup.ProblemMethodBinding
 
problemId() - Method in class org.eclipse.jdt.internal.compiler.lookup.ProblemPackageBinding
 
problemId() - Method in class org.eclipse.jdt.internal.compiler.lookup.ProblemReferenceBinding
 
ProblemMethodBinding - Class in org.eclipse.jdt.internal.compiler.lookup
 
ProblemMethodBinding(char[], TypeBinding[], int) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.ProblemMethodBinding
 
ProblemMethodBinding(char[], TypeBinding[], ReferenceBinding, int) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.ProblemMethodBinding
 
ProblemMethodBinding(MethodBinding, char[], TypeBinding[], int) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.ProblemMethodBinding
 
ProblemPackageBinding - Class in org.eclipse.jdt.internal.compiler.lookup
 
ProblemReasons - Interface in org.eclipse.jdt.internal.compiler.lookup
 
problemReasonString(int) - Static method in class org.eclipse.jdt.internal.compiler.lookup.ProblemReferenceBinding
 
ProblemReferenceBinding - Class in org.eclipse.jdt.internal.compiler.lookup
 
ProblemReferenceBinding(char[][], ReferenceBinding, int) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.ProblemReferenceBinding
 
problemReporter - Variable in class org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration
 
problemReporter - Variable in class org.eclipse.jdt.internal.compiler.Compiler
 
problemReporter() - Method in class org.eclipse.jdt.internal.compiler.DocumentElementParser
Returns this parser's problem reporter initialized with its reference context.
problemReporter() - Method in class org.eclipse.jdt.internal.compiler.lookup.BlockScope
 
problemReporter() - Method in class org.eclipse.jdt.internal.compiler.lookup.ClassScope
 
problemReporter() - Method in class org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope
 
problemReporter - Variable in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
 
problemReporter() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodScope
Answer the problem reporter to use for raising new problems.
problemReporter() - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
problemReporter - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
problemReporter() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
Returns this parser's problem reporter initialized with its reference context.
problemReporter - Variable in class org.eclipse.jdt.internal.compiler.parser.TypeConverter
 
ProblemReporter - Class in org.eclipse.jdt.internal.compiler.problem
 
ProblemReporter(IErrorHandlingPolicy, CompilerOptions, IProblemFactory) - Constructor for class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
problems - Variable in class org.eclipse.jdt.internal.compiler.CompilationResult
 
problems - Variable in class org.eclipse.jdt.internal.core.builder.CompilationParticipantResult
 
problems - Variable in class org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation
 
problems - Variable in class org.eclipse.jdt.internal.core.util.RecordedParsingInformation
 
problemsCount - Variable in class org.eclipse.jdt.internal.core.util.RecordedParsingInformation
 
ProblemSeverities - Interface in org.eclipse.jdt.internal.compiler.problem
 
problemsMessage() - Method in class org.eclipse.jdt.internal.core.builder.BuildNotifier
Returns a string describing the problems.
problemSourceFiles - Variable in class org.eclipse.jdt.internal.core.builder.AbstractImageBuilder
 
proceed - Variable in class org.eclipse.jdt.internal.compiler.batch.Main
 
proceedOnError - Variable in class org.eclipse.jdt.internal.compiler.batch.Main
 
proceedOnErrors() - Method in interface org.eclipse.jdt.internal.compiler.IErrorHandlingPolicy
 
proceedOnFirstError() - Static method in class org.eclipse.jdt.internal.compiler.DefaultErrorHandlingPolicies
 
proceedWithAllProblems() - Static method in class org.eclipse.jdt.internal.compiler.DefaultErrorHandlingPolicies
 
process(CompilationUnitDeclaration, int) - Method in class org.eclipse.jdt.internal.compiler.Compiler
Process a compilation unit already parsed and build.
process(CompilationUnit, SourceElementParser, WorkingCopyOwner, HashMap, boolean, int, IProgressMonitor) - Static method in class org.eclipse.jdt.internal.core.CompilationUnitProblemFinder
 
process(CompilationUnit, WorkingCopyOwner, HashMap, boolean, int, IProgressMonitor) - Static method in class org.eclipse.jdt.internal.core.CompilationUnitProblemFinder
 
process(PossibleMatch, boolean) - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocator
 
process_name - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
processAnnotationResults(CompilationParticipantResult[]) - Method in class org.eclipse.jdt.internal.core.builder.AbstractImageBuilder
 
processAnnotationResults(CompilationParticipantResult[]) - Method in class org.eclipse.jdt.internal.core.builder.BatchImageBuilder
 
processAnnotationResults(CompilationParticipantResult[]) - Method in class org.eclipse.jdt.internal.core.builder.IncrementalImageBuilder
 
processAnnotations(BuildContext[]) - Method in class org.eclipse.jdt.core.compiler.CompilationParticipant
Notifies this participant that a compile operation has found source files using Annotations.
processAnnotations(CompilationUnitDeclaration[], ReferenceBinding[], boolean) - Method in class org.eclipse.jdt.internal.compiler.AbstractAnnotationProcessorManager
Run a new annotation processing round on the given values.
processAnnotations() - Method in class org.eclipse.jdt.internal.compiler.Compiler
 
processAnnotations - Variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
Control whether annotation processing is enabled
processAnnotations(CompilationParticipantResult[]) - Method in class org.eclipse.jdt.internal.core.builder.AbstractImageBuilder
 
processDelta(IJavaElementDelta, int) - Method in class org.eclipse.jdt.internal.core.search.AbstractSearchScope
 
processDelta(IJavaElementDelta, int) - Method in class org.eclipse.jdt.internal.core.search.HierarchyScope
 
processDelta(IJavaElementDelta, int) - Method in class org.eclipse.jdt.internal.core.search.JavaSearchScope
 
processDelta(IJavaElementDelta, int) - Method in class org.eclipse.jdt.internal.core.search.JavaWorkspaceScope
 
processDeltas() - Method in class org.eclipse.jdt.internal.core.CopyResourceElementsOperation
Process all of the changed deltas generated by this operation.
PROCESSED_QUEUE_SIZE - Static variable in class org.eclipse.jdt.internal.compiler.ProcessTaskManager
 
processElement(IJavaElement) - Method in class org.eclipse.jdt.internal.core.CopyElementsOperation
Copy/move the element from the source to destination, renaming the elements as specified, honoring the collision policy.
processElement(IJavaElement) - Method in class org.eclipse.jdt.internal.core.CopyResourceElementsOperation
 
processElement(IJavaElement) - Method in class org.eclipse.jdt.internal.core.DeleteElementsOperation
Deletes this element from its compilation unit.
processElement(IJavaElement) - Method in class org.eclipse.jdt.internal.core.DeleteResourceElementsOperation
 
processElement(IJavaElement) - Method in class org.eclipse.jdt.internal.core.MultiOperation
Subclasses must implement this method to process a given IJavaElement.
processElements() - Method in class org.eclipse.jdt.internal.core.CopyResourceElementsOperation
 
processElements() - Method in class org.eclipse.jdt.internal.core.DeleteElementsOperation
 
processElements() - Method in class org.eclipse.jdt.internal.core.MultiOperation
Processes all the IJavaElements in turn, collecting errors and updating the progress monitor.
processingThread - Variable in class org.eclipse.jdt.internal.core.search.processing.JobManager
 
processJavaDelta(IJavaElementDelta) - Method in class org.eclipse.jdt.internal.core.ModelUpdater
Converts a IResourceDelta rooted in a Workspace into the corresponding set of IJavaElementDelta, rooted in the relevant JavaModels.
processName() - Method in class org.eclipse.jdt.internal.core.search.indexing.IndexManager
Name of the background process
processName() - Method in class org.eclipse.jdt.internal.core.search.processing.JobManager
 
processPathEntries(int, ArrayList, String, String, boolean, boolean) - Method in class org.eclipse.jdt.internal.compiler.batch.Main
 
ProcessTaskManager - Class in org.eclipse.jdt.internal.compiler
 
ProcessTaskManager(Compiler) - Constructor for class org.eclipse.jdt.internal.compiler.ProcessTaskManager
 
processThrownExceptions(TryStatement, BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.ThrownExceptionFinder
Finds the thrown exceptions minus the ones that are already caught in previous catch blocks.
produceAttributes - Variable in class org.eclipse.jdt.internal.compiler.ClassFile
 
produceDebugAttributes - Variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
Classfile debug information, may contain source file name, line numbers, local variable tables, etc...
produceReferenceInfo - Variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
Indicates whether reference info is desired
produceRefInfo - Variable in class org.eclipse.jdt.internal.compiler.batch.Main
 
production - Class in java_cup
This class represents a production in the grammar.
production(non_terminal, production_part[], int, String) - Constructor for class java_cup.production
Full constructor.
production(non_terminal, production_part[], int) - Constructor for class java_cup.production
Constructor with no action string.
production(non_terminal, production_part[], int, String, int, int) - Constructor for class java_cup.production
 
production(non_terminal, production_part[], int, int, int) - Constructor for class java_cup.production
 
production_part - Class in java_cup
This class represents one part (either a symbol or an action) of a production.
production_part(String) - Constructor for class java_cup.production_part
Simple constructor.
production_tab - Variable in class java_cup.runtime.lr_parser
Direct reference to the production table.
production_table() - Method in class java_cup.runtime.lr_parser
Table of production information (supplied by generated subclass).
production_table_time - Static variable in class java_cup.emit
Time to produce the production table.
productions() - Method in class java_cup.non_terminal
Access to productions with this non terminal on the LHS.
program_name - Static variable in class java_cup.version
The command name normally used to invoke this program
progress - Variable in class org.eclipse.jdt.internal.compiler.batch.Main
 
progress - Variable in class org.eclipse.jdt.internal.compiler.Compiler
 
progressJob - Variable in class org.eclipse.jdt.internal.core.search.processing.JobManager
 
progressMonitor - Variable in class org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy
The progress monitor to report work completed too.
progressMonitor - Variable in class org.eclipse.jdt.internal.core.JavaModelOperation
The progress monitor passed into this operation
progressMonitor - Variable in class org.eclipse.jdt.internal.core.search.matching.MatchLocator
 
progressPerCompilationUnit - Variable in class org.eclipse.jdt.internal.core.builder.BuildNotifier
 
PROJECT - Static variable in class org.eclipse.jdt.internal.compiler.env.AccessRestriction
 
project - Variable in class org.eclipse.jdt.internal.core.DeltaProcessor.RootInfo
 
project - Variable in class org.eclipse.jdt.internal.core.eval.EvaluationContextWrapper
 
project - Variable in class org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy
The Java Project in which the hierarchy is being built - this provides the context for determining a classpath and namelookup rules.
project - Variable in class org.eclipse.jdt.internal.core.JavaModelManager.PerProjectInfo
 
project - Variable in class org.eclipse.jdt.internal.core.JavaProject
The platform project this IJavaProject is based on
project - Variable in class org.eclipse.jdt.internal.core.SearchableEnvironment
 
projectCache - Variable in class org.eclipse.jdt.internal.core.JavaModelCache
Cache of open projects.
projectCachesToReset - Variable in class org.eclipse.jdt.internal.core.DeltaProcessor
 
projectDependencies - Variable in class org.eclipse.jdt.internal.core.DeltaProcessingState
 
projectOrJarFocus(SearchPattern) - Static method in class org.eclipse.jdt.internal.core.search.matching.MatchLocator
 
projectPrerequisites(IClasspathEntry[]) - Method in class org.eclipse.jdt.internal.core.JavaProject
 
ProjectReferenceChange - Class in org.eclipse.jdt.internal.core
 
ProjectReferenceChange(JavaProject, IClasspathEntry[]) - Constructor for class org.eclipse.jdt.internal.core.ProjectReferenceChange
 
projectRegion - Variable in class org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy
A region describing the projects considered by this hierarchy.
propagate_all_lookaheads() - Static method in class java_cup.lalr_state
Propagate lookahead sets through the constructed viable prefix recognizer.
propagate_items() - Method in class java_cup.lalr_item
Links to items that the lookahead needs to be propagated to
propagate_lookaheads(terminal_set) - Method in class java_cup.lalr_item
Propagate incoming lookaheads through this item to others need to be changed.
propagate_lookaheads() - Method in class java_cup.lalr_state
Propagate lookahead sets out of this state.
propagateInnerEmulation(ReferenceBinding, boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.BlockScope
 
propagateInnerEmulationForAllLocalTypes() - Method in class org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration
 
properties() - Method in class org.eclipse.jdt.core.dom.ASTNode
Returns an unmodifiable table of the properties of this node with non-null values.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.AnnotationTypeDeclaration
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.AnnotationTypeMemberDeclaration
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.AnonymousClassDeclaration
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.ArrayAccess
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.ArrayCreation
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.ArrayInitializer
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.ArrayType
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.AssertStatement
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.Assignment
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.Block
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.BlockComment
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.BooleanLiteral
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.BreakStatement
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.CastExpression
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.CatchClause
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.CharacterLiteral
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.ClassInstanceCreation
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.CompilationUnit
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.ConditionalExpression
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.ConstructorInvocation
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.ContinueStatement
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.DoStatement
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.EmptyStatement
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.EnhancedForStatement
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.EnumConstantDeclaration
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.EnumDeclaration
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.ExpressionStatement
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.FieldAccess
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.FieldDeclaration
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.ForStatement
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.IfStatement
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.ImportDeclaration
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.InfixExpression
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.Initializer
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.InstanceofExpression
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.Javadoc
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.LabeledStatement
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.LineComment
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.MarkerAnnotation
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.MemberRef
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.MemberValuePair
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.MethodDeclaration
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.MethodInvocation
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.MethodRef
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.MethodRefParameter
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.Modifier
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.NormalAnnotation
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.NullLiteral
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.NumberLiteral
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.PackageDeclaration
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.ParameterizedType
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.ParenthesizedExpression
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.PostfixExpression
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.PrefixExpression
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.PrimitiveType
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.QualifiedName
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.QualifiedType
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.ReturnStatement
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.SimpleName
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.SimpleType
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.SingleMemberAnnotation
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.SingleVariableDeclaration
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.StringLiteral
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.SuperConstructorInvocation
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.SuperFieldAccess
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.SuperMethodInvocation
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.SwitchCase
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.SwitchStatement
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.SynchronizedStatement
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.TagElement
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.TextElement
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.ThisExpression
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.ThrowStatement
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.TryStatement
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.TypeDeclaration
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.TypeDeclarationStatement
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.TypeLiteral
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.TypeParameter
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.UnionType
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.VariableDeclarationExpression
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.VariableDeclarationFragment
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.VariableDeclarationStatement
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.WhileStatement
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.WildcardType
Returns a list of structural property descriptors for this node type.
PROTECT - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Flag constant (bit mask, value 4) indicating that this node is unmodifiable.
PROTECTED - Static variable in class org.eclipse.jdt.core.dom.Modifier
"protected" modifier constant (bit mask).
PROTECTED - Static variable in class org.eclipse.jdt.core.JavaCore
Configurable option value: "protected".
PROTECTED - Static variable in interface org.eclipse.jdt.internal.codeassist.impl.Keywords
 
PROTECTED - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
PROTECTED_KEYWORD - Static variable in class org.eclipse.jdt.core.dom.Modifier.ModifierKeyword
"protected" modifier with flag value Modifier.PROTECTED.
providedExpectedTypes - Variable in class org.eclipse.jdt.internal.compiler.flow.FlowContext
 
pruneDeadBranches() - Method in class org.eclipse.jdt.internal.core.hierarchy.RegionBasedTypeHierarchy
 
pruneWrapperTrackingVar(FakedTrackingVariable) - Method in class org.eclipse.jdt.internal.compiler.lookup.BlockScope
Unregister a wrapper resource without affecting its inner.
PUBLIC - Static variable in class org.eclipse.jdt.core.dom.Modifier
"public" modifier constant (bit mask).
PUBLIC - Static variable in class org.eclipse.jdt.core.JavaCore
Configurable option value: "public".
PUBLIC - Static variable in interface org.eclipse.jdt.internal.codeassist.impl.Keywords
 
PUBLIC - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
PUBLIC_KEYWORD - Static variable in class org.eclipse.jdt.core.dom.Modifier.ModifierKeyword
"public" modifier with flag value Modifier.PUBLIC.
PublicClassMustMatchFileName - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
publicClassMustMatchFileName(CompilationUnitDeclaration, TypeDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
PublicScanner - Class in org.eclipse.jdt.internal.core.util
 
PublicScanner() - Constructor for class org.eclipse.jdt.internal.core.util.PublicScanner
 
PublicScanner(boolean, boolean, boolean, long, long, char[][], char[][], boolean) - Constructor for class org.eclipse.jdt.internal.core.util.PublicScanner
 
PublicScanner(boolean, boolean, boolean, long, char[][], char[][], boolean) - Constructor for class org.eclipse.jdt.internal.core.util.PublicScanner
 
purgeMethodStatements(TypeDeclaration, boolean) - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocator
 
purpose - Variable in class org.eclipse.jdt.internal.compiler.lookup.SyntheticMethodBinding
 
push(int) - Method in class java_cup.runtime.virtual_parse_stack
Push a state number onto the stack.
pushDeclaringType(TypeDeclaration) - Method in class org.eclipse.jdt.internal.compiler.SourceElementNotifier.LocalDeclarationVisitor
 
pushExceptionOnStack(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
pushExceptionOnStack(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream
 
pushIdentifier(boolean, boolean) - Method in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
pushIdentifier() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
pushIdentifier(int) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
pushLineSeparator() - Method in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
pushLineSeparator() - Method in class org.eclipse.jdt.internal.core.util.PublicScanner
 
pushOnAstLengthStack(int) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
pushOnAstStack(Object, boolean) - Method in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
pushOnAstStack(ASTNode) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
pushOnElementStack(int) - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
pushOnElementStack(int, int) - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
pushOnElementStack(int, int, Object) - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
pushOnExpressionStack(Expression) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
pushOnExpressionStackLengthStack(int) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
pushOnGenericsIdentifiersLengthStack(int) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
pushOnGenericsLengthStack(int) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
pushOnGenericsStack(ASTNode) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
pushOnIntArrayStack(int[]) - Method in class org.eclipse.jdt.internal.compiler.DocumentElementParser
 
pushOnIntStack(int) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
pushOnLabelStack(char[]) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
pushOnRealBlockStack(int) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
pushOnStack(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
pushOnStack(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream
 
pushOperation(JavaModelOperation) - Method in class org.eclipse.jdt.internal.core.JavaModelOperation
 
pushParamName(boolean) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionJavadocParser
 
pushParamName(boolean) - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionJavadocParser
 
pushParamName(boolean) - Method in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
pushParamName(boolean) - Method in class org.eclipse.jdt.internal.compiler.parser.JavadocParser
 
pushParamName(boolean) - Method in class org.eclipse.jdt.internal.formatter.FormatterCommentParser
 
pushSeeRef(Object) - Method in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
pushSeeRef(Object) - Method in class org.eclipse.jdt.internal.compiler.parser.JavadocParser
 
pushSeeRef(Object) - Method in class org.eclipse.jdt.internal.formatter.FormatterCommentParser
 
pushStateIndex(int) - Method in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream
 
pushText(int, int) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionJavadocParser
Push text.
pushText(int, int) - Method in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
pushText(int, int) - Method in class org.eclipse.jdt.internal.compiler.parser.JavadocParser
 
pushText(int, int) - Method in class org.eclipse.jdt.internal.formatter.FormatterCommentParser
 
pushThrowName(Object) - Method in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
pushThrowName(Object) - Method in class org.eclipse.jdt.internal.compiler.parser.JavadocParser
 
pushThrowName(Object) - Method in class org.eclipse.jdt.internal.formatter.FormatterCommentParser
 
pushTypeName(char[]) - Method in class org.eclipse.jdt.internal.core.search.indexing.SourceIndexerRequestor
 
pushUnicodeLineSeparator() - Method in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
pushUnicodeLineSeparator() - Method in class org.eclipse.jdt.internal.core.util.PublicScanner
 
put(double, int) - Method in class org.eclipse.jdt.internal.compiler.codegen.DoubleCache
Puts the specified element into the hashtable, using the specified key.
put(float, int) - Method in class org.eclipse.jdt.internal.compiler.codegen.FloatCache
Puts the specified element into the hashtable, using the specified key.
put(int, int) - Method in class org.eclipse.jdt.internal.compiler.codegen.IntegerCache
Puts the specified element into the hashtable, using the specified key.
put(long, int) - Method in class org.eclipse.jdt.internal.compiler.codegen.LongCache
Puts the specified element into the hashtable, using the specified key.
put(Object, int) - Method in class org.eclipse.jdt.internal.compiler.codegen.ObjectCache
Puts the specified element into the hashtable, using the specified key.
put(int, Object) - Method in class org.eclipse.jdt.internal.compiler.util.HashtableOfInt
 
put(char[], int) - Method in class org.eclipse.jdt.internal.compiler.util.HashtableOfIntValues
 
put(long, Object) - Method in class org.eclipse.jdt.internal.compiler.util.HashtableOfLong
 
put(char[], Object) - Method in class org.eclipse.jdt.internal.compiler.util.HashtableOfObject
 
put(Object, int) - Method in class org.eclipse.jdt.internal.compiler.util.HashtableOfObjectToInt
 
put(Object, int[]) - Method in class org.eclipse.jdt.internal.compiler.util.HashtableOfObjectToIntArray
 
put(char[], PackageBinding) - Method in class org.eclipse.jdt.internal.compiler.util.HashtableOfPackage
 
put(char[], ReferenceBinding) - Method in class org.eclipse.jdt.internal.compiler.util.HashtableOfType
 
put(Object, Object) - Method in class org.eclipse.jdt.internal.compiler.util.SimpleLookupTable
 
put(Object, Object) - Method in class org.eclipse.jdt.internal.core.OverflowingLRUCache
Sets the value in the cache at the given key.
put(Object[], Object) - Method in class org.eclipse.jdt.internal.core.util.HashtableOfArrayToObject
 
put(Object, Object) - Method in class org.eclipse.jdt.internal.core.util.LRUCache
Sets the value in the cache at the given key.
put(Object, Object) - Method in class org.eclipse.jdt.internal.core.VerboseElementCache
 
put_empty_statement_on_new_line - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
PUTFIELD - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
putIfAbsent(char[], int) - Method in class org.eclipse.jdt.internal.compiler.codegen.CharArrayCache
Puts the specified element into the hashtable if it wasn't there already, using the specified key.
putIfAbsent(double, int) - Method in class org.eclipse.jdt.internal.compiler.codegen.DoubleCache
Puts the specified element into the hashtable, using the specified key.
putIfAbsent(float, int) - Method in class org.eclipse.jdt.internal.compiler.codegen.FloatCache
Puts the specified element into the hashtable, using the specified key.
putIfAbsent(int, int) - Method in class org.eclipse.jdt.internal.compiler.codegen.IntegerCache
Puts the specified element into the hashtable if absent, using the specified key.
putIfAbsent(long, int) - Method in class org.eclipse.jdt.internal.compiler.codegen.LongCache
Puts the specified element into the hashtable, using the specified key.
putInfo(IJavaElement, Object) - Method in class org.eclipse.jdt.internal.core.JavaModelCache
Remember the info for the element.
putInfos(IJavaElement, Object, boolean, Map) - Method in class org.eclipse.jdt.internal.core.JavaModelManager
 
putJarTypeInfo(IJavaElement, Object) - Method in class org.eclipse.jdt.internal.core.JavaModelManager
 
putLocal(int, VerificationTypeInfo) - Method in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrame
 
putProblems(String, CategorizedProblem[]) - Method in class org.eclipse.jdt.core.compiler.ReconcileContext
Sets the problems to be reported to the problem requestor of the reconcile operation for the given marker type.
PUTSTATIC - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
putUnsafely(char[], Object) - Method in class org.eclipse.jdt.internal.compiler.util.HashtableOfObject
Put a value at the index of the given using the local hash code computation.

Q

qualification - Variable in class org.eclipse.jdt.internal.compiler.ast.ExplicitConstructorCall
 
qualification - Variable in class org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression
 
qualification - Variable in class org.eclipse.jdt.internal.compiler.ast.QualifiedThisReference
 
qualification - Variable in class org.eclipse.jdt.internal.core.search.matching.QualifiedTypeDeclarationPattern
 
qualification - Variable in class org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern
 
qualifications - Variable in class org.eclipse.jdt.internal.core.search.matching.MultiTypeDeclarationPattern
 
QUALIFIED_NAME - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type QualifiedName.
QUALIFIED_NAME_RECOVERY - Static variable in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
QUALIFIED_REFERENCE - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
Return only qualified field accesses or qualified method invocations.
QUALIFIED_TYPE - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type QualifiedType.
QualifiedAllocationExpression - Class in org.eclipse.jdt.internal.compiler.ast
Variation on allocation, where can optionally be specified any of: - leading enclosing instance - trailing anonymous type - generic type arguments for generic constructor invocation
QualifiedAllocationExpression() - Constructor for class org.eclipse.jdt.internal.compiler.ast.QualifiedAllocationExpression
 
QualifiedAllocationExpression(TypeDeclaration) - Constructor for class org.eclipse.jdt.internal.compiler.ast.QualifiedAllocationExpression
 
qualifiedBinding - Variable in exception org.eclipse.jdt.internal.codeassist.complete.CompletionNodeFound
 
QualifiedName - Class in org.eclipse.jdt.core.dom
AST node for a qualified name.
QualifiedNameReference - Class in org.eclipse.jdt.internal.compiler.ast
 
QualifiedNameReference(char[][], long[], int, int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.QualifiedNameReference
 
qualifiedNames - Variable in class org.eclipse.jdt.internal.core.builder.QualifiedNameSet
 
QualifiedNameSet - Class in org.eclipse.jdt.internal.core.builder
 
QualifiedNameSet(int) - Constructor for class org.eclipse.jdt.internal.core.builder.QualifiedNameSet
 
qualifiedPackageName() - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
 
qualifiedPackageName() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
Answer the qualified name of the receiver's package separated by periods or an empty string if its the default package.
qualifiedPattern(char[], char[]) - Static method in class org.eclipse.jdt.internal.core.search.matching.PatternLocator
 
qualifiedReferences - Variable in class org.eclipse.jdt.internal.compiler.CompilationResult
 
qualifiedSourceName() - Method in class org.eclipse.jdt.internal.compiler.lookup.ArrayBinding
Answer the source name for the type.
qualifiedSourceName() - Method in class org.eclipse.jdt.internal.compiler.lookup.BaseTypeBinding
 
qualifiedSourceName() - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
 
qualifiedSourceName() - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
Answer the source name for the type.
qualifiedSourceName() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
Answer the source name for the type.
qualifiedSourceName(TypeBinding) - Static method in class org.eclipse.jdt.internal.core.search.matching.PatternLocator
 
qualifiedStrings - Variable in class org.eclipse.jdt.internal.core.builder.IncrementalImageBuilder
 
QualifiedSuperReference - Class in org.eclipse.jdt.internal.compiler.ast
 
QualifiedSuperReference(TypeReference, int, int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.QualifiedSuperReference
 
QualifiedThisReference - Class in org.eclipse.jdt.internal.compiler.ast
 
QualifiedThisReference(TypeReference, int, int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.QualifiedThisReference
 
QualifiedType - Class in org.eclipse.jdt.core.dom
Type node for a qualified type (added in JLS3 API).
QualifiedTypeDeclarationPattern - Class in org.eclipse.jdt.internal.core.search.matching
 
QualifiedTypeDeclarationPattern(char[], char[], char, int) - Constructor for class org.eclipse.jdt.internal.core.search.matching.QualifiedTypeDeclarationPattern
 
QualifiedTypeDeclarationPattern(char[], int, char[], char, int) - Constructor for class org.eclipse.jdt.internal.core.search.matching.QualifiedTypeDeclarationPattern
 
qualifiedTypeName - Variable in exception org.eclipse.jdt.internal.core.builder.AbortIncrementalBuildException
 
QualifiedTypeReference - Class in org.eclipse.jdt.internal.compiler.ast
 
QualifiedTypeReference(char[][], long[]) - Constructor for class org.eclipse.jdt.internal.compiler.ast.QualifiedTypeReference
 
QUALIFIER_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.MemberRef
The "qualifier" structural property of this node type (child type: Name).
QUALIFIER_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.MethodRef
The "qualifier" structural property of this node type (child type: Name).
QUALIFIER_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.QualifiedName
The "qualifier" structural property of this node type (child type: Name).
QUALIFIER_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.QualifiedType
The "qualifier" structural property of this node type (child type: Type).
QUALIFIER_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.SuperFieldAccess
The "qualifier" structural property of this node type (child type: Name).
QUALIFIER_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.SuperMethodInvocation
The "qualifier" structural property of this node type (child type: Name).
QUALIFIER_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.ThisExpression
The "qualifier" structural property of this node type (child type: Name).
query(char[][], char[], int) - Method in class org.eclipse.jdt.internal.core.index.Index
Returns the entries containing the given key in a group of categories, or null if no matches are found.
queryDocumentNames(String) - Method in class org.eclipse.jdt.internal.core.index.Index
Returns the document names that contain the given substring, if null then returns all of them.
queryIn(Index) - Method in class org.eclipse.jdt.core.search.SearchPattern
 
queryIn(Index) - Method in class org.eclipse.jdt.internal.core.search.matching.ConstructorPattern
 
queryIn(Index) - Method in class org.eclipse.jdt.internal.core.search.matching.MethodPattern
 
queryIn(Index) - Method in class org.eclipse.jdt.internal.core.search.matching.MultiTypeDeclarationPattern
 
queryIn(Index) - Method in class org.eclipse.jdt.internal.core.search.matching.PackageDeclarationPattern
 
queryIn(Index) - Method in class org.eclipse.jdt.internal.core.search.matching.SecondaryTypeDeclarationPattern
 
queryIn(Index) - Method in class org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern
 
queryIn(Index) - Method in class org.eclipse.jdt.internal.core.search.matching.TypeDeclarationPattern
 
QUESTIONCOLON - Static variable in interface org.eclipse.jdt.internal.compiler.ast.OperatorIds
 

R

R_ABSTRACT_METHOD - Static variable in interface org.eclipse.jdt.internal.codeassist.RelevanceConstants
 
R_ANNOTATION - Static variable in interface org.eclipse.jdt.internal.codeassist.RelevanceConstants
 
R_CAMEL_CASE - Static variable in interface org.eclipse.jdt.internal.codeassist.RelevanceConstants
 
R_CAMELCASE_MATCH - Static variable in class org.eclipse.jdt.core.search.SearchPattern
Match rule: The search pattern contains a Camel Case expression.
R_CAMELCASE_SAME_PART_COUNT_MATCH - Static variable in class org.eclipse.jdt.core.search.SearchPattern
Match rule: The search pattern contains a Camel Case expression with a strict expected number of parts.
R_CASE - Static variable in interface org.eclipse.jdt.internal.codeassist.RelevanceConstants
 
R_CASE_SENSITIVE - Static variable in class org.eclipse.jdt.core.search.SearchPattern
Match rule: The search pattern matches the search result only if cases are the same.
R_CLASS - Static variable in interface org.eclipse.jdt.internal.codeassist.RelevanceConstants
 
R_CONSTRUCTOR - Static variable in interface org.eclipse.jdt.internal.codeassist.RelevanceConstants
 
R_DEFAULT - Static variable in interface org.eclipse.jdt.internal.codeassist.RelevanceConstants
 
R_ENUM - Static variable in interface org.eclipse.jdt.internal.codeassist.RelevanceConstants
 
R_ENUM_CONSTANT - Static variable in interface org.eclipse.jdt.internal.codeassist.RelevanceConstants
 
R_EQUIVALENT_MATCH - Static variable in class org.eclipse.jdt.core.search.SearchPattern
Match rule: The search pattern matches search results as raw/parameterized types/methods with equivalent type parameters.
R_ERASURE_MATCH - Static variable in class org.eclipse.jdt.core.search.SearchPattern
Match rule: The search pattern matches search results as raw/parameterized types/methods with same erasure.
R_EXACT_EXPECTED_TYPE - Static variable in interface org.eclipse.jdt.internal.codeassist.RelevanceConstants
 
R_EXACT_MATCH - Static variable in class org.eclipse.jdt.core.search.SearchPattern
Match rule: The search pattern matches exactly the search result, that is, the source of the search result equals the search pattern.
R_EXACT_NAME - Static variable in interface org.eclipse.jdt.internal.codeassist.RelevanceConstants
 
R_EXCEPTION - Static variable in interface org.eclipse.jdt.internal.codeassist.RelevanceConstants
 
R_EXPECTED_TYPE - Static variable in interface org.eclipse.jdt.internal.codeassist.RelevanceConstants
 
R_FINAL - Static variable in interface org.eclipse.jdt.internal.codeassist.RelevanceConstants
 
R_FULL_MATCH - Static variable in class org.eclipse.jdt.core.search.SearchPattern
Match rule: The search pattern matches exactly the search result, that is, the source of the search result equals the search pattern.
R_INLINE_TAG - Static variable in interface org.eclipse.jdt.internal.codeassist.RelevanceConstants
 
R_INNERMOST - Static variable in class org.eclipse.jdt.internal.formatter.align.Alignment
 
R_INTERESTING - Static variable in interface org.eclipse.jdt.internal.codeassist.RelevanceConstants
 
R_INTERFACE - Static variable in interface org.eclipse.jdt.internal.codeassist.RelevanceConstants
 
R_METHOD_OVERIDE - Static variable in interface org.eclipse.jdt.internal.codeassist.RelevanceConstants
 
R_NAME_FIRST_PREFIX - Static variable in interface org.eclipse.jdt.internal.codeassist.RelevanceConstants
 
R_NAME_FIRST_SUFFIX - Static variable in interface org.eclipse.jdt.internal.codeassist.RelevanceConstants
 
R_NAME_LESS_NEW_CHARACTERS - Static variable in interface org.eclipse.jdt.internal.codeassist.RelevanceConstants
 
R_NAME_PREFIX - Static variable in interface org.eclipse.jdt.internal.codeassist.RelevanceConstants
 
R_NAME_SUFFIX - Static variable in interface org.eclipse.jdt.internal.codeassist.RelevanceConstants
 
R_NO_PROBLEMS - Static variable in interface org.eclipse.jdt.internal.codeassist.RelevanceConstants
 
R_NON_INHERITED - Static variable in interface org.eclipse.jdt.internal.codeassist.RelevanceConstants
 
R_NON_RESTRICTED - Static variable in interface org.eclipse.jdt.internal.codeassist.RelevanceConstants
 
R_NON_STATIC - Static variable in interface org.eclipse.jdt.internal.codeassist.RelevanceConstants
 
R_OUTERMOST - Static variable in class org.eclipse.jdt.internal.formatter.align.Alignment
 
R_PATTERN_MATCH - Static variable in class org.eclipse.jdt.core.search.SearchPattern
Match rule: The search pattern contains one or more wild cards ('*' or '?').
R_PREFIX_MATCH - Static variable in class org.eclipse.jdt.core.search.SearchPattern
Match rule: The search pattern is a prefix of the search result.
R_QUALIFIED - Static variable in interface org.eclipse.jdt.internal.codeassist.RelevanceConstants
 
R_REGEXP_MATCH - Static variable in class org.eclipse.jdt.core.search.SearchPattern
Match rule: The search pattern contains a regular expression.
R_RESOLVED - Static variable in interface org.eclipse.jdt.internal.codeassist.RelevanceConstants
 
R_TARGET - Static variable in interface org.eclipse.jdt.internal.codeassist.RelevanceConstants
 
R_TRUE_OR_FALSE - Static variable in interface org.eclipse.jdt.internal.codeassist.RelevanceConstants
 
R_UNQUALIFIED - Static variable in interface org.eclipse.jdt.internal.codeassist.RelevanceConstants
 
R_VALUE_TAG - Static variable in interface org.eclipse.jdt.internal.codeassist.RelevanceConstants
 
R_VOID - Static variable in interface org.eclipse.jdt.internal.codeassist.RelevanceConstants
 
rangeCopy(int[]) - Method in class org.eclipse.jdt.internal.core.jdom.DOMNode
Deprecated. Returns a copy of the given range.
ranges - Variable in class org.eclipse.jdt.internal.compiler.codegen.ExceptionLabel
 
ranges - Variable in class org.eclipse.jdt.internal.core.util.CharArrayBuffer
A buffer of ranges which is maintained along with the buffer.
RangeUtil - Class in org.eclipse.jdt.internal.compiler.parser.diagnose
 
RangeUtil() - Constructor for class org.eclipse.jdt.internal.compiler.parser.diagnose.RangeUtil
 
rank - Variable in class org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding
 
rank - Variable in class org.eclipse.jdt.internal.compiler.lookup.WildcardBinding
 
RATIO_PROPERTY - Static variable in class org.eclipse.jdt.internal.core.JavaModelCache
 
RAW - Static variable in class org.eclipse.jdt.internal.compiler.impl.IrritantSet
 
RAW_MASK - Static variable in class org.eclipse.jdt.internal.core.search.matching.PatternLocator
 
RAW_TYPE - Static variable in class org.eclipse.jdt.internal.compiler.lookup.Binding
 
rawClasspath - Variable in class org.eclipse.jdt.internal.core.JavaModelManager.PerProjectInfo
 
rawClasspathStatus - Variable in class org.eclipse.jdt.internal.core.JavaModelManager.PerProjectInfo
 
RawMemberTypeCannotBeParameterized - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
rawMemberTypeCannotBeParameterized(ASTNode, ReferenceBinding, TypeBinding[]) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
rawTimeStamp - Variable in class org.eclipse.jdt.internal.core.JavaModelManager.PerProjectInfo
 
RawTypeBinding - Class in org.eclipse.jdt.internal.compiler.lookup
Denote a raw type, i.e.
RawTypeBinding(ReferenceBinding, ReferenceBinding, LookupEnvironment) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.RawTypeBinding
Raw type arguments are erasure of respective parameter bounds.
RawTypeReference - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
RawTypeReference - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
rawTypeReference(ASTNode, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
rBraceEnd - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
rBraceStart - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
rBraceSuccessorStart - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
REACHABLE - Static variable in class org.eclipse.jdt.internal.compiler.flow.FlowInfo
 
reachMode() - Method in class org.eclipse.jdt.internal.compiler.flow.FlowInfo
Find out the reachability mode of this flowInfo.
read(char[], int, int) - Method in class org.apache.tapestry.util.text.ExtendedReader
 
READ - Static variable in class org.eclipse.jdt.internal.compiler.ast.FieldReference
 
READ - Static variable in class org.eclipse.jdt.internal.compiler.ast.SingleNameReference
 
read(File) - Static method in class org.eclipse.jdt.internal.compiler.classfmt.ClassFileReader
 
read(File, boolean) - Static method in class org.eclipse.jdt.internal.compiler.classfmt.ClassFileReader
 
read(InputStream, String) - Static method in class org.eclipse.jdt.internal.compiler.classfmt.ClassFileReader
 
read(InputStream, String, boolean) - Static method in class org.eclipse.jdt.internal.compiler.classfmt.ClassFileReader
 
read(ZipFile, String) - Static method in class org.eclipse.jdt.internal.compiler.classfmt.ClassFileReader
 
read(ZipFile, String, boolean) - Static method in class org.eclipse.jdt.internal.compiler.classfmt.ClassFileReader
 
read(String) - Static method in class org.eclipse.jdt.internal.compiler.classfmt.ClassFileReader
 
read(String, boolean) - Static method in class org.eclipse.jdt.internal.compiler.classfmt.ClassFileReader
 
read() - Method in class org.eclipse.jdt.internal.formatter.comment.SubstitutionTextReader
 
read(char[], int, int) - Method in class org.eclipse.jdt.internal.formatter.comment.SubstitutionTextReader
 
READ_ACCESSES - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
When searching for field matches, it will exclusively find read accesses, as opposed to write accesses.
read_lookahead() - Method in class java_cup.runtime.lr_parser
Read from input to establish our buffer of "parse ahead" lookahead Symbols.
READ_ONLY - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status constant indicating that the operation encountered a read-only element.
readableName() - Method in class org.eclipse.jdt.internal.compiler.codegen.VerificationTypeInfo
 
readableName() - Method in class org.eclipse.jdt.internal.compiler.lookup.ArrayBinding
 
readableName() - Method in class org.eclipse.jdt.internal.compiler.lookup.BaseTypeBinding
 
readableName() - Method in class org.eclipse.jdt.internal.compiler.lookup.Binding
 
readableName() - Method in class org.eclipse.jdt.internal.compiler.lookup.CaptureBinding
 
readableName() - Method in class org.eclipse.jdt.internal.compiler.lookup.ImportBinding
 
readableName() - Method in class org.eclipse.jdt.internal.compiler.lookup.ImportConflictBinding
 
readableName() - Method in class org.eclipse.jdt.internal.compiler.lookup.LocalTypeBinding
 
readableName() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
 
readableName() - Method in class org.eclipse.jdt.internal.compiler.lookup.PackageBinding
 
readableName() - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
 
readableName() - Method in class org.eclipse.jdt.internal.compiler.lookup.ProblemBinding
 
readableName() - Method in class org.eclipse.jdt.internal.compiler.lookup.RawTypeBinding
 
readableName() - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
Answer the receiver's signature.
readableName() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding
 
readableName() - Method in class org.eclipse.jdt.internal.compiler.lookup.VariableBinding
 
readableName() - Method in class org.eclipse.jdt.internal.compiler.lookup.WildcardBinding
 
readableName - Static variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
readableName() - Method in class org.eclipse.jdt.internal.core.ImportContainer
 
readableName() - Method in class org.eclipse.jdt.internal.core.ImportDeclaration
 
readableName() - Method in class org.eclipse.jdt.internal.core.Initializer
 
readableName() - Method in class org.eclipse.jdt.internal.core.JavaElement
 
readableName() - Method in class org.eclipse.jdt.internal.core.Member
 
readableName() - Method in class org.eclipse.jdt.internal.core.SourceMethod
 
readAccess - Variable in class org.eclipse.jdt.internal.core.search.matching.VariablePattern
 
readAndCacheClasspath(JavaProject) - Method in class org.eclipse.jdt.internal.core.JavaModelManager.PerProjectInfo
Reads the classpath and caches the entries.
readByteTable(String) - Static method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
readChar() - Method in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
readCharacters(ICharacterMatcher) - Method in class org.apache.tapestry.util.text.ExtendedReader
Reads the next characters until a character that does not match the provided rule is reached.
readFileEntriesWithException(Map) - Method in class org.eclipse.jdt.internal.core.JavaProject
Reads the classpath file entries of this project's .classpath file.
readLongTable(String) - Static method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
readManager - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
ReadManager - Class in org.eclipse.jdt.internal.compiler
 
ReadManager(ICompilationUnit[], int) - Constructor for class org.eclipse.jdt.internal.compiler.ReadManager
 
readNameTable(String) - Static method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
readNext(boolean) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.TokenScanner
Reads the next token.
readNext(int, boolean) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.TokenScanner
Reads the next token from the given offset.
READOBJECT - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
readOnlyVariables - Variable in class org.eclipse.jdt.internal.core.JavaModelManager
 
readOutputLocation() - Method in interface org.eclipse.jdt.core.IJavaProject
Returns the default output location for the project as defined by its .classpath file from disk, or null if unable to read the file.
readOutputLocation() - Method in class org.eclipse.jdt.internal.core.JavaProject
 
readRawClasspath() - Method in interface org.eclipse.jdt.core.IJavaProject
Returns the raw classpath for the project as defined by its .classpath file from disk, or null if unable to read the file.
readRawClasspath() - Method in class org.eclipse.jdt.internal.core.JavaProject
 
readReadableNameTable(String) - Static method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
READRESOLVE - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
readState(IProject, DataInputStream) - Static method in class org.eclipse.jdt.internal.core.builder.JavaBuilder
 
readState(IProject) - Method in class org.eclipse.jdt.internal.core.JavaModelManager
Reads the build state for the relevant project.
readTable(String) - Static method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
readToken() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionJavadocParser
 
readToken() - Method in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
readTokenAndConsume() - Method in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
readTokenSafely() - Method in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
readToToken(int) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.TokenScanner
Reads until a token is reached.
readToToken(int, int) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.TokenScanner
Reads until a token is reached, starting from the given offset.
readUntil(InputStream, byte) - Static method in class org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy
 
readUntil(InputStream, byte, int) - Static method in class org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy
 
ReadWriteMonitor - Class in org.eclipse.jdt.internal.core.search.indexing
Monitor ensuring no more than one writer working concurrently.
ReadWriteMonitor() - Constructor for class org.eclipse.jdt.internal.core.search.indexing.ReadWriteMonitor
 
ready() - Method in class org.apache.tapestry.util.text.ExtendedReader
 
ready() - Method in class org.eclipse.jdt.internal.formatter.comment.SubstitutionTextReader
 
READY_FOR_BUILD - Static variable in class org.eclipse.jdt.core.compiler.CompilationParticipant
 
real_next - Variable in class java_cup.runtime.virtual_parse_stack
Top of stack indicator for where we leave off in the real stack.
real_stack - Variable in class java_cup.runtime.virtual_parse_stack
The real stack that we shadow.
realBlockPtr - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
realBlockStack - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
realName - Variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnArgumentName
 
realName - Variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnFieldName
 
realName - Variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnLocalName
 
REBUILDING_STATE - Static variable in class org.eclipse.jdt.internal.core.search.indexing.IndexManager
 
rebuildTypesAffectedBySecondaryTypes() - Method in class org.eclipse.jdt.internal.core.builder.BatchImageBuilder
 
receiver - Variable in class org.eclipse.jdt.internal.compiler.ast.ArrayReference
 
receiver - Variable in class org.eclipse.jdt.internal.compiler.ast.FieldReference
 
receiver - Variable in class org.eclipse.jdt.internal.compiler.ast.MessageSend
 
ReceiverTypeNotVisible - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.ProblemReasons
 
recipient - Variable in class org.eclipse.jdt.internal.compiler.ast.Annotation
 
reconcile(ReconcileContext) - Method in class org.eclipse.jdt.core.compiler.CompilationParticipant
Notifies this participant that a reconcile operation is happening.
reconcile(int, boolean, WorkingCopyOwner, IProgressMonitor) - Method in interface org.eclipse.jdt.core.ICompilationUnit
Reconciles the contents of this working copy, sends out a Java delta notification indicating the nature of the change of the working copy since the last time it was either reconciled or made consistent (IOpenable.makeConsistent(IProgressMonitor)), and returns a compilation unit AST if requested.
reconcile(int, boolean, boolean, WorkingCopyOwner, IProgressMonitor) - Method in interface org.eclipse.jdt.core.ICompilationUnit
Reconciles the contents of this working copy, sends out a Java delta notification indicating the nature of the change of the working copy since the last time it was either reconciled or made consistent (IOpenable.makeConsistent(IProgressMonitor)), and returns a compilation unit AST if requested.
reconcile(int, int, WorkingCopyOwner, IProgressMonitor) - Method in interface org.eclipse.jdt.core.ICompilationUnit
Reconciles the contents of this working copy, sends out a Java delta notification indicating the nature of the change of the working copy since the last time it was either reconciled or made consistent (IOpenable.makeConsistent(IProgressMonitor)), and returns a compilation unit AST if requested.
reconcile() - Method in interface org.eclipse.jdt.core.IWorkingCopy
Deprecated. Use ICompilationUnit.reconcile(int, boolean, WorkingCopyOwner, IProgressMonitor) instead.
reconcile(boolean, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IWorkingCopy
Deprecated. Use ICompilationUnit.reconcile(int, boolean, WorkingCopyOwner, IProgressMonitor) instead.
reconcile() - Method in class org.eclipse.jdt.internal.core.CompilationUnit
Deprecated.  
reconcile(boolean, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.CompilationUnit
 
reconcile(int, boolean, WorkingCopyOwner, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.CompilationUnit
 
reconcile(int, boolean, boolean, WorkingCopyOwner, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.CompilationUnit
 
reconcile(int, int, WorkingCopyOwner, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.CompilationUnit
 
RECONCILE_PERF - Static variable in class org.eclipse.jdt.internal.core.JavaModelManager
 
ReconcileContext - Class in org.eclipse.jdt.core.compiler
The context of a reconcile event that is notified to interested compilation participants while a reconcile operation is running.
ReconcileContext(ReconcileWorkingCopyOperation, CompilationUnit) - Constructor for class org.eclipse.jdt.core.compiler.ReconcileContext
Creates a reconcile context for the given reconcile operation.
reconcileDeltas - Variable in class org.eclipse.jdt.internal.core.DeltaProcessor
 
reconcileFlags - Variable in class org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation
 
ReconcileWorkingCopyOperation - Class in org.eclipse.jdt.internal.core
Reconcile a working copy and signal the changes through a delta.
ReconcileWorkingCopyOperation(IJavaElement, int, int, WorkingCopyOwner) - Constructor for class org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation
 
record - Variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
record(LocalTypeBinding) - Method in class org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration
 
record(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
record(CategorizedProblem, ReferenceContext) - Method in class org.eclipse.jdt.internal.compiler.CompilationResult
 
record(CategorizedProblem, ReferenceContext, boolean) - Method in class org.eclipse.jdt.internal.compiler.CompilationResult
 
record(char[], ClassFile) - Method in class org.eclipse.jdt.internal.compiler.CompilationResult
For now, remember the compiled type using its compound name.
record - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveryScanner
 
record(CategorizedProblem, CompilationResult, ReferenceContext, boolean) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemHandler
 
recordAddedGeneratedFiles(IFile[]) - Method in class org.eclipse.jdt.core.compiler.BuildContext
Record the added/changed generated files that need to be compiled.
recordAddedGeneratedFiles(IFile[]) - Method in class org.eclipse.jdt.internal.core.builder.CompilationParticipantResult
Record the added/changed generated files that need to be compiled.
recordBreakFrom(FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.flow.FlowContext
 
recordBreakFrom(FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.flow.SwitchFlowContext
 
recordBreakTo(FlowContext) - Method in class org.eclipse.jdt.internal.compiler.flow.FlowContext
 
recordBreakTo(FlowContext) - Method in class org.eclipse.jdt.internal.compiler.flow.LoopingFlowContext
 
recordCatchContextOfEscapingException(ExceptionHandlingFlowContext, ReferenceBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.LoopingFlowContext
 
recordComment(int) - Method in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
recordComment(int) - Method in class org.eclipse.jdt.internal.core.util.PublicScanner
 
recordContinueFrom(FlowContext, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.flow.FlowContext
 
recordContinueFrom(FlowContext, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.flow.LoopingFlowContext
 
recordDeletedGeneratedFiles(IFile[]) - Method in class org.eclipse.jdt.core.compiler.BuildContext
Record the generated files that need to be deleted.
recordDeletedGeneratedFiles(IFile[]) - Method in class org.eclipse.jdt.internal.core.builder.CompilationParticipantResult
Record the generated files that need to be deleted.
recordDependencies(String[]) - Method in class org.eclipse.jdt.core.compiler.BuildContext
Record the fully-qualified type names of any new dependencies, each name is of the form "p1.p2.A.B".
recordDependencies(String[]) - Method in class org.eclipse.jdt.internal.core.builder.CompilationParticipantResult
Record the fully-qualified type names of any new dependencies, each name is of the form "p1.p2.A.B".
recordedParsingInformation - Variable in class org.eclipse.jdt.internal.core.util.CodeSnippetParsingUtil
 
RecordedParsingInformation - Class in org.eclipse.jdt.internal.core.util
Use to keep track of recorded information during the parsing like comment positions, line ends or problems.
RecordedParsingInformation(CategorizedProblem[], int[], int[][]) - Constructor for class org.eclipse.jdt.internal.core.util.RecordedParsingInformation
 
recordErrorLocation(ASTNode, int) - Method in class org.eclipse.jdt.internal.compiler.ast.FakedTrackingVariable
 
recordExitAgainstResource(BlockScope, FlowInfo, FakedTrackingVariable, ASTNode) - Method in class org.eclipse.jdt.internal.compiler.flow.FlowContext
Record that we found an early exit from a method while a resource is in scope.
recordExitAgainstResource(BlockScope, FlowInfo, FakedTrackingVariable, ASTNode) - Method in class org.eclipse.jdt.internal.compiler.flow.LoopingFlowContext
Record the fact that we see an early exit (in 'reference') while 'trackingVar' is in scope and may be unclosed.
recordExpressionType(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
recordExpressionType(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream
 
recordFinalAssignment(VariableBinding, Reference) - Method in class org.eclipse.jdt.internal.compiler.flow.FinallyFlowContext
 
recordFinalAssignment(VariableBinding, Reference) - Method in class org.eclipse.jdt.internal.compiler.flow.FlowContext
 
recordFinalAssignment(VariableBinding, Reference) - Method in class org.eclipse.jdt.internal.compiler.flow.LoopingFlowContext
 
recordFrom - Variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
recordHandlingException(ReferenceBinding, UnconditionalFlowInfo, TypeBinding, TypeBinding, ASTNode, boolean) - Method in class org.eclipse.jdt.internal.compiler.flow.ExceptionHandlingFlowContext
 
recordHandlingException(ReferenceBinding, UnconditionalFlowInfo, TypeBinding, TypeBinding, ASTNode, boolean) - Method in class org.eclipse.jdt.internal.compiler.flow.InitializationFlowContext
 
recordInheritedPosition(long) - Method in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
recordInitializationEndPC(int) - Method in class org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding
 
recordInitializationStartPC(int) - Method in class org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding
 
recordInitializationStates(FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodScope
 
recordInnerClasses(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.ClassFile
 
recordLineSeparator - Variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
recordLineSeparator - Variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
recordModifications() - Method in class org.eclipse.jdt.core.dom.CompilationUnit
Enables the recording of changes to this compilation unit and its descendants.
recordNestedType(ClassFile, TypeBinding) - Static method in class org.eclipse.jdt.internal.compiler.util.Util
 
recordNewProblems(CategorizedProblem[]) - Method in class org.eclipse.jdt.core.compiler.BuildContext
Record new problems to report against this compilationUnit.
recordNewProblems(CategorizedProblem[]) - Method in class org.eclipse.jdt.internal.core.builder.CompilationParticipantResult
Record new problems to report against this compilationUnit.
recordNullityMismatch(BlockScope, Expression, TypeBinding, TypeBinding, int) - Method in class org.eclipse.jdt.internal.compiler.flow.FlowContext
Record that a nullity mismatch was detected against an annotated type reference.
recordNullReference(LocalVariableBinding, ASTNode, int) - Method in class org.eclipse.jdt.internal.compiler.flow.FinallyFlowContext
 
recordNullReference(LocalVariableBinding, ASTNode, int) - Method in class org.eclipse.jdt.internal.compiler.flow.FlowContext
Record a null reference for use by deferred checks.
recordNullReference(LocalVariableBinding, ASTNode, int) - Method in class org.eclipse.jdt.internal.compiler.flow.LoopingFlowContext
 
recordPackageName(char[][]) - Method in class org.eclipse.jdt.internal.compiler.CompilationResult
 
recordParticipantResult(CompilationParticipantResult) - Method in class org.eclipse.jdt.internal.core.builder.AbstractImageBuilder
 
recordPositionsFrom(int, int) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
recordPositionsFrom(int, int, boolean) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
recordProvidedExpectedTypes(TypeBinding, TypeBinding, int) - Method in class org.eclipse.jdt.internal.compiler.flow.FlowContext
 
recordReturnFrom(UnconditionalFlowInfo) - Method in class org.eclipse.jdt.internal.compiler.flow.ExceptionHandlingFlowContext
 
recordReturnFrom(UnconditionalFlowInfo) - Method in class org.eclipse.jdt.internal.compiler.flow.FlowContext
 
recordReturnFrom(UnconditionalFlowInfo) - Method in class org.eclipse.jdt.internal.compiler.flow.InsideSubRoutineFlowContext
 
recordSettingFinal(VariableBinding, Reference, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.flow.FlowContext
 
recordStringLiteral(StringLiteral, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration
 
recordStringLiterals - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
recordSubstitute(TypeVariableBinding, TypeBinding, int) - Method in class org.eclipse.jdt.internal.compiler.lookup.InferenceContext
 
recordSuperType(char[], char[], char) - Method in class org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType
 
recordSuppressWarnings(Scope, int, int, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.Annotation
 
recordSuppressWarnings(IrritantSet, Annotation, int, int) - Method in class org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration
 
recordTo - Variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
recordTypeConversion(TypeBinding, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope
 
recordUsingNullReference(Scope, LocalVariableBinding, ASTNode, int, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.flow.FinallyFlowContext
 
recordUsingNullReference(Scope, LocalVariableBinding, ASTNode, int, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.flow.FlowContext
Record a null reference for use by deferred checks.
recordUsingNullReference(Scope, LocalVariableBinding, ASTNode, int, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.flow.LoopingFlowContext
 
RECOVERED - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Flag constant (bit mask, value 8) indicating that this node or a part of this node is recovered from source that contains a syntax error detected in the vicinity.
RecoveredAnnotation - Class in org.eclipse.jdt.internal.compiler.parser
 
RecoveredAnnotation(int, int, int, RecoveredElement, int) - Constructor for class org.eclipse.jdt.internal.compiler.parser.RecoveredAnnotation
 
RecoveredBlock - Class in org.eclipse.jdt.internal.compiler.parser
 
RecoveredBlock(Block, RecoveredElement, int) - Constructor for class org.eclipse.jdt.internal.compiler.parser.RecoveredBlock
 
RecoveredElement - Class in org.eclipse.jdt.internal.compiler.parser
 
RecoveredElement(RecoveredElement, int) - Constructor for class org.eclipse.jdt.internal.compiler.parser.RecoveredElement
 
RecoveredElement(RecoveredElement, int, Parser) - Constructor for class org.eclipse.jdt.internal.compiler.parser.RecoveredElement
 
RecoveredField - Class in org.eclipse.jdt.internal.compiler.parser
 
RecoveredField(FieldDeclaration, RecoveredElement, int) - Constructor for class org.eclipse.jdt.internal.compiler.parser.RecoveredField
 
RecoveredField(FieldDeclaration, RecoveredElement, int, Parser) - Constructor for class org.eclipse.jdt.internal.compiler.parser.RecoveredField
 
RecoveredImport - Class in org.eclipse.jdt.internal.compiler.parser
 
RecoveredImport(ImportReference, RecoveredElement, int) - Constructor for class org.eclipse.jdt.internal.compiler.parser.RecoveredImport
 
RecoveredInitializer - Class in org.eclipse.jdt.internal.compiler.parser
 
RecoveredInitializer(FieldDeclaration, RecoveredElement, int) - Constructor for class org.eclipse.jdt.internal.compiler.parser.RecoveredInitializer
 
RecoveredInitializer(FieldDeclaration, RecoveredElement, int, Parser) - Constructor for class org.eclipse.jdt.internal.compiler.parser.RecoveredInitializer
 
RecoveredLocalVariable - Class in org.eclipse.jdt.internal.compiler.parser
 
RecoveredLocalVariable(LocalDeclaration, RecoveredElement, int) - Constructor for class org.eclipse.jdt.internal.compiler.parser.RecoveredLocalVariable
 
RecoveredMethod - Class in org.eclipse.jdt.internal.compiler.parser
Internal method structure for parsing recovery
RecoveredMethod(AbstractMethodDeclaration, RecoveredElement, int, Parser) - Constructor for class org.eclipse.jdt.internal.compiler.parser.RecoveredMethod
 
RecoveredStatement - Class in org.eclipse.jdt.internal.compiler.parser
 
RecoveredStatement(Statement, RecoveredElement, int) - Constructor for class org.eclipse.jdt.internal.compiler.parser.RecoveredStatement
 
recoveredStaticInitializerStart - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
RecoveredType - Class in org.eclipse.jdt.internal.compiler.parser
Internal type structure for parsing recovery
RecoveredType(TypeDeclaration, RecoveredElement, int) - Constructor for class org.eclipse.jdt.internal.compiler.parser.RecoveredType
 
recoveredTypePtr - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
recoveredTypes - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
RecoveredUnit - Class in org.eclipse.jdt.internal.compiler.parser
 
RecoveredUnit(CompilationUnitDeclaration, int, Parser) - Constructor for class org.eclipse.jdt.internal.compiler.parser.RecoveredUnit
 
recoveringParser - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveredElement
 
recoverStatements() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
recovery_templates - Static variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
recovery_templates_index - Static variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
recoveryExitFromVariable() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
recoveryExitFromVariable() - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
recoveryExitFromVariable() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
recoveryScanner - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
RecoveryScanner - Class in org.eclipse.jdt.internal.compiler.parser
 
RecoveryScanner(Scanner, RecoveryScannerData) - Constructor for class org.eclipse.jdt.internal.compiler.parser.RecoveryScanner
 
RecoveryScanner(boolean, boolean, long, long, char[][], char[][], boolean, RecoveryScannerData) - Constructor for class org.eclipse.jdt.internal.compiler.parser.RecoveryScanner
 
recoveryScannerData - Variable in class org.eclipse.jdt.internal.compiler.CompilationResult
 
RecoveryScannerData - Class in org.eclipse.jdt.internal.compiler.parser
 
RecoveryScannerData() - Constructor for class org.eclipse.jdt.internal.compiler.parser.RecoveryScannerData
 
recoveryTokenCheck() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
recoveryTokenCheck() - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
recoveryTokenCheck() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
recreateIndex(IPath) - Method in class org.eclipse.jdt.internal.core.search.indexing.IndexManager
Recreates the index for a given path, keeping the same read-write monitor.
recreatePersistedContainer(String, String, boolean) - Static method in class org.eclipse.jdt.internal.core.JavaModelManager
 
RecursiveConstructorInvocation - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
recursiveConstructorInvocation(ExplicitConstructorCall) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
redefineArgument(Argument) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
RedefinedArgument - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
RedefinedLocal - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
redefineLocal(LocalDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
REDUCE - Static variable in class java_cup.parse_action
Constants for action type -- reduce action.
reduce_action - Class in java_cup
This class represents a reduce action within the parse table.
reduce_action(production) - Constructor for class java_cup.reduce_action
Simple constructor.
reduce_check_end - Static variable in class java_cup.Main
Timing data -- when did we end checking for non-reduced productions
reduce_tab - Variable in class java_cup.runtime.lr_parser
Direct reference to the reduce-goto table.
reduce_table - Static variable in class java_cup.Main
Resulting reduce-goto table.
reduce_table() - Method in class java_cup.runtime.lr_parser
The reduce-goto table (supplied by generated subclass).
reduce_with() - Method in class java_cup.reduce_action
The production we reduce with.
reduceParseTree(CompilationUnitDeclaration) - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocator
Called prior to the unit being resolved.
reduction_count - Static variable in class java_cup.parse_action_row
Table of reduction counts (reused by compute_default()).
RedundantLocalVariableNullAssignment - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
RedundantNullAnnotation - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
RedundantNullAnnotation - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
RedundantNullCheck - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
RedundantNullCheckOnNonNullLocalVariable - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
RedundantNullCheckOnNonNullMessageSend - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
RedundantNullCheckOnNullLocalVariable - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
RedundantNullCheckOnSpecdNonNullLocalVariable - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
RedundantNullDefaultAnnotation - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
RedundantNullDefaultAnnotationMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
RedundantNullDefaultAnnotationPackage - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
RedundantNullDefaultAnnotationType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
RedundantSpecificationOfTypeArguments - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
RedundantSpecificationOfTypeArguments - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
redundantSpecificationOfTypeArguments(ASTNode, TypeBinding[]) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
RedundantSuperinterface - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
RedundantSuperinterface - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
redundantSuperInterface(SourceTypeBinding, TypeReference, ReferenceBinding, ReferenceBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
reenterAllExceptionHandlers(SubRoutineStatement[], int, CodeStream) - Static method in class org.eclipse.jdt.internal.compiler.ast.SubRoutineStatement
 
REF - Static variable in interface org.eclipse.jdt.internal.core.search.indexing.IIndexConstants
 
REF_AND_DECL_CATEGORIES - Static variable in class org.eclipse.jdt.internal.core.search.matching.ConstructorPattern
 
REF_AND_DECL_CATEGORIES - Static variable in class org.eclipse.jdt.internal.core.search.matching.FieldPattern
 
REF_AND_DECL_CATEGORIES - Static variable in class org.eclipse.jdt.internal.core.search.matching.MethodPattern
 
REF_CATEGORIES - Static variable in class org.eclipse.jdt.internal.core.search.matching.ConstructorPattern
 
REF_CATEGORIES - Static variable in class org.eclipse.jdt.internal.core.search.matching.FieldPattern
 
REF_CATEGORIES - Static variable in class org.eclipse.jdt.internal.core.search.matching.MethodPattern
 
Reference - Class in org.eclipse.jdt.internal.compiler.ast
 
Reference() - Constructor for class org.eclipse.jdt.internal.compiler.ast.Reference
BaseLevelReference constructor comment.
reference - Variable in class org.eclipse.jdt.internal.compiler.lookup.ImportBinding
 
referenceBinding - Variable in class org.eclipse.jdt.internal.compiler.ClassFile
 
ReferenceBinding - Class in org.eclipse.jdt.internal.compiler.lookup
 
ReferenceBinding() - Constructor for class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
 
referenceBindings - Variable in class org.eclipse.jdt.internal.compiler.Compiler
 
ReferenceCollection - Class in org.eclipse.jdt.internal.core.builder
 
ReferenceCollection(char[][][], char[][], char[][]) - Constructor for class org.eclipse.jdt.internal.core.builder.ReferenceCollection
 
referenceCompilationUnit() - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
ReferenceContext - Interface in org.eclipse.jdt.internal.compiler.impl
 
referenceContext - Variable in class org.eclipse.jdt.internal.compiler.lookup.ClassScope
 
referenceContext - Variable in class org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope
 
referenceContext - Variable in class org.eclipse.jdt.internal.compiler.lookup.MethodScope
 
referenceContext() - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
Returns the nearest reference context, starting from current scope.
referenceContext - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
referenceContext - Variable in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
referenceCount - Variable in class org.eclipse.jdt.internal.core.CompilationUnitStructureRequestor
The number of references reported thus far.
REFERENCED_PROJECTS - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchScope
Include type constant (bit mask) indicating that referenced projects should be considered in the search scope.
referencedEntries - Variable in class org.eclipse.jdt.internal.core.JavaModelManager.PerProjectInfo
 
ReferenceInfoAdapter - Class in org.eclipse.jdt.internal.core.util
An adapter which implements the methods for handling reference information from the parser.
ReferenceInfoAdapter() - Constructor for class org.eclipse.jdt.internal.core.util.ReferenceInfoAdapter
 
ReferenceMatch - Class in org.eclipse.jdt.core.search
An abstract Java search match that represents a reference.
ReferenceMatch(IJavaElement, int, int, int, boolean, SearchParticipant, IResource) - Constructor for class org.eclipse.jdt.core.search.ReferenceMatch
Creates a new reference match.
referenceMethod() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodScope
Answer the reference method of this scope, or null if initialization scope.
referenceMustBeArrayTypeAt(TypeBinding, ArrayReference) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
REFERENCES - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
The search result is a reference.
referencesTable - Variable in class org.eclipse.jdt.internal.compiler.ast.CombinedBinaryExpression
A table of references to the binary expressions of this' left branch.
ReferenceToForwardField - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ReferenceToForwardTypeVariable - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
referenceType() - Method in class org.eclipse.jdt.internal.compiler.lookup.BlockScope
 
referenceType() - Method in class org.eclipse.jdt.internal.compiler.lookup.ClassScope
 
referenceType() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodScope
Answer the reference type of this scope.
referenceType() - Method in class org.eclipse.jdt.internal.core.search.matching.ConstructorLocator
 
referenceType() - Method in class org.eclipse.jdt.internal.core.search.matching.FieldLocator
 
referenceType() - Method in class org.eclipse.jdt.internal.core.search.matching.LocalVariableLocator
 
referenceType() - Method in class org.eclipse.jdt.internal.core.search.matching.MethodLocator
 
referenceType() - Method in class org.eclipse.jdt.internal.core.search.matching.PackageReferenceLocator
 
referenceType() - Method in class org.eclipse.jdt.internal.core.search.matching.PatternLocator
 
referenceType() - Method in class org.eclipse.jdt.internal.core.search.matching.SuperTypeReferenceLocator
 
referenceType() - Method in class org.eclipse.jdt.internal.core.search.matching.TypeParameterLocator
 
referenceType() - Method in class org.eclipse.jdt.internal.core.search.matching.TypeReferenceLocator
 
referencingEntry - Variable in class org.eclipse.jdt.internal.core.ClasspathEntry
See IClasspathEntry.getReferencingEntry()
REFLECT - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
refresh(IProgressMonitor) - Method in interface org.eclipse.jdt.core.ITypeHierarchy
Re-computes the type hierarchy reporting progress.
refresh(IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy
 
refresh() - Method in class org.eclipse.jdt.internal.core.search.HierarchyScope
 
refresh(IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.search.HierarchyScope
 
refreshExternalArchives(IJavaElement[], IProgressMonitor) - Method in interface org.eclipse.jdt.core.IJavaModel
Triggers an update of the JavaModel with respect to the referenced external archives.
refreshExternalArchives(IJavaElement[], IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.JavaModel
 
refreshing_external_folders - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
refreshInlineTagPosition(int) - Method in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
refreshInlineTagPosition(int) - Method in class org.eclipse.jdt.internal.compiler.parser.JavadocParser
 
refreshInlineTagPosition(int) - Method in class org.eclipse.jdt.internal.formatter.FormatterCommentParser
 
refreshReferences(IProject[], IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.ExternalFoldersManager
 
refreshReferences(IProject, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.ExternalFoldersManager
 
refreshReturnStatement() - Method in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
refreshReturnStatement() - Method in class org.eclipse.jdt.internal.compiler.parser.JavadocParser
 
REGEXP_FLAVOR - Static variable in class org.eclipse.jdt.internal.core.search.matching.PatternLocator
 
region - Variable in class org.eclipse.jdt.internal.core.hierarchy.RegionBasedTypeHierarchy
The region of types for which to build the hierarchy
Region - Class in org.eclipse.jdt.internal.core
 
Region() - Constructor for class org.eclipse.jdt.internal.core.Region
Creates an empty region.
RegionBasedHierarchyBuilder - Class in org.eclipse.jdt.internal.core.hierarchy
 
RegionBasedHierarchyBuilder(TypeHierarchy) - Constructor for class org.eclipse.jdt.internal.core.hierarchy.RegionBasedHierarchyBuilder
 
RegionBasedTypeHierarchy - Class in org.eclipse.jdt.internal.core.hierarchy
 
RegionBasedTypeHierarchy(IRegion, ICompilationUnit[], IType, boolean) - Constructor for class org.eclipse.jdt.internal.core.hierarchy.RegionBasedTypeHierarchy
Creates a TypeHierarchy on the types in the specified region, considering first the given working copies, using the projects in the given region for a name lookup context.
registerExceptionHandler(ExceptionLabel) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
registerJavaModelDelta(IJavaElementDelta) - Method in class org.eclipse.jdt.internal.core.DeltaProcessor
 
registerTrackingVariable(FakedTrackingVariable) - Method in class org.eclipse.jdt.internal.compiler.lookup.BlockScope
Register a tracking variable and compute its id.
RELATIVE_ORDER - Static variable in class org.eclipse.jdt.core.util.CompilationUnitSorter
Name of auxillary property whose value can be used to determine the original relative order of two body declarations.
RELATIVE_PATH - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status constant indicating that a relative path was supplied to the operation when an absolute path is required.
relativeDepth - Variable in exception org.eclipse.jdt.internal.formatter.align.AlignmentException
 
relativePath(IPath, int) - Static method in class org.eclipse.jdt.internal.core.util.Util
Returns the toString() of the given full path minus the first given number of segments.
release(ClassFile) - Method in class org.eclipse.jdt.internal.compiler.ClassFilePool
 
releaseClassFiles(ClassFile[]) - Method in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
 
RelevanceConstants - Interface in org.eclipse.jdt.internal.codeassist
 
relocalize() - Method in class org.eclipse.jdt.internal.compiler.batch.Main
Creates a NLS catalog for the given locale.
REMAINDER - Static variable in class org.eclipse.jdt.core.dom.InfixExpression.Operator
Remainder "%" operator.
REMAINDER - Static variable in interface org.eclipse.jdt.internal.compiler.ast.OperatorIds
 
REMAINDER_ASSIGN - Static variable in class org.eclipse.jdt.core.dom.Assignment.Operator
%= operator.
remainingIterations - Variable in class org.eclipse.jdt.internal.compiler.Compiler
 
rememberExternalLibTimestamps() - Method in class org.eclipse.jdt.internal.core.JavaModelManager.PerProjectInfo
 
rememberScope(AbstractSearchScope) - Method in class org.eclipse.jdt.internal.core.JavaModelManager
Remembers the given scope in a weak set (so no need to remove it: it will be removed by the garbage collector)
remove(lalr_item) - Method in class java_cup.lalr_item_set
Remove a single item if it is in the set.
remove(lalr_item_set) - Method in class java_cup.lalr_item_set
Remove (set subtract) a complete set.
remove(symbol) - Method in class java_cup.symbol_set
Remove a single symbol if it is in the set.
remove(symbol_set) - Method in class java_cup.symbol_set
Remove (set subtract) a complete set.
remove(terminal) - Method in class java_cup.terminal_set
Remove a terminal if it is in the set.
remove(char[], char) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers a new array removing a given character.
remove(ASTNode, TextEditGroup) - Method in class org.eclipse.jdt.core.dom.rewrite.ASTRewrite
Removes the given node from its parent in this rewriter.
remove(ASTNode, TextEditGroup) - Method in class org.eclipse.jdt.core.dom.rewrite.ListRewrite
Removes the given node from its parent's list property in the rewriter.
remove(IJavaElement) - Method in interface org.eclipse.jdt.core.IRegion
Removes the specified element from the region and returns true if successful, false if the remove fails.
remove() - Method in interface org.eclipse.jdt.core.jdom.IDOMNode
Deprecated. Separates this node from its parent and siblings, maintaining any ties that this node has to the underlying document fragment.
remove(char[]) - Method in class org.eclipse.jdt.internal.compiler.codegen.CharArrayCache
Remove the object associated with the specified key in the hashtable.
remove(char[][]) - Method in class org.eclipse.jdt.internal.compiler.util.CompoundNameVector
 
remove(int) - Method in class org.eclipse.jdt.internal.compiler.util.HashSetOfInt
 
remove(Object) - Method in class org.eclipse.jdt.internal.compiler.util.ObjectVector
 
remove(char[]) - Method in class org.eclipse.jdt.internal.compiler.util.SimpleNameVector
 
remove(Object) - Method in class org.eclipse.jdt.internal.compiler.util.SimpleSet
 
remove(char[]) - Method in class org.eclipse.jdt.internal.compiler.util.SimpleSetOfCharArray
 
remove(int) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.LineCommentEndOffsets
 
remove(String) - Method in class org.eclipse.jdt.internal.core.index.Index
 
remove() - Method in class org.eclipse.jdt.internal.core.jdom.DOMNode
Deprecated. Separates this node from its parent and siblings, maintaining any ties that this node has to the underlying document fragment.
remove(Object) - Method in class org.eclipse.jdt.internal.core.OverflowingLRUCache
Removes and returns the value in the cache for the given key.
remove(IJavaElement) - Method in class org.eclipse.jdt.internal.core.Region
 
remove(String, IPath) - Method in class org.eclipse.jdt.internal.core.search.indexing.IndexManager
Trigger removal of a resource to an index Note: the actual operation is performed in background
remove(IType) - Method in class org.eclipse.jdt.internal.core.TypeVector
 
remove(Object[]) - Method in class org.eclipse.jdt.internal.core.util.HashSetOfArray
 
remove(char[][]) - Method in class org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray
 
remove(Object) - Method in class org.eclipse.jdt.internal.core.util.WeakHashSet
 
remove(char[]) - Method in class org.eclipse.jdt.internal.core.util.WeakHashSetOfCharArray
 
remove_embedded_actions() - Method in class java_cup.production
Remove all embedded actions from a production by factoring them out into individual action production using new non terminals.
removeAffectedChild(JavaElementDelta) - Method in class org.eclipse.jdt.internal.core.JavaElementDelta
Removes the child delta from the collection of affected children.
removeAll() - Method in class org.eclipse.jdt.internal.compiler.util.CompoundNameVector
 
removeAll() - Method in class org.eclipse.jdt.internal.compiler.util.ObjectVector
 
removeAll() - Method in class org.eclipse.jdt.internal.compiler.util.SimpleNameVector
 
removeAll() - Method in class org.eclipse.jdt.internal.core.TypeVector
 
REMOVEALL_APPEND - Static variable in class org.eclipse.jdt.internal.core.JavaModelOperation
 
removeAllChildren(IJavaElement) - Method in class org.eclipse.jdt.internal.core.Region
Removes any children of this element that are contained within this region as this parent is about to be added to the region.
removeAllClasspathChanges() - Method in class org.eclipse.jdt.internal.core.DeltaProcessingState
 
removeAllIndexEntries() - Method in class org.eclipse.jdt.core.search.SearchDocument
Removes all index entries from the index for the given document.
removeAllPostAction(String) - Method in class org.eclipse.jdt.internal.core.JavaModelOperation
 
removeAndShrinkArray(IJavaElementDelta[], int) - Method in class org.eclipse.jdt.internal.core.JavaElementDelta
Removes the element from the array.
removeBuffer(IBuffer) - Method in class org.eclipse.jdt.internal.core.BufferManager
Removes a buffer from the table of open buffers.
removeBufferChangedListener(IBufferChangedListener) - Method in interface org.eclipse.jdt.core.IBuffer
Removes the given listener from this buffer.
removeBufferChangedListener(IBufferChangedListener) - Method in class org.eclipse.jdt.internal.core.Buffer
 
removeCapture(char[]) - Static method in class org.eclipse.jdt.core.Signature
Removes any capture information from the given type or method signature and returns the resulting signature.
removeCapture(String) - Static method in class org.eclipse.jdt.core.Signature
Removes any capture information from the given type or method signature and returns the resulting signature.
removeChild(IJavaElement) - Method in class org.eclipse.jdt.internal.core.OpenableElementInfo
 
removeClassFile(IPath, IContainer) - Method in class org.eclipse.jdt.internal.core.builder.IncrementalImageBuilder
 
removeClasspathValidations() - Method in class org.eclipse.jdt.internal.core.DeltaProcessingState
 
removeClasspathVariable(String) - Static method in class org.eclipse.jdt.core.JavaCore
Deprecated. Use JavaCore.removeClasspathVariable(String, IProgressMonitor) instead
removeClasspathVariable(String, IProgressMonitor) - Static method in class org.eclipse.jdt.core.JavaCore
Removed the given classpath variable.
removeCPResolutionBPListener(JavaProject.ClasspathResolutionBreakpointListener) - Static method in class org.eclipse.jdt.internal.core.JavaProject
 
REMOVED - Static variable in interface org.eclipse.jdt.core.IJavaElementDelta
Status constant indicating that the element has been removed.
REMOVED - Static variable in class org.eclipse.jdt.internal.core.dom.rewrite.RewriteEvent
Change kind to describe that the event is an remove event.
removed(IJavaElement) - Method in class org.eclipse.jdt.internal.core.JavaElementDelta
Creates the nested deltas resulting from an delete operation.
removed(IJavaElement, int) - Method in class org.eclipse.jdt.internal.core.JavaElementDelta
 
removed() - Method in class org.eclipse.jdt.internal.core.SimpleDelta
 
removeDocumentListener(IDocumentListener) - Method in class org.eclipse.jdt.internal.core.util.SimpleDocument
 
removeDocumentPartitioningListener(IDocumentPartitioningListener) - Method in class org.eclipse.jdt.internal.core.util.SimpleDocument
 
removedTokensEnd - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveryScannerData
 
removedTokensPtr - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveryScannerData
 
removedTokensStart - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveryScannerData
 
removedTokenUsed - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveryScannerData
 
removeElementChangedListener(IElementChangedListener) - Static method in class org.eclipse.jdt.core.JavaCore
Removes the given element changed listener.
removeElementChangedListener(IElementChangedListener) - Method in class org.eclipse.jdt.internal.core.DeltaProcessingState
 
removeEntry(ASTNode) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ListRewriteEvent
 
removeEntryFromClasspath(IPath, IJavaProject) - Method in class org.eclipse.jdt.internal.core.MovePackageFragmentRootOperation
 
removeExternalElementsToRefresh() - Method in class org.eclipse.jdt.internal.core.DeltaProcessingState
 
removeExternalFolderChanges() - Method in class org.eclipse.jdt.internal.core.DeltaProcessingState
 
removeFolder(IPath) - Method in class org.eclipse.jdt.internal.core.ExternalFoldersManager
 
removeFramePosition(int) - Method in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream
 
removeFromBuildSpec(String) - Method in class org.eclipse.jdt.internal.core.JavaProject
Removes the given builder from the build spec for the given project.
removeFromInvalidArchiveCache(IPath) - Method in class org.eclipse.jdt.internal.core.JavaModelManager
 
removeFromParentInfo(Openable) - Method in class org.eclipse.jdt.internal.core.ModelUpdater
Removes the given element from its parents cache of children.
removeImport(String) - Method in class org.eclipse.jdt.core.dom.rewrite.ImportRewrite
Records to remove a import.
removeImport(String, boolean) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ImportRewriteAnalyzer
 
removeIndex(IPath) - Method in class org.eclipse.jdt.core.search.SearchParticipant
Removes the index for a given path.
removeIndex(IPath) - Method in class org.eclipse.jdt.internal.core.search.indexing.IndexManager
Removes the index for a given path.
removeIndexFamily(IPath) - Method in class org.eclipse.jdt.internal.core.search.indexing.IndexManager
Removes all indexes whose paths start with (or are equal to) the given path.
removeIndexPath(IPath) - Method in class org.eclipse.jdt.internal.core.search.indexing.IndexManager
Removes all indexes whose paths start with (or are equal to) the given path.
removeInfo(JavaElement) - Method in class org.eclipse.jdt.internal.core.JavaModelCache
Removes the info of the element from the cache.
removeInfoAndChildren(JavaElement) - Method in class org.eclipse.jdt.internal.core.JavaModelManager
 
removeJavaLikeExtension(String) - Static method in class org.eclipse.jdt.core.JavaCore
Removes the file extension from the given file name, if it has a Java-like file extension.
removeKey(char[]) - Method in class org.eclipse.jdt.internal.compiler.util.HashtableOfIntValues
 
removeKey(char[]) - Method in class org.eclipse.jdt.internal.compiler.util.HashtableOfObject
 
removeKey(Object) - Method in class org.eclipse.jdt.internal.compiler.util.HashtableOfObjectToInt
 
removeKey(Object) - Method in class org.eclipse.jdt.internal.compiler.util.HashtableOfObjectToIntArray
 
removeKey(Object) - Method in class org.eclipse.jdt.internal.compiler.util.SimpleLookupTable
 
removeKey(Object[]) - Method in class org.eclipse.jdt.internal.core.util.HashtableOfArrayToObject
 
removeKey(Object) - Method in class org.eclipse.jdt.internal.core.util.LRUCache
Removes and returns the value in the cache for the given key.
removeNextUnit() - Method in class org.eclipse.jdt.internal.compiler.ProcessTaskManager
 
removeNotDefinitelyAssignedVariables(Scope, int) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
removeNotDefinitelyAssignedVariables(Scope, int) - Method in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream
 
removePendingFolder(Object) - Method in class org.eclipse.jdt.internal.core.ExternalFoldersManager
Try to remove the argument from the list of folders pending for creation.
removePerProjectInfo(JavaProject, boolean) - Method in class org.eclipse.jdt.internal.core.JavaModelManager
 
removePosition(Position) - Method in class org.eclipse.jdt.internal.core.util.SimpleDocument
 
removePosition(String, Position) - Method in class org.eclipse.jdt.internal.core.util.SimpleDocument
 
removePositionCategory(String) - Method in class org.eclipse.jdt.internal.core.util.SimpleDocument
 
removePositionUpdater(IPositionUpdater) - Method in class org.eclipse.jdt.internal.core.util.SimpleDocument
 
removePossibleMatch(ASTNode) - Method in class org.eclipse.jdt.internal.core.search.matching.MatchingNodeSet
 
removePrefixAndSuffixForArgumentName(IJavaProject, char[]) - Static method in class org.eclipse.jdt.core.NamingConventions
Deprecated. Use NamingConventions.getBaseName(int, String, IJavaProject) instead with NamingConventions.VK_PARAMETER as variable kind.
removePrefixAndSuffixForArgumentName(IJavaProject, String) - Static method in class org.eclipse.jdt.core.NamingConventions
Deprecated. Use NamingConventions.getBaseName(int, String, IJavaProject) instead with NamingConventions.VK_PARAMETER as variable kind.
removePrefixAndSuffixForFieldName(IJavaProject, char[], int) - Static method in class org.eclipse.jdt.core.NamingConventions
Deprecated. Use NamingConventions.getBaseName(int, String, IJavaProject) instead with NamingConventions.VK_INSTANCE_FIELD or NamingConventions.VK_STATIC_FIELD as variable kind.
removePrefixAndSuffixForFieldName(IJavaProject, String, int) - Static method in class org.eclipse.jdt.core.NamingConventions
Deprecated. Use NamingConventions.getBaseName(int, String, IJavaProject) instead with NamingConventions.VK_INSTANCE_FIELD or NamingConventions.VK_STATIC_FIELD as variable kind.
removePrefixAndSuffixForLocalVariableName(IJavaProject, char[]) - Static method in class org.eclipse.jdt.core.NamingConventions
Deprecated. Use NamingConventions.getBaseName(int, String, IJavaProject) instead with NamingConventions.VK_LOCAL as variable kind.
removePrefixAndSuffixForLocalVariableName(IJavaProject, String) - Static method in class org.eclipse.jdt.core.NamingConventions
Deprecated. Use NamingConventions.getBaseName(int, String, IJavaProject) instead with NamingConventions.VK_LOCAL as variable kind.
removePrefixZerosAndUnderscores(char[], boolean) - Static method in class org.eclipse.jdt.internal.compiler.ast.NumberLiteral
 
removePrenotifiedDocumentListener(IDocumentListener) - Method in class org.eclipse.jdt.internal.core.util.SimpleDocument
 
removePreProcessingResourceChangedListener(IResourceChangeListener) - Static method in class org.eclipse.jdt.core.JavaCore
Removes the given pre-processing resource changed listener.
removePreResourceChangedListener(IResourceChangeListener) - Method in class org.eclipse.jdt.internal.core.DeltaProcessingState
 
removeProblem(CategorizedProblem) - Method in class org.eclipse.jdt.internal.compiler.CompilationResult
 
removeProblemsAndTasksFor(IResource) - Static method in class org.eclipse.jdt.internal.core.builder.JavaBuilder
 
removeProblemsFor(IResource) - Static method in class org.eclipse.jdt.internal.core.builder.JavaBuilder
 
removeProjectReferenceChanges() - Method in class org.eclipse.jdt.internal.core.DeltaProcessingState
 
removeReconcileDelta(ICompilationUnit) - Method in class org.eclipse.jdt.internal.core.JavaModelOperation
 
removeSecondaryTypes() - Method in class org.eclipse.jdt.internal.core.builder.IncrementalImageBuilder
 
removeSourceFolderFromIndex(JavaProject, IPath, char[][], char[][]) - Method in class org.eclipse.jdt.internal.core.search.indexing.IndexManager
Remove the content of the given source folder from the index.
removeStaticImport(String) - Method in class org.eclipse.jdt.core.dom.rewrite.ImportRewrite
Records to remove a static import.
removeTasksFor(IResource) - Static method in class org.eclipse.jdt.internal.core.builder.JavaBuilder
 
removeTokens(int, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveryScanner
 
removeTrackingVar(FakedTrackingVariable) - Method in class org.eclipse.jdt.internal.compiler.lookup.BlockScope
When are no longer interested in this tracking variable - remove it.
removeTrustedMatch(ASTNode) - Method in class org.eclipse.jdt.internal.core.search.matching.MatchingNodeSet
 
removeType(IType) - Method in class org.eclipse.jdt.internal.core.hierarchy.RegionBasedTypeHierarchy
Removes all the subtypes of the given type from the type hierarchy, removes its superclass entry and removes the references from its super types.
removeTypeHierarchyChangedListener(ITypeHierarchyChangedListener) - Method in interface org.eclipse.jdt.core.ITypeHierarchy
Removes the given listener from this type hierarchy.
removeTypeHierarchyChangedListener(ITypeHierarchyChangedListener) - Method in class org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy
 
removeUnused() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveryScannerData
 
removeUnusedPcToSourceMapEntries() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
Remove all entries in pcToSourceMap table that are beyond this.position
removeUserLibrary(String) - Method in class org.eclipse.jdt.internal.core.UserLibraryManager
 
removeValue(Object) - Method in class org.eclipse.jdt.internal.compiler.util.SimpleLookupTable
 
removeVariable(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
removeVariablePrefixAndSuffix(int, IJavaProject, char[]) - Static method in class org.eclipse.jdt.internal.core.InternalNamingConventions
 
rename(IJavaElement[], IJavaElement[], String[], boolean, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IJavaModel
Renames the given elements as specified.
rename(String, boolean, IProgressMonitor) - Method in interface org.eclipse.jdt.core.ISourceManipulation
Renames this element to the given name.
rename(String, boolean, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.BinaryMember
 
rename(String, boolean, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.CompilationUnit
 
rename(ASTNode, SimpleName) - Method in class org.eclipse.jdt.internal.core.CreateFieldOperation
 
rename(ASTNode, SimpleName) - Method in class org.eclipse.jdt.internal.core.CreateInitializerOperation
 
rename(ASTNode, SimpleName) - Method in class org.eclipse.jdt.internal.core.CreateMethodOperation
 
rename(ASTNode, SimpleName) - Method in class org.eclipse.jdt.internal.core.CreateTypeMemberOperation
 
rename(ASTNode, SimpleName) - Method in class org.eclipse.jdt.internal.core.CreateTypeOperation
 
rename(String, boolean, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.Initializer
 
rename(IJavaElement[], IJavaElement[], String[], boolean, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.JavaModel
 
rename(String, boolean, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.PackageFragment
 
rename(String, boolean, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.SourceRefElement
 
RenameElementsOperation - Class in org.eclipse.jdt.internal.core
This operation renames elements.
RenameElementsOperation(IJavaElement[], IJavaElement[], String[], boolean) - Constructor for class org.eclipse.jdt.internal.core.RenameElementsOperation
When executed, this operation will rename the specified elements with the given names in the corresponding destinations.
renameEntryInClasspath(IPath, IJavaProject) - Method in class org.eclipse.jdt.internal.core.MovePackageFragmentRootOperation
 
RenameResourceElementsOperation - Class in org.eclipse.jdt.internal.core
This operation renames resources (Package fragments and compilation units).
RenameResourceElementsOperation(IJavaElement[], IJavaElement[], String[], boolean) - Constructor for class org.eclipse.jdt.internal.core.RenameResourceElementsOperation
When executed, this operation will rename the specified elements with the given names in the corresponding destinations.
renamings - Variable in class org.eclipse.jdt.internal.core.MultiOperation
This table presents the data in fRenamingList in a more convenient way.
renamingsList - Variable in class org.eclipse.jdt.internal.core.MultiOperation
The list of renamings supplied to the operation
replace(char[], char, char) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Replace all occurrence of the character to be replaced with the replacement character in the given array.
replace(char[], char[], char) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Replace all occurrences of characters to be replaced with the replacement character in the given array.
replace(char[], char[], char, int, int) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Replace all occurrences of characters to be replaced with the replacement character in the given array from the start position (inclusive) to the end position (exclusive).
replace(char[], char[], char[]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers a new array of characters with substitutions.
replace(ASTNode, ASTNode, TextEditGroup) - Method in class org.eclipse.jdt.core.dom.rewrite.ASTRewrite
Replaces the given node in this rewriter.
replace(ASTNode, ASTNode, TextEditGroup) - Method in class org.eclipse.jdt.core.dom.rewrite.ListRewrite
Replaces the given node from its parent's list property in the rewriter.
replace(int, int, char[]) - Method in interface org.eclipse.jdt.core.IBuffer
Replaces the given range of characters in this buffer with the given text.
replace(int, int, String) - Method in interface org.eclipse.jdt.core.IBuffer
Replaces the given range of characters in this buffer with the given text.
REPLACE - Static variable in interface org.eclipse.jdt.core.IPackageFragmentRoot
Update model flag constant (bit mask value 16) indicating that the operation is to replace the resource and the destination project's classpath entry.
replace(int, int, char[]) - Method in class org.eclipse.jdt.internal.core.Buffer
Replaces length characters starting from position with text.
replace(int, int, String) - Method in class org.eclipse.jdt.internal.core.Buffer
Replaces length characters starting from position with text.
replace(int, int, String) - Method in class org.eclipse.jdt.internal.core.DocumentAdapter
 
replace(int, int, String) - Method in class org.eclipse.jdt.internal.core.util.SimpleDocument
 
REPLACE_TAG - Static variable in interface org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadoc
 
REPLACED - Static variable in class org.eclipse.jdt.internal.core.dom.rewrite.RewriteEvent
Change kind to describe that the event is an replace event.
replacedTokens - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveryScannerData
 
replacedTokensEnd - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveryScannerData
 
replacedTokensPtr - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveryScannerData
 
replacedTokensStart - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveryScannerData
 
replacedTokenUsed - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveryScannerData
 
replaceEntry(ASTNode, ASTNode) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ListRewriteEvent
 
replaceOnCopy(char[], char, char) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Replace all occurrence of the character to be replaced with the replacement character in a copy of the given array.
replaceTokens(int, int, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveryScanner
 
replaceTokens(int[], int, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveryScanner
 
replaceWithElementType() - Method in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrame
 
replaceWithElementType() - Method in class org.eclipse.jdt.internal.compiler.codegen.VerificationTypeInfo
 
report(SearchMatch) - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocator
 
report_conflicts(terminal_set) - Method in class java_cup.lalr_state
Produce warning messages for all conflicts found in this state.
report_error(String, Object) - Method in class java_cup.runtime.lr_parser
Report a non fatal error (or warning).
report_fatal_error(String, Object) - Method in class java_cup.runtime.lr_parser
Report a fatal error.
report_reduce_reduce(lalr_item, lalr_item) - Method in class java_cup.lalr_state
Produce a warning message for one reduce/reduce conflict.
report_shift_reduce(lalr_item, int) - Method in class java_cup.lalr_state
Produce a warning message for one shift/reduce conflict.
reportAccurateEnumConstructorReference(SearchMatch, FieldDeclaration, AllocationExpression) - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocator
Finds the accurate positions of each valid token in the source and reports a reference to this token to the search requestor.
reportAccurateFieldReference(SearchMatch[], QualifiedNameReference) - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocator
Finds the accurate positions of each valid token in the source and reports a reference to this token to the search requestor.
reportAccurateParameterizedMethodReference(SearchMatch, ASTNode, TypeReference[]) - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocator
Finds the accurate positions of the sequence of tokens given by qualifiedName in the source and reports a reference to this parameterized type name to the search requestor.
reportAccurateParameterizedTypeReference(SearchMatch, TypeReference, int, TypeReference[]) - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocator
Finds the accurate positions of the sequence of tokens given by qualifiedName in the source and reports a reference to this parameterized type name to the search requestor.
reportAccurateTypeReference(SearchMatch, ASTNode, char[]) - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocator
Finds the accurate positions of the sequence of tokens given by qualifiedName in the source and reports a reference to this this qualified name to the search requestor.
reportBinaryMemberDeclaration(IResource, IMember, Binding, IBinaryType, int) - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocator
 
reportDeadCodeInTrivialIfStatement - Variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
Specify whether trivial deadcode pattern is to be reported (e.g.
reportDeclaration(FieldBinding, MatchLocator, SimpleSet) - Method in class org.eclipse.jdt.internal.core.search.matching.FieldLocator
 
reportDeclaration(MethodBinding, MatchLocator, SimpleSet) - Method in class org.eclipse.jdt.internal.core.search.matching.MethodLocator
 
reportDeclaration(ASTNode, IJavaElement, MatchLocator, SimpleSet) - Method in class org.eclipse.jdt.internal.core.search.matching.TypeReferenceLocator
 
reportDeclaration(ReferenceBinding, int, MatchLocator, SimpleSet) - Method in class org.eclipse.jdt.internal.core.search.matching.TypeReferenceLocator
 
reportDeprecatedType(TypeBinding, Scope) - Method in class org.eclipse.jdt.internal.compiler.ast.JavadocArrayQualifiedTypeReference
 
reportDeprecatedType(TypeBinding, Scope) - Method in class org.eclipse.jdt.internal.compiler.ast.JavadocArraySingleTypeReference
 
reportDeprecatedType(TypeBinding, Scope) - Method in class org.eclipse.jdt.internal.compiler.ast.JavadocImplicitTypeReference
 
reportDeprecatedType(TypeBinding, Scope) - Method in class org.eclipse.jdt.internal.compiler.ast.JavadocQualifiedTypeReference
 
reportDeprecatedType(TypeBinding, Scope, int) - Method in class org.eclipse.jdt.internal.compiler.ast.JavadocQualifiedTypeReference
 
reportDeprecatedType(TypeBinding, Scope) - Method in class org.eclipse.jdt.internal.compiler.ast.JavadocSingleTypeReference
 
reportDeprecatedType(TypeBinding, Scope, int) - Method in class org.eclipse.jdt.internal.compiler.ast.TypeReference
 
reportDeprecatedType(TypeBinding, Scope) - Method in class org.eclipse.jdt.internal.compiler.ast.TypeReference
 
reportDeprecationInsideDeprecatedCode - Variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
Specify whether deprecation inside deprecated code is to be reported
reportDeprecationWhenOverridingDeprecatedMethod - Variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
Specify whether override of deprecated method is to be reported
reportError(BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadocParamNameReference
 
reportError(BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadocTypeParamReference
 
reportError(ProblemReporter, ASTNode, int) - Method in class org.eclipse.jdt.internal.compiler.ast.FakedTrackingVariable
 
reportError(BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.QualifiedNameReference
Normal field binding did not work, try to bind to a field of the delegate receiver.
reportError(BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.SingleNameReference
 
reportError(BlockScope) - Method in class org.eclipse.jdt.internal.eval.CodeSnippetQualifiedNameReference
Normal field binding did not work, try to bind to a field of the delegate receiver.
reportError(BlockScope) - Method in class org.eclipse.jdt.internal.eval.CodeSnippetSingleNameReference
Normal field binding did not work, try to bind to a field of the delegate receiver.
reportExplicitClosing(ProblemReporter) - Method in class org.eclipse.jdt.internal.compiler.ast.FakedTrackingVariable
 
reportInvalidJavadocTags - Variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
Specify if invalid javadoc shall be reported
reportInvalidJavadocTagsDeprecatedRef - Variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
Specify if deprecated javadoc ref is allowed
reportInvalidJavadocTagsNotVisibleRef - Variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
Specify if non visible javadoc ref is allowed
reportInvalidJavadocTagsVisibility - Variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
Only report invalid javadoc above a given level of visibility of associated construct
reportInvalidType(Scope) - Method in class org.eclipse.jdt.internal.compiler.ast.JavadocArrayQualifiedTypeReference
 
reportInvalidType(Scope) - Method in class org.eclipse.jdt.internal.compiler.ast.JavadocArraySingleTypeReference
 
reportInvalidType(Scope) - Method in class org.eclipse.jdt.internal.compiler.ast.JavadocImplicitTypeReference
 
reportInvalidType(Scope) - Method in class org.eclipse.jdt.internal.compiler.ast.JavadocQualifiedTypeReference
 
reportInvalidType(Scope) - Method in class org.eclipse.jdt.internal.compiler.ast.JavadocSingleTypeReference
 
reportInvalidType(Scope) - Method in class org.eclipse.jdt.internal.compiler.ast.TypeReference
 
reportMatching(AbstractMethodDeclaration, TypeDeclaration, IJavaElement, int, boolean, MatchingNodeSet) - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocator
Visit the given method declaration and report the nodes that match exactly the search pattern (i.e.
reportMatching(Annotation[], IJavaElement, IJavaElement[], Binding, MatchingNodeSet, boolean, boolean) - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocator
Report matching in annotations.
reportMatching(CompilationUnitDeclaration, boolean) - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocator
Visit the given resolved parse tree and report the nodes that match the search pattern.
reportMatching(FieldDeclaration, FieldDeclaration[], TypeDeclaration, IJavaElement, int, boolean, MatchingNodeSet) - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocator
Visit the given field declaration and report the nodes that match exactly the search pattern (i.e.
reportMatching(TypeDeclaration, IJavaElement, int, MatchingNodeSet, int) - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocator
Visit the given type declaration and report the nodes that match exactly the search pattern (i.e.
reportMatching(TypeParameter[], IJavaElement, IJavaElement, Binding, MatchingNodeSet) - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocator
Report matches in type parameters.
reportMatchingSuper(TypeReference, IJavaElement, Binding, MatchingNodeSet, boolean) - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocator
 
reportMissingEnumCaseDespiteDefault - Variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
Should missing enum cases be reported even if a default case exists in the same switch?
reportMissingJavadocCommentsOverriding - Variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
Specify if need to flag missing javadoc comment for overriding method
reportMissingJavadocCommentsVisibility - Variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
Only report missing javadoc comment above a given level of visibility of associated construct
reportMissingJavadocTagDescription - Variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
Specify when to report missing javadoc tag description
reportMissingJavadocTagsMethodTypeParameters - Variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
Specify if need to flag missing javadoc tags for method type parameters (java 1.5 and above)
reportMissingJavadocTagsOverriding - Variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
Specify if need to flag missing javadoc tags for overriding method
reportMissingJavadocTagsVisibility - Variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
Only report missing javadoc tags above a given level of visibility of associated construct
reportMissingOverrideAnnotationForInterfaceMethodImplementation - Variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
Specify if need to report missing override annotation for a method implementing an interface method (java 1.6 and above)
reportOnlyOneSyntaxError - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
reportProblems - Variable in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
reportProgress(String) - Method in class org.eclipse.jdt.internal.compiler.Compiler
Checks whether the compilation has been canceled and reports the given progress to the compiler progress.
reportRawReferences(MethodBinding, MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodVerifier
 
reportRecordedErrors(Scope, int) - Method in class org.eclipse.jdt.internal.compiler.ast.FakedTrackingVariable
 
reportSpecialParameterHidingField - Variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
Specify whether should report constructor/setter method parameter hiding
reportSyntaxErrorIsRequired - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
reportSyntaxErrors(boolean, int) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
reportSyntaxErrors(boolean, int) - Method in class org.eclipse.jdt.internal.eval.CodeSnippetParser
 
reportUnavoidableGenericTypeProblems - Variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
Controls whether forced generic type problems get reported
reportUnusedDeclaredThrownExceptionExemptExceptionAndThrowable - Variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
Specify if should reported unused declared thrown exception when Exception or Throwable
reportUnusedDeclaredThrownExceptionIncludeDocCommentReference - Variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
Specify if should reported unused declared thrown exception when documented in javadoc
reportUnusedDeclaredThrownExceptionWhenOverriding - Variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
Specify if should reported unused declared thrown exception when overriding method
reportUnusedParameterIncludeDocCommentReference - Variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
Specify if should report documented unused parameter (in javadoc)
reportUnusedParameterWhenImplementingAbstract - Variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
Specify if should report unused parameter when implementing abstract method
reportUnusedParameterWhenOverridingConcrete - Variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
Specify if should report unused parameter when overriding concrete method
reportWorked(int, int) - Method in class org.eclipse.jdt.internal.compiler.Compiler
Checks whether the compilation has been canceled and reports the given work increment to the compiler progress.
request(IJob) - Method in class org.eclipse.jdt.internal.core.search.processing.JobManager
 
requestClasspathContainerUpdate(IPath, IJavaProject, IClasspathContainer) - Method in class org.eclipse.jdt.core.ClasspathContainerInitializer
Request a registered container definition to be updated according to a container suggestion.
requestClasspathContainerUpdate(IPath, IJavaProject, IClasspathContainer) - Method in class org.eclipse.jdt.internal.core.UserLibraryClasspathContainerInitializer
 
requestIndexing() - Method in class org.eclipse.jdt.internal.core.ClasspathChange
 
requestor - Variable in class org.eclipse.jdt.internal.compiler.Compiler
 
requestor - Variable in class org.eclipse.jdt.internal.core.search.matching.MatchLocator
 
requestor - Variable in class org.eclipse.jdt.internal.core.search.PatternSearchJob
 
requestorIsActive - Variable in class org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation
 
RequestorWrapper - Class in org.eclipse.jdt.internal.core.eval
 
RequestorWrapper(ICodeSnippetRequestor) - Constructor for class org.eclipse.jdt.internal.core.eval.RequestorWrapper
 
RequiredNonNullButProvidedNull - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
RequiredNonNullButProvidedPotentialNull - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
RequiredNonNullButProvidedSpecdNullable - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
RequiredNonNullButProvidedUnknown - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
RES_NAME_CONFLICT - Static variable in class org.eclipse.jdt.core.dom.rewrite.ImportRewrite.ImportRewriteContext
Result constant signaling that the given element is conflicting with an other element in the context.
RES_NAME_FOUND - Static variable in class org.eclipse.jdt.core.dom.rewrite.ImportRewrite.ImportRewriteContext
Result constant signaling that the given element is know in the context.
RES_NAME_UNKNOWN - Static variable in class org.eclipse.jdt.core.dom.rewrite.ImportRewrite.ImportRewriteContext
Result constant signaling that the given element is not know in the context.
reset() - Method in class org.apache.tapestry.util.text.ExtendedReader
 
reset() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
reset() - Method in class org.eclipse.jdt.internal.codeassist.CompletionEngine
 
reset() - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
reset(boolean) - Method in class org.eclipse.jdt.internal.codeassist.impl.Engine
 
reset() - Method in class org.eclipse.jdt.internal.compiler.AbstractAnnotationProcessorManager
Reinitialize the receiver
reset() - Method in class org.eclipse.jdt.internal.compiler.batch.ClasspathDirectory
 
reset() - Method in class org.eclipse.jdt.internal.compiler.batch.ClasspathJar
 
reset() - Method in interface org.eclipse.jdt.internal.compiler.batch.FileSystem.Classpath
This method resets the environment.
reset(SourceTypeBinding) - Method in class org.eclipse.jdt.internal.compiler.ClassFile
 
reset() - Method in class org.eclipse.jdt.internal.compiler.ClassFilePool
 
reset() - Method in class org.eclipse.jdt.internal.compiler.classfmt.AnnotationMethodInfoWithAnnotations
 
reset() - Method in class org.eclipse.jdt.internal.compiler.classfmt.ClassFileStruct
 
reset() - Method in class org.eclipse.jdt.internal.compiler.classfmt.FieldInfoWithAnnotation
 
reset() - Method in class org.eclipse.jdt.internal.compiler.classfmt.MethodInfoWithAnnotations
 
reset(AbstractMethodDeclaration, ClassFile) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
reset(ClassFile) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
reset() - Method in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
reset(ClassFile) - Method in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream
 
reset() - Method in class org.eclipse.jdt.internal.compiler.Compiler
 
reset() - Method in interface org.eclipse.jdt.internal.compiler.IDebugRequestor
 
reset() - Method in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
 
reset() - Method in class org.eclipse.jdt.internal.compiler.parser.diagnose.LexStream
 
reset(int) - Method in class org.eclipse.jdt.internal.compiler.parser.diagnose.LexStream
 
reset() - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
reset() - Method in class org.eclipse.jdt.internal.core.builder.ClasspathDirectory
 
reset() - Method in class org.eclipse.jdt.internal.core.builder.ClasspathLocation
 
reset() - Method in class org.eclipse.jdt.internal.core.dom.NaiveASTFlattener
Resets this printer so that it can be used again.
reset() - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
Resets this printer so that it can be used again.
reset() - Method in class org.eclipse.jdt.internal.core.index.Index
Reset memory and disk indexes.
reset() - Method in class org.eclipse.jdt.internal.core.JavaElementRequestor
Reset the state of this requestor.
reset() - Method in class org.eclipse.jdt.internal.core.search.indexing.IndexManager
Flush current state
reset() - Method in class org.eclipse.jdt.internal.core.search.matching.ClasspathSourceDirectory
 
reset() - Method in class org.eclipse.jdt.internal.core.search.matching.PossibleMatchSet
 
reset() - Method in class org.eclipse.jdt.internal.core.search.processing.JobManager
Flush current state
reset() - Method in class org.eclipse.jdt.internal.core.util.ConstantPoolEntry
 
reset() - Method in class org.eclipse.jdt.internal.core.util.ConstantPoolEntry2
 
reset() - Method in class org.eclipse.jdt.internal.formatter.align.Alignment
 
reset() - Method in class org.eclipse.jdt.internal.formatter.comment.SubstitutionTextReader
 
reset() - Method in class org.eclipse.jdt.internal.formatter.Scribe
 
resetAfterCompletion() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
resetAssignmentInfo(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.ConditionalFlowInfo
 
resetAssignmentInfo(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.FlowInfo
Resets the definite and potential initialization info for the given local variable
resetAssignmentInfo(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo
 
resetAssignmentInfo(int) - Method in class org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo
 
resetAST() - Method in class org.eclipse.jdt.core.compiler.ReconcileContext
Resets the AST carried by this context.
resetCaches() - Method in class org.eclipse.jdt.internal.core.JavaProject
 
resetClasspathListCache() - Method in class org.eclipse.jdt.internal.core.JavaModelManager
 
resetCollections() - Method in class org.eclipse.jdt.internal.core.builder.IncrementalImageBuilder
 
resetDeclaringClassMethodStaticFlag(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.BlockScope
This method is used to reset the CanBeStatic on all enclosing methods until the method belonging to the declaringClass
resetDefaults() - Method in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
resetEnclosingMethodStaticFlag() - Method in class org.eclipse.jdt.internal.compiler.lookup.BlockScope
This method is used to reset the CanBeStatic the enclosing method of the current block
resetForAttributeName(char[], int, int) - Method in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
resetForClinit(int, int) - Method in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
This method is used to clean the receiver in case of a clinit header is generated, but the clinit has no code.
resetForCodeGenUnusedLocals() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
resetForCodeGenUnusedLocals() - Method in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream
 
resetForProblemClinit(ClassFile) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
resetIndex(IPath) - Method in class org.eclipse.jdt.internal.core.search.indexing.IndexManager
Resets the index for a given path.
resetInitializations() - Method in class org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding
 
resetInWideMode() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
resetInWideMode() - Method in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream
 
resetJarTypeCache() - Method in class org.eclipse.jdt.internal.core.JavaModelCache
 
resetJarTypeCache() - Method in class org.eclipse.jdt.internal.core.JavaModelManager
 
resetJavaLikeExtensions() - Static method in class org.eclipse.jdt.internal.core.util.Util
 
resetModifiers() - Method in class org.eclipse.jdt.internal.compiler.DocumentElementParser
 
resetModifiers() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
resetModifiers() - Method in class org.eclipse.jdt.internal.core.util.CommentRecorderParser
 
resetNullInfo(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.ConditionalFlowInfo
 
resetNullInfo(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.FlowInfo
Reset all null-information about a given local.
resetNullInfo(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo
 
resetOldJavaProjectNames() - Method in class org.eclipse.jdt.internal.core.DeltaProcessingState
 
resetPendingModifiers() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredAnnotation
 
resetPendingModifiers() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredBlock
 
resetPendingModifiers() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredElement
 
resetPendingModifiers() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredInitializer
 
resetPendingModifiers() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredMethod
 
resetPendingModifiers() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredType
 
resetPendingModifiers() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredUnit
 
resetProblemCounters() - Static method in class org.eclipse.jdt.internal.core.builder.BuildNotifier
 
resetProjectCaches() - Method in class org.eclipse.jdt.internal.core.DeltaProcessor
 
resetProjectOptions(JavaProject) - Method in class org.eclipse.jdt.internal.core.JavaModelManager
 
resetProjectPreferences(JavaProject) - Method in class org.eclipse.jdt.internal.core.JavaModelManager
 
resetQuery() - Method in class org.eclipse.jdt.internal.core.search.matching.AndPattern
 
resetQuery() - Method in class org.eclipse.jdt.internal.core.search.matching.IntersectingPattern
Resets the query and prepares this pattern to be queried.
resetQuery() - Method in class org.eclipse.jdt.internal.core.search.matching.PackageReferencePattern
 
resetQuery() - Method in class org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern
 
resetReportingBits() - Method in class org.eclipse.jdt.internal.compiler.ast.FakedTrackingVariable
 
resetResolvedClasspath() - Method in class org.eclipse.jdt.internal.core.JavaModelManager.PerProjectInfo
 
resetResolvedClasspath() - Method in class org.eclipse.jdt.internal.core.JavaProject
 
resetScanner(char[]) - Method in class org.eclipse.jdt.internal.formatter.Scribe
 
resetSecretLocals() - Method in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream
 
resetSpaceLimit(int, IJavaElement) - Method in class org.eclipse.jdt.internal.core.ElementCache
 
resetStacks() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
resetTemporaryCache() - Method in class org.eclipse.jdt.internal.core.JavaModelManager
 
resetTo(int, int) - Method in interface org.eclipse.jdt.core.compiler.IScanner
Reposition the scanner on some portion of the original source.
resetTo(int, int) - Method in class org.eclipse.jdt.internal.compiler.parser.Scanner
Reposition the scanner on some portion of the original source.
resetTo(int, int) - Method in class org.eclipse.jdt.internal.core.util.PublicScanner
Reposition the scanner on some portion of the original source.
resolve(ClassScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionJavadoc
Resolve completion node if not null and throw exception to let clients know that it has been found.
resolve(CompilationUnitScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionJavadoc
Resolve completion node if not null and throw exception to let clients know that it has been found.
resolve(MethodScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionJavadoc
Resolve completion node if not null and throw exception to let clients know that it has been found.
resolve(BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnArgumentName
 
resolve(BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnBranchStatementLabel
 
resolve(BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnExplicitConstructorCall
 
resolve(MethodScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnFieldName
 
resolve(BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnLocalName
 
resolve(ClassScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnMethodName
 
resolve(ClassScope) - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionJavadoc
Resolve selected node if not null and throw exception to let clients know that it has been found.
resolve(MethodScope) - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionJavadoc
Resolve selected node if not null and throw exception to let clients know that it has been found.
resolve(BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionOnArgumentName
 
resolve(BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionOnExplicitConstructorCall
 
resolve(BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionOnLocalName
 
resolve(ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
 
resolve(BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.AbstractVariableDeclaration
 
resolve(BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.AssertStatement
 
resolve(BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.Block
 
resolve(BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.BranchStatement
 
resolve(BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.CaseStatement
No-op : should use resolveCase(...) instead.
resolve(ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ast.Clinit
 
resolve() - Method in class org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration
 
resolve(BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.DoStatement
 
resolve(BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.EmptyStatement
 
resolve(BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.ExplicitConstructorCall
 
resolve(BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.Expression
 
resolve(BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.FakedTrackingVariable
 
resolve(MethodScope) - Method in class org.eclipse.jdt.internal.compiler.ast.FieldDeclaration
 
resolve(BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.ForeachStatement
 
resolve(BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.ForStatement
 
resolve(BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.IfStatement
 
resolve(MethodScope) - Method in class org.eclipse.jdt.internal.compiler.ast.Initializer
 
resolve(ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ast.Javadoc
 
resolve(CompilationUnitScope) - Method in class org.eclipse.jdt.internal.compiler.ast.Javadoc
 
resolve(MethodScope) - Method in class org.eclipse.jdt.internal.compiler.ast.Javadoc
 
resolve(BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.JavadocArgumentExpression
 
resolve(BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.JavadocReturnStatement
 
resolve(BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.JavadocSingleNameReference
 
resolve(BlockScope, boolean, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.JavadocSingleNameReference
Resolve without warnings
resolve(BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.LabeledStatement
 
resolve(BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.LocalDeclaration
 
resolve(BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.ReturnStatement
 
resolve(BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.Statement
 
resolve(BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.SwitchStatement
 
resolve(BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.SynchronizedStatement
 
resolve(BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.ThrowStatement
 
resolve(BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.TryStatement
 
resolve() - Method in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
 
resolve(BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
Resolve a local type declaration
resolve(ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
Resolve a member type declaration (can be a local member)
resolve(CompilationUnitScope) - Method in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
Resolve a top level type declaration
resolve(BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.TypeParameter
 
resolve(ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ast.TypeParameter
 
resolve(BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.WhileStatement
 
resolve(CompilationUnitDeclaration, ICompilationUnit, boolean, boolean, boolean) - Method in class org.eclipse.jdt.internal.compiler.Compiler
Internal API used to resolve a given compilation unit.
resolve(ICompilationUnit, boolean, boolean, boolean) - Method in class org.eclipse.jdt.internal.compiler.Compiler
Internal API used to resolve a given compilation unit.
resolve(IGenericType) - Method in class org.eclipse.jdt.internal.core.hierarchy.HierarchyResolver
Resolve the supertypes for the supplied source type.
resolve(Openable[], HashSet, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.hierarchy.HierarchyResolver
Resolve the supertypes for the types contained in the given openables (ICompilationUnits and/or IClassFiles).
resolve(BlockScope) - Method in class org.eclipse.jdt.internal.eval.CodeSnippetReturnStatement
 
resolveAnnotationBinding() - Method in class org.eclipse.jdt.core.dom.Annotation
Resolves and returns the resolved annotation for this annotation.
resolveAnnotations(BlockScope, Annotation[], Binding) - Static method in class org.eclipse.jdt.internal.compiler.ast.ASTNode
Resolve annotations, and check duplicates, answers combined tagBits for recognized standard annotations
resolveBinding() - Method in class org.eclipse.jdt.core.dom.AbstractTypeDeclaration
Resolves and returns the binding for the type declared in this type declaration.
resolveBinding() - Method in class org.eclipse.jdt.core.dom.AnnotationTypeMemberDeclaration
Resolves and returns the binding for the annotation type member declared in this declaration.
resolveBinding() - Method in class org.eclipse.jdt.core.dom.AnonymousClassDeclaration
Resolves and returns the binding for the anonymous class declared in this declaration.
resolveBinding() - Method in class org.eclipse.jdt.core.dom.ImportDeclaration
Resolves and returns the binding for the package, type, field, or method named in this import declaration.
resolveBinding() - Method in class org.eclipse.jdt.core.dom.MemberRef
Resolves and returns the binding for the entity referred to by this member reference.
resolveBinding() - Method in class org.eclipse.jdt.core.dom.MethodDeclaration
Resolves and returns the binding for the method or constructor declared in this method or constructor declaration.
resolveBinding() - Method in class org.eclipse.jdt.core.dom.MethodRef
Resolves and returns the binding for the entity referred to by this method reference.
resolveBinding() - Method in class org.eclipse.jdt.core.dom.Name
Resolves and returns the binding for the entity referred to by this name.
resolveBinding() - Method in class org.eclipse.jdt.core.dom.PackageDeclaration
Resolves and returns the binding for the package declared in this package declaration.
resolveBinding() - Method in class org.eclipse.jdt.core.dom.Type
Resolves and returns the binding for this type.
resolveBinding() - Method in class org.eclipse.jdt.core.dom.TypeDeclarationStatement
Resolves and returns the binding for the class or interface declared in this type declaration statement.
resolveBinding() - Method in class org.eclipse.jdt.core.dom.TypeParameter
Resolves and returns the binding for this type parameter.
resolveBinding() - Method in class org.eclipse.jdt.core.dom.VariableDeclaration
Resolves and returns the binding for the variable declared in this variable declaration.
resolveBindings - Variable in class org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation
 
resolveBoxing() - Method in class org.eclipse.jdt.core.dom.Expression
Returns whether this expression node is the site of a boxing conversion (JLS3 5.1.7).
resolveCase(BlockScope, TypeBinding, SwitchStatement) - Method in class org.eclipse.jdt.internal.compiler.ast.CaseStatement
Returns the constant intValue or ordinal for enum constants.
resolveCase(BlockScope, TypeBinding, SwitchStatement) - Method in class org.eclipse.jdt.internal.compiler.ast.Statement
Returns case constant associated to this statement (NotAConstant if none)
resolveClasspath(IClasspathEntry[]) - Method in class org.eclipse.jdt.internal.core.JavaProject
 
resolveClasspath(IClasspathEntry[], boolean, boolean) - Method in class org.eclipse.jdt.internal.core.JavaProject
 
resolveClasspath(IClasspathEntry[], IClasspathEntry[], boolean, boolean) - Method in class org.eclipse.jdt.internal.core.JavaProject
 
resolveClasspath(JavaModelManager.PerProjectInfo, boolean, boolean) - Method in class org.eclipse.jdt.internal.core.JavaProject
 
resolveConstantExpressionValue() - Method in class org.eclipse.jdt.core.dom.Expression
Resolves and returns the compile-time constant expression value as specified in JLS2 15.28, if this expression has one.
resolveConstructorBinding() - Method in class org.eclipse.jdt.core.dom.ClassInstanceCreation
Resolves and returns the binding for the constructor invoked by this expression.
resolveConstructorBinding() - Method in class org.eclipse.jdt.core.dom.ConstructorInvocation
Resolves and returns the binding for the constructor invoked by this expression.
resolveConstructorBinding() - Method in class org.eclipse.jdt.core.dom.EnumConstantDeclaration
Resolves and returns the binding for the constructor invoked by this enum constant.
resolveConstructorBinding() - Method in class org.eclipse.jdt.core.dom.SuperConstructorInvocation
Resolves and returns the binding for the constructor invoked by this expression.
resolved(Binding) - Method in class org.eclipse.jdt.internal.core.BinaryType
 
resolved(Binding) - Method in class org.eclipse.jdt.internal.core.JavaElement
 
resolved(Binding) - Method in class org.eclipse.jdt.internal.core.SourceField
 
resolved(Binding) - Method in class org.eclipse.jdt.internal.core.SourceMethod
 
resolved(Binding) - Method in class org.eclipse.jdt.internal.core.SourceType
 
ResolvedBinaryField - Class in org.eclipse.jdt.internal.core
Handle representing a binary field that is resolved.
ResolvedBinaryField(JavaElement, String, String) - Constructor for class org.eclipse.jdt.internal.core.ResolvedBinaryField
 
ResolvedBinaryMethod - Class in org.eclipse.jdt.internal.core
Handle representing a binary method that is resolved.
ResolvedBinaryMethod(JavaElement, String, String[], String) - Constructor for class org.eclipse.jdt.internal.core.ResolvedBinaryMethod
 
ResolvedBinaryType - Class in org.eclipse.jdt.internal.core
Handle representing a binary type that is resolved.
ResolvedBinaryType(JavaElement, String, String) - Constructor for class org.eclipse.jdt.internal.core.ResolvedBinaryType
 
resolvedChainedLibraries(IPath) - Static method in class org.eclipse.jdt.internal.core.ClasspathEntry
 
resolvedChainedLibraries() - Method in class org.eclipse.jdt.internal.core.ClasspathEntry
 
resolvedClasspath - Variable in class org.eclipse.jdt.internal.core.JavaModelManager.PerProjectInfo
 
resolvedDotDot(IPath) - Method in class org.eclipse.jdt.internal.core.ClasspathEntry
 
resolveDeprecatedAnnotations(BlockScope, Annotation[], Binding) - Static method in class org.eclipse.jdt.internal.compiler.ast.ASTNode
Figures if @Deprecated annotation is specified, do not resolve entire annotations.
resolvedImport - Variable in class org.eclipse.jdt.internal.compiler.lookup.ImportBinding
 
resolveDotDot(IPath, IPath) - Static method in class org.eclipse.jdt.internal.core.ClasspathEntry
 
resolvedPosition - Variable in class org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding
 
ResolvedSourceField - Class in org.eclipse.jdt.internal.core
Handle representing a source field that is resolved.
ResolvedSourceField(JavaElement, String, String) - Constructor for class org.eclipse.jdt.internal.core.ResolvedSourceField
 
ResolvedSourceMethod - Class in org.eclipse.jdt.internal.core
Handle representing a source method that is resolved.
ResolvedSourceMethod(JavaElement, String, String[], String) - Constructor for class org.eclipse.jdt.internal.core.ResolvedSourceMethod
 
ResolvedSourceType - Class in org.eclipse.jdt.internal.core
Handle representing a source type that is resolved.
ResolvedSourceType(JavaElement, String, String) - Constructor for class org.eclipse.jdt.internal.core.ResolvedSourceType
 
resolvedType - Variable in class org.eclipse.jdt.internal.compiler.ast.Expression
 
resolveDuplicates(SourceRefElement) - Method in class org.eclipse.jdt.internal.core.CompilationUnitStructureRequestor
Resolves duplicate handles by incrementing the occurrence count of the handle being created.
resolveFieldBinding() - Method in class org.eclipse.jdt.core.dom.FieldAccess
Resolves and returns the binding for the field accessed by this expression.
resolveFieldBinding() - Method in class org.eclipse.jdt.core.dom.SuperFieldAccess
Resolves and returns the binding for the field accessed by this expression.
resolveForCatch(BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.Argument
 
resolveJavadoc() - Method in class org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
 
ResolveJavadoc - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
resolveJavadoc() - Method in class org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration
 
resolveLevel(ASTNode) - Method in class org.eclipse.jdt.internal.core.search.matching.AndLocator
 
resolveLevel(Binding) - Method in class org.eclipse.jdt.internal.core.search.matching.AndLocator
 
resolveLevel(ASTNode) - Method in class org.eclipse.jdt.internal.core.search.matching.ConstructorLocator
 
resolveLevel(AllocationExpression) - Method in class org.eclipse.jdt.internal.core.search.matching.ConstructorLocator
 
resolveLevel(FieldDeclaration) - Method in class org.eclipse.jdt.internal.core.search.matching.ConstructorLocator
 
resolveLevel(Binding) - Method in class org.eclipse.jdt.internal.core.search.matching.ConstructorLocator
 
resolveLevel(ConstructorDeclaration, boolean) - Method in class org.eclipse.jdt.internal.core.search.matching.ConstructorLocator
 
resolveLevel(TypeDeclaration) - Method in class org.eclipse.jdt.internal.core.search.matching.ConstructorLocator
 
resolveLevel(ASTNode) - Method in class org.eclipse.jdt.internal.core.search.matching.FieldLocator
 
resolveLevel(Binding) - Method in class org.eclipse.jdt.internal.core.search.matching.FieldLocator
 
resolveLevel(NameReference) - Method in class org.eclipse.jdt.internal.core.search.matching.FieldLocator
 
resolveLevel(ASTNode) - Method in class org.eclipse.jdt.internal.core.search.matching.LocalVariableLocator
 
resolveLevel(Binding) - Method in class org.eclipse.jdt.internal.core.search.matching.LocalVariableLocator
 
resolveLevel(NameReference) - Method in class org.eclipse.jdt.internal.core.search.matching.LocalVariableLocator
 
resolveLevel(ASTNode) - Method in class org.eclipse.jdt.internal.core.search.matching.MethodLocator
 
resolveLevel(Binding) - Method in class org.eclipse.jdt.internal.core.search.matching.MethodLocator
 
resolveLevel(MessageSend) - Method in class org.eclipse.jdt.internal.core.search.matching.MethodLocator
 
resolveLevel(ASTNode) - Method in class org.eclipse.jdt.internal.core.search.matching.OrLocator
 
resolveLevel(Binding) - Method in class org.eclipse.jdt.internal.core.search.matching.OrLocator
 
resolveLevel(ASTNode) - Method in class org.eclipse.jdt.internal.core.search.matching.PackageReferenceLocator
 
resolveLevel(Binding) - Method in class org.eclipse.jdt.internal.core.search.matching.PackageReferenceLocator
 
resolveLevel(QualifiedNameReference) - Method in class org.eclipse.jdt.internal.core.search.matching.PackageReferenceLocator
 
resolveLevel(ASTNode) - Method in class org.eclipse.jdt.internal.core.search.matching.PatternLocator
Finds out whether the given ast node matches this search pattern.
resolveLevel(Binding) - Method in class org.eclipse.jdt.internal.core.search.matching.PatternLocator
Finds out whether the given binding matches this search pattern.
resolveLevel(ASTNode) - Method in class org.eclipse.jdt.internal.core.search.matching.SuperTypeReferenceLocator
 
resolveLevel(Binding) - Method in class org.eclipse.jdt.internal.core.search.matching.SuperTypeReferenceLocator
 
resolveLevel(ASTNode) - Method in class org.eclipse.jdt.internal.core.search.matching.TypeDeclarationLocator
 
resolveLevel(Binding) - Method in class org.eclipse.jdt.internal.core.search.matching.TypeDeclarationLocator
 
resolveLevel(ASTNode) - Method in class org.eclipse.jdt.internal.core.search.matching.TypeParameterLocator
 
resolveLevel(Binding) - Method in class org.eclipse.jdt.internal.core.search.matching.TypeParameterLocator
 
resolveLevel(ASTNode) - Method in class org.eclipse.jdt.internal.core.search.matching.TypeReferenceLocator
 
resolveLevel(Binding) - Method in class org.eclipse.jdt.internal.core.search.matching.TypeReferenceLocator
 
resolveLevel(NameReference) - Method in class org.eclipse.jdt.internal.core.search.matching.TypeReferenceLocator
 
resolveLevel(TypeReference) - Method in class org.eclipse.jdt.internal.core.search.matching.TypeReferenceLocator
 
resolveLevelAsSubtype(char[], char[], ReferenceBinding, char[], TypeBinding[], char[], boolean) - Method in class org.eclipse.jdt.internal.core.search.matching.MethodLocator
Returns whether the given reference type binding matches or is a subtype of a type that matches the given qualified pattern.
resolveLevelForType(TypeBinding) - Method in class org.eclipse.jdt.internal.core.search.matching.FieldLocator
 
resolveLevelForType(char[], char[], TypeBinding) - Method in class org.eclipse.jdt.internal.core.search.matching.PatternLocator
Returns whether the given type binding matches the given simple name pattern and qualification pattern.
resolveLevelForType(char[], TypeBinding) - Method in class org.eclipse.jdt.internal.core.search.matching.PatternLocator
Returns whether the given type binding matches the given qualified pattern.
resolveLevelForType(char[], char[], char[][][], int, TypeBinding) - Method in class org.eclipse.jdt.internal.core.search.matching.PatternLocator
 
resolveLevelForType(char[], char[], char[], TypeBinding) - Method in class org.eclipse.jdt.internal.core.search.matching.TypeDeclarationLocator
Returns whether the given type binding matches the given simple name pattern qualification pattern and enclosing type name pattern.
resolveLevelForType(TypeBinding) - Method in class org.eclipse.jdt.internal.core.search.matching.TypeReferenceLocator
 
resolveLevelForTypeOrEnclosingTypes(char[], char[], TypeBinding) - Method in class org.eclipse.jdt.internal.core.search.matching.TypeReferenceLocator
Returns whether the given type binding or one of its enclosing types matches the given simple name pattern and qualification pattern.
resolveMemberValuePairBinding() - Method in class org.eclipse.jdt.core.dom.MemberValuePair
Resolves and returns the member value pair binding for this member value pair.
resolveMethodBinding() - Method in class org.eclipse.jdt.core.dom.MethodInvocation
Resolves and returns the binding for the method invoked by this expression.
resolveMethodBinding() - Method in class org.eclipse.jdt.core.dom.SuperMethodInvocation
Resolves and returns the binding for the method invoked by this expression.
resolveStatements() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnMethodReturnType
 
resolveStatements() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnMethodTypeParameter
 
resolveStatements() - Method in class org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
 
resolveStatements() - Method in class org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration
 
resolveStatements() - Method in class org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration
 
resolveStatements() - Method in class org.eclipse.jdt.internal.compiler.ast.MethodDeclaration
 
resolveSuperType(ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ast.TypeReference
 
resolveTime - Variable in class org.eclipse.jdt.internal.compiler.impl.CompilerStats
 
resolveType(String) - Method in interface org.eclipse.jdt.core.IType
Resolves the given type name within the context of this type (depending on the type hierarchy and its imports).
resolveType(String, WorkingCopyOwner) - Method in interface org.eclipse.jdt.core.IType
Resolves the given type name within the context of this type (depending on the type hierarchy and its imports) and using the given owner's working copies, considering types in the working copies with the given owner.
resolveType(BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnAnnotationMemberValuePair
 
resolveType(BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnClassLiteralAccess
 
resolveType(BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnKeyword3
 
resolveType(BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnMarkerAnnotationName
 
resolveType(BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnMemberAccess
 
resolveType(BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnMessageSend
 
resolveType(BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnMessageSendName
 
resolveType(BlockScope, boolean) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnParameterizedQualifiedTypeReference
 
resolveType(ClassScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnParameterizedQualifiedTypeReference
 
resolveType(BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnQualifiedAllocationExpression
 
resolveType(BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnQualifiedNameReference
 
resolveType(BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnSingleNameReference
 
resolveType(ClassScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnStringLiteral
 
resolveType(BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnStringLiteral
 
resolveType(BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionOnFieldReference
 
resolveType(BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionOnMessageSend
 
resolveType(BlockScope, boolean) - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionOnParameterizedQualifiedTypeReference
 
resolveType(ClassScope) - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionOnParameterizedQualifiedTypeReference
 
resolveType(BlockScope, boolean) - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionOnParameterizedSingleTypeReference
 
resolveType(ClassScope) - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionOnParameterizedSingleTypeReference
 
resolveType(BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionOnQualifiedAllocationExpression
 
resolveType(BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionOnQualifiedNameReference
 
resolveType(BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionOnQualifiedSuperReference
 
resolveType(BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionOnSingleNameReference
 
resolveType(BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionOnSuperReference
 
resolveType(BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.AllocationExpression
 
resolveType(BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.AND_AND_Expression
 
resolveType(BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.Annotation
 
resolveType(BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.ArrayAllocationExpression
 
resolveType(BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.ArrayReference
 
resolveType(BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.Assignment
 
resolveType(BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.BinaryExpression
 
resolveType(BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.CastExpression
 
resolveType(BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.ClassLiteralAccess
 
resolveType(BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.CombinedBinaryExpression
 
resolveType(BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.CompoundAssignment
 
resolveType(BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.ConditionalExpression
 
resolveType(BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.EqualExpression
 
resolveType(BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.Expression
Resolve the type of this expression in the context of a blockScope
resolveType(ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ast.Expression
Resolve the type of this expression in the context of a classScope
resolveType(BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.FieldReference
 
resolveType(BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.InstanceOfExpression
 
resolveType(BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression
 
resolveType(ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression
 
resolveType(BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.JavadocArgumentExpression
 
resolveType(ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ast.JavadocArgumentExpression
 
resolveType(BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.JavadocFieldReference
 
resolveType(ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ast.JavadocFieldReference
 
resolveType(BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.JavadocMessageSend
 
resolveType(ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ast.JavadocMessageSend
 
resolveType(BlockScope, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.JavadocQualifiedTypeReference
 
resolveType(ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ast.JavadocQualifiedTypeReference
 
resolveType(BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.Literal
 
resolveType(BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.MessageSend
 
resolveType(BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.OR_OR_Expression
 
resolveType(BlockScope, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.ParameterizedQualifiedTypeReference
 
resolveType(ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ast.ParameterizedQualifiedTypeReference
 
resolveType(BlockScope, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.ParameterizedSingleTypeReference
 
resolveType(ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ast.ParameterizedSingleTypeReference
 
resolveType(BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.QualifiedAllocationExpression
 
resolveType(BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.QualifiedNameReference
 
resolveType(BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.QualifiedSuperReference
 
resolveType(BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.QualifiedThisReference
 
resolveType(BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.SingleNameReference
 
resolveType(BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.SuperReference
 
resolveType(BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.ThisReference
 
resolveType(BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.TypeReference
 
resolveType(BlockScope, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.TypeReference
 
resolveType(ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ast.TypeReference
 
resolveType(BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.UnaryExpression
 
resolveType(BlockScope, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.UnionTypeReference
 
resolveType(BlockScope, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.Wildcard
 
resolveType(ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ast.Wildcard
 
resolveType(TypeBinding, LookupEnvironment, boolean) - Static method in class org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding
 
resolveType(String) - Method in class org.eclipse.jdt.internal.core.NamedMember
 
resolveType(String, WorkingCopyOwner) - Method in class org.eclipse.jdt.internal.core.NamedMember
 
resolveType(char[], char[], int) - Method in class org.eclipse.jdt.internal.core.SelectionRequestor
Resolve the type
resolveType(BlockScope) - Method in class org.eclipse.jdt.internal.eval.CodeSnippetAllocationExpression
 
resolveType(BlockScope) - Method in class org.eclipse.jdt.internal.eval.CodeSnippetFieldReference
 
resolveType(BlockScope) - Method in class org.eclipse.jdt.internal.eval.CodeSnippetMessageSend
 
resolveType(BlockScope) - Method in class org.eclipse.jdt.internal.eval.CodeSnippetSuperReference
 
resolveType(BlockScope) - Method in class org.eclipse.jdt.internal.eval.CodeSnippetThisReference
 
resolveTypeArgument(BlockScope, ReferenceBinding, int) - Method in class org.eclipse.jdt.internal.compiler.ast.TypeReference
 
resolveTypeArgument(ClassScope, ReferenceBinding, int) - Method in class org.eclipse.jdt.internal.compiler.ast.TypeReference
 
resolveTypeArgument(BlockScope, ReferenceBinding, int) - Method in class org.eclipse.jdt.internal.compiler.ast.Wildcard
 
resolveTypeArgument(ClassScope, ReferenceBinding, int) - Method in class org.eclipse.jdt.internal.compiler.ast.Wildcard
 
resolveTypeBinding() - Method in class org.eclipse.jdt.core.dom.Expression
Resolves and returns the binding for the type of this expression.
resolveTypeByLocation(char[], char[], int, int, int) - Method in class org.eclipse.jdt.internal.core.SelectionRequestor
 
resolveTypeEnclosing(BlockScope, ReferenceBinding) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnSingleTypeReference
 
resolveTypeEnclosing(BlockScope, ReferenceBinding) - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionOnSingleTypeReference
 
resolveTypeEnclosing(BlockScope, ReferenceBinding) - Method in class org.eclipse.jdt.internal.compiler.ast.ParameterizedSingleTypeReference
 
resolveTypeEnclosing(BlockScope, ReferenceBinding) - Method in class org.eclipse.jdt.internal.compiler.ast.SingleTypeReference
 
resolveTypeExpecting(BlockScope, TypeBinding) - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionOnNameOfMemberValuePair
 
resolveTypeExpecting(BlockScope, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.ast.ArrayInitializer
 
resolveTypeExpecting(BlockScope, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.ast.Assignment
 
resolveTypeExpecting(BlockScope, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.ast.Expression
 
resolveTypeExpecting(BlockScope, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.ast.MemberValuePair
 
resolveTypeFor(FieldBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
 
resolveTypesFor(MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
 
resolveUnboxing() - Method in class org.eclipse.jdt.core.dom.Expression
Returns whether this expression node is the site of an unboxing conversion (JLS3 5.1.8).
resolveUsing(BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.Block
 
resolveVariable() - Method in class org.eclipse.jdt.core.dom.EnumConstantDeclaration
Resolves and returns the field binding for this enum constant.
resolveVariableEntry(IClasspathEntry, boolean) - Method in class org.eclipse.jdt.internal.core.JavaModelManager
 
resolveWellKnownType(String) - Method in class org.eclipse.jdt.core.dom.AST
Returns the type binding for a "well known" type.
RESOURCE - Static variable in class org.eclipse.jdt.internal.compiler.impl.IrritantSet
 
resource - Variable in class org.eclipse.jdt.internal.core.builder.SourceFile
 
resource(PackageFragmentRoot) - Method in class org.eclipse.jdt.internal.core.ClassFile
 
resource(PackageFragmentRoot) - Method in class org.eclipse.jdt.internal.core.ClassFileWorkingCopy
 
resource(PackageFragmentRoot) - Method in class org.eclipse.jdt.internal.core.CompilationUnit
 
resource(PackageFragmentRoot) - Method in class org.eclipse.jdt.internal.core.ExternalPackageFragmentRoot
 
resource(PackageFragmentRoot) - Method in class org.eclipse.jdt.internal.core.JarPackageFragmentRoot
 
resource() - Method in class org.eclipse.jdt.internal.core.JavaElement
 
resource(PackageFragmentRoot) - Method in class org.eclipse.jdt.internal.core.JavaModel
 
resource(PackageFragmentRoot) - Method in class org.eclipse.jdt.internal.core.JavaProject
 
resource() - Method in class org.eclipse.jdt.internal.core.LocalVariable
 
resource - Variable in class org.eclipse.jdt.internal.core.NonJavaResource
 
resource() - Method in class org.eclipse.jdt.internal.core.Openable
 
resource(PackageFragmentRoot) - Method in class org.eclipse.jdt.internal.core.Openable
 
resource(PackageFragmentRoot) - Method in class org.eclipse.jdt.internal.core.PackageFragment
 
resource - Variable in class org.eclipse.jdt.internal.core.PackageFragmentRoot
The resource associated with this root (null for external jar)
resource() - Method in class org.eclipse.jdt.internal.core.PackageFragmentRoot
 
resource(PackageFragmentRoot) - Method in class org.eclipse.jdt.internal.core.PackageFragmentRoot
 
resource - Variable in class org.eclipse.jdt.internal.core.search.matching.PossibleMatch
 
resource() - Method in class org.eclipse.jdt.internal.core.SourceRefElement
 
resourceChanged(IResourceChangeEvent) - Method in class org.eclipse.jdt.internal.core.DeltaProcessingState
 
resourceChanged(IResourceChangeEvent) - Method in class org.eclipse.jdt.internal.core.DeltaProcessor
 
ResourceCompilationUnit - Class in org.eclipse.jdt.internal.core.util
An ICompilationUnit that retrieves its contents using an IFile
ResourceCompilationUnit(IFile, URI) - Constructor for class org.eclipse.jdt.internal.core.util.ResourceCompilationUnit
 
resourceExists(IResource) - Method in class org.eclipse.jdt.internal.core.ExternalPackageFragmentRoot
 
resourceExists(IResource) - Method in class org.eclipse.jdt.internal.core.JarPackageFragmentRoot
Returns whether the corresponding resource or associated file exists
resourceExists(IResource) - Method in class org.eclipse.jdt.internal.core.Openable
Returns whether the corresponding resource or associated file exists
ResourceHasToImplementAutoCloseable - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
resourceHasToImplementAutoCloseable(TypeBinding, TypeReference) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
resources() - Method in class org.eclipse.jdt.core.dom.TryStatement
Returns the live ordered list of resources for this try statement.
resources - Variable in class org.eclipse.jdt.internal.compiler.ast.TryStatement
 
RESOURCES_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.TryStatement
The "resources" structural property of this node type (element type: VariableDeclarationExpression) (added in JLS4 API).
RESTART_CODE_GEN_FOR_UNUSED_LOCALS_MODE - Static variable in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
RESTART_IN_WIDE_MODE - Static variable in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
restart_lookahead() - Method in class java_cup.runtime.lr_parser
Reset the parse ahead input to one Symbol past where we started error recovery (this consumes one new Symbol from the real input).
restartRecovery - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
restore() - Method in interface org.eclipse.jdt.core.ICompilationUnit
Restores the contents of this working copy to the current contents of this working copy's original element.
restore() - Method in interface org.eclipse.jdt.core.IWorkingCopy
Deprecated. Use ICompilationUnit.restore() instead.
restore() - Method in class org.eclipse.jdt.internal.core.CompilationUnit
 
restoreAssistParser(Object) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
restoreAssistParser(Object) - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
Restore the parser as an assist parser
restrainUsageToNumericTypes() - Method in class org.eclipse.jdt.internal.compiler.ast.CompoundAssignment
 
restrainUsageToNumericTypes() - Method in class org.eclipse.jdt.internal.compiler.ast.PostfixExpression
 
restrainUsageToNumericTypes() - Method in class org.eclipse.jdt.internal.compiler.ast.PrefixExpression
 
RESTRICTION - Static variable in class org.eclipse.jdt.internal.compiler.impl.IrritantSet
 
RestrictiveFlagMASK - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
result - Variable in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
RESULT_TYPE_FIELD - Static variable in interface org.eclipse.jdt.core.eval.ICodeSnippetRequestor
The field of type java.lang.Class on the code snippet instance that contains the type of the returned value.
RESULT_TYPE_FIELD - Static variable in interface org.eclipse.jdt.internal.eval.EvaluationConstants
 
RESULT_VALUE_FIELD - Static variable in interface org.eclipse.jdt.core.eval.ICodeSnippetRequestor
The name of the field (of type java.lang.Object) on the code snippet instance that contains the returned value.
RESULT_VALUE_FIELD - Static variable in interface org.eclipse.jdt.internal.eval.EvaluationConstants
 
resultCollectorTime - Variable in class org.eclipse.jdt.internal.core.search.matching.MatchLocator
 
resultElements - Variable in class org.eclipse.jdt.internal.core.JavaModelOperation
The elements created by this operation - empty until the operation actually creates elements.
resumeAfterRecovery() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
resumeAfterRecovery() - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
resumeAfterRecovery() - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionParser
 
resumeAfterRecovery() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
resumeOnSyntaxError() - Method in class org.eclipse.jdt.internal.compiler.DocumentElementParser
 
resumeOnSyntaxError() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
resumeOnSyntaxError() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetParser
 
RET - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
ret(int) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
retrieveAnnotationHolder(Binding, boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
 
retrieveAnnotationHolder(Binding, boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
 
RETURN - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
RETURN - Static variable in interface org.eclipse.jdt.internal.codeassist.impl.Keywords
 
return_() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
return_() - Method in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream
 
RETURN_STATEMENT - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type ReturnStatement.
RETURN_TAG - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
RETURN_TYPE2_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.MethodDeclaration
The "returnType2" structural property of this node type (child type: Type) (added in JLS3 API).
RETURN_TYPE_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.MethodDeclaration
The "returnType" structural property of this node type (child type: Type) (JLS2 API only).
RETURN_TYPE_REFERENCE - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
Return only type references used as a method return type.
returnAddressVariable - Variable in class org.eclipse.jdt.internal.compiler.ast.TryStatement
 
returnKeyFor(int) - Method in class org.eclipse.jdt.internal.compiler.codegen.CharArrayCache
Returns the key corresponding to the value.
returnOnlyGreater - Variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
returnOnlyGreater - Variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
returnQualification - Variable in class org.eclipse.jdt.internal.core.search.matching.MethodPattern
 
returnSimpleName - Variable in class org.eclipse.jdt.internal.core.search.matching.MethodPattern
 
ReturnStatement - Class in org.eclipse.jdt.core.dom
Return statement AST node type.
returnStatement - Variable in class org.eclipse.jdt.internal.compiler.ast.Javadoc
 
ReturnStatement - Class in org.eclipse.jdt.internal.compiler.ast
 
ReturnStatement(Expression, int, int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.ReturnStatement
 
returnStatement - Variable in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
returnType - Variable in class org.eclipse.jdt.internal.compiler.ast.MethodDeclaration
 
returnType - Variable in class org.eclipse.jdt.internal.compiler.ISourceElementRequestor.MethodInfo
 
returnType - Variable in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
 
returnType - Variable in class org.eclipse.jdt.internal.core.SourceMethodInfo
 
ReturnTypeAmbiguous - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Deprecated. - problem is no longer generated, use IProblem.AmbiguousType instead
ReturnTypeCannotBeVoidArray - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Deprecated. - problem is no longer generated, use IProblem.CannotAllocateVoidArray instead
returnTypeCannotBeVoidArray(MethodDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
ReturnTypeIDMASK - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
ReturnTypeInheritedNameHidesEnclosingName - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Deprecated. - problem is no longer generated, use IProblem.InheritedTypeHidesEnclosingName instead
ReturnTypeInternalNameProvided - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Deprecated. - problem is no longer generated, use IProblem.InternalTypeNameProvided instead
ReturnTypeNotFound - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Deprecated. - problem is no longer generated, use IProblem.UndefinedType instead
ReturnTypeNotVisible - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Deprecated. - problem is no longer generated, use IProblem.NotVisibleType instead
reusableJSRTarget() - Method in class org.eclipse.jdt.internal.compiler.ast.Expression
Returns an object which can be used to identify identical JSR sequence targets (see TryStatement subroutine codegen) or null if not reusable
reusableJSRTarget() - Method in class org.eclipse.jdt.internal.compiler.ast.NullLiteral
 
REUSE_STATE - Static variable in class org.eclipse.jdt.internal.core.search.indexing.IndexManager
 
reverse_index - Static variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
reverseQuickSort(char[][], int, int) - Static method in class org.eclipse.jdt.internal.compiler.util.Util
 
reverseQuickSort(char[][], int, int, int[]) - Static method in class org.eclipse.jdt.internal.compiler.util.Util
 
revertChange(NodeRewriteEvent) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ListRewriteEvent
 
revertMovedNodes() - Method in class org.eclipse.jdt.internal.core.dom.rewrite.RewriteEventStore
 
rewrite(IDocument, Map) - Method in class org.eclipse.jdt.core.dom.CompilationUnit
Converts all modifications recorded for this compilation unit into an object representing the corresponding text edits to the given document containing the original source code for this compilation unit.
rewriteAST(IDocument, Map) - Method in class org.eclipse.jdt.core.dom.rewrite.ASTRewrite
Converts all modifications recorded by this rewriter into an object representing the corresponding text edits to the given document containing the original source code.
rewriteAST() - Method in class org.eclipse.jdt.core.dom.rewrite.ASTRewrite
Converts all modifications recorded by this rewriter into an object representing the the corresponding text edits to the source of a ITypeRoot from which the AST was created from.
RewriteEvent - Class in org.eclipse.jdt.internal.core.dom.rewrite
 
RewriteEvent() - Constructor for class org.eclipse.jdt.internal.core.dom.rewrite.RewriteEvent
 
RewriteEventStore - Class in org.eclipse.jdt.internal.core.dom.rewrite
Stores all rewrite events, descriptions of events and knows which nodes are copy or move sources or tracked.
RewriteEventStore() - Constructor for class org.eclipse.jdt.internal.core.dom.rewrite.RewriteEventStore
 
RewriteEventStore.CopySourceInfo - Class in org.eclipse.jdt.internal.core.dom.rewrite
 
RewriteEventStore.CopySourceInfo(RewriteEventStore.PropertyLocation, ASTNode, boolean) - Constructor for class org.eclipse.jdt.internal.core.dom.rewrite.RewriteEventStore.CopySourceInfo
 
RewriteEventStore.INodePropertyMapper - Interface in org.eclipse.jdt.internal.core.dom.rewrite
Interface that allows to override the way how children are accessed from a parent.
RewriteEventStore.PropertyLocation - Class in org.eclipse.jdt.internal.core.dom.rewrite
 
RewriteEventStore.PropertyLocation(ASTNode, StructuralPropertyDescriptor) - Constructor for class org.eclipse.jdt.internal.core.dom.rewrite.RewriteEventStore.PropertyLocation
 
rewriteImports(IProgressMonitor) - Method in class org.eclipse.jdt.core.dom.rewrite.ImportRewrite
Converts all modifications recorded by this rewriter into an object representing the corresponding text edits to the source code of the rewrite's compilation unit.
rhs(int) - Method in class java_cup.production
Access to the collection of parts for the right hand side.
rhs - Static variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
rhs_length() - Method in class java_cup.production
How much of the right hand side array we are presently using.
right - Static variable in class java_cup.assoc
 
right - Variable in class java_cup.runtime.Symbol
The data passed to parser
right - Variable in class org.eclipse.jdt.internal.compiler.ast.BinaryExpression
 
RIGHT_HAND_SIDE_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.Assignment
The "rightHandSide" structural property of this node type (child type: Expression).
RIGHT_OPERAND_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.InfixExpression
The "rightOperand" structural property of this node type (child type: Expression).
RIGHT_OPERAND_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.InstanceofExpression
The "rightOperand" structural property of this node type (child type: Type).
RIGHT_SHIFT - Static variable in interface org.eclipse.jdt.internal.compiler.ast.OperatorIds
 
RIGHT_SHIFT_SIGNED - Static variable in class org.eclipse.jdt.core.dom.InfixExpression.Operator
Signed right shift ">>" operator.
RIGHT_SHIFT_SIGNED_ASSIGN - Static variable in class org.eclipse.jdt.core.dom.Assignment.Operator
>>= operator.
RIGHT_SHIFT_UNSIGNED - Static variable in class org.eclipse.jdt.core.dom.InfixExpression.Operator
Unsigned right shift ">>>" operator.
RIGHT_SHIFT_UNSIGNED_ASSIGN - Static variable in class org.eclipse.jdt.core.dom.Assignment.Operator
>>>= operator.
rollback(ISaveContext) - Method in class org.eclipse.jdt.internal.core.JavaModelManager
 
ROOT_CLASS_NAME - Static variable in interface org.eclipse.jdt.internal.eval.EvaluationConstants
 
ROOT_COMPOUND_NAME - Static variable in interface org.eclipse.jdt.internal.eval.EvaluationConstants
 
ROOT_FULL_CLASS_NAME - Static variable in interface org.eclipse.jdt.internal.eval.EvaluationConstants
 
rootCache - Variable in class org.eclipse.jdt.internal.core.JavaModelCache
Cache of open package fragment roots.
rootClasses - Variable in class org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy
 
rootElements - Variable in class org.eclipse.jdt.internal.core.Region
A collection of the top level elements that have been added to the region
rootID() - Method in class org.eclipse.jdt.internal.core.ClasspathEntry
Answers an ID which is used to distinguish entries during package fragment root computations
rootID() - Method in class org.eclipse.jdt.internal.core.JavaProject
Answers an ID which is used to distinguish project/entries during package fragment root computations
rootPath - Variable in class org.eclipse.jdt.internal.core.SourceMapper
Specifies the location of the package fragment root within the zip (empty specifies the default root).
rootPaths - Variable in class org.eclipse.jdt.internal.core.SourceMapper
Specifies the location of the package fragment roots within the zip (empty specifies the default root).
rootPathToAttachments - Variable in class org.eclipse.jdt.internal.core.JavaModelManager
 
rootPathToRawEntries - Variable in class org.eclipse.jdt.internal.core.JavaModelManager.PerProjectInfo
 
rootPathToResolvedEntries - Variable in class org.eclipse.jdt.internal.core.JavaModelManager.PerProjectInfo
 
rootReferences - Variable in class org.eclipse.jdt.internal.compiler.CompilationResult
 
roots - Variable in class org.eclipse.jdt.internal.core.DeltaProcessingState
 
rootsAreStale - Variable in class org.eclipse.jdt.internal.core.DeltaProcessingState
 
rootStrings - Variable in class org.eclipse.jdt.internal.core.builder.IncrementalImageBuilder
 
rootToResolvedEntries - Variable in class org.eclipse.jdt.internal.core.NameLookup
Reverse map from root path to corresponding resolved CP entry (so as to be able to figure inclusion/exclusion rules)
RoundBracket - Static variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
RoundBracket - Static variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
RoundBracket - Static variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
rParenPos - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
RULE_MASK - Static variable in class org.eclipse.jdt.internal.core.search.matching.PatternLocator
 
rules_compliance - Static variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
run(IWorkspaceRunnable, IProgressMonitor) - Static method in class org.eclipse.jdt.core.JavaCore
Runs the given action as an atomic Java model operation.
run(IWorkspaceRunnable, ISchedulingRule, IProgressMonitor) - Static method in class org.eclipse.jdt.core.JavaCore
Runs the given action as an atomic Java model operation.
run() - Method in class org.eclipse.jdt.internal.compiler.ProcessTaskManager
 
run() - Method in class org.eclipse.jdt.internal.compiler.ReadManager
 
run() - Method in interface org.eclipse.jdt.internal.core.JavaModelOperation.IPostAction
 
run(IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.JavaModelOperation
Runs this operation and registers any deltas created.
run() - Method in class org.eclipse.jdt.internal.core.search.processing.JobManager
Infinite loop performing resource indexing
RUN_METHOD - Static variable in interface org.eclipse.jdt.core.eval.ICodeSnippetRequestor
The name of the instance method in the snippet class that runs the code snippet.
RUN_METHOD - Static variable in interface org.eclipse.jdt.internal.eval.EvaluationConstants
 
runnable - Variable in class org.eclipse.jdt.internal.core.BatchOperation
 
runOperation(MultiOperation, IJavaElement[], IJavaElement[], String[], IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.JavaModel
Configures and runs the MultiOperation.
runOperation(IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.JavaModelOperation
Main entry point for Java Model operations.
runPostActions() - Method in class org.eclipse.jdt.internal.core.JavaModelOperation
 
RUNTIME - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
RUNTIME_INVISIBLE_ANNOTATIONS - Static variable in interface org.eclipse.jdt.core.util.IAttributeNamesConstants
"RuntimeInvisibleAnnotations" attribute (added in J2SE 1.5).
RUNTIME_INVISIBLE_PARAMETER_ANNOTATIONS - Static variable in interface org.eclipse.jdt.core.util.IAttributeNamesConstants
"RuntimeInvisibleParameterAnnotations" attribute (added in J2SE 1.5).
RUNTIME_VISIBLE_ANNOTATIONS - Static variable in interface org.eclipse.jdt.core.util.IAttributeNamesConstants
"RuntimeVisibleAnnotations" attribute (added in J2SE 1.5).
RUNTIME_VISIBLE_PARAMETER_ANNOTATIONS - Static variable in interface org.eclipse.jdt.core.util.IAttributeNamesConstants
"RuntimeVisibleParameterAnnotations" attribute (added in J2SE 1.5).
RuntimeInvisibleAnnotationsAttribute - Class in org.eclipse.jdt.internal.core.util
Default implementation of IRuntimeInvisibleAnnotations
RuntimeInvisibleAnnotationsAttribute(byte[], IConstantPool, int) - Constructor for class org.eclipse.jdt.internal.core.util.RuntimeInvisibleAnnotationsAttribute
Constructor for RuntimeInvisibleAnnotations.
RuntimeInvisibleAnnotationsName - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.AttributeNamesConstants
 
RuntimeInvisibleParameterAnnotationsAttribute - Class in org.eclipse.jdt.internal.core.util
Default implementation of IRuntimeInvisibleParameterAnnotations
RuntimeInvisibleParameterAnnotationsAttribute(byte[], IConstantPool, int) - Constructor for class org.eclipse.jdt.internal.core.util.RuntimeInvisibleParameterAnnotationsAttribute
Constructor for RuntimeVisibleParameterAnnotations.
RuntimeInvisibleParameterAnnotationsName - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.AttributeNamesConstants
 
RuntimeVisibleAnnotationsAttribute - Class in org.eclipse.jdt.internal.core.util
Default implementation of IRuntimeVisibleAnnotations
RuntimeVisibleAnnotationsAttribute(byte[], IConstantPool, int) - Constructor for class org.eclipse.jdt.internal.core.util.RuntimeVisibleAnnotationsAttribute
Constructor for RuntimeVisibleAnnotations.
RuntimeVisibleAnnotationsName - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.AttributeNamesConstants
 
RuntimeVisibleParameterAnnotationsAttribute - Class in org.eclipse.jdt.internal.core.util
Default implementation of IRuntimeVisibleAnnotations
RuntimeVisibleParameterAnnotationsAttribute(byte[], IConstantPool, int) - Constructor for class org.eclipse.jdt.internal.core.util.RuntimeVisibleParameterAnnotationsAttribute
Constructor for RuntimeVisibleParameterAnnotations.
RuntimeVisibleParameterAnnotationsName - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.AttributeNamesConstants
 

S

S_ERROR - Static variable in class org.eclipse.jdt.internal.core.builder.AbstractImageBuilder
 
S_WARNING - Static variable in class org.eclipse.jdt.internal.core.builder.AbstractImageBuilder
 
safeEquals(Object, Object) - Static method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given objects are equal according to equals.
safeInitsWhenTrue() - Method in class org.eclipse.jdt.internal.compiler.flow.ConditionalFlowInfo
 
safeInitsWhenTrue() - Method in class org.eclipse.jdt.internal.compiler.flow.FlowInfo
Return a flow info that carries the same information as the result of initsWhenTrue, but warrantied to be different from this.
Caveat: side effects on the result may affect components of this.
safeInitsWhenTrue() - Method in class org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo
 
safeSubtreeListMatch(List, List) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given lists of AST nodes match pair wise according to ASTNode.subtreeMatch.
safeSubtreeMatch(Object, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given nodes match according to AST.subtreeMatch.
SafeVarargsOnFixedArityMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
safeVarargsOnFixedArityMethod(MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
SafeVarargsOnNonFinalInstanceMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
safeVarargsOnNonFinalInstanceMethod(MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
SALOAD - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
saload() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
SAME_FRAME - Static variable in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrame
 
SAME_FRAME_EXTENDED - Static variable in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrame
 
SAME_LOCALS_1_STACK_ITEMS - Static variable in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrame
 
SAME_LOCALS_1_STACK_ITEMS_EXTENDED - Static variable in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrame
 
SASTORE - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
sastore() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
save(IProgressMonitor, boolean) - Method in interface org.eclipse.jdt.core.IBuffer
Saves the contents of this buffer to its underlying resource.
save(IProgressMonitor, boolean) - Method in interface org.eclipse.jdt.core.IOpenable
Saves any changes in this element's buffer to its underlying resource via a workspace resource operation.
save(IProgressMonitor, boolean) - Method in class org.eclipse.jdt.internal.core.Buffer
 
save(IProgressMonitor, boolean) - Method in class org.eclipse.jdt.internal.core.CompilationUnit
 
save() - Method in class org.eclipse.jdt.internal.core.index.Index
 
save(IProgressMonitor, boolean) - Method in class org.eclipse.jdt.internal.core.Openable
 
SAVED_STATE - Static variable in class org.eclipse.jdt.internal.core.search.indexing.IndexManager
 
savedState - Variable in class org.eclipse.jdt.internal.core.JavaModelManager.PerProjectInfo
 
savedState_jobName - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
saveExternalLibTimeStamps() - Method in class org.eclipse.jdt.internal.core.DeltaProcessingState
 
saveIndex(Index) - Method in class org.eclipse.jdt.internal.core.search.indexing.IndexManager
 
SaveIndex - Class in org.eclipse.jdt.internal.core.search.indexing
 
SaveIndex(IPath, IndexManager) - Constructor for class org.eclipse.jdt.internal.core.search.indexing.SaveIndex
 
saveIndexes() - Method in class org.eclipse.jdt.internal.core.search.indexing.IndexManager
Commit all index memory changes to disk
saveValueVariable - Variable in class org.eclipse.jdt.internal.compiler.ast.ReturnStatement
 
saving(ISaveContext) - Method in class org.eclipse.jdt.internal.core.JavaModelManager
 
scan() - Method in class java_cup.runtime.lr_parser
Get the next Symbol from the input (supplied by generated subclass).
scan_code - Static variable in class java_cup.emit
User code for scan() which is called to get the next Symbol.
scanArrayTypeSignature(char[], int) - Static method in class org.eclipse.jdt.internal.compiler.util.Util
Scans the given string for an array type signature starting at the given index and returns the index of the last character.
scanBaseTypeSignature(char[], int) - Static method in class org.eclipse.jdt.internal.compiler.util.Util
Scans the given string for a base type signature starting at the given index and returns the index of the last character.
scanCaptureTypeSignature(char[], int) - Static method in class org.eclipse.jdt.internal.compiler.util.Util
Scans the given string for a capture of a wildcard type signature starting at the given index and returns the index of the last character.
scanClassTypeSignature(char[], int) - Static method in class org.eclipse.jdt.internal.compiler.util.Util
Scans the given string for a class type signature starting at the given index and returns the index of the last character.
scanEscapeCharacter() - Method in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
scanEscapeCharacter() - Method in class org.eclipse.jdt.internal.core.util.PublicScanner
 
scanIdentifier() - Method in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
scanIdentifier(char[], int) - Static method in class org.eclipse.jdt.internal.compiler.util.Util
Scans the given string for an identifier starting at the given index and returns the index of the last character.
scanIdentifier() - Method in class org.eclipse.jdt.internal.core.util.PublicScanner
 
scanIdentifierOrKeyword() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionScanner
 
scanIdentifierOrKeyword() - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionScanner
 
scanIdentifierOrKeyword() - Method in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
scanIdentifierOrKeyword() - Method in class org.eclipse.jdt.internal.core.util.PublicScanner
 
scanIdentifierOrKeywordWithBoundCheck() - Method in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
scanIdentifierOrKeywordWithBoundCheck() - Method in class org.eclipse.jdt.internal.core.util.PublicScanner
 
Scanner - Interface in java_cup.runtime
Defines the Scanner interface, which CUP uses in the default implementation of lr_parser.scan().
scanner - Variable in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
scanner - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
Scanner - Class in org.eclipse.jdt.internal.compiler.parser
IMPORTANT NOTE: Internal Scanner implementation.
Scanner() - Constructor for class org.eclipse.jdt.internal.compiler.parser.Scanner
 
Scanner(boolean, boolean, boolean, long, long, char[][], char[][], boolean) - Constructor for class org.eclipse.jdt.internal.compiler.parser.Scanner
 
Scanner(boolean, boolean, boolean, long, char[][], char[][], boolean) - Constructor for class org.eclipse.jdt.internal.compiler.parser.Scanner
 
scanner - Variable in class org.eclipse.jdt.internal.formatter.Scribe
 
scannerEndPosition - Variable in class org.eclipse.jdt.internal.formatter.Scribe
 
scannerError(Parser, String) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
ScannerHelper - Class in org.eclipse.jdt.internal.compiler.parser
 
ScannerHelper() - Constructor for class org.eclipse.jdt.internal.compiler.parser.ScannerHelper
 
scanningFloatLiteral - Variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
scanningFloatLiteral - Variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
scanNumber(boolean) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionScanner
 
scanNumber(boolean) - Method in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
scanNumber(boolean) - Method in class org.eclipse.jdt.internal.core.util.PublicScanner
 
scanTypeArgumentSignature(char[], int) - Static method in class org.eclipse.jdt.internal.compiler.util.Util
Scans the given string for a type argument signature starting at the given index and returns the index of the last character.
scanTypeArgumentSignatures(char[], int) - Static method in class org.eclipse.jdt.internal.compiler.util.Util
Scans the given string for a list of type argument signatures starting at the given index and returns the index of the last character.
scanTypeBoundSignature(char[], int) - Static method in class org.eclipse.jdt.internal.compiler.util.Util
Scans the given string for a type bound signature starting at the given index and returns the index of the last character.
scanTypeSignature(char[], int) - Static method in class org.eclipse.jdt.internal.compiler.util.Util
Scans the given string for a type signature starting at the given index and returns the index of the last character.
scanTypeSignature(char[], int) - Static method in class org.eclipse.jdt.internal.core.util.Util
Scans the given string for a type signature starting at the given index and returns the index of the last character.
scanTypeVariableSignature(char[], int) - Static method in class org.eclipse.jdt.internal.compiler.util.Util
Scans the given string for a type variable signature starting at the given index and returns the index of the last character.
scheduleDocumentIndexing(SearchDocument, IPath) - Method in class org.eclipse.jdt.core.search.SearchParticipant
Schedules the indexing of the given document.
scheduleDocumentIndexing(SearchDocument, IPath, IndexLocation, SearchParticipant) - Method in class org.eclipse.jdt.internal.core.search.indexing.IndexManager
 
scope - Variable in exception org.eclipse.jdt.internal.codeassist.complete.CompletionNodeFound
 
scope - Variable in class org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
 
scope - Variable in class org.eclipse.jdt.internal.compiler.ast.Block
 
scope - Variable in class org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration
 
scope - Variable in class org.eclipse.jdt.internal.compiler.ast.ForeachStatement
 
scope - Variable in class org.eclipse.jdt.internal.compiler.ast.ForStatement
 
scope - Variable in class org.eclipse.jdt.internal.compiler.ast.SwitchStatement
 
scope - Variable in class org.eclipse.jdt.internal.compiler.ast.SynchronizedStatement
 
scope - Variable in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
 
scope - Variable in class org.eclipse.jdt.internal.compiler.lookup.InnerEmulationDependency
 
Scope - Class in org.eclipse.jdt.internal.compiler.lookup
 
Scope(int, Scope) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.Scope
 
scope - Variable in class org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
 
scope - Variable in class org.eclipse.jdt.internal.core.hierarchy.IndexBasedHierarchyBuilder
The scope this hierarchy builder should restrain results to.
scope - Variable in class org.eclipse.jdt.internal.core.search.matching.MatchLocator
 
scope - Variable in class org.eclipse.jdt.internal.core.search.PatternSearchJob
 
scope_la - Static variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
scope_lhs - Static variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
scope_prefix - Static variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
scope_rhs - Static variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
SCOPE_SIZE - Static variable in interface org.eclipse.jdt.internal.compiler.parser.ParserBasicInformation
 
scope_state - Static variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
scope_state_set - Static variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
scope_suffix - Static variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
SCOPE_UBOUND - Static variable in interface org.eclipse.jdt.internal.compiler.parser.ParserBasicInformation
 
scopeIndex() - Method in class org.eclipse.jdt.internal.compiler.lookup.BlockScope
 
scribe - Variable in class org.eclipse.jdt.internal.formatter.align.Alignment
 
scribe - Variable in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
Scribe - Class in org.eclipse.jdt.internal.formatter
This class is responsible for dumping formatted source
search(IWorkspace, String, int, int, IJavaSearchScope, IJavaSearchResultCollector) - Method in class org.eclipse.jdt.core.search.SearchEngine
Deprecated. Use SearchEngine.search(SearchPattern, SearchParticipant[], IJavaSearchScope, SearchRequestor, IProgressMonitor) instead.
search(IWorkspace, IJavaElement, int, IJavaSearchScope, IJavaSearchResultCollector) - Method in class org.eclipse.jdt.core.search.SearchEngine
Deprecated. Use SearchEngine.search(SearchPattern, SearchParticipant[], IJavaSearchScope, SearchRequestor, IProgressMonitor) instead.
search(IWorkspace, ISearchPattern, IJavaSearchScope, IJavaSearchResultCollector) - Method in class org.eclipse.jdt.core.search.SearchEngine
Deprecated. Use SearchEngine.search(SearchPattern, SearchParticipant[], IJavaSearchScope, SearchRequestor, IProgressMonitor) instead.
search(SearchPattern, SearchParticipant[], IJavaSearchScope, SearchRequestor, IProgressMonitor) - Method in class org.eclipse.jdt.core.search.SearchEngine
Searches for matches of a given search pattern.
search(SearchPattern, SearchParticipant[], IJavaSearchScope, SearchRequestor, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.search.BasicSearchEngine
Searches for matches of a given search pattern.
search(Index, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.search.PatternSearchJob
 
search(Index, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.search.SubTypeSearchJob
 
search() - Method in class org.eclipse.jdt.internal.core.util.DOMFinder
 
search(int, String, boolean, boolean, boolean) - Method in class org.eclipse.jdt.internal.core.util.SimpleDocument
Deprecated.  
SearchableEnvironment - Class in org.eclipse.jdt.internal.core
This class provides a SearchableBuilderEnvironment for code assist which uses the Java model as a search tool.
SearchableEnvironment(JavaProject, ICompilationUnit[]) - Constructor for class org.eclipse.jdt.internal.core.SearchableEnvironment
Creates a SearchableEnvironment on the given project
SearchableEnvironment(JavaProject, WorkingCopyOwner) - Constructor for class org.eclipse.jdt.internal.core.SearchableEnvironment
Creates a SearchableEnvironment on the given project
searchAllConstructorDeclarations(char[], char[], int, IJavaSearchScope, IRestrictedAccessConstructorRequestor, int, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.search.BasicSearchEngine
 
searchAllPossibleSubTypes(IType, IJavaSearchScope, Map, IPathRequestor, int, IProgressMonitor) - Static method in class org.eclipse.jdt.internal.core.hierarchy.IndexBasedHierarchyBuilder
Find the set of candidate subtypes of a given type.
searchAllSecondaryTypeNames(IPackageFragmentRoot[], IRestrictedAccessTypeRequestor, boolean, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.search.BasicSearchEngine
Searches for all secondary types in the given scope.
searchAllTypeNames(char[], char[], int, int, IJavaSearchScope, TypeNameRequestor, int, IProgressMonitor) - Method in class org.eclipse.jdt.core.search.SearchEngine
Deprecated. Use SearchEngine.searchAllTypeNames(char[], int, char[], int, int, IJavaSearchScope, TypeNameRequestor, int, IProgressMonitor) instead
searchAllTypeNames(char[], int, char[], int, int, IJavaSearchScope, TypeNameRequestor, int, IProgressMonitor) - Method in class org.eclipse.jdt.core.search.SearchEngine
Searches for all top-level types and member types in the given scope.
searchAllTypeNames(char[], int, char[], int, int, IJavaSearchScope, TypeNameMatchRequestor, int, IProgressMonitor) - Method in class org.eclipse.jdt.core.search.SearchEngine
Searches for all top-level types and member types in the given scope.
searchAllTypeNames(char[][], char[][], IJavaSearchScope, TypeNameRequestor, int, IProgressMonitor) - Method in class org.eclipse.jdt.core.search.SearchEngine
Searches for all top-level types and member types in the given scope matching any of the given qualifications and type names in a case sensitive way.
searchAllTypeNames(char[][], char[][], IJavaSearchScope, TypeNameMatchRequestor, int, IProgressMonitor) - Method in class org.eclipse.jdt.core.search.SearchEngine
Searches for all top-level types and member types in the given scope matching any of the given qualifications and type names in a case sensitive way.
searchAllTypeNames(char[], char[], int, int, IJavaSearchScope, ITypeNameRequestor, int, IProgressMonitor) - Method in class org.eclipse.jdt.core.search.SearchEngine
Deprecated. Use SearchEngine.searchAllTypeNames(char[], char[], int, int, IJavaSearchScope, TypeNameRequestor, int, IProgressMonitor) instead
searchAllTypeNames(IWorkspace, char[], char[], int, boolean, int, IJavaSearchScope, ITypeNameRequestor, int, IProgressMonitor) - Method in class org.eclipse.jdt.core.search.SearchEngine
Deprecated. Use SearchEngine.searchAllTypeNames(char[], char[], int, int, IJavaSearchScope, ITypeNameRequestor, int, IProgressMonitor) instead
searchAllTypeNames(char[], int, char[], int, int, IJavaSearchScope, IRestrictedAccessTypeRequestor, int, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.search.BasicSearchEngine
Searches for all top-level types and member types in the given scope.
searchAllTypeNames(char[][], char[][], int, int, IJavaSearchScope, IRestrictedAccessTypeRequestor, int, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.search.BasicSearchEngine
Searches for all top-level types and member types in the given scope using a case sensitive exact match with the given qualified names and type names.
searchColumnNumber(int[], int, int) - Static method in class org.eclipse.jdt.internal.compiler.util.Util
INTERNAL USE-ONLY Search the column number corresponding to a specific position
searchDeclarations(IJavaElement, SearchRequestor, SearchPattern, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.search.BasicSearchEngine
 
searchDeclarationsOfAccessedFields(IJavaElement, SearchRequestor, IProgressMonitor) - Method in class org.eclipse.jdt.core.search.SearchEngine
Searches for all declarations of the fields accessed in the given element.
searchDeclarationsOfAccessedFields(IWorkspace, IJavaElement, IJavaSearchResultCollector) - Method in class org.eclipse.jdt.core.search.SearchEngine
Deprecated. Use SearchEngine.searchDeclarationsOfAccessedFields(IJavaElement, SearchRequestor, IProgressMonitor) instead.
searchDeclarationsOfAccessedFields(IJavaElement, SearchRequestor, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.search.BasicSearchEngine
Searches for all declarations of the fields accessed in the given element.
searchDeclarationsOfReferencedTypes(IJavaElement, SearchRequestor, IProgressMonitor) - Method in class org.eclipse.jdt.core.search.SearchEngine
Searches for all declarations of the types referenced in the given element.
searchDeclarationsOfReferencedTypes(IWorkspace, IJavaElement, IJavaSearchResultCollector) - Method in class org.eclipse.jdt.core.search.SearchEngine
Deprecated. Use SearchEngine.searchDeclarationsOfReferencedTypes(IJavaElement, SearchRequestor, IProgressMonitor) instead.
searchDeclarationsOfReferencedTypes(IJavaElement, SearchRequestor, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.search.BasicSearchEngine
Searches for all declarations of the types referenced in the given element.
searchDeclarationsOfSentMessages(IJavaElement, SearchRequestor, IProgressMonitor) - Method in class org.eclipse.jdt.core.search.SearchEngine
Searches for all declarations of the methods invoked in the given element.
searchDeclarationsOfSentMessages(IWorkspace, IJavaElement, IJavaSearchResultCollector) - Method in class org.eclipse.jdt.core.search.SearchEngine
Deprecated. Use SearchEngine.searchDeclarationsOfSentMessages(IJavaElement, SearchRequestor, IProgressMonitor) instead.
searchDeclarationsOfSentMessages(IJavaElement, SearchRequestor, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.search.BasicSearchEngine
Searches for all declarations of the methods invoked in the given element.
SearchDocument - Class in org.eclipse.jdt.core.search
A search document encapsulates a content to be either indexed or searched in.
SearchDocument(String, SearchParticipant) - Constructor for class org.eclipse.jdt.core.search.SearchDocument
Creates a new search document.
searchedElement - Variable in class org.eclipse.jdt.internal.core.SourceMapper
The element searched for
SearchEngine - Class in org.eclipse.jdt.core.search
A SearchEngine searches for Java elements following a search pattern.
SearchEngine() - Constructor for class org.eclipse.jdt.core.search.SearchEngine
Creates a new search engine.
SearchEngine(ICompilationUnit[]) - Constructor for class org.eclipse.jdt.core.search.SearchEngine
Creates a new search engine with a list of working copies that will take precedence over their original compilation units in the subsequent search operations.
SearchEngine(IWorkingCopy[]) - Constructor for class org.eclipse.jdt.core.search.SearchEngine
Deprecated. Use SearchEngine.SearchEngine(ICompilationUnit[]) instead.
SearchEngine(WorkingCopyOwner) - Constructor for class org.eclipse.jdt.core.search.SearchEngine
Creates a new search engine with the given working copy owner.
SearchMatch - Class in org.eclipse.jdt.core.search
A search match represents the result of a search query.
SearchMatch(IJavaElement, int, int, int, SearchParticipant, IResource) - Constructor for class org.eclipse.jdt.core.search.SearchMatch
Creates a new search match.
SearchParticipant - Class in org.eclipse.jdt.core.search
A search participant describes a particular extension to a generic search mechanism, permitting combined search actions which will involve all required participants.
SearchParticipant() - Constructor for class org.eclipse.jdt.core.search.SearchParticipant
Creates a new search participant.
SearchPattern - Class in org.eclipse.jdt.core.search
A search pattern defines how search results are found.
SearchPattern(int) - Constructor for class org.eclipse.jdt.core.search.SearchPattern
Creates a search pattern with the rule to apply for matching index keys.
SearchRequestor - Class in org.eclipse.jdt.core.search
Collects the results from a search engine query.
SearchRequestor() - Constructor for class org.eclipse.jdt.core.search.SearchRequestor
 
searchScope - Variable in class org.eclipse.jdt.internal.core.SearchableEnvironment
 
searchScopes - Variable in class org.eclipse.jdt.internal.core.JavaModelManager
A weak set of the known search scopes.
searchType - Variable in class org.eclipse.jdt.internal.compiler.lookup.ProblemBinding
 
secondary - Variable in class org.eclipse.jdt.internal.compiler.ISourceElementRequestor.TypeInfo
 
secondary - Variable in class org.eclipse.jdt.internal.core.search.matching.TypeDeclarationPattern
 
SECONDARY_SUFFIX - Static variable in interface org.eclipse.jdt.internal.core.search.indexing.IIndexConstants
 
SecondaryError - Static variable in interface org.eclipse.jdt.internal.compiler.problem.ProblemSeverities
 
secondaryTypeAdding(String, char[], char[]) - Method in class org.eclipse.jdt.internal.core.JavaModelManager
Add a secondary type in temporary indexing cache for a project got from given path.
SecondaryTypeDeclarationPattern - Class in org.eclipse.jdt.internal.core.search.matching
 
SecondaryTypeDeclarationPattern() - Constructor for class org.eclipse.jdt.internal.core.search.matching.SecondaryTypeDeclarationPattern
 
SecondaryTypeDeclarationPattern(int) - Constructor for class org.eclipse.jdt.internal.core.search.matching.SecondaryTypeDeclarationPattern
 
secondaryTypes - Variable in class org.eclipse.jdt.internal.core.JavaModelManager.PerProjectInfo
 
secondaryTypes(IJavaProject, boolean, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.JavaModelManager
Get all secondary types for a project and store result in per project info cache.
secondaryTypesRemoving(IFile, boolean) - Method in class org.eclipse.jdt.internal.core.JavaModelManager
Remove from secondary types cache all types belonging to a given file.
secondaryTypesToRemove - Variable in class org.eclipse.jdt.internal.core.builder.IncrementalImageBuilder
 
secretReturnValue - Variable in class org.eclipse.jdt.internal.compiler.ast.TryStatement
 
SEE_TAG_EXPECTED_ORDER - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
seekPackageFragments(String, boolean, IJavaElementRequestor) - Method in class org.eclipse.jdt.internal.core.NameLookup
Notifies the given requestor of all package fragments with the given name.
seekTypes(String, IPackageFragment, boolean, int, IJavaElementRequestor) - Method in class org.eclipse.jdt.internal.core.NameLookup
Notifies the given requestor of all types (classes and interfaces) in the given package fragment with the given (unqualified) name.
seekTypesInBinaryPackage(String, IPackageFragment, boolean, int, IJavaElementRequestor) - Method in class org.eclipse.jdt.internal.core.NameLookup
Performs type search in a binary package.
seekTypesInSourcePackage(String, IPackageFragment, int, boolean, String, int, IJavaElementRequestor) - Method in class org.eclipse.jdt.internal.core.NameLookup
Performs type search in a source package.
seekTypesInTopLevelType(String, int, IType, IJavaElementRequestor, int) - Method in class org.eclipse.jdt.internal.core.NameLookup
 
seekTypesInType(String, int, IType, IJavaElementRequestor, int) - Method in class org.eclipse.jdt.internal.core.NameLookup
Notifies the given requestor of all types (classes and interfaces) in the given type with the given (possibly qualified) name.
seekTypesInWorkingCopies(String, IPackageFragment, int, boolean, String, int, IJavaElementRequestor) - Method in class org.eclipse.jdt.internal.core.NameLookup
 
seeReferences - Variable in class org.eclipse.jdt.internal.compiler.ast.Javadoc
 
segments - Variable in class org.eclipse.jdt.internal.core.search.matching.PackageReferencePattern
 
segments - Variable in class org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern
 
segmentsSize - Variable in class org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern
 
select(ICompilationUnit, int, int) - Method in class org.eclipse.jdt.internal.codeassist.SelectionEngine
Ask the engine to compute the selection at the specified position of the given compilation unit.
select(char[], int, int, SearchableEnvironment, ISelectionRequestor, Map, WorkingCopyOwner) - Method in class org.eclipse.jdt.internal.eval.EvaluationContext
Computes the selection at the specified positions of the given code snippet.
selectIndexes(SearchPattern, IJavaSearchScope) - Method in class org.eclipse.jdt.core.search.SearchParticipant
Returns the collection of index locations to consider when performing the given search query in the given scope.
selectIndexes(SearchPattern, IJavaSearchScope) - Method in class org.eclipse.jdt.internal.core.search.JavaSearchParticipant
 
selectIndexURLs(SearchPattern, IJavaSearchScope) - Method in class org.eclipse.jdt.internal.core.search.JavaSearchParticipant
 
SELECTION_OR_ASSIST_PARSER - Static variable in class org.eclipse.jdt.internal.codeassist.select.SelectionParser
 
SELECTION_PARSER - Static variable in class org.eclipse.jdt.internal.codeassist.select.SelectionParser
 
SELECTION_PARSER - Static variable in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
SELECTION_PERF - Static variable in class org.eclipse.jdt.internal.core.JavaModelManager
 
selectionEnd - Variable in class org.eclipse.jdt.internal.codeassist.select.SelectionParser
 
selectionEnd - Variable in class org.eclipse.jdt.internal.codeassist.select.SelectionScanner
 
SelectionEngine - Class in org.eclipse.jdt.internal.codeassist
The selection engine is intended to infer the nature of a selected name in some source code.
SelectionEngine(SearchableEnvironment, ISelectionRequestor, Map, WorkingCopyOwner) - Constructor for class org.eclipse.jdt.internal.codeassist.SelectionEngine
The SelectionEngine is responsible for computing the selected object.
selectionIdentifier - Variable in class org.eclipse.jdt.internal.codeassist.select.SelectionScanner
 
selectionIdentifierCheck() - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionParser
 
SelectionJavadoc - Class in org.eclipse.jdt.internal.codeassist.select
Node representing a Javadoc comment including code selection.
SelectionJavadoc(int, int) - Constructor for class org.eclipse.jdt.internal.codeassist.select.SelectionJavadoc
 
SelectionJavadocParser - Class in org.eclipse.jdt.internal.codeassist.select
Parser specialized for decoding javadoc comments which includes code selection.
SelectionJavadocParser(SelectionParser) - Constructor for class org.eclipse.jdt.internal.codeassist.select.SelectionJavadocParser
 
SelectionNodeFound - Exception in org.eclipse.jdt.internal.codeassist.select
 
SelectionNodeFound() - Constructor for exception org.eclipse.jdt.internal.codeassist.select.SelectionNodeFound
 
SelectionNodeFound(Binding) - Constructor for exception org.eclipse.jdt.internal.codeassist.select.SelectionNodeFound
 
SelectionNodeFound(Binding, boolean) - Constructor for exception org.eclipse.jdt.internal.codeassist.select.SelectionNodeFound
 
SelectionOnArgumentName - Class in org.eclipse.jdt.internal.codeassist.select
 
SelectionOnArgumentName(char[], long, TypeReference, int) - Constructor for class org.eclipse.jdt.internal.codeassist.select.SelectionOnArgumentName
 
SelectionOnExplicitConstructorCall - Class in org.eclipse.jdt.internal.codeassist.select
 
SelectionOnExplicitConstructorCall(int) - Constructor for class org.eclipse.jdt.internal.codeassist.select.SelectionOnExplicitConstructorCall
 
SelectionOnFieldReference - Class in org.eclipse.jdt.internal.codeassist.select
 
SelectionOnFieldReference(char[], long) - Constructor for class org.eclipse.jdt.internal.codeassist.select.SelectionOnFieldReference
 
SelectionOnFieldType - Class in org.eclipse.jdt.internal.codeassist.select
 
SelectionOnFieldType(TypeReference) - Constructor for class org.eclipse.jdt.internal.codeassist.select.SelectionOnFieldType
 
SelectionOnImportReference - Class in org.eclipse.jdt.internal.codeassist.select
 
SelectionOnImportReference(char[][], long[], int) - Constructor for class org.eclipse.jdt.internal.codeassist.select.SelectionOnImportReference
 
SelectionOnLocalName - Class in org.eclipse.jdt.internal.codeassist.select
 
SelectionOnLocalName(char[], int, int) - Constructor for class org.eclipse.jdt.internal.codeassist.select.SelectionOnLocalName
 
SelectionOnMessageSend - Class in org.eclipse.jdt.internal.codeassist.select
 
SelectionOnMessageSend() - Constructor for class org.eclipse.jdt.internal.codeassist.select.SelectionOnMessageSend
 
SelectionOnNameOfMemberValuePair - Class in org.eclipse.jdt.internal.codeassist.select
 
SelectionOnNameOfMemberValuePair(char[], int, int, Expression) - Constructor for class org.eclipse.jdt.internal.codeassist.select.SelectionOnNameOfMemberValuePair
 
SelectionOnPackageReference - Class in org.eclipse.jdt.internal.codeassist.select
 
SelectionOnPackageReference(char[][], long[]) - Constructor for class org.eclipse.jdt.internal.codeassist.select.SelectionOnPackageReference
 
SelectionOnParameterizedQualifiedTypeReference - Class in org.eclipse.jdt.internal.codeassist.select
 
SelectionOnParameterizedQualifiedTypeReference(char[][], char[], TypeReference[][], TypeReference[], long[]) - Constructor for class org.eclipse.jdt.internal.codeassist.select.SelectionOnParameterizedQualifiedTypeReference
 
SelectionOnParameterizedSingleTypeReference - Class in org.eclipse.jdt.internal.codeassist.select
 
SelectionOnParameterizedSingleTypeReference(char[], TypeReference[], long) - Constructor for class org.eclipse.jdt.internal.codeassist.select.SelectionOnParameterizedSingleTypeReference
 
SelectionOnQualifiedAllocationExpression - Class in org.eclipse.jdt.internal.codeassist.select
 
SelectionOnQualifiedAllocationExpression() - Constructor for class org.eclipse.jdt.internal.codeassist.select.SelectionOnQualifiedAllocationExpression
 
SelectionOnQualifiedAllocationExpression(TypeDeclaration) - Constructor for class org.eclipse.jdt.internal.codeassist.select.SelectionOnQualifiedAllocationExpression
 
SelectionOnQualifiedNameReference - Class in org.eclipse.jdt.internal.codeassist.select
 
SelectionOnQualifiedNameReference(char[][], char[], long[]) - Constructor for class org.eclipse.jdt.internal.codeassist.select.SelectionOnQualifiedNameReference
 
SelectionOnQualifiedSuperReference - Class in org.eclipse.jdt.internal.codeassist.select
 
SelectionOnQualifiedSuperReference(TypeReference, int, int) - Constructor for class org.eclipse.jdt.internal.codeassist.select.SelectionOnQualifiedSuperReference
 
SelectionOnQualifiedTypeReference - Class in org.eclipse.jdt.internal.codeassist.select
 
SelectionOnQualifiedTypeReference(char[][], char[], long[]) - Constructor for class org.eclipse.jdt.internal.codeassist.select.SelectionOnQualifiedTypeReference
 
SelectionOnSingleNameReference - Class in org.eclipse.jdt.internal.codeassist.select
 
SelectionOnSingleNameReference(char[], long) - Constructor for class org.eclipse.jdt.internal.codeassist.select.SelectionOnSingleNameReference
 
SelectionOnSingleTypeReference - Class in org.eclipse.jdt.internal.codeassist.select
 
SelectionOnSingleTypeReference(char[], long) - Constructor for class org.eclipse.jdt.internal.codeassist.select.SelectionOnSingleTypeReference
 
SelectionOnSuperReference - Class in org.eclipse.jdt.internal.codeassist.select
 
SelectionOnSuperReference(int, int) - Constructor for class org.eclipse.jdt.internal.codeassist.select.SelectionOnSuperReference
 
SelectionParser - Class in org.eclipse.jdt.internal.codeassist.select
 
SelectionParser(ProblemReporter) - Constructor for class org.eclipse.jdt.internal.codeassist.select.SelectionParser
 
SelectionRequestor - Class in org.eclipse.jdt.internal.core
Implementation of ISelectionRequestor to assist with code resolve in a compilation unit.
SelectionRequestor(NameLookup, Openable) - Constructor for class org.eclipse.jdt.internal.core.SelectionRequestor
Creates a selection requestor that uses that given name lookup facility to resolve names.
SelectionScanner - Class in org.eclipse.jdt.internal.codeassist.select
 
SelectionScanner(long) - Constructor for class org.eclipse.jdt.internal.codeassist.select.SelectionScanner
 
selectionStart - Variable in class org.eclipse.jdt.internal.codeassist.select.SelectionParser
 
selectionStart - Variable in class org.eclipse.jdt.internal.codeassist.select.SelectionScanner
 
selector - Variable in class org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
 
selector - Variable in class org.eclipse.jdt.internal.compiler.ast.MessageSend
 
selector - Variable in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
 
selector - Variable in class org.eclipse.jdt.internal.core.search.matching.MethodPattern
 
selectorEnd - Variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnMethodName
 
selectType(char[], IType) - Method in class org.eclipse.jdt.internal.codeassist.SelectionEngine
Asks the engine to compute the selection of the given type from the given context
sendOperator(int, int) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
separator - Variable in class org.eclipse.jdt.internal.core.index.Index
 
SEPARATOR - Static variable in interface org.eclipse.jdt.internal.core.search.indexing.IIndexConstants
 
SEPARATOR_START - Static variable in interface org.eclipse.jdt.internal.core.JavadocConstants
 
separatorPosition - Variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadocAllocationExpression
 
separatorPosition - Variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadocFieldReference
 
separatorPosition - Variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadocMessageSend
 
SERIAL - Static variable in class org.eclipse.jdt.internal.compiler.impl.IrritantSet
 
serialize(IClasspathEntry[], boolean) - Static method in class org.eclipse.jdt.internal.core.UserLibrary
 
SERIALPERSISTENTFIELDS - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
SERIALVERSIONUID - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
set(ASTNode, StructuralPropertyDescriptor, Object, TextEditGroup) - Method in class org.eclipse.jdt.core.dom.rewrite.ASTRewrite
Sets the given property of the given node.
set(Map) - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistOptions
 
set(Map) - Method in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
set(int) - Method in class org.eclipse.jdt.internal.compiler.impl.IrritantSet
 
set(IrritantSet) - Method in class org.eclipse.jdt.internal.compiler.impl.IrritantSet
Return updated irritantSet or null if it was a no-op
set - Variable in class org.eclipse.jdt.internal.compiler.util.HashSetOfInt
 
set(String) - Method in class org.eclipse.jdt.internal.core.DocumentAdapter
 
set - Variable in class org.eclipse.jdt.internal.core.util.HashSetOfArray
 
set - Variable in class org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray
 
set(String) - Method in class org.eclipse.jdt.internal.core.util.SimpleDocument
 
set(Map) - Method in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
SET_BOOLEAN_METHOD_NAME - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
SET_BOOLEAN_METHOD_SIGNATURE - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
SET_BYTE_METHOD_NAME - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
SET_BYTE_METHOD_SIGNATURE - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
SET_CHAR_METHOD_NAME - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
SET_CHAR_METHOD_SIGNATURE - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
set_code_string(String) - Method in class java_cup.action_part
Set the code string.
SET_DOUBLE_METHOD_NAME - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
SET_DOUBLE_METHOD_SIGNATURE - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
SET_FLOAT_METHOD_NAME - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
SET_FLOAT_METHOD_SIGNATURE - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
SET_INT_METHOD_NAME - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
SET_INT_METHOD_SIGNATURE - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
SET_LONG_METHOD_NAME - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
SET_LONG_METHOD_SIGNATURE - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
set_lr_values(boolean) - Static method in class java_cup.emit
 
SET_OBJECT_METHOD_NAME - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
SET_OBJECT_METHOD_SIGNATURE - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
set_precedence(int, int) - Method in class java_cup.terminal
set the precedence of a terminal
set_precedence_num(int) - Method in class java_cup.production
Setting the precedence of a rule
set_precedence_side(int) - Method in class java_cup.production
 
SET_SHORT_METHOD_NAME - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
SET_SHORT_METHOD_SIGNATURE - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
setAccessibility(int) - Method in class org.eclipse.jdt.internal.codeassist.InternalCompletionProposal
 
setAccessibility(int) - Method in class org.eclipse.jdt.internal.core.search.JavaSearchTypeNameMatch
Sets the accessibility of the accepted match.
SETACCESSIBLE_NAME - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
SETACCESSIBLE_SIGNATURE - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
setAccessRestriction(ReferenceBinding, AccessRestriction) - Method in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
Associate a given type with some access restriction (did not store the restriction directly into binding, since sparse information)
setAccuracy(int) - Method in class org.eclipse.jdt.core.search.SearchMatch
Sets the accuracy of this match.
setActualReceiverType(ReferenceBinding) - Method in class org.eclipse.jdt.internal.compiler.ast.AbstractVariableDeclaration
 
setActualReceiverType(ReferenceBinding) - Method in class org.eclipse.jdt.internal.compiler.ast.AllocationExpression
 
setActualReceiverType(ReferenceBinding) - Method in class org.eclipse.jdt.internal.compiler.ast.ExplicitConstructorCall
 
setActualReceiverType(ReferenceBinding) - Method in class org.eclipse.jdt.internal.compiler.ast.FieldReference
 
setActualReceiverType(ReferenceBinding) - Method in class org.eclipse.jdt.internal.compiler.ast.MessageSend
 
setActualReceiverType(ReferenceBinding) - Method in class org.eclipse.jdt.internal.compiler.ast.NameReference
 
setActualReceiverType(ReferenceBinding) - Method in interface org.eclipse.jdt.internal.compiler.lookup.InvocationSite
 
setActualReceiverType(ReferenceBinding) - Method in class org.eclipse.jdt.internal.eval.CodeSnippetReturnStatement
 
setActualReceiverType(ReferenceBinding) - Method in class org.eclipse.jdt.internal.eval.CodeSnippetSuperReference
 
setActualReceiverType(ReferenceBinding) - Method in class org.eclipse.jdt.internal.eval.CodeSnippetThisReference
 
setAdditionalFlags(int) - Method in class org.eclipse.jdt.core.CompletionProposal
Sets the completion flags relevant in the context.
setAdditionalFlags(int) - Method in class org.eclipse.jdt.internal.codeassist.InternalCompletionProposal
Sets the completion flags relevant in the context.
setAll() - Method in class org.eclipse.jdt.internal.compiler.impl.IrritantSet
 
setAllowsRequiredProposals(int, int, boolean) - Method in class org.eclipse.jdt.core.CompletionRequestor
Sets whether a proposal of a given kind with a required proposal of the given kind is allowed.
setAlteredName(String) - Method in class org.eclipse.jdt.internal.core.CreateElementInCUOperation
Sets the name of the DOMNode that will be used to create this new element.
setAlteredName(String) - Method in class org.eclipse.jdt.internal.core.CreateTypeMemberOperation
Sets the name of the ASTNode that will be used to create this new element.
setAlternateRoot(ASTNode) - Method in class org.eclipse.jdt.core.dom.Comment
Returns the root AST node that this comment occurs within, or null if none (or not recorded).
setAnnotation(boolean) - Method in interface org.eclipse.jdt.core.jdom.IDOMType
Deprecated. Sets whether this type represents an annotation type ("@interface" instead of "interface").
setAnnotations(AnnotationBinding[]) - Method in class org.eclipse.jdt.internal.compiler.lookup.FieldBinding
 
setAnnotations(AnnotationBinding[], Scope) - Method in class org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding
 
setAnnotations(AnnotationBinding[]) - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
 
setAnnotations(AnnotationBinding[], AnnotationBinding[][], Object, LookupEnvironment) - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
 
setAnnotations(AnnotationBinding[]) - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
 
setAnonymousClassDeclaration(AnonymousClassDeclaration) - Method in class org.eclipse.jdt.core.dom.ClassInstanceCreation
Sets whether this class instance creation expression declares an anonymous class (that is, has class body declarations).
setAnonymousClassDeclaration(AnonymousClassDeclaration) - Method in class org.eclipse.jdt.core.dom.EnumConstantDeclaration
Sets whether this enum constant declaration declares an anonymous class (that is, has class body declarations).
setArgumentNames(char[][]) - Method in class org.eclipse.jdt.internal.core.SourceMethodElementInfo
 
setArray(Expression) - Method in class org.eclipse.jdt.core.dom.ArrayAccess
Sets the array expression of this array access expression.
setAsMemberType() - Method in class org.eclipse.jdt.internal.compiler.lookup.LocalTypeBinding
 
setAssertionSupport(FieldBinding, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.Clinit
 
setAssistIdentifier(char[]) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
setAssistIdentifier(char[]) - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
setAssistIdentifier(char[]) - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionParser
 
setAttribute(Object, Object) - Static method in class org.eclipse.jdt.internal.core.JavaModelOperation
 
setBinaryTypes(ReferenceBinding[]) - Method in class org.eclipse.jdt.internal.compiler.Compiler
 
setBinding(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.codegen.VerificationTypeInfo
 
setBindingsRecovery(boolean) - Method in class org.eclipse.jdt.core.dom.ASTParser
Requests that the compiler should perform bindings recovery.
setBody(Block) - Method in class org.eclipse.jdt.core.dom.CatchClause
Sets the body of this catch clause.
setBody(Statement) - Method in class org.eclipse.jdt.core.dom.DoStatement
Sets the body of this do statement.
setBody(Statement) - Method in class org.eclipse.jdt.core.dom.EnhancedForStatement
Sets the body of this enhanced for statement.
setBody(Statement) - Method in class org.eclipse.jdt.core.dom.ForStatement
Sets the body of this for statement.
setBody(Block) - Method in class org.eclipse.jdt.core.dom.Initializer
Sets the body of this initializer declaration.
setBody(Statement) - Method in class org.eclipse.jdt.core.dom.LabeledStatement
Sets the body of this labeled statement.
setBody(Block) - Method in class org.eclipse.jdt.core.dom.MethodDeclaration
Sets or clears the body of this method declaration.
setBody(Block) - Method in class org.eclipse.jdt.core.dom.SynchronizedStatement
Sets the body of this synchronized statement.
setBody(Block) - Method in class org.eclipse.jdt.core.dom.TryStatement
Sets the body of this try statement.
setBody(Statement) - Method in class org.eclipse.jdt.core.dom.WhileStatement
Sets the body of this while statement.
setBody(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMInitializer
Deprecated. Sets the body of this initializer.
setBody(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMMethod
Deprecated. Sets the body of this method.
setBooleanValue(boolean) - Method in class org.eclipse.jdt.core.dom.BooleanLiteral
Sets the boolean value of this boolean literal node.
setBootstrapMethodAttributeIndex(int) - Method in class org.eclipse.jdt.internal.core.util.ConstantPoolEntry2
 
setBound(Type, boolean) - Method in class org.eclipse.jdt.core.dom.WildcardType
Sets the bound of this wildcard type to the given type and marks it as an upper or a lower bound.
setBound(Type) - Method in class org.eclipse.jdt.core.dom.WildcardType
Sets the bound of this wildcard type to the given type.
setBuildOrder(String[]) - Method in class org.eclipse.jdt.internal.core.JavaModelManager
Record the order in which to build the java projects (batch build).
setCanceled(boolean) - Method in class org.eclipse.jdt.internal.core.BatchInitializationMonitor
 
setCanceled(boolean) - Method in class org.eclipse.jdt.internal.core.JavaElementRequestor
Sets the #isCanceled state of this requestor to true or false.
setCanceled(boolean) - Method in class org.eclipse.jdt.internal.core.JavaModelOperation
 
setCancelling(boolean) - Method in class org.eclipse.jdt.internal.core.builder.BuildNotifier
Sets the cancelling flag, which indicates we are in the middle of being cancelled.
setCharValue(char) - Method in class org.eclipse.jdt.core.dom.CharacterLiteral
Sets the value of this character literal node to the given character.
setChildren(IJarEntryResource[]) - Method in class org.eclipse.jdt.internal.core.JarEntryDirectory
 
setChildren(IJavaElement[]) - Method in class org.eclipse.jdt.internal.core.OpenableElementInfo
 
setClass(boolean) - Method in interface org.eclipse.jdt.core.jdom.IDOMType
Deprecated. Sets whether this type is a class or an interface.
setClassIndex(int) - Method in class org.eclipse.jdt.internal.core.util.ConstantPoolEntry
Sets the classIndex.
setClassInfoName(char[]) - Method in class org.eclipse.jdt.internal.core.util.ConstantPoolEntry
Sets the classInfoName.
setClassInfoNameIndex(int) - Method in class org.eclipse.jdt.internal.core.util.ConstantPoolEntry
Sets the classInfoNameIndex.
setClassName(char[]) - Method in class org.eclipse.jdt.internal.core.util.ConstantPoolEntry
Sets the className.
setClasspathBeingResolved(IJavaProject, boolean) - Method in class org.eclipse.jdt.internal.core.JavaModelManager
 
setClasspathContainer(IPath, IJavaProject[], IClasspathContainer[], IProgressMonitor) - Static method in class org.eclipse.jdt.core.JavaCore
Bind a container reference path to some actual containers (IClasspathContainer).
SetClasspathOperation - Class in org.eclipse.jdt.internal.core
This operation sets an IJavaProject's classpath.
SetClasspathOperation(JavaProject, IClasspathEntry[], IPath, boolean) - Constructor for class org.eclipse.jdt.internal.core.SetClasspathOperation
 
SetClasspathOperation(JavaProject, IClasspathEntry[], IClasspathEntry[], IPath, boolean) - Constructor for class org.eclipse.jdt.internal.core.SetClasspathOperation
When executed, this operation sets the raw classpath and output location of the given project.
setClasspathVariable(String, IPath) - Static method in class org.eclipse.jdt.core.JavaCore
Deprecated. Use JavaCore.setClasspathVariable(String, IPath, IProgressMonitor) instead
setClasspathVariable(String, IPath, IProgressMonitor) - Static method in class org.eclipse.jdt.core.JavaCore
Sets the value of the given classpath variable.
setClasspathVariables(String[], IPath[], IProgressMonitor) - Static method in class org.eclipse.jdt.core.JavaCore
Sets the values of all the given classpath variables at once.
setComment(String) - Method in class org.eclipse.jdt.core.dom.Javadoc
Deprecated. The comment string was replaced in the 3.0 release by a representation of the structure of the doc comment. See tags.
setComment(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMMember
Deprecated. Sets the comment associated with this member.
setCompact_red(boolean) - Method in class java_cup.anttask.CUPTask
Sets the value of compact_red
setCompilerOptions(Map) - Method in class org.eclipse.jdt.core.dom.ASTParser
Sets the compiler options to be used when parsing.
setCompletion(char[]) - Method in class org.eclipse.jdt.core.CompletionProposal
Sets the proposed sequence of characters to insert into the source file buffer, replacing the characters at the specified source range.
setCompletion(char[]) - Method in class org.eclipse.jdt.internal.codeassist.InternalCompletionProposal
Sets the proposed sequence of characters to insert into the source file buffer, replacing the characters at the specified source range.
setComplianceOptions(String, Map) - Static method in class org.eclipse.jdt.core.JavaCore
Sets the default compiler options inside the given options map according to the given compliance.
setComponentType(Type) - Method in class org.eclipse.jdt.core.dom.ArrayType
Sets the component type of this array type.
setConstant(Constant) - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedFieldBinding
 
setConstant(Constant) - Method in class org.eclipse.jdt.internal.compiler.lookup.VariableBinding
 
setConstantPoolName(char[]) - Method in class org.eclipse.jdt.internal.compiler.lookup.LocalTypeBinding
 
setConstructor(boolean) - Method in class org.eclipse.jdt.core.dom.MethodDeclaration
Sets whether this declaration declares a constructor or a method.
setConstructor(boolean) - Method in interface org.eclipse.jdt.core.jdom.IDOMMethod
Deprecated. Sets whether this method represents a constructor.
SetContainerOperation - Class in org.eclipse.jdt.internal.core
 
SetContainerOperation(IPath, IJavaProject[], IClasspathContainer[]) - Constructor for class org.eclipse.jdt.internal.core.SetContainerOperation
 
setContents(char[]) - Method in interface org.eclipse.jdt.core.IBuffer
Sets the contents of this buffer to the given character array.
setContents(String) - Method in interface org.eclipse.jdt.core.IBuffer
Sets the contents of this buffer to the given String.
setContents(String, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.BinaryMember
 
setContents(char[]) - Method in class org.eclipse.jdt.internal.core.Buffer
 
setContents(String) - Method in class org.eclipse.jdt.internal.core.Buffer
 
setData(RecoveryScannerData) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveryScanner
 
setDebug(boolean) - Method in class java_cup.anttask.CUPTask
Sets the value of debug
setDeclaration(AbstractTypeDeclaration) - Method in class org.eclipse.jdt.core.dom.TypeDeclarationStatement
Sets the abstract type declaration of this local type declaration statement (added in JLS3 API).
setDeclarationKey(char[]) - Method in class org.eclipse.jdt.core.CompletionProposal
Sets the type or package key of the relevant declaration in the context, or null if none.
setDeclarationKey(char[]) - Method in class org.eclipse.jdt.internal.codeassist.InternalCompletionProposal
Sets the type or package key of the relevant declaration in the context, or null if none.
setDeclarationPackageName(char[]) - Method in class org.eclipse.jdt.internal.codeassist.InternalCompletionProposal
 
setDeclarationSignature(char[]) - Method in class org.eclipse.jdt.core.CompletionProposal
Sets the type or package signature of the relevant declaration in the context, or null if none.
setDeclarationSignature(char[]) - Method in class org.eclipse.jdt.internal.codeassist.InternalCompletionProposal
Sets the type or package signature of the relevant declaration in the context, or null if none.
setDeclarationTypeName(char[]) - Method in class org.eclipse.jdt.internal.codeassist.InternalCompletionProposal
 
setDefault(Expression) - Method in class org.eclipse.jdt.core.dom.AnnotationTypeMemberDeclaration
Sets or clears the default value of this annotation type member.
setDefault(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMMethod
Deprecated. Sets the default value expression for an annotation type member.
setDefaultSettings() - Method in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
setDefaultValue(Object) - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
 
setDepth(int) - Method in class org.eclipse.jdt.internal.compiler.ast.AbstractVariableDeclaration
 
setDepth(int) - Method in class org.eclipse.jdt.internal.compiler.ast.AllocationExpression
 
setDepth(int) - Method in class org.eclipse.jdt.internal.compiler.ast.ExplicitConstructorCall
 
setDepth(int) - Method in class org.eclipse.jdt.internal.compiler.ast.FieldReference
 
setDepth(int) - Method in class org.eclipse.jdt.internal.compiler.ast.MessageSend
 
setDepth(int) - Method in class org.eclipse.jdt.internal.compiler.ast.NameReference
 
setDepth(int) - Method in interface org.eclipse.jdt.internal.compiler.lookup.InvocationSite
 
setDepth(int) - Method in class org.eclipse.jdt.internal.eval.CodeSnippetReturnStatement
 
setDepth(int) - Method in class org.eclipse.jdt.internal.eval.CodeSnippetSuperReference
 
setDepth(int) - Method in class org.eclipse.jdt.internal.eval.CodeSnippetThisReference
 
setDescriptorIndex(int) - Method in class org.eclipse.jdt.internal.core.util.ConstantPoolEntry2
 
setDestdir(String) - Method in class java_cup.anttask.CUPTask
Sets the value of destdir
setDestinationPath(String) - Method in class org.eclipse.jdt.internal.compiler.batch.Main
 
setDocumentPartitioner(IDocumentPartitioner) - Method in class org.eclipse.jdt.internal.core.util.SimpleDocument
 
setDoubleValue(double) - Method in class org.eclipse.jdt.internal.core.util.ConstantPoolEntry
Sets the doubleValue.
setDump(boolean) - Method in class java_cup.anttask.CUPTask
Sets the value of dump
setDump_grammar(boolean) - Method in class java_cup.anttask.CUPTask
Sets the value of dump_grammar
setDump_states(boolean) - Method in class java_cup.anttask.CUPTask
Sets the value of dump_states
setDump_tables(boolean) - Method in class java_cup.anttask.CUPTask
Sets the value of dump_tables
setEclipseDefaultSettings() - Method in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
setElement(Object) - Method in class org.eclipse.jdt.core.search.SearchMatch
Sets the element of this search match.
setElseExpression(Expression) - Method in class org.eclipse.jdt.core.dom.ConditionalExpression
Sets the "else" part of this conditional expression.
setElseStatement(Statement) - Method in class org.eclipse.jdt.core.dom.IfStatement
Sets or clears the "else" part of this if statement.
setEmacs() - Method in class org.eclipse.jdt.internal.compiler.batch.Main.Logger
 
setEnum(boolean) - Method in interface org.eclipse.jdt.core.jdom.IDOMType
Deprecated. Sets whether this type represents an enumeration class.
setEnvironment(String[], String[], String[], boolean) - Method in class org.eclipse.jdt.core.dom.ASTParser
Sets the environment to be used when no IJavaProject is available.
setErr(PrintWriter) - Method in class org.eclipse.jdt.internal.compiler.AbstractAnnotationProcessorManager
Set the print writer for the standard error.
setEscapedValue(String) - Method in class org.eclipse.jdt.core.dom.CharacterLiteral
Sets the string value of this literal node.
setEscapedValue(String) - Method in class org.eclipse.jdt.core.dom.StringLiteral
Sets the string value of this literal node to the given string literal token.
setEventEditGroup(RewriteEvent, TextEditGroup) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.RewriteEventStore
 
setException(SingleVariableDeclaration) - Method in class org.eclipse.jdt.core.dom.CatchClause
Sets the variable declaration of this catch clause.
setExceptions(String[]) - Method in interface org.eclipse.jdt.core.jdom.IDOMMethod
Deprecated. Sets the names of the exception types this method throws, in the order in which they are declared in the source.
setExceptionTypeNames(char[][]) - Method in class org.eclipse.jdt.internal.core.SourceMethodElementInfo
 
setExpect(String) - Method in class java_cup.anttask.CUPTask
Sets the value of expect
setExpectedType(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.ast.AllocationExpression
 
setExpectedType(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.ast.CastExpression
 
setExpectedType(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.ast.Expression
Record the type expectation before this expression is typechecked.
setExpectedType(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.ast.MessageSend
 
setExpectedTypesKeys(char[][]) - Method in class org.eclipse.jdt.internal.codeassist.InternalCompletionContext
 
setExpectedTypesSignatures(char[][]) - Method in class org.eclipse.jdt.internal.codeassist.InternalCompletionContext
 
setExpression(Expression) - Method in class org.eclipse.jdt.core.dom.AssertStatement
Sets the first expression of this assert statement.
setExpression(Expression) - Method in class org.eclipse.jdt.core.dom.CastExpression
Sets the expression of this cast expression.
setExpression(Expression) - Method in class org.eclipse.jdt.core.dom.ClassInstanceCreation
Sets or clears the expression of this class instance creation expression.
setExpression(Expression) - Method in class org.eclipse.jdt.core.dom.ConditionalExpression
Sets the condition of this conditional expression.
setExpression(Expression) - Method in class org.eclipse.jdt.core.dom.DoStatement
Sets the expression of this do statement.
setExpression(Expression) - Method in class org.eclipse.jdt.core.dom.EnhancedForStatement
Sets the expression of this enhanced for statement.
setExpression(Expression) - Method in class org.eclipse.jdt.core.dom.ExpressionStatement
Sets the expression of this expression statement.
setExpression(Expression) - Method in class org.eclipse.jdt.core.dom.FieldAccess
Sets the expression of this field access expression.
setExpression(Expression) - Method in class org.eclipse.jdt.core.dom.ForStatement
Sets or clears the condition expression of this return statement.
setExpression(Expression) - Method in class org.eclipse.jdt.core.dom.IfStatement
Sets the condition of this if statement.
setExpression(Expression) - Method in class org.eclipse.jdt.core.dom.MethodInvocation
Sets or clears the expression of this method invocation expression.
setExpression(Expression) - Method in class org.eclipse.jdt.core.dom.ParenthesizedExpression
Sets the expression of this parenthesized expression.
setExpression(Expression) - Method in class org.eclipse.jdt.core.dom.ReturnStatement
Sets or clears the expression of this return statement.
setExpression(Expression) - Method in class org.eclipse.jdt.core.dom.SuperConstructorInvocation
Sets or clears the expression of this super constructor invocation statement.
setExpression(Expression) - Method in class org.eclipse.jdt.core.dom.SwitchCase
Sets the expression of this switch case, or clears it (turns it into the "default:" case).
setExpression(Expression) - Method in class org.eclipse.jdt.core.dom.SwitchStatement
Sets the expression of this switch statement.
setExpression(Expression) - Method in class org.eclipse.jdt.core.dom.SynchronizedStatement
Sets the expression of this synchronized statement.
setExpression(Expression) - Method in class org.eclipse.jdt.core.dom.ThrowStatement
Sets the expression of this throw statement.
setExpression(Expression) - Method in class org.eclipse.jdt.core.dom.WhileStatement
Sets the expression of this while statement.
setExtended() - Method in class org.eclipse.jdt.internal.codeassist.InternalCompletionContext
 
setExtendedData(ITypeRoot, CompilationUnitDeclaration, LookupEnvironment, Scope, ASTNode, ASTNode, WorkingCopyOwner, CompletionParser) - Method in class org.eclipse.jdt.internal.codeassist.InternalCompletionContext
 
setExtraDimensions(int) - Method in class org.eclipse.jdt.core.dom.MethodDeclaration
Sets the number of extra array dimensions over and above the explicitly-specified return type.
setExtraDimensions(int) - Method in class org.eclipse.jdt.core.dom.SingleVariableDeclaration
 
setExtraDimensions(int) - Method in class org.eclipse.jdt.core.dom.VariableDeclaration
Sets the number of extra array dimensions over and above the explicitly-specified type.
setExtraDimensions(int) - Method in class org.eclipse.jdt.core.dom.VariableDeclarationFragment
Sets the number of extra array dimensions this variable has over and above the type specified in the enclosing declaration.
setFavoriteReferences(String[]) - Method in class org.eclipse.jdt.core.CompletionRequestor
Set the favorite references which will be used to compute some completion proposals.
setFieldDescriptor(char[]) - Method in class org.eclipse.jdt.internal.core.util.ConstantPoolEntry
Sets the fieldDescriptor.
setFieldIndex(int) - Method in class org.eclipse.jdt.internal.compiler.ast.AbstractVariableDeclaration
 
setFieldIndex(int) - Method in class org.eclipse.jdt.internal.compiler.ast.AllocationExpression
 
setFieldIndex(int) - Method in class org.eclipse.jdt.internal.compiler.ast.ExplicitConstructorCall
 
setFieldIndex(int) - Method in class org.eclipse.jdt.internal.compiler.ast.FieldReference
 
setFieldIndex(int) - Method in class org.eclipse.jdt.internal.compiler.ast.MessageSend
 
setFieldIndex(int) - Method in class org.eclipse.jdt.internal.compiler.ast.NameReference
 
setFieldIndex(int) - Method in class org.eclipse.jdt.internal.compiler.ast.QualifiedNameReference
 
setFieldIndex(int) - Method in interface org.eclipse.jdt.internal.compiler.lookup.InvocationSite
 
setFieldIndex(int) - Method in class org.eclipse.jdt.internal.eval.CodeSnippetReturnStatement
 
setFieldIndex(int) - Method in class org.eclipse.jdt.internal.eval.CodeSnippetSuperReference
 
setFieldIndex(int) - Method in class org.eclipse.jdt.internal.eval.CodeSnippetThisReference
 
setFieldName(char[]) - Method in class org.eclipse.jdt.internal.core.util.ConstantPoolEntry
Sets the fieldName.
setFields(FieldBinding[]) - Method in class org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
 
setFile(String) - Method in class org.eclipse.jdt.core.CheckDebugAttributes
 
setFilterImplicitImports(boolean) - Method in class org.eclipse.jdt.core.dom.rewrite.ImportRewrite
Specifies that implicit imports (for types in java.lang, types in the same package as the rewrite compilation unit, and types in the compilation unit's main type) should not be created, except if necessary to resolve an on-demand import conflict.
setFilterImplicitImports(boolean) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ImportRewriteAnalyzer
Specifies that implicit imports (for types in java.lang, types in the same package as the rewrite compilation unit and types in the compilation unit's main type) should not be created, except if necessary to resolve an on-demand import conflict.
setFinally(Block) - Method in class org.eclipse.jdt.core.dom.TryStatement
Sets or clears the finally block of this try statement.
setFindAmbiguousImports(boolean) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ImportRewriteAnalyzer
When set searches for imports that can not be folded into on-demand imports but must be specified explicitly
setFlags(int) - Method in class org.eclipse.jdt.core.CompletionProposal
Sets the modifier flags relevant in the context.
setFlags(int) - Method in class org.eclipse.jdt.core.dom.ASTNode
Sets the flags associated with this node to the given value.
setFlags(int) - Method in interface org.eclipse.jdt.core.jdom.IDOMImport
Deprecated. Sets the modifier flags for this import.
setFlags(int) - Method in interface org.eclipse.jdt.core.jdom.IDOMMember
Deprecated. Sets the flags for this member.
setFlags(int) - Method in class org.eclipse.jdt.internal.codeassist.InternalCompletionProposal
Sets the modifier flags relevant in the context.
setFloatValue(float) - Method in class org.eclipse.jdt.internal.core.util.ConstantPoolEntry
Sets the floatValue.
setFocalPosition(int) - Method in class org.eclipse.jdt.core.dom.ASTParser
Requests an abridged abstract syntax tree.
setFocus(SearchPattern, IJavaElement) - Static method in class org.eclipse.jdt.internal.core.search.matching.MatchLocator
 
setFocusType(char[][]) - Method in class org.eclipse.jdt.internal.core.hierarchy.HierarchyResolver
 
setForce(boolean) - Method in class java_cup.anttask.CUPTask
Sets the value of force
setForceWrapping(String, boolean) - Static method in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
Set the force value of the given alignment value and return the new value.
setForMethodInfos() - Method in class org.eclipse.jdt.internal.compiler.ClassFile
INTERNAL USE-ONLY This methods leaves the space for method counts recording.
setGenericCast(int, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.ast.QualifiedNameReference
 
setHandle(IType) - Method in class org.eclipse.jdt.internal.core.SourceTypeElementInfo
Sets the handle for this type info
setHasNoParameterNamesFromIndex(boolean) - Method in class org.eclipse.jdt.internal.codeassist.InternalCompletionProposal
 
setHeader(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMCompilationUnit
Deprecated. Sets the header comment for this compilation unit.
setIdentifier(String) - Method in class org.eclipse.jdt.core.dom.SimpleName
Sets the identifier of this node to the given value.
setIgnored(int, boolean) - Method in class org.eclipse.jdt.core.CompletionRequestor
Sets whether the given kind of completion proposal is ignored.
setIgnoreMethodBodies(boolean) - Method in class org.eclipse.jdt.core.dom.ASTParser
Requests an abstract syntax tree without method bodies.
setImplicit(boolean) - Method in class org.eclipse.jdt.core.search.SearchMatch
Sets whether the associated element is implicit or not.
setImportOrder(String[]) - Method in class org.eclipse.jdt.core.dom.rewrite.ImportRewrite
Defines the import groups and order to be used by the ImportRewrite.
setImports(String[]) - Method in interface org.eclipse.jdt.core.eval.IEvaluationContext
Sets the import declarations for this evaluation context.
setImports(String[]) - Method in class org.eclipse.jdt.internal.core.eval.EvaluationContextWrapper
 
setImports(char[][]) - Method in class org.eclipse.jdt.internal.eval.EvaluationContext
Sets the imports of this evaluation context.
setIncludesBinaries(boolean) - Method in interface org.eclipse.jdt.core.search.IJavaSearchScope
Deprecated. Use org.eclipse.jdt.core.search.SearchEngine#createJavaSearchScope(IJavaElement[]) with the package fragment roots that correspond to the binaries instead.
setIncludesBinaries(boolean) - Method in class org.eclipse.jdt.internal.core.search.AbstractSearchScope
Deprecated.  
setIncludesClasspaths(boolean) - Method in interface org.eclipse.jdt.core.search.IJavaSearchScope
Deprecated. Use org.eclipse.jdt.core.search.SearchEngine#createJavaSearchScope(IJavaElement[]) with a Java project instead.
setIncludesClasspaths(boolean) - Method in class org.eclipse.jdt.internal.core.search.AbstractSearchScope
Deprecated.  
setIndentStyle(String, int) - Static method in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
Set the indentation style of the given alignment value and return the new value.
setIndex(Expression) - Method in class org.eclipse.jdt.core.dom.ArrayAccess
Sets the index expression of this array access expression.
setIndex(Index) - Method in class org.eclipse.jdt.core.search.SearchDocument
 
setIndexPath(String) - Method in class org.eclipse.jdt.core.BuildJarIndex
 
setInfos(VerificationTypeInfo[]) - Method in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.StackMarker
 
setInitializer(ArrayInitializer) - Method in class org.eclipse.jdt.core.dom.ArrayCreation
Sets or clears the array initializer of this array creation expression.
setInitializer(Expression) - Method in class org.eclipse.jdt.core.dom.SingleVariableDeclaration
 
setInitializer(Expression) - Method in class org.eclipse.jdt.core.dom.VariableDeclaration
Sets or clears the initializer of this variable declaration.
setInitializer(Expression) - Method in class org.eclipse.jdt.core.dom.VariableDeclarationFragment
 
setInitializer(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMField
Deprecated. Sets the initializer expression for this field.
setInlineTagStarted(boolean) - Method in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
setInlineTagStarted(boolean) - Method in class org.eclipse.jdt.internal.formatter.FormatterCommentParser
 
setInsertBefore(IJavaElement, IJavaElement) - Method in class org.eclipse.jdt.internal.core.MultiOperation
Sets the insertion position in the new container for the modified element.
setInsertBoundToPrevious(ASTNode) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.RewriteEventStore
 
setInsideDocComment(boolean) - Method in class org.eclipse.jdt.core.search.SearchMatch
Sets whether this search match is inside a doc comment of a Java source file.
setIntegerValue(int) - Method in class org.eclipse.jdt.internal.core.util.ConstantPoolEntry
Sets the integerValue.
setInterface(boolean) - Method in class java_cup.anttask.CUPTask
Sets the value of _interface
setInterface(boolean) - Method in class org.eclipse.jdt.core.dom.TypeDeclaration
Sets whether this type declaration declares a class or an interface.
setIsContructor(boolean) - Method in class org.eclipse.jdt.internal.codeassist.InternalCompletionProposal
 
setIsStructureKnown(boolean) - Method in class org.eclipse.jdt.internal.core.OpenableElementInfo
Sets whether the structure of this element known
setJarPath(String) - Method in class org.eclipse.jdt.core.BuildJarIndex
 
setJavaConventionsSettings() - Method in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
setJavadoc(Javadoc) - Method in class org.eclipse.jdt.core.dom.BodyDeclaration
Sets or clears the doc comment node.
setJavadoc(Javadoc) - Method in class org.eclipse.jdt.core.dom.PackageDeclaration
Sets or clears the doc comment node.
setJavadoc(int) - Method in class org.eclipse.jdt.internal.codeassist.InternalCompletionContext
 
setJavadocPositions - Variable in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
setKey(char[]) - Method in class org.eclipse.jdt.core.CompletionProposal
Sets the key of the method, field type, member type, relevant in the context, or null if none.
setKey(char[]) - Method in class org.eclipse.jdt.internal.codeassist.InternalCompletionProposal
Sets the key of the method, field type, member type, relevant in the context, or null if none.
setKeyword(Modifier.ModifierKeyword) - Method in class org.eclipse.jdt.core.dom.Modifier
Sets the modifier keyword of this modifier node.
setKind(int) - Method in class org.eclipse.jdt.core.dom.ASTParser
Sets the kind of constructs to be parsed from the source.
setKind(int) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnQualifiedTypeReference
 
setKind(int) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnSingleTypeReference
 
setKind(int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredAnnotation
 
setKind(int) - Method in class org.eclipse.jdt.internal.core.util.ConstantPoolEntry
Sets the kind.
setLabel(SimpleName) - Method in class org.eclipse.jdt.core.dom.BreakStatement
Sets or clears the label of this break statement.
setLabel(SimpleName) - Method in class org.eclipse.jdt.core.dom.ContinueStatement
Sets or clears the label of this continue statement.
setLabel(SimpleName) - Method in class org.eclipse.jdt.core.dom.LabeledStatement
Sets the label of this labeled statement.
setLastBuiltState(IProject, Object) - Method in class org.eclipse.jdt.internal.core.JavaModelManager
Sets the last built state for the given project, or null to reset it.
setLeadingComment(String) - Method in class org.eclipse.jdt.core.dom.Statement
Deprecated. This feature was removed in the 2.1 release because it was only a partial, and inadequate, solution to the issue of associating comments with statements.
setLeftHandSide(Expression) - Method in class org.eclipse.jdt.core.dom.Assignment
Sets the left hand side of this assignment expression.
setLeftOperand(Expression) - Method in class org.eclipse.jdt.core.dom.InfixExpression
Sets the left operand of this infix expression.
setLeftOperand(Expression) - Method in class org.eclipse.jdt.core.dom.InstanceofExpression
Sets the left operand of this instanceof expression.
setLength(int) - Method in class org.eclipse.jdt.core.search.SearchMatch
Sets the length of this search match.
setLineSeparator(String) - Method in class org.eclipse.jdt.internal.eval.EvaluationContext
Sets the line separator used by this evaluation context.
setLiteralValue(String) - Method in class org.eclipse.jdt.core.dom.StringLiteral
Sets the value of this literal node.
setLoadFactor(double) - Method in class org.eclipse.jdt.internal.core.OverflowingLRUCache
Sets the load factor for the cache.
setLocale(Locale) - Method in class org.eclipse.jdt.internal.compiler.batch.Main
 
setLocale(Locale) - Method in class org.eclipse.jdt.internal.compiler.problem.DefaultProblemFactory
 
setLocalElement(IJavaElement) - Method in class org.eclipse.jdt.core.search.ReferenceMatch
Store the local element in the match.
setLog(String) - Method in class org.eclipse.jdt.internal.compiler.batch.Main.Logger
 
setLongValue(long) - Method in class org.eclipse.jdt.internal.core.util.ConstantPoolEntry
Sets the longValue.
setMask(int, boolean) - Method in class org.eclipse.jdt.internal.core.jdom.DOMNode
Deprecated. Sets the specified mask of this node's state mask on or off based on the boolean value - true -> on, false -> off.
setMessage(Expression) - Method in class org.eclipse.jdt.core.dom.AssertStatement
Sets or clears the message expression of this assert statement.
setMethodBindings(ReferenceBinding, ElementValuePair[]) - Static method in class org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding
 
setMethodDescriptor(char[]) - Method in class org.eclipse.jdt.internal.core.util.ConstantPoolEntry
Sets the methodDescriptor.
setMethodName(char[]) - Method in class org.eclipse.jdt.internal.core.util.ConstantPoolEntry
Sets the methodName.
setMethodParameterNames(IMethod, char[][]) - Method in class org.eclipse.jdt.internal.core.SourceMapper
Sets the mapping for this method to its parameter names.
setMethods(MethodBinding[]) - Method in class org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
 
setMethodsFullRecovery(boolean) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
setModifiers(int) - Method in class org.eclipse.jdt.core.dom.BodyDeclaration
Deprecated. In the JLS3 API, this method is replaced by BodyDeclaration.modifiers() which contains a list of a Modifier nodes.
setModifiers(int) - Method in class org.eclipse.jdt.core.dom.SingleVariableDeclaration
Deprecated. In the JLS3 API, this method is replaced by SingleVariableDeclaration.modifiers() which contains a list of a Modifier nodes.
setModifiers(int) - Method in class org.eclipse.jdt.core.dom.VariableDeclarationExpression
Deprecated. In the JLS3 API, this method is replaced by VariableDeclarationExpression.modifiers() which contains a list of a Modifier nodes.
setModifiers(int) - Method in class org.eclipse.jdt.core.dom.VariableDeclarationStatement
Deprecated. In the JLS3 API, this method is replaced by VariableDeclarationStatement.modifiers() which contains a list of a Modifier nodes.
setModifiers(int) - Method in class org.eclipse.jdt.internal.core.search.JavaSearchTypeNameMatch
Set modifiers of the matched type.
setMonitor(IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.CancelableNameEnvironment
 
setMonitor(IProgressMonitor) - Method in interface org.eclipse.jdt.internal.core.INameEnvironmentWithProgress
Set the monitor for the given name environment.
setName(char[]) - Method in class org.eclipse.jdt.core.CompletionProposal
Sets the simple name of the method (type simple name for constructor), field, member, or variable relevant in the context, or null if none.
setName(SimpleName) - Method in class org.eclipse.jdt.core.dom.AbstractTypeDeclaration
Sets the name of the type declared in this type declaration to the given name.
setName(SimpleName) - Method in class org.eclipse.jdt.core.dom.AnnotationTypeMemberDeclaration
Sets the name of the annotation type member declared in this declaration to the given name.
setName(Name) - Method in class org.eclipse.jdt.core.dom.ClassInstanceCreation
Deprecated. In the JLS3 API, this method is replaced by ClassInstanceCreation.setType(Type), which expects a Type instead of a Name.
setName(SimpleName) - Method in class org.eclipse.jdt.core.dom.EnumConstantDeclaration
Sets the name of the constant declared in this enum declaration to the given name.
setName(SimpleName) - Method in class org.eclipse.jdt.core.dom.FieldAccess
Sets the name of the field accessed in this field access expression.
setName(Name) - Method in class org.eclipse.jdt.core.dom.ImportDeclaration
Sets the name of this import declaration to the given name.
setName(SimpleName) - Method in class org.eclipse.jdt.core.dom.MemberRef
Sets the name of the referenced member to the given name.
setName(SimpleName) - Method in class org.eclipse.jdt.core.dom.MemberValuePair
Sets the member name.
setName(SimpleName) - Method in class org.eclipse.jdt.core.dom.MethodDeclaration
Sets the name of the method declared in this method declaration to the given name.
setName(SimpleName) - Method in class org.eclipse.jdt.core.dom.MethodInvocation
Sets the name of the method invoked in this expression to the given name.
setName(SimpleName) - Method in class org.eclipse.jdt.core.dom.MethodRef
Sets the name of the referenced method or constructor to the given name.
setName(SimpleName) - Method in class org.eclipse.jdt.core.dom.MethodRefParameter
Sets or clears the parameter name.
setName(Name) - Method in class org.eclipse.jdt.core.dom.PackageDeclaration
Sets the package name of this package declaration to the given name.
setName(SimpleName) - Method in class org.eclipse.jdt.core.dom.QualifiedName
Sets the name part of this qualified name to the given simple name.
setName(SimpleName) - Method in class org.eclipse.jdt.core.dom.QualifiedType
Sets the name part of this qualified type to the given simple name.
setName(Name) - Method in class org.eclipse.jdt.core.dom.SimpleType
Sets the name of this simple type to the given name.
setName(SimpleName) - Method in class org.eclipse.jdt.core.dom.SingleVariableDeclaration
 
setName(SimpleName) - Method in class org.eclipse.jdt.core.dom.SuperFieldAccess
Sets the name of the field accessed in this "super" field access expression.
setName(SimpleName) - Method in class org.eclipse.jdt.core.dom.SuperMethodInvocation
Sets the name of the method invoked in this expression to the given name.
setName(SimpleName) - Method in class org.eclipse.jdt.core.dom.TypeParameter
Sets the name of the type variable of this type parameter to the given name.
setName(SimpleName) - Method in class org.eclipse.jdt.core.dom.VariableDeclaration
Sets the name of the variable declared in this variable declaration to the given name.
setName(SimpleName) - Method in class org.eclipse.jdt.core.dom.VariableDeclarationFragment
 
setName(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMCompilationUnit
Deprecated. The IDOMCompilationNode refinement of this IDOMNode method has no effect (the name is computed from the types declared within it).
setName(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMField
Deprecated. The IDOMField refinement of this IDOMNode method sets the name of this field.
setName(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMImport
Deprecated. The IDOMImport refinement of this IDOMNode method sets the name of this import.
setName(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMInitializer
Deprecated. The IDOMInitializer refinement of this IDOMNode method does nothing.
setName(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMMethod
Deprecated. The IDOMMethod refinement of this IDOMNode method sets the name of this method.
setName(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMNode
Deprecated. Sets the name of this node.
setName(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMPackage
Deprecated. The IDOMPackage refinement of this IDOMNode method sets the name of this package declaration.
setName(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMType
Deprecated. The IDOMType refinement of this IDOMNode method sets the name of this type.
setName(char[]) - Method in class org.eclipse.jdt.internal.codeassist.InternalCompletionProposal
Sets the simple name of the method (type simple name for constructor), field, member, or variable relevant in the context, or null if none.
setName(String) - Method in class org.eclipse.jdt.internal.core.jdom.DOMNode
Deprecated.  
setNameAltered(boolean) - Method in class org.eclipse.jdt.internal.core.jdom.DOMNode
Deprecated. Sets the state of this node as having its name attribute altered from the original document contents.
setNameAndTypeDescriptorIndex(int) - Method in class org.eclipse.jdt.internal.core.util.ConstantPoolEntry
Sets the nameAndTypeDescriptorIndex.
setNameAndTypeIndex(int) - Method in class org.eclipse.jdt.internal.core.util.ConstantPoolEntry
Sets the nameAndTypeIndex.
setNameAndTypeNameIndex(int) - Method in class org.eclipse.jdt.internal.core.util.ConstantPoolEntry
Sets the nameAndTypeNameIndex.
setNameSourceEnd(int) - Method in class org.eclipse.jdt.internal.core.AnnotatableInfo
Sets the last position of this member's name, relative to its openable's source buffer.
setNameSourceEnd(int) - Method in class org.eclipse.jdt.internal.core.ImportDeclarationElementInfo
Sets the last position of this import declaration's name, relative to its openable's source buffer.
setNameSourceStart(int) - Method in class org.eclipse.jdt.internal.core.AnnotatableInfo
Sets the start position of this member's name, relative to its openable's source buffer.
setNameSourceStart(int) - Method in class org.eclipse.jdt.internal.core.ImportDeclarationElementInfo
Sets the start position of this import declaration's name, relative to its openable's source buffer.
setNested(boolean) - Method in class org.eclipse.jdt.internal.core.JavaModelOperation
Sets whether this operation is nested or not.
setNewValue(ASTNode, int) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ListRewriteEvent
 
setNewValue(Object) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.NodeRewriteEvent
 
setNodePropertyMapper(RewriteEventStore.INodePropertyMapper) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.RewriteEventStore
Override the default way how to access children from a parent node.
setNonterms(boolean) - Method in class java_cup.anttask.CUPTask
Sets the value of nonterms
setNopositions(boolean) - Method in class java_cup.anttask.CUPTask
Sets the value of nopositions
setNoscanner(boolean) - Method in class java_cup.anttask.CUPTask
Sets the value of noscanner
setNosummary(boolean) - Method in class java_cup.anttask.CUPTask
Sets the value of nosummary
setNowarn(boolean) - Method in class java_cup.anttask.CUPTask
Sets the value of nowarn
setOffset(int) - Method in class org.eclipse.jdt.core.search.SearchMatch
Sets the offset of this search match.
setOffset(int) - Method in class org.eclipse.jdt.internal.codeassist.InternalCompletionContext
 
setOffset(int) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.TokenScanner
Sets the scanner offset to the given offset.
setOnDemand(boolean) - Method in class org.eclipse.jdt.core.dom.ImportDeclaration
Sets whether this import declaration is an on-demand or a single-type import.
setOnDemandImportThreshold(int) - Method in class org.eclipse.jdt.core.dom.rewrite.ImportRewrite
Sets the on-demand import threshold for normal (non-static) imports.
setOperand(Expression) - Method in class org.eclipse.jdt.core.dom.PostfixExpression
Sets the operand of this postfix expression.
setOperand(Expression) - Method in class org.eclipse.jdt.core.dom.PrefixExpression
Sets the operand of this prefix expression.
setOperator(Assignment.Operator) - Method in class org.eclipse.jdt.core.dom.Assignment
Sets the operator of this assignment expression.
setOperator(InfixExpression.Operator) - Method in class org.eclipse.jdt.core.dom.InfixExpression
Sets the operator of this infix expression.
setOperator(PostfixExpression.Operator) - Method in class org.eclipse.jdt.core.dom.PostfixExpression
Sets the operator of this postfix expression.
setOperator(PrefixExpression.Operator) - Method in class org.eclipse.jdt.core.dom.PrefixExpression
Sets the operator of this prefix expression.
setOption(String, String) - Method in interface org.eclipse.jdt.core.IJavaProject
Helper method for setting one option value only.
setOption(String, String) - Method in class org.eclipse.jdt.internal.core.JavaProject
 
setOptions(Map) - Method in interface org.eclipse.jdt.core.IJavaProject
Sets the project custom options.
setOptions(Hashtable) - Static method in class org.eclipse.jdt.core.JavaCore
Sets the current table of options.
setOptions(Hashtable) - Method in class org.eclipse.jdt.internal.core.JavaModelManager
 
setOptions(Map) - Method in class org.eclipse.jdt.internal.core.JavaProject
 
setOriginalSignature(char[]) - Method in class org.eclipse.jdt.internal.codeassist.InternalCompletionProposal
 
setOriginatingFileName(char[]) - Method in class org.eclipse.jdt.internal.compiler.problem.DefaultProblem
 
setOtherElements(IJavaElement[]) - Method in class org.eclipse.jdt.core.search.TypeReferenceMatch
Sets the other elements of this search match.
setOut(PrintWriter) - Method in class org.eclipse.jdt.internal.compiler.AbstractAnnotationProcessorManager
Set the print writer for the standard output.
setOutputLocation(IPath, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IJavaProject
Sets the default output location of this project to the location described by the given workspace-relative absolute path.
setOutputLocation(IPath, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.JavaProject
 
setPackage(String) - Method in class java_cup.anttask.CUPTask
Sets the value of _package
setPackage(PackageDeclaration) - Method in class org.eclipse.jdt.core.dom.CompilationUnit
Sets or clears the package declaration of this compilation unit node to the given package declaration node.
setPackageName(String) - Method in interface org.eclipse.jdt.core.eval.IEvaluationContext
Sets the dot-separated name of the package in which code snippets are to be compiled and run.
setPackageName(char[]) - Method in class org.eclipse.jdt.internal.codeassist.InternalCompletionProposal
 
setPackageName(String) - Method in class org.eclipse.jdt.internal.core.eval.EvaluationContextWrapper
 
setPackageName(char[]) - Method in class org.eclipse.jdt.internal.eval.EvaluationContext
Sets the dot-separated name of the package code snippets are ran into.
setParameter(SingleVariableDeclaration) - Method in class org.eclipse.jdt.core.dom.EnhancedForStatement
Sets the formal parameter in this enhanced for statement.
setParameterAnnotations(AnnotationBinding[][]) - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
 
setParameterNames(char[][]) - Method in class org.eclipse.jdt.core.CompletionProposal
Sets the method parameter names.
setParameterNames(char[][]) - Method in class org.eclipse.jdt.internal.codeassist.InternalCompletionProposal
Sets the method parameter names.
setParameterPackageNames(char[][]) - Method in class org.eclipse.jdt.internal.codeassist.InternalCompletionProposal
 
setParameters(String[], String[]) - Method in interface org.eclipse.jdt.core.jdom.IDOMMethod
Deprecated. Sets the types and names of parameters in this method in the order they are to be declared.
setParameterTypeNames(char[][]) - Method in class org.eclipse.jdt.internal.codeassist.InternalCompletionProposal
 
setParent(Object) - Method in class org.eclipse.jdt.internal.core.JarEntryResource
 
setParser(String) - Method in class java_cup.anttask.CUPTask
Sets the value of parser
setParser(SourceElementParser) - Method in class org.eclipse.jdt.core.search.SearchDocument
 
setParticipant(SearchParticipant) - Method in class org.eclipse.jdt.core.search.SearchMatch
Sets the participant of this match.
setPaths(ArrayList, String, ArrayList, ArrayList, ArrayList, ArrayList, String) - Method in class org.eclipse.jdt.internal.compiler.batch.Main
 
setPendingTokens(int[]) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveryScanner
 
setPreciseType(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.CatchParameterBinding
 
setPrimaryBufferProvider(WorkingCopyOwner) - Static method in class org.eclipse.jdt.core.WorkingCopyOwner
Sets the buffer provider of the primary working copy owner.
setPrimitiveTypeCode(PrimitiveType.Code) - Method in class org.eclipse.jdt.core.dom.PrimitiveType
Sets the primitive type code.
setProcessors(Object[]) - Method in class org.eclipse.jdt.internal.compiler.AbstractAnnotationProcessorManager
Set the processors for annotation processing.
setProgress(boolean) - Method in class java_cup.anttask.CUPTask
Sets the value of progress
setProgressPerCompilationUnit(float) - Method in class org.eclipse.jdt.internal.core.builder.BuildNotifier
Sets the amount of progress to report for compiling each compilation unit.
setProject(IJavaProject) - Method in class org.eclipse.jdt.core.dom.ASTParser
Sets the Java project used when resolving bindings.
setProject(IProject) - Method in class org.eclipse.jdt.internal.core.JavaProject
Sets the underlying kernel project of this Java project, and fills in its parent and name.
setProperty(String, String) - Method in class org.apache.tapestry.util.text.LocalizedProperties
Stores a property value
setProperty(String) - Method in class org.eclipse.jdt.core.CheckDebugAttributes
 
setProperty(String, Object) - Method in class org.eclipse.jdt.core.dom.ASTNode
Sets the named property of this node to the given value, or to null to clear it.
setProperty(String, Object) - Method in class org.eclipse.jdt.core.dom.rewrite.ASTRewrite
Sets the named property of this rewrite to the given value, or to null to clear it.
setQualifier(Name) - Method in class org.eclipse.jdt.core.dom.MemberRef
Sets or clears the qualifier of this member reference.
setQualifier(Name) - Method in class org.eclipse.jdt.core.dom.MethodRef
Sets or clears the qualifier of this method reference.
setQualifier(Name) - Method in class org.eclipse.jdt.core.dom.QualifiedName
Sets the qualifier of this qualified name to the given name.
setQualifier(Type) - Method in class org.eclipse.jdt.core.dom.QualifiedType
Sets the qualifier of this qualified type to the given type.
setQualifier(Name) - Method in class org.eclipse.jdt.core.dom.SuperFieldAccess
Sets or clears the qualifier of this "super" field access expression.
setQualifier(Name) - Method in class org.eclipse.jdt.core.dom.SuperMethodInvocation
Sets or clears the qualifier of this "super" method invocation expression.
setQualifier(Name) - Method in class org.eclipse.jdt.core.dom.ThisExpression
Sets or clears the qualifier of this "this" expression.
setQuiet(boolean) - Method in class java_cup.anttask.CUPTask
Sets the value of quiet
setRaw(boolean) - Method in class org.eclipse.jdt.core.search.SearchMatch
Set whether the associated element is a raw type/method or not.
setRawClasspath(IClasspathEntry[], IPath, boolean, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IJavaProject
Sets both the classpath of this project and its default output location at once.
setRawClasspath(IClasspathEntry[], boolean, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IJavaProject
Sets the classpath of this project using a list of classpath entries.
setRawClasspath(IClasspathEntry[], IClasspathEntry[], IPath, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IJavaProject
Works similar to IJavaProject.setRawClasspath(IClasspathEntry[], IPath, IProgressMonitor) and additionally allows persisting the given array of referenced entries for this project.
setRawClasspath(IClasspathEntry[], IProgressMonitor) - Method in interface org.eclipse.jdt.core.IJavaProject
Sets the classpath of this project using a list of classpath entries.
setRawClasspath(IClasspathEntry[], IPath, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IJavaProject
Sets the both the classpath of this project and its default output location at once.
setRawClasspath(IClasspathEntry[], IPath, IJavaModelStatus) - Method in class org.eclipse.jdt.internal.core.JavaModelManager.PerProjectInfo
 
setRawClasspath(IClasspathEntry[], IClasspathEntry[], IPath, IJavaModelStatus) - Method in class org.eclipse.jdt.internal.core.JavaModelManager.PerProjectInfo
 
setRawClasspath(IClasspathEntry[], boolean, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.JavaProject
 
setRawClasspath(IClasspathEntry[], IPath, boolean, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.JavaProject
 
setRawClasspath(IClasspathEntry[], IPath, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.JavaProject
 
setRawClasspath(IClasspathEntry[], IClasspathEntry[], IPath, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.JavaProject
 
setRawClasspath(IClasspathEntry[], IClasspathEntry[], IPath, boolean, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.JavaProject
 
setRawClasspath(IClasspathEntry[], IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.JavaProject
 
setReachMode(int) - Method in class org.eclipse.jdt.internal.compiler.flow.ConditionalFlowInfo
 
setReachMode(int) - Method in class org.eclipse.jdt.internal.compiler.flow.FlowInfo
Set this flow info reach mode and return this.
setReachMode(int) - Method in class org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo
 
setReadOnly(boolean) - Method in class org.eclipse.jdt.internal.core.Buffer
Sets this Buffer to be read only.
setReadOnly(IResource, boolean) - Static method in class org.eclipse.jdt.internal.core.util.Util
Sets or unsets the given resource as read-only in the file system.
setReceiverRange(int, int) - Method in class org.eclipse.jdt.core.CompletionProposal
Sets the character indices of the subrange in the source file buffer containing the relevant receiver of the member being completed.
setReceiverRange(int, int) - Method in class org.eclipse.jdt.internal.codeassist.InternalCompletionProposal
Sets the character indices of the subrange in the source file buffer containing the relevant receiver of the member being completed.
setReceiverSignature(char[]) - Method in class org.eclipse.jdt.core.CompletionProposal
Sets the type or package signature of the relevant receiver in the context, or null if none.
setReceiverSignature(char[]) - Method in class org.eclipse.jdt.internal.codeassist.InternalCompletionProposal
Sets the type or package signature of the relevant receiver in the context, or null if none.
setReferenceIndex(int) - Method in class org.eclipse.jdt.internal.core.util.ConstantPoolEntry2
 
setReferenceKind(int) - Method in class org.eclipse.jdt.internal.core.util.ConstantPoolEntry2
 
setRelativePosition(IJavaElement, int) - Method in class org.eclipse.jdt.internal.core.CreateElementInCUOperation
Instructs this operation to position the new element relative to the given sibling, or to add the new element as the last child of its parent if null.
setRelevance(int) - Method in class org.eclipse.jdt.core.CompletionProposal
Sets the relative relevance rating of this proposal.
setRelevance(int) - Method in class org.eclipse.jdt.internal.codeassist.InternalCompletionProposal
Sets the relative relevance rating of this proposal.
setRenamings(String[]) - Method in class org.eclipse.jdt.internal.core.MultiOperation
Sets the new names to use for each element being copied.
setReplaceRange(int, int) - Method in class org.eclipse.jdt.core.CompletionProposal
Sets the character indices of the subrange in the source file buffer to be replaced by the completion string.
setReplaceRange(int, int) - Method in class org.eclipse.jdt.internal.codeassist.InternalCompletionProposal
Sets the character indices of the subrange in the source file buffer to be replaced by the completion string.
setRequestor(ISourceElementRequestor) - Method in class org.eclipse.jdt.internal.compiler.SourceElementParser
 
setRequiredProposals(CompletionProposal[]) - Method in class org.eclipse.jdt.core.CompletionProposal
Sets the list of required completion proposals, or null if none.
setRequiredProposals(CompletionProposal[]) - Method in class org.eclipse.jdt.internal.codeassist.InternalCompletionProposal
Sets the list of required completion proposals, or null if none.
setRequireExtendedContext(boolean) - Method in class org.eclipse.jdt.core.CompletionRequestor
Sets whether this requestor requires an extended context.
setResolveBindings(boolean) - Method in class org.eclipse.jdt.core.dom.ASTParser
Requests that the compiler should provide binding information for the AST nodes it creates.
setResolvedClasspath(IClasspathEntry[], Map, Map, IJavaModelStatus, int, boolean) - Method in class org.eclipse.jdt.internal.core.JavaModelManager.PerProjectInfo
 
setResolvedClasspath(IClasspathEntry[], IClasspathEntry[], Map, Map, IJavaModelStatus, int, boolean) - Method in class org.eclipse.jdt.internal.core.JavaModelManager.PerProjectInfo
 
setResource(IResource) - Method in class org.eclipse.jdt.core.search.SearchMatch
Sets the resource of this match.
SETRESULT_ARGUMENTS - Static variable in interface org.eclipse.jdt.internal.eval.EvaluationConstants
 
SETRESULT_SELECTOR - Static variable in interface org.eclipse.jdt.internal.eval.EvaluationConstants
 
setReturnType(Type) - Method in class org.eclipse.jdt.core.dom.MethodDeclaration
Deprecated. In the JLS3 API, this method is replaced by MethodDeclaration.setReturnType2(Type), which accepts null.
setReturnType(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMMethod
Deprecated. Sets the return type name.
setReturnType(char[]) - Method in class org.eclipse.jdt.internal.core.SourceConstructorInfo
 
setReturnType(char[]) - Method in class org.eclipse.jdt.internal.core.SourceMethodElementInfo
 
setReturnType(char[]) - Method in class org.eclipse.jdt.internal.core.SourceMethodInfo
 
setReturnType2(Type) - Method in class org.eclipse.jdt.core.dom.MethodDeclaration
Sets the return type of the method declared in this method declaration to the given type, exclusive of any extra array dimensions (added in JLS3 API).
setRightHandSide(Expression) - Method in class org.eclipse.jdt.core.dom.Assignment
Sets the right hand side of this assignment expression.
setRightOperand(Expression) - Method in class org.eclipse.jdt.core.dom.InfixExpression
Sets the right operand of this infix expression.
setRightOperand(Type) - Method in class org.eclipse.jdt.core.dom.InstanceofExpression
Sets the right operand of this instanceof expression.
setRule(int) - Method in class org.eclipse.jdt.core.search.SearchMatch
Set the rule used while reporting the match.
setScanner(Scanner) - Method in class java_cup.runtime.lr_parser
Simple accessor method to set the default scanner.
setSelector(char[]) - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
 
setSharedProperty(String, String) - Method in class org.eclipse.jdt.internal.core.JavaProject
Record a shared persistent property onto a project.
setSignature(char[]) - Method in class org.eclipse.jdt.core.CompletionProposal
Sets the signature of the method, field type, member type, relevant in the context, or null if none.
setSignature(char[]) - Method in class org.eclipse.jdt.internal.codeassist.InternalCompletionProposal
Sets the signature of the method, field type, member type, relevant in the context, or null if none.
setSkipWhitespace(boolean) - Method in class org.eclipse.jdt.internal.formatter.comment.SubstitutionTextReader
 
setSource(char[]) - Method in interface org.eclipse.jdt.core.compiler.IScanner
Set the scanner source to process.
setSource(char[]) - Method in class org.eclipse.jdt.core.dom.ASTParser
Sets the source code to be parsed.
setSource(ICompilationUnit) - Method in class org.eclipse.jdt.core.dom.ASTParser
Sets the source code to be parsed.
setSource(IClassFile) - Method in class org.eclipse.jdt.core.dom.ASTParser
Sets the source code to be parsed.
setSource(ITypeRoot) - Method in class org.eclipse.jdt.core.dom.ASTParser
Sets the source code to be parsed.
setSource(char[]) - Method in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
setSource(char[], CompilationResult) - Method in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
setSource(CompilationResult) - Method in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
setSource(char[]) - Method in class org.eclipse.jdt.internal.core.util.PublicScanner
 
setSource(char[], CompilationResult) - Method in class org.eclipse.jdt.internal.core.util.PublicScanner
 
setSource(CompilationResult) - Method in class org.eclipse.jdt.internal.core.util.PublicScanner
 
setSourceAttachmentProperty(IPath, String) - Static method in class org.eclipse.jdt.internal.core.util.Util
 
setSourceEnd(int) - Method in interface org.eclipse.jdt.core.compiler.IProblem
Set the end position of the problem (inclusive), or -1 if unknown.
setSourceEnd(int) - Method in class org.eclipse.jdt.internal.compiler.problem.DefaultProblem
Set the end position of the problem (inclusive), or -1 if unknown.
setSourceLength(int) - Method in class org.eclipse.jdt.internal.core.CompilationUnitElementInfo
Sets the length of the source string.
setSourceLineNumber(int) - Method in interface org.eclipse.jdt.core.compiler.IProblem
Set the line number in source where the problem begins.
setSourceLineNumber(int) - Method in class org.eclipse.jdt.internal.compiler.problem.DefaultProblem
Set the line number in source where the problem begins.
setSourceMapper(SourceMapper) - Method in class org.eclipse.jdt.internal.core.PackageFragmentRoot
For use by AttachSourceOperation only.
setSourceRange(int, int) - Method in class org.eclipse.jdt.core.dom.ASTNode
Sets the source range of the original source file where the source fragment corresponding to this node was found.
setSourceRange(int, int) - Method in class org.eclipse.jdt.core.dom.ASTParser
Sets the subrange of the source code to be parsed.
setSourceRange(IJavaElement, SourceRange, SourceRange) - Method in class org.eclipse.jdt.internal.core.SourceMapper
Sets the mapping for this element to its source ranges for its source range and name range.
setSourceRangeEnd(int) - Method in class org.eclipse.jdt.internal.core.jdom.DOMNode
Deprecated. Sets the original position of the last character of this node's contents in its document.
setSourceStart(int) - Method in interface org.eclipse.jdt.core.compiler.IProblem
Set the start position of the problem (inclusive), or -1 if unknown.
setSourceStart(int) - Method in class org.eclipse.jdt.internal.compiler.problem.DefaultProblem
Set the start position of the problem (inclusive), or -1 if unknown.
setSpaceLimit(int) - Method in class org.eclipse.jdt.internal.core.OverflowingLRUCache
Sets the maximum amount of space that the cache can store
setSpaceLimit(int) - Method in class org.eclipse.jdt.internal.core.util.LRUCache
Sets the maximum amount of space that the cache can store
setSrcfile(String) - Method in class java_cup.anttask.CUPTask
Set the Srcfile value.
setStartPosition(int) - Method in class org.eclipse.jdt.internal.core.jdom.DOMNode
Deprecated. Sets the original position of the first character of this node's contents in its document.
setStatementsRecovery(boolean) - Method in class org.eclipse.jdt.core.dom.ASTParser
Requests that the compiler should perform statements recovery.
setStatementsRecovery(boolean) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
setStatic(boolean) - Method in class org.eclipse.jdt.core.dom.ImportDeclaration
Sets whether this import declaration is a static import (added in JLS3 API).
setStaticOnDemandImportThreshold(int) - Method in class org.eclipse.jdt.core.dom.rewrite.ImportRewrite
Sets the on-demand import threshold for static imports.
setStringIndex(int) - Method in class org.eclipse.jdt.internal.core.util.ConstantPoolEntry
Sets the stringIndex.
setStringValue(char[]) - Method in class org.eclipse.jdt.internal.core.util.ConstantPoolEntry
Sets the stringValue.
setStructuralProperty(StructuralPropertyDescriptor, Object) - Method in class org.eclipse.jdt.core.dom.ASTNode
Sets the value of the given structural property for this node.
setSuperclass(Name) - Method in class org.eclipse.jdt.core.dom.TypeDeclaration
Deprecated. In the JLS3 API, this method is replaced by TypeDeclaration.setSuperclassType(Type), which expects a Type instead of a Name.
setSuperclass(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMType
Deprecated. Sets the name of this type's superclass.
setSuperclassName(char[]) - Method in class org.eclipse.jdt.internal.core.SourceTypeElementInfo
Sets the (unqualified) name of this type's superclass
setSuperclassType(Type) - Method in class org.eclipse.jdt.core.dom.TypeDeclaration
Sets or clears the superclass declared in this type declaration (added in JLS3 API).
setSuperInterfaceNames(char[][]) - Method in class org.eclipse.jdt.internal.core.SourceTypeElementInfo
Sets the (unqualified) names of the interfaces this type implements or extends
setSuperInterfaces(String[]) - Method in interface org.eclipse.jdt.core.jdom.IDOMType
Deprecated. Sets the names of interfaces that this type implements or extends, in the order in which they are to be listed in the source.
setSymbols(String) - Method in class java_cup.anttask.CUPTask
Sets the value of symbols
setSyntheticAccessor(FieldBinding, int, SyntheticMethodBinding) - Method in class org.eclipse.jdt.internal.compiler.ast.QualifiedNameReference
 
setTagName(String) - Method in class org.eclipse.jdt.core.dom.TagElement
Sets the tag name of this node to the given value.
setTargetSourceRangeComputer(TargetSourceRangeComputer) - Method in class org.eclipse.jdt.core.dom.rewrite.ASTRewrite
Sets a custom target source range computer for this AST rewriter.
setTaskName(String) - Method in class org.eclipse.jdt.core.compiler.CompilationProgress
Reports the name (or description) of the current task.
setTaskName(String) - Method in class org.eclipse.jdt.internal.core.BatchInitializationMonitor
 
setTaskName(String) - Method in class org.eclipse.jdt.internal.core.JavaModelOperation
 
setText(String) - Method in class org.eclipse.jdt.core.dom.TextElement
Sets the text of this node to the given value.
setThenExpression(Expression) - Method in class org.eclipse.jdt.core.dom.ConditionalExpression
Sets the "then" part of this conditional expression.
setThenStatement(Statement) - Method in class org.eclipse.jdt.core.dom.IfStatement
Sets the "then" part of this if statement.
setTime(boolean) - Method in class java_cup.anttask.CUPTask
Sets the value of time
setToken(String) - Method in class org.eclipse.jdt.core.dom.NumberLiteral
Sets the token of this number literal node.
setToken(char[]) - Method in class org.eclipse.jdt.internal.codeassist.InternalCompletionContext
 
setTokenKind(int) - Method in class org.eclipse.jdt.internal.codeassist.InternalCompletionContext
 
setTokenLocation(int) - Method in class org.eclipse.jdt.internal.codeassist.InternalCompletionContext
 
setTokenRange(int, int) - Method in class org.eclipse.jdt.core.CompletionProposal
Sets the character indices of the subrange in the source file buffer containing the relevant token being completed.
setTokenRange(int, int) - Method in class org.eclipse.jdt.internal.codeassist.InternalCompletionContext
 
setTokenRange(int, int, int) - Method in class org.eclipse.jdt.internal.codeassist.InternalCompletionContext
 
setTokenRange(int, int) - Method in class org.eclipse.jdt.internal.codeassist.InternalCompletionProposal
Sets the character indices of the subrange in the source file buffer containing the relevant token being completed.
setTrackedNodeData(ASTNode, TextEditGroup) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.RewriteEventStore
 
setType(Type) - Method in class org.eclipse.jdt.core.dom.AnnotationTypeMemberDeclaration
Sets the type of the annotation type member declared in this declaration to the given type.
setType(ArrayType) - Method in class org.eclipse.jdt.core.dom.ArrayCreation
Sets the array type in this array creation expression.
setType(Type) - Method in class org.eclipse.jdt.core.dom.CastExpression
Sets the type in this cast expression to the given type.
setType(Type) - Method in class org.eclipse.jdt.core.dom.ClassInstanceCreation
Sets the type instantiated in this class instance creation expression (added in JLS3 API).
setType(Type) - Method in class org.eclipse.jdt.core.dom.FieldDeclaration
Sets the base type declared in this field declaration to the given type.
setType(Type) - Method in class org.eclipse.jdt.core.dom.MethodRefParameter
Sets the paramter type to the given type.
setType(Type) - Method in class org.eclipse.jdt.core.dom.ParameterizedType
Sets the type of this parameterized type.
setType(Type) - Method in class org.eclipse.jdt.core.dom.SingleVariableDeclaration
Sets the type of the variable declared in this variable declaration to the given type, exclusive of any extra array dimensions.
setType(Type) - Method in class org.eclipse.jdt.core.dom.TypeLiteral
Sets the type in this type literal expression to the given type.
setType(Type) - Method in class org.eclipse.jdt.core.dom.VariableDeclarationExpression
Sets the base type declared in this variable declaration to the given type.
setType(Type) - Method in class org.eclipse.jdt.core.dom.VariableDeclarationStatement
Sets the base type declared in this variable declaration statement to the given type.
setType(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMField
Deprecated. Sets the type name of this field.
setType(IType) - Method in class org.eclipse.jdt.internal.core.search.JavaSearchTypeNameMatch
Set matched type.
setTypeDeclaration(TypeDeclaration) - Method in class org.eclipse.jdt.core.dom.TypeDeclarationStatement
Deprecated. In the JLS3 API, this method is replaced by TypeDeclarationStatement.setDeclaration(AbstractTypeDeclaration) which takes AbstractTypeDeclaration instead of TypeDeclaration.
setTypeName(Name) - Method in class org.eclipse.jdt.core.dom.Annotation
Sets the annotation type name of this annotation.
setTypeName(char[]) - Method in class org.eclipse.jdt.internal.codeassist.InternalCompletionProposal
 
setTypeName(char[]) - Method in class org.eclipse.jdt.internal.core.SourceFieldElementInfo
Sets the type name of the field.
setTypeParameters(String[]) - Method in interface org.eclipse.jdt.core.jdom.IDOMMethod
Deprecated. Sets the formal type parameters for this method.
setTypeParameters(String[]) - Method in interface org.eclipse.jdt.core.jdom.IDOMType
Deprecated. Sets the formal type parameters for this type.
setUnitName(String) - Method in class org.eclipse.jdt.core.dom.ASTParser
Sets the name of the compilation unit that would hypothetically contains the source string.
setupJavacCommand() - Method in class org.eclipse.jdt.core.JDTCompilerAdapter
 
setUpperBound(boolean) - Method in class org.eclipse.jdt.core.dom.WildcardType
Sets whether this wildcard type is an upper bound ("extends") as opposed to a lower bound ("super").
setUseContextToFilterImplicitImports(boolean) - Method in class org.eclipse.jdt.core.dom.rewrite.ImportRewrite
Sets whether a context should be used to properly filter implicit imports.
setUserLibrary(String, IClasspathEntry[], boolean) - Method in class org.eclipse.jdt.internal.core.UserLibraryManager
 
setUtf8Length(int) - Method in class org.eclipse.jdt.internal.core.util.ConstantPoolEntry
Sets the utf8Length.
setUtf8Value(char[]) - Method in class org.eclipse.jdt.internal.core.util.ConstantPoolEntry
Sets the utf8Value.
setValue(Expression) - Method in class org.eclipse.jdt.core.dom.MemberValuePair
Sets the value of this pair.
setValue(Expression) - Method in class org.eclipse.jdt.core.dom.SingleMemberAnnotation
Sets the value of this annotation.
setVarargs(boolean) - Method in class org.eclipse.jdt.core.dom.MethodRefParameter
Sets whether this method reference parameter is for the last parameter of a variable arity method (added in JLS3 API).
setVarargs(boolean) - Method in class org.eclipse.jdt.core.dom.SingleVariableDeclaration
Sets whether this declaration declares the last parameter of a variable arity method (added in JLS3 API).
SetVariablesOperation - Class in org.eclipse.jdt.internal.core
 
SetVariablesOperation(String[], IPath[], boolean) - Constructor for class org.eclipse.jdt.internal.core.SetVariablesOperation
 
setWorkingCopyOwner(WorkingCopyOwner) - Method in class org.eclipse.jdt.core.dom.ASTParser
Sets the working copy owner using when resolving bindings, where null means the primary owner.
setWrappingStyle(String, int) - Static method in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
Set the wrapping style of the given alignment value and return the new value.
shareContents(DOMNode) - Method in class org.eclipse.jdt.internal.core.jdom.DOMNode
Deprecated. Sets the contents of this node and descendant nodes to be the (identical) contents of the given node and its descendants.
shift() - Method in class java_cup.lalr_item
Produce the new lalr_item that results from shifting the dot one position to the right.
SHIFT - Static variable in class java_cup.parse_action
Constant for action type -- shift action.
shift_action - Class in java_cup
This class represents a shift action within the parse table.
shift_action(lalr_state) - Constructor for class java_cup.shift_action
Simple constructor.
shift_core() - Method in class java_cup.lr_item_core
Produce a new lr_item_core that results from shifting the dot one position to the right.
shift_to() - Method in class java_cup.shift_action
The state we shift to.
shift_under_error() - Method in class java_cup.runtime.lr_parser
Determine if we can shift under the special error Symbol out of the state currently on the top of the (real) parse stack.
shiftBreakIndentationLevel - Variable in class org.eclipse.jdt.internal.formatter.align.Alignment
 
shiftScopes - Variable in class org.eclipse.jdt.internal.compiler.lookup.BlockScope
 
SHORT - Static variable in class org.eclipse.jdt.core.dom.PrimitiveType
Type code for the primitive type "short".
SHORT - Static variable in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
 
SHORT - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
Short2Byte - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
Short2Char - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
Short2Double - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
Short2Float - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
Short2Int - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
Short2Long - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
Short2Short - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
Short2String - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
SHORT_ARRAY - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
 
SHORT_TAG - Static variable in interface org.eclipse.jdt.core.util.IAnnotationComponentValue
Tag value for a constant of type short
ShortConstant - Class in org.eclipse.jdt.internal.compiler.impl
 
ShortConstrSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
shortReadableName() - Method in class org.eclipse.jdt.internal.compiler.lookup.ArrayBinding
 
shortReadableName() - Method in class org.eclipse.jdt.internal.compiler.lookup.BaseTypeBinding
 
shortReadableName() - Method in class org.eclipse.jdt.internal.compiler.lookup.Binding
 
shortReadableName() - Method in class org.eclipse.jdt.internal.compiler.lookup.CaptureBinding
 
shortReadableName() - Method in class org.eclipse.jdt.internal.compiler.lookup.LocalTypeBinding
 
shortReadableName() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
 
shortReadableName() - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
 
shortReadableName() - Method in class org.eclipse.jdt.internal.compiler.lookup.ProblemReferenceBinding
 
shortReadableName() - Method in class org.eclipse.jdt.internal.compiler.lookup.RawTypeBinding
 
shortReadableName() - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
 
shortReadableName() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding
 
shortReadableName() - Method in class org.eclipse.jdt.internal.compiler.lookup.WildcardBinding
 
shortShortSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
shortValue() - Method in class org.eclipse.jdt.internal.compiler.impl.ByteConstant
 
shortValue() - Method in class org.eclipse.jdt.internal.compiler.impl.CharConstant
 
shortValue() - Method in class org.eclipse.jdt.internal.compiler.impl.Constant
 
shortValue() - Method in class org.eclipse.jdt.internal.compiler.impl.DoubleConstant
 
shortValue() - Method in class org.eclipse.jdt.internal.compiler.impl.FloatConstant
 
shortValue() - Method in class org.eclipse.jdt.internal.compiler.impl.IntConstant
 
shortValue() - Method in class org.eclipse.jdt.internal.compiler.impl.LongConstant
 
shortValue() - Method in class org.eclipse.jdt.internal.compiler.impl.ShortConstant
 
SHORTVALUE_SHORT_METHOD_NAME - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
SHORTVALUE_SHORT_METHOD_SIGNATURE - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
ShouldImplementHashcode - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ShouldImplementHashcode - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
shouldImplementHashcode(SourceTypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
ShouldNotImplement - Exception in org.eclipse.jdt.internal.compiler.problem
 
ShouldNotImplement(String) - Constructor for exception org.eclipse.jdt.internal.compiler.problem.ShouldNotImplement
 
shouldReportProblems - Variable in class org.eclipse.jdt.internal.compiler.parser.JavadocParser
 
shouldReturn(TypeBinding, ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
ShouldReturnValue - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ShouldReturnValueHintMissingDefault - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
SHOW_STATS - Static variable in class org.eclipse.jdt.internal.core.builder.JavaBuilder
 
show_times() - Static method in class java_cup.Main
Produce the optional timing summary as part of an overall summary.
showProgress - Variable in class org.eclipse.jdt.internal.compiler.batch.Main
 
shrink() - Method in class org.eclipse.jdt.internal.core.OverflowingLRUCache
Attempts to shrink the cache if it has overflown.
shutdown() - Method in class org.eclipse.jdt.internal.compiler.ProcessTaskManager
 
shutdown() - Method in class org.eclipse.jdt.internal.compiler.ReadManager
 
shutdown() - Method in class org.eclipse.jdt.internal.core.JavaModelManager
 
shutdown() - Method in class org.eclipse.jdt.internal.core.search.processing.JobManager
Stop background processing, and wait until the current job is completed before returning
SIG_BOOLEAN - Static variable in class org.eclipse.jdt.core.Signature
String constant for the signature of the primitive type boolean.
SIG_BYTE - Static variable in class org.eclipse.jdt.core.Signature
String constant for the signature of the primitive type byte.
SIG_CHAR - Static variable in class org.eclipse.jdt.core.Signature
String constant for the signature of the primitive type char.
SIG_DOUBLE - Static variable in class org.eclipse.jdt.core.Signature
String constant for the signature of the primitive type double.
SIG_FLOAT - Static variable in class org.eclipse.jdt.core.Signature
String constant for the signature of the primitive type float.
SIG_INT - Static variable in class org.eclipse.jdt.core.Signature
String constant for the signature of the primitive type int.
SIG_LONG - Static variable in class org.eclipse.jdt.core.Signature
String constant for the signature of the primitive type long.
SIG_SHORT - Static variable in class org.eclipse.jdt.core.Signature
String constant for the signature of the primitive type short.
SIG_VOID - Static variable in class org.eclipse.jdt.core.Signature
String constant for the signature of result type void.
signalNoImplicitStringConversionForCharArrayExpression(Expression) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
Signature - Class in org.eclipse.jdt.core
Provides methods for encoding and decoding type and method signature strings.
SIGNATURE - Static variable in interface org.eclipse.jdt.core.util.IAttributeNamesConstants
"Signature" attribute (added in J2SE 1.5).
signature - Variable in class org.eclipse.jdt.internal.compiler.classfmt.FieldInfo
 
signature - Variable in class org.eclipse.jdt.internal.compiler.classfmt.MethodInfo
 
signature - Variable in class org.eclipse.jdt.internal.compiler.codegen.CachedIndexEntry
 
signature() - Method in class org.eclipse.jdt.internal.compiler.lookup.LocalTypeBinding
 
signature() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
 
signature(ClassFile) - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
 
signature() - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
 
signature() - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
 
signature - Variable in class org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper
 
signature() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
Answer the receiver classfile signature.
signature() - Method in class org.eclipse.jdt.internal.compiler.lookup.WildcardBinding
 
SIGNATURE - Static variable in class org.eclipse.jdt.internal.core.index.DiskIndex
 
signature - Variable in class org.eclipse.jdt.internal.core.search.matching.ConstructorDeclarationPattern
 
SIGNATURE - Static variable in class org.eclipse.jdt.internal.core.util.KeyToSignature
 
signature - Variable in class org.eclipse.jdt.internal.core.util.KeyToSignature
 
SignatureAttribute - Class in org.eclipse.jdt.internal.core.util
 
SignatureName - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.AttributeNamesConstants
 
signatureUtf8Offset - Variable in class org.eclipse.jdt.internal.compiler.classfmt.FieldInfo
 
signatureUtf8Offset - Variable in class org.eclipse.jdt.internal.compiler.classfmt.MethodInfo
 
SignatureWrapper - Class in org.eclipse.jdt.internal.compiler.lookup
 
SignatureWrapper(char[], boolean) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper
 
SignatureWrapper(char[]) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper
 
silentException - Variable in exception org.eclipse.jdt.internal.compiler.problem.AbortCompilation
 
SIMPLE_NAME - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type SimpleName.
SIMPLE_TYPE - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type SimpleType.
SimpleDelta - Class in org.eclipse.jdt.internal.core
A simple Java element delta that remembers the kind of changes only.
SimpleDelta() - Constructor for class org.eclipse.jdt.internal.core.SimpleDelta
 
SimpleDocument - Class in org.eclipse.jdt.internal.core.util
Minimal implementation of IDocument to apply text edit onto a string.
SimpleDocument(String) - Constructor for class org.eclipse.jdt.internal.core.util.SimpleDocument
 
SimpleDOMBuilder - 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.
SimpleDOMBuilder() - Constructor for class org.eclipse.jdt.internal.core.jdom.SimpleDOMBuilder
Deprecated.  
SimpleLookupTable - Class in org.eclipse.jdt.internal.compiler.util
A simple lookup table is a non-synchronized Hashtable, whose keys and values are Objects.
SimpleLookupTable() - Constructor for class org.eclipse.jdt.internal.compiler.util.SimpleLookupTable
 
SimpleLookupTable(int) - Constructor for class org.eclipse.jdt.internal.compiler.util.SimpleLookupTable
 
SimpleName - Class in org.eclipse.jdt.core.dom
AST node for a simple name.
simpleName - Variable in class org.eclipse.jdt.internal.compiler.lookup.BaseTypeBinding
 
simpleName - Variable in class org.eclipse.jdt.internal.core.JarEntryResource
 
simpleName - Variable in class org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern
 
simpleName - Variable in class org.eclipse.jdt.internal.core.search.matching.TypeDeclarationPattern
 
simpleName - Variable in class org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern
 
simpleNameReferences - Variable in class org.eclipse.jdt.internal.compiler.CompilationResult
 
simpleNames - Variable in class org.eclipse.jdt.internal.core.search.matching.MultiTypeDeclarationPattern
 
SimpleNameVector - Class in org.eclipse.jdt.internal.compiler.util
 
SimpleNameVector() - Constructor for class org.eclipse.jdt.internal.compiler.util.SimpleNameVector
 
SimplePropertyDescriptor - Class in org.eclipse.jdt.core.dom
Descriptor for a simple property of an AST node.
SimpleSet - Class in org.eclipse.jdt.internal.compiler.util
A simple lookup table is a non-synchronized Hashtable, whose keys and values are Objects.
SimpleSet() - Constructor for class org.eclipse.jdt.internal.compiler.util.SimpleSet
 
SimpleSet(int) - Constructor for class org.eclipse.jdt.internal.compiler.util.SimpleSet
 
SimpleSetOfCharArray - Class in org.eclipse.jdt.internal.compiler.util
A simple lookup table is a non-synchronized Hashtable, whose keys and values are char[].
SimpleSetOfCharArray() - Constructor for class org.eclipse.jdt.internal.compiler.util.SimpleSetOfCharArray
 
SimpleSetOfCharArray(int) - Constructor for class org.eclipse.jdt.internal.compiler.util.SimpleSetOfCharArray
 
simpleStrings - Variable in class org.eclipse.jdt.internal.core.builder.IncrementalImageBuilder
 
SimpleType - Class in org.eclipse.jdt.core.dom
Type node for a named class type, a named interface type, or a type variable.
SimpleWordSet - Class in org.eclipse.jdt.internal.core.util
 
SimpleWordSet(int) - Constructor for class org.eclipse.jdt.internal.core.util.SimpleWordSet
 
simulateThrowAfterLoopBack(FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.flow.LoopingFlowContext
 
SINGLE_MEMBER - Static variable in class org.eclipse.jdt.internal.compiler.parser.RecoveredAnnotation
 
SINGLE_MEMBER_ANNOTATION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type SingleMemberAnnotation.
SINGLE_VARIABLE_DECLARATION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type SingleVariableDeclaration.
SingleMemberAnnotation - Class in org.eclipse.jdt.core.dom
Single member annotation node (added in JLS3 API).
SingleMemberAnnotation - Class in org.eclipse.jdt.internal.compiler.ast
SingleMemberAnnotation node
SingleMemberAnnotation(TypeReference, int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.SingleMemberAnnotation
 
SingleNameReference - Class in org.eclipse.jdt.internal.compiler.ast
 
SingleNameReference(char[], long) - Constructor for class org.eclipse.jdt.internal.compiler.ast.SingleNameReference
 
SingleTypeReference - Class in org.eclipse.jdt.internal.compiler.ast
 
SingleTypeReference(char[], long) - Constructor for class org.eclipse.jdt.internal.compiler.ast.SingleTypeReference
 
SingleVariableDeclaration - Class in org.eclipse.jdt.core.dom
Single variable declaration AST node type.
SIPUSH - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
sipush(int) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
size() - Method in class java_cup.lalr_item_set
Size of the set
size() - Static method in class java_cup.parse_action_row
Number of columns (terminals) in every row.
size() - Static method in class java_cup.parse_reduce_row
Number of columns (non terminals) in every row.
size() - Method in class java_cup.symbol_set
size of the set
size() - Method in class org.eclipse.jdt.internal.compiler.codegen.CharArrayCache
Returns the number of elements contained in the hashtable.
size() - Method in class org.eclipse.jdt.internal.compiler.codegen.IntegerCache
Returns the number of elements contained in the hashtable.
size() - Method in class org.eclipse.jdt.internal.compiler.codegen.LongCache
Returns the number of elements contained in the hashtable.
size() - Method in class org.eclipse.jdt.internal.compiler.codegen.ObjectCache
Returns the number of elements contained in the hashtable.
size - Variable in class org.eclipse.jdt.internal.compiler.util.CompoundNameVector
 
size() - Method in class org.eclipse.jdt.internal.compiler.util.HashSetOfInt
 
size() - Method in class org.eclipse.jdt.internal.compiler.util.HashtableOfInt
 
size() - Method in class org.eclipse.jdt.internal.compiler.util.HashtableOfIntValues
 
size() - Method in class org.eclipse.jdt.internal.compiler.util.HashtableOfLong
 
size() - Method in class org.eclipse.jdt.internal.compiler.util.HashtableOfObject
 
size() - Method in class org.eclipse.jdt.internal.compiler.util.HashtableOfObjectToInt
 
size() - Method in class org.eclipse.jdt.internal.compiler.util.HashtableOfObjectToIntArray
 
size() - Method in class org.eclipse.jdt.internal.compiler.util.HashtableOfPackage
 
size() - Method in class org.eclipse.jdt.internal.compiler.util.HashtableOfType
 
size - Variable in class org.eclipse.jdt.internal.compiler.util.ObjectVector
 
size() - Method in class org.eclipse.jdt.internal.compiler.util.ObjectVector
 
size - Variable in class org.eclipse.jdt.internal.compiler.util.SimpleNameVector
 
size() - Method in class org.eclipse.jdt.internal.compiler.util.SimpleNameVector
 
size - Variable in class org.eclipse.jdt.internal.core.TypeVector
 
size - Variable in class org.eclipse.jdt.internal.core.util.CharArrayBuffer
The current size of the buffer.
size() - Method in class org.eclipse.jdt.internal.core.util.HashSetOfArray
 
size() - Method in class org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray
 
size() - Method in class org.eclipse.jdt.internal.core.util.HashtableOfArrayToObject
 
size() - Method in class org.eclipse.jdt.internal.core.util.WeakHashSet
 
size() - Method in class org.eclipse.jdt.internal.core.util.WeakHashSetOfCharArray
 
sizeInBytes() - Method in class org.eclipse.jdt.internal.compiler.classfmt.FieldInfo
Answer the size of the receiver in bytes.
sizeInBytes() - Method in class org.eclipse.jdt.internal.compiler.classfmt.MethodInfo
Answer the size of the receiver in bytes.
sizeInBytes() - Method in class org.eclipse.jdt.internal.core.util.VerificationInfo
 
skip(long) - Method in class org.apache.tapestry.util.text.ExtendedReader
 
skipAngleContents(int) - Method in class org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper
 
skipCharacters(ICharacterMatcher) - Method in class org.apache.tapestry.util.text.ExtendedReader
Skips the next characters until a character that does not match the provided rule is reached.
skipComments - Variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
skipComments - Variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
skipRecord - Variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
snapshot() - Method in class org.eclipse.jdt.internal.core.util.LRUCache.Stats
 
sort(ICompilationUnit, int[], Comparator, int, IProgressMonitor) - Static method in class org.eclipse.jdt.core.util.CompilationUnitSorter
Deprecated. Clients should port their code to use the new JLS3 AST API and call CompilationUnitSorter.sort(AST.JLS3, compilationUnit, positions, comparator, options, monitor) instead of using this method.
sort(int, ICompilationUnit, int[], Comparator, int, IProgressMonitor) - Static method in class org.eclipse.jdt.core.util.CompilationUnitSorter
Reorders the declarations in the given compilation unit according to the specified AST level.
sort(CompilationUnit, Comparator, int, TextEditGroup, IProgressMonitor) - Static method in class org.eclipse.jdt.core.util.CompilationUnitSorter
Reorders the declarations in the given compilation unit according to the specified comparator.
sort(int[], int, int, int[]) - Static method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
sort(Object[], String[]) - Method in class org.eclipse.jdt.internal.core.util.ToStringSorter
Return a new sorted collection from this unsorted collection.
sort(char[][]) - Static method in class org.eclipse.jdt.internal.core.util.Util
 
sort(Util.Comparable[]) - Static method in class org.eclipse.jdt.internal.core.util.Util
Sorts an array of Comparable objects in place.
sort(int[]) - Static method in class org.eclipse.jdt.internal.core.util.Util
 
sort(Object[], Util.Comparer) - Static method in class org.eclipse.jdt.internal.core.util.Util
Sorts an array of objects in place.
sort(String[]) - Static method in class org.eclipse.jdt.internal.core.util.Util
Sorts an array of strings in place using quicksort.
sortCopy(Util.Comparable[]) - Static method in class org.eclipse.jdt.internal.core.util.Util
Sorts an array of Comparable objects, returning a new array with the sorted items.
sortCopy(IJavaElement[]) - Static method in class org.eclipse.jdt.internal.core.util.Util
Sorts an array of Java elements based on their toStringWithAncestors(), returning a new array with the sorted items.
sortCopy(Object[], Util.Comparer) - Static method in class org.eclipse.jdt.internal.core.util.Util
Sorts an array of Strings, returning a new array with the sorted items.
sortCopy(String[]) - Static method in class org.eclipse.jdt.internal.core.util.Util
Sorts an array of Strings, returning a new array with the sorted items.
SortElementsOperation - Class in org.eclipse.jdt.internal.core
This operation is used to sort elements in a compilation unit according to certain criteria.
SortElementsOperation(int, IJavaElement[], int[], Comparator) - Constructor for class org.eclipse.jdt.internal.core.SortElementsOperation
Constructor for SortElementsOperation.
sortFields(FieldBinding[], int, int) - Static method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
Sort the field array using a quicksort
sortMethods(MethodBinding[], int, int) - Static method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
Sort the field array using a quicksort
SOURCE - Static variable in interface org.eclipse.jdt.core.util.IAttributeNamesConstants
"SourceFile" attribute.
source() - Method in class org.eclipse.jdt.internal.compiler.ast.FalseLiteral
 
source() - Method in class org.eclipse.jdt.internal.compiler.ast.Literal
 
source() - Method in class org.eclipse.jdt.internal.compiler.ast.MagicLiteral
 
source() - Method in class org.eclipse.jdt.internal.compiler.ast.NullLiteral
 
source() - Method in class org.eclipse.jdt.internal.compiler.ast.NumberLiteral
 
source() - Method in class org.eclipse.jdt.internal.compiler.ast.StringLiteral
 
source() - Method in class org.eclipse.jdt.internal.compiler.ast.StringLiteralConcatenation
 
source() - Method in class org.eclipse.jdt.internal.compiler.ast.TrueLiteral
 
SOURCE - Static variable in class org.eclipse.jdt.internal.compiler.batch.ClasspathLocation
 
source - Variable in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
source - Variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
source - Variable in class org.eclipse.jdt.internal.core.CreateCompilationUnitOperation
The source code to use when creating the element.
source - Variable in class org.eclipse.jdt.internal.core.CreateTypeMemberOperation
The source code for the new member.
source - Variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
SOURCE_ATTACHMENT_ENCODING - Static variable in interface org.eclipse.jdt.core.IClasspathAttribute
Constant for the name of the encoding to be used for source attachments.
SOURCE_ID - Static variable in class org.eclipse.jdt.internal.core.builder.JavaBuilder
 
SOURCE_PARSER - Static variable in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
SourceAnnotationMethodInfo - Class in org.eclipse.jdt.internal.core
 
SourceAnnotationMethodInfo() - Constructor for class org.eclipse.jdt.internal.core.SourceAnnotationMethodInfo
 
sourceAttached(IJavaElement) - Method in class org.eclipse.jdt.internal.core.JavaElementDelta
Creates the nested deltas resulting from a change operation.
sourceAttachmentPath - Variable in class org.eclipse.jdt.internal.core.ClasspathEntry
Describes the path to the source archive associated with this classpath entry, or null if this classpath entry has no source attachment.
sourceAttachmentRootPath - Variable in class org.eclipse.jdt.internal.core.ClasspathEntry
Describes the path within the source archive where package fragments are located.
sourceAttachments - Variable in class org.eclipse.jdt.internal.core.DeltaProcessingState
 
SourceConstructorInfo - Class in org.eclipse.jdt.internal.core
 
SourceConstructorInfo() - Constructor for class org.eclipse.jdt.internal.core.SourceConstructorInfo
 
SourceConstructorWithChildrenInfo - Class in org.eclipse.jdt.internal.core
 
SourceConstructorWithChildrenInfo(IJavaElement[]) - Constructor for class org.eclipse.jdt.internal.core.SourceConstructorWithChildrenInfo
 
sourceDetached(IJavaElement) - Method in class org.eclipse.jdt.internal.core.JavaElementDelta
Creates the nested deltas resulting from a change operation.
SourceElementNotifier - Class in org.eclipse.jdt.internal.compiler
 
SourceElementNotifier(ISourceElementRequestor, boolean) - Constructor for class org.eclipse.jdt.internal.compiler.SourceElementNotifier
 
SourceElementNotifier.LocalDeclarationVisitor - Class in org.eclipse.jdt.internal.compiler
An ast visitor that visits local type declarations.
SourceElementNotifier.LocalDeclarationVisitor() - Constructor for class org.eclipse.jdt.internal.compiler.SourceElementNotifier.LocalDeclarationVisitor
 
SourceElementParser - Class in org.eclipse.jdt.internal.compiler
A source element parser extracts structural and reference information from a piece of source.
SourceElementParser(ISourceElementRequestor, IProblemFactory, CompilerOptions, boolean, boolean) - Constructor for class org.eclipse.jdt.internal.compiler.SourceElementParser
 
SourceElementParser(ISourceElementRequestor, IProblemFactory, CompilerOptions, boolean, boolean, boolean) - Constructor for class org.eclipse.jdt.internal.compiler.SourceElementParser
 
SourceElementRequestorAdapter - Class in org.eclipse.jdt.internal.compiler
 
SourceElementRequestorAdapter() - Constructor for class org.eclipse.jdt.internal.compiler.SourceElementRequestorAdapter
 
sourceEnd - Variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
sourceEnd() - Method in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
sourceEnd() - Method in interface org.eclipse.jdt.internal.compiler.lookup.InvocationSite
 
sourceEnd() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
 
sourceEnd() - Method in class org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
 
sourceEnd() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredAnnotation
 
sourceEnd() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredElement
 
sourceEnd() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredField
 
sourceEnd() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredImport
 
sourceEnd() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredLocalVariable
 
sourceEnd() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredMethod
 
sourceEnd() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredStatement
 
sourceEnd() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredType
 
sourceEnd() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredUnit
 
sourceEnd - Variable in class org.eclipse.jdt.internal.formatter.FormatJavadocNode
 
sourceEnds - Variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
sourceField() - Method in class org.eclipse.jdt.internal.compiler.lookup.FieldBinding
 
SourceField - Class in org.eclipse.jdt.internal.core
 
SourceField(JavaElement, String) - Constructor for class org.eclipse.jdt.internal.core.SourceField
Constructs a handle to the field with the given name in the specified type.
SourceFieldElementInfo - Class in org.eclipse.jdt.internal.core
Element info for IField elements.
SourceFieldElementInfo() - Constructor for class org.eclipse.jdt.internal.core.SourceFieldElementInfo
 
SourceFieldWithChildrenInfo - Class in org.eclipse.jdt.internal.core
 
SourceFieldWithChildrenInfo(IJavaElement[]) - Constructor for class org.eclipse.jdt.internal.core.SourceFieldWithChildrenInfo
 
sourceFile - Variable in class org.eclipse.jdt.internal.core.builder.CompilationParticipantResult
 
SourceFile - Class in org.eclipse.jdt.internal.core.builder
 
SourceFile(IFile, ClasspathMultiDirectory) - Constructor for class org.eclipse.jdt.internal.core.builder.SourceFile
 
SourceFile(IFile, ClasspathMultiDirectory, boolean) - Constructor for class org.eclipse.jdt.internal.core.builder.SourceFile
 
SourceFileAttribute - Class in org.eclipse.jdt.internal.core.util
Default implementation of ISourceAttribute
SourceFileAttribute(byte[], IConstantPool, int) - Constructor for class org.eclipse.jdt.internal.core.util.SourceFileAttribute
Constructor for SourceFileAttribute.
sourceFileName() - Method in class org.eclipse.jdt.internal.compiler.classfmt.ClassFileReader
Answer the source file name attribute.
sourceFileName() - Method in interface org.eclipse.jdt.internal.compiler.env.IBinaryType
Answer the source file attribute, or null if none.
sourceFileName(IBinaryType) - Method in class org.eclipse.jdt.internal.core.BinaryType
 
sourceFileName() - Method in class org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType
 
sourceFileName() - Method in class org.eclipse.jdt.internal.eval.CodeSnippetSkeleton
 
sourceFiles - Variable in class org.eclipse.jdt.internal.core.builder.IncrementalImageBuilder
 
SourceIndexer - Class in org.eclipse.jdt.internal.core.search.indexing
A SourceIndexer indexes java files using a java parser.
SourceIndexer(SearchDocument) - Constructor for class org.eclipse.jdt.internal.core.search.indexing.SourceIndexer
 
SourceIndexerRequestor - Class in org.eclipse.jdt.internal.core.search.indexing
This class is used by the JavaParserIndexer.
SourceIndexerRequestor(SourceIndexer) - Constructor for class org.eclipse.jdt.internal.core.search.indexing.SourceIndexerRequestor
 
SourceJavadocParser - Class in org.eclipse.jdt.internal.compiler
 
SourceJavadocParser(Parser) - Constructor for class org.eclipse.jdt.internal.compiler.SourceJavadocParser
 
sourceLength - Variable in class org.eclipse.jdt.internal.core.CompilationUnitElementInfo
The length of this compilation unit's source code String
sourceLevel - Variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
Java source level, refers to a JDK version, e.g.
sourceLevel - Variable in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
sourceLevel - Variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
sourceLevel - Variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
sourceLocations - Variable in class org.eclipse.jdt.internal.core.builder.AbstractImageBuilder
 
sourceLocations - Variable in class org.eclipse.jdt.internal.core.builder.State
 
SourceMapper - Class in org.eclipse.jdt.internal.core
A SourceMapper maps source code in a ZIP file to binary types in a JAR.
SourceMapper() - Constructor for class org.eclipse.jdt.internal.core.SourceMapper
 
SourceMapper(IPath, String, Map) - Constructor for class org.eclipse.jdt.internal.core.SourceMapper
 
SourceMapper(IPath, String, Map, String) - Constructor for class org.eclipse.jdt.internal.core.SourceMapper
Creates a SourceMapper that locates source in the zip file at the given location in the specified package fragment root.
SourceMapper.LocalVariableElementKey - Class in org.eclipse.jdt.internal.core
 
SourceMapper.LocalVariableElementKey(IJavaElement, String) - Constructor for class org.eclipse.jdt.internal.core.SourceMapper.LocalVariableElementKey
 
sourceMethod() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
 
SourceMethod - Class in org.eclipse.jdt.internal.core
 
SourceMethod(JavaElement, String, String[]) - Constructor for class org.eclipse.jdt.internal.core.SourceMethod
 
SourceMethodElementInfo - Class in org.eclipse.jdt.internal.core
Element info for IMethod elements.
SourceMethodElementInfo() - Constructor for class org.eclipse.jdt.internal.core.SourceMethodElementInfo
 
SourceMethodInfo - Class in org.eclipse.jdt.internal.core
 
SourceMethodInfo() - Constructor for class org.eclipse.jdt.internal.core.SourceMethodInfo
 
SourceMethodWithChildrenInfo - Class in org.eclipse.jdt.internal.core
 
SourceMethodWithChildrenInfo(IJavaElement[]) - Constructor for class org.eclipse.jdt.internal.core.SourceMethodWithChildrenInfo
 
SourceModifier - Class in org.eclipse.jdt.internal.core.dom.rewrite
 
SourceModifier(int, String, int, int) - Constructor for class org.eclipse.jdt.internal.core.dom.rewrite.SourceModifier
 
SourceName - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.AttributeNamesConstants
 
sourceName() - Method in class org.eclipse.jdt.internal.compiler.lookup.ArrayBinding
 
sourceName() - Method in class org.eclipse.jdt.internal.compiler.lookup.BaseTypeBinding
 
sourceName() - Method in class org.eclipse.jdt.internal.compiler.lookup.LocalTypeBinding
 
sourceName() - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
 
sourceName - Variable in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
 
sourceName() - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
 
sourceName() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
 
sourceName() - Method in class org.eclipse.jdt.internal.compiler.lookup.WildcardBinding
 
sourceParser - Variable in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
sourcePath - Variable in class org.eclipse.jdt.internal.core.SourceMapper
The location of the zip file containing source.
sourcePositions - Variable in class org.eclipse.jdt.internal.compiler.ast.ImportReference
 
sourcePositions - Variable in class org.eclipse.jdt.internal.compiler.ast.QualifiedNameReference
 
sourcePositions - Variable in class org.eclipse.jdt.internal.compiler.ast.QualifiedTypeReference
 
SourceRange - Class in org.eclipse.jdt.core
A source range defines an element's source coordinates relative to its source buffer.
SourceRange(int, int) - Constructor for class org.eclipse.jdt.core.SourceRange
Instantiate a new source range using the given offset and the given length.
sourceRanges - Variable in class org.eclipse.jdt.internal.core.SourceMapper
Table that maps a binary element to its SourceRanges.
SourceRefElement - Class in org.eclipse.jdt.internal.core
Abstract class for Java elements which implement ISourceReference.
SourceRefElement(JavaElement) - Constructor for class org.eclipse.jdt.internal.core.SourceRefElement
 
SOURCES - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchScope
Include type constant (bit mask) indicating that source folders should be considered in the search scope.
sourceStart - Variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
sourceStart() - Method in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
sourceStart() - Method in interface org.eclipse.jdt.internal.compiler.lookup.InvocationSite
 
sourceStart - Variable in class org.eclipse.jdt.internal.compiler.lookup.LocalTypeBinding
 
sourceStart() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
 
sourceStart() - Method in class org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
 
sourceStart - Variable in class org.eclipse.jdt.internal.compiler.lookup.SyntheticMethodBinding
 
sourceStart - Variable in class org.eclipse.jdt.internal.formatter.FormatJavadocNode
 
sourceType - Variable in class org.eclipse.jdt.internal.compiler.lookup.CaptureBinding
 
SourceType - Class in org.eclipse.jdt.internal.core
Handle for a source type.
SourceType(JavaElement, String) - Constructor for class org.eclipse.jdt.internal.core.SourceType
 
SourceTypeBinding - Class in org.eclipse.jdt.internal.compiler.lookup
 
SourceTypeBinding(char[][], PackageBinding, ClassScope) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
 
SourceTypeCollisionException - Exception in org.eclipse.jdt.internal.compiler.lookup
 
SourceTypeCollisionException() - Constructor for exception org.eclipse.jdt.internal.compiler.lookup.SourceTypeCollisionException
 
SourceTypeConverter - Class in org.eclipse.jdt.internal.compiler.parser
 
SourceTypeElementInfo - Class in org.eclipse.jdt.internal.core
Element info for an IType element that originated from source.
SourceTypeElementInfo() - Constructor for class org.eclipse.jdt.internal.core.SourceTypeElementInfo
 
SPACE - Static variable in class org.eclipse.jdt.core.JavaCore
Configurable option value: "space".
space - Variable in class org.eclipse.jdt.internal.core.util.LRUCache.LRUCacheEntry
Cache footprint of this entry
SPACE - Static variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
space() - Method in class org.eclipse.jdt.internal.formatter.Scribe
 
spaceFor(Object) - Method in class org.eclipse.jdt.internal.core.util.LRUCache
Returns the space taken by the given value.
spaceLimit - Variable in class org.eclipse.jdt.internal.core.util.LRUCache
Maximum space allowed in cache
SpecdNonNullLocalVariableComparisonYieldsFalse - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
specificOutputLocation - Variable in class org.eclipse.jdt.internal.core.ClasspathEntry
Specific output location (for this source entry)
SPLIT_MASK - Static variable in class org.eclipse.jdt.internal.formatter.align.Alignment
 
splitAndTrimOn(char, char[]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Return a new array which is the split of the given array using the given divider and trimming each subarray to remove whitespaces equals to ' '.
splitOn(char, char[]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Return a new array which is the split of the given array using the given divider.
splitOn(char, char[], int, int) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Return a new array which is the split of the given array using the given divider.
splitOn(char, String, int, int) - Static method in class org.eclipse.jdt.internal.core.util.Util
Return a new array which is the split of the given string using the given divider.
splitTypeLevelsSignature(String) - Static method in class org.eclipse.jdt.internal.core.util.Util
Split signatures of all levels from a type unique key.
SquareBracket - Static variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
SquareBracket - Static variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
SquareBracket - Static variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
stack - Variable in class java_cup.runtime.lr_parser
The parse stack itself.
stack - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
STACK_MAP - Static variable in interface org.eclipse.jdt.core.util.IAttributeNamesConstants
"StackMap" attribute (added in cldc1.0).
STACK_MAP_TABLE - Static variable in interface org.eclipse.jdt.core.util.IAttributeNamesConstants
"StackMapTable" attribute (added in J2SE 1.6).
stack_type() - Method in class java_cup.symbol
String for the type of object used for the symbol on the parse stack.
stackDepth - Variable in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
stackDepthMarkers - Variable in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream
 
StackIncrement - Static variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
stackItems - Variable in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrame
 
StackMapAttribute - Class in org.eclipse.jdt.internal.core.util
Default implementation of IStackMapAttribute.
StackMapAttribute(byte[], IConstantPool, int) - Constructor for class org.eclipse.jdt.internal.core.util.StackMapAttribute
Constructor for LineNumberAttribute.
StackMapFrame - Class in org.eclipse.jdt.internal.compiler.codegen
 
StackMapFrame(int) - Constructor for class org.eclipse.jdt.internal.compiler.codegen.StackMapFrame
 
StackMapFrame - Class in org.eclipse.jdt.internal.core.util
Default implementation of IStackMapFrame
StackMapFrame(byte[], IConstantPool, int) - Constructor for class org.eclipse.jdt.internal.core.util.StackMapFrame
Constructor for StackMapFrame.
StackMapFrameCodeStream - Class in org.eclipse.jdt.internal.compiler.codegen
 
StackMapFrameCodeStream(ClassFile) - Constructor for class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream
 
StackMapFrameCodeStream.ExceptionMarker - Class in org.eclipse.jdt.internal.compiler.codegen
 
StackMapFrameCodeStream.ExceptionMarker(int, char[]) - Constructor for class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.ExceptionMarker
 
StackMapFrameCodeStream.StackDepthMarker - Class in org.eclipse.jdt.internal.compiler.codegen
 
StackMapFrameCodeStream.StackDepthMarker(int, int, TypeBinding) - Constructor for class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.StackDepthMarker
 
StackMapFrameCodeStream.StackDepthMarker(int, int) - Constructor for class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.StackDepthMarker
 
StackMapFrameCodeStream.StackMarker - Class in org.eclipse.jdt.internal.compiler.codegen
 
StackMapFrameCodeStream.StackMarker(int, int) - Constructor for class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.StackMarker
 
StackMapName - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.AttributeNamesConstants
 
StackMapTableAttribute - Class in org.eclipse.jdt.internal.core.util
Default implementation of IStackMapTableAttribute.
StackMapTableAttribute(byte[], IConstantPool, int) - Constructor for class org.eclipse.jdt.internal.core.util.StackMapTableAttribute
Constructor for LineNumberAttribute.
StackMapTableName - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.AttributeNamesConstants
 
stackMarkers - Variable in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream
 
stackMax - Variable in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
starPosition - Variable in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
start(IApplicationContext) - Method in class org.eclipse.jdt.core.formatter.CodeFormatterApplication
Runs the Java code formatter application
start(IApplicationContext) - Method in class org.eclipse.jdt.core.index.JavaIndexerApplication
 
start(BundleContext) - Method in class org.eclipse.jdt.core.JavaCore
 
start - Variable in class org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper
 
start(int) - Method in class org.eclipse.jdt.internal.compiler.parser.diagnose.LexStream
 
start - Variable in class org.eclipse.jdt.internal.compiler.parser.NLSTag
 
START_nt - Static variable in class java_cup.non_terminal
special non-terminal for start symbol
START_OF_CLASS_DATA - Static variable in interface org.eclipse.jdt.internal.core.JavadocConstants
 
START_OF_CLASS_DATA_LENGTH - Static variable in interface org.eclipse.jdt.internal.core.JavadocConstants
 
start_production - Static variable in class java_cup.emit
The start production of the grammar.
start_production() - Method in class java_cup.runtime.lr_parser
The index of the start production (supplied by generated subclass).
start_state - Static variable in class java_cup.Main
Start state in the overall state machine.
start_state() - Method in class java_cup.runtime.lr_parser
The index of the start state (supplied by generated subclass).
START_STATE - Static variable in interface org.eclipse.jdt.internal.compiler.parser.ParserBasicInformation
 
start_time - Static variable in class java_cup.Main
Timing data -- when did we start
startCheckingProblems() - Method in class org.eclipse.jdt.internal.codeassist.CompletionEngine.CompletionProblemFactory
 
startIndex - Variable in class org.eclipse.jdt.internal.compiler.lookup.BlockScope
 
startIndex - Variable in class org.eclipse.jdt.internal.compiler.lookup.SyntheticMethodBinding
 
startingClassFileOffset - Variable in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
startingColumn - Variable in class org.eclipse.jdt.internal.formatter.align.Alignment
 
startLoggingSource(CompilationResult) - Method in class org.eclipse.jdt.internal.compiler.batch.Main.Logger
 
startLoggingSources() - Method in class org.eclipse.jdt.internal.compiler.batch.Main.Logger
 
startLoggingTasks(int) - Method in class org.eclipse.jdt.internal.compiler.batch.Main.Logger
 
startPosition - Variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
startPosition - Variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
startQuery() - Method in class org.eclipse.jdt.internal.core.index.Index
 
startRecordingIdentifiers(int, int) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
startsWith(IPath) - Method in class org.eclipse.jdt.internal.core.index.FileIndexLocation
 
startsWith(IPath) - Method in class org.eclipse.jdt.internal.core.index.IndexLocation
 
startsWith(IPath) - Method in class org.eclipse.jdt.internal.core.index.JarIndexLocation
 
startsWithIgnoreCase(String[], String[], boolean) - Static method in class org.eclipse.jdt.internal.core.util.Util
 
startSymbol(String, int, int) - Method in class java_cup.runtime.ComplexSymbolFactory
 
startSymbol(String, int, int) - Method in class java_cup.runtime.DefaultSymbolFactory
 
startSymbol(String, int, int) - Method in interface java_cup.runtime.SymbolFactory
Construction of start symbol
startTag(String, boolean) - Method in class org.eclipse.jdt.internal.compiler.util.GenericXMLWriter
 
startTime - Variable in class org.eclipse.jdt.internal.compiler.batch.Main
 
startTime - Variable in class org.eclipse.jdt.internal.compiler.impl.CompilerStats
 
startup() - Method in class org.eclipse.jdt.internal.core.JavaModelManager
 
State - Class in org.eclipse.jdt.internal.core.builder
 
State(JavaBuilder) - Constructor for class org.eclipse.jdt.internal.core.builder.State
 
stateIndexes - Variable in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream
 
stateIndexesCounter - Variable in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream
 
Statement - Class in org.eclipse.jdt.core.dom
Abstract base class of AST nodes that represent statements.
statement - Variable in class org.eclipse.jdt.internal.compiler.ast.LabeledStatement
 
Statement - Class in org.eclipse.jdt.internal.compiler.ast
 
Statement() - Constructor for class org.eclipse.jdt.internal.compiler.ast.Statement
 
statement - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveredStatement
 
statementCount - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveredBlock
 
statementEnd - Variable in class org.eclipse.jdt.internal.compiler.ast.Expression
 
statementRecoveryActivated - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
statements() - Method in class org.eclipse.jdt.core.dom.Block
Returns the live list of statements in this block.
statements() - Method in class org.eclipse.jdt.core.dom.SwitchStatement
Returns the live ordered list of statements for this switch statement.
statements - Variable in class org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
 
statements - Variable in class org.eclipse.jdt.internal.compiler.ast.Block
 
statements - Variable in class org.eclipse.jdt.internal.compiler.ast.SwitchStatement
 
statements - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveredBlock
 
STATEMENTS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.Block
The "statements" structural property of this node type (element type: Statement).
STATEMENTS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.SwitchStatement
The "statements" structural property of this node type (element type: Statement).
statements_recovery_filter - Static variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
stateStackTop - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
STATIC - Static variable in class org.eclipse.jdt.core.dom.Modifier
"static" modifier constant (bit mask).
STATIC - Static variable in interface org.eclipse.jdt.internal.codeassist.impl.Keywords
 
STATIC_ACCESS - Static variable in class org.eclipse.jdt.internal.compiler.impl.IrritantSet
 
STATIC_KEYWORD - Static variable in class org.eclipse.jdt.core.dom.Modifier.ModifierKeyword
"static" modifier with flag value Modifier.STATIC.
STATIC_METHOD - Static variable in class org.eclipse.jdt.internal.compiler.impl.IrritantSet
 
STATIC_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.ImportDeclaration
The "static" structural property of this node type (type: Boolean) (added in JLS3 API).
staticAndInstanceConflict(MethodBinding, MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
staticFieldAccessToNonStaticVariable(ASTNode, FieldBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
staticFieldPrefixes - Variable in class org.eclipse.jdt.internal.codeassist.impl.AssistOptions
 
staticFieldSuffixes - Variable in class org.eclipse.jdt.internal.codeassist.impl.AssistOptions
 
staticFinalFieldPrefixes - Variable in class org.eclipse.jdt.internal.codeassist.impl.AssistOptions
 
staticFinalFieldSuffixes - Variable in class org.eclipse.jdt.internal.codeassist.impl.AssistOptions
 
StaticImport - Static variable in class org.eclipse.jdt.core.CompletionFlags
Constant representing a static import
StaticInheritedMethodConflicts - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
staticInheritedMethodConflicts(SourceTypeBinding, MethodBinding, MethodBinding[]) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
staticInitializerScope - Variable in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
 
StaticMemberOfParameterizedType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
staticMemberOfParameterizedType(ASTNode, ReferenceBinding, int) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
StaticMethodRequested - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
stats - Variable in class org.eclipse.jdt.internal.compiler.Compiler
 
status_cannot_retrieve_attached_javadoc - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
status_cannotUseDeviceOnPath - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
status_coreException - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
status_defaultPackageReadOnly - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
status_evaluationError - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
status_indexOutOfBounds - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
status_invalidContents - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
status_invalidDestination - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
status_invalidName - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
status_invalidPackage - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
status_invalidPath - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
status_invalidProject - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
status_invalidResource - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
status_invalidResourceType - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
status_invalidSibling - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
status_IOException - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
status_JDOMError - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
status_nameCollision - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
status_noLocalContents - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
status_OK - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
status_readOnly - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
status_targetException - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
status_timeout_javadoc - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
status_unknown_javadoc_format - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
status_updateConflict - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
stop() - Method in class org.eclipse.jdt.core.formatter.CodeFormatterApplication
 
stop() - Method in class org.eclipse.jdt.core.index.JavaIndexerApplication
 
stop(BundleContext) - Method in class org.eclipse.jdt.core.JavaCore
 
stopCheckingProblems() - Method in class org.eclipse.jdt.internal.codeassist.CompletionEngine.CompletionProblemFactory
 
stopOnFirstError() - Method in interface org.eclipse.jdt.internal.compiler.IErrorHandlingPolicy
 
stopQuery() - Method in class org.eclipse.jdt.internal.core.index.Index
 
stopRecordingIdentifiers() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
store(OutputStream, IProgressMonitor) - Method in interface org.eclipse.jdt.core.ITypeHierarchy
Stores the type hierarchy in an output stream.
store(LocalVariableBinding, boolean) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
store(OutputStream, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy
 
storeAnnotations - Variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
Store annotations
storedAnnotations - Variable in class org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding
 
storeDependencyInfo() - Method in class org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope
 
storePreference(String, String, IEclipsePreferences, Map) - Method in class org.eclipse.jdt.internal.core.JavaModelManager
Store the preferences value for the given option name.
storeProblemsFor(SourceFile, CategorizedProblem[]) - Method in class org.eclipse.jdt.internal.core.builder.AbstractImageBuilder
Creates a marker from each problem and adds it to the resource.
storeProblemsFor(SourceFile, CategorizedProblem[]) - Method in class org.eclipse.jdt.internal.core.builder.BatchImageBuilder
 
storeTasksFor(SourceFile, CategorizedProblem[]) - Method in class org.eclipse.jdt.internal.core.builder.AbstractImageBuilder
 
STRICTFP - Static variable in class org.eclipse.jdt.core.dom.Modifier
"strictfp" modifier constant (bit mask).
STRICTFP - Static variable in interface org.eclipse.jdt.internal.codeassist.impl.Keywords
 
STRICTFP_KEYWORD - Static variable in class org.eclipse.jdt.core.dom.Modifier.ModifierKeyword
"strictfp" modifier with flag value Modifier.STRICTFP.
string - Variable in class org.eclipse.jdt.internal.core.JavaModelStatus
The String related to the failure, or null if no String is involved.
String2String - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
STRING_CONCATENATION - Static variable in class org.eclipse.jdt.internal.formatter.align.Alignment
 
STRING_INITIAL_SIZE - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
STRING_LITERAL - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type StringLiteral.
STRING_TAG - Static variable in interface org.eclipse.jdt.core.util.IAnnotationComponentValue
Tag value for a constant of type java.lang.String
StringBufferAppendBooleanSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
StringBufferAppendCharSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
StringBufferAppendDoubleSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
StringBufferAppendFloatSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
StringBufferAppendIntSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
StringBufferAppendLongSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
StringBufferAppendObjectSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
StringBufferAppendStringSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
StringBuilderAppendBooleanSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
StringBuilderAppendCharSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
StringBuilderAppendDoubleSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
StringBuilderAppendFloatSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
StringBuilderAppendIntSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
StringBuilderAppendLongSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
StringBuilderAppendObjectSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
StringBuilderAppendStringSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
stringCache - Variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
StringConstant - Class in org.eclipse.jdt.internal.compiler.impl
 
StringConstantIsExceedingUtf8Limit - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
stringConstantIsExceedingUtf8Limit(ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
StringConstructorSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
StringLiteral - Class in org.eclipse.jdt.core.dom
String literal nodes.
StringLiteral - Class in org.eclipse.jdt.internal.compiler.ast
 
StringLiteral(char[], int, int, int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.StringLiteral
 
StringLiteral(int, int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.StringLiteral
 
StringLiteralConcatenation - Class in org.eclipse.jdt.internal.compiler.ast
Flatten string literal
StringLiteralConcatenation(StringLiteral, StringLiteral) - Constructor for class org.eclipse.jdt.internal.compiler.ast.StringLiteralConcatenation
Build a two-strings literal
StringOperation - Class in org.eclipse.jdt.internal.core.search
This class is a collection of helper methods to manipulate strings during search.
StringOperation() - Constructor for class org.eclipse.jdt.internal.core.search.StringOperation
 
StringSet - Class in org.eclipse.jdt.internal.core.builder
 
StringSet(int) - Constructor for class org.eclipse.jdt.internal.core.builder.StringSet
 
StringTag - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
 
stringValue() - Method in class org.eclipse.jdt.internal.compiler.impl.BooleanConstant
 
stringValue() - Method in class org.eclipse.jdt.internal.compiler.impl.ByteConstant
 
stringValue() - Method in class org.eclipse.jdt.internal.compiler.impl.CharConstant
 
stringValue() - Method in class org.eclipse.jdt.internal.compiler.impl.Constant
 
stringValue() - Method in class org.eclipse.jdt.internal.compiler.impl.DoubleConstant
 
stringValue() - Method in class org.eclipse.jdt.internal.compiler.impl.FloatConstant
 
stringValue() - Method in class org.eclipse.jdt.internal.compiler.impl.IntConstant
 
stringValue() - Method in class org.eclipse.jdt.internal.compiler.impl.LongConstant
 
stringValue() - Method in class org.eclipse.jdt.internal.compiler.impl.ShortConstant
 
stringValue() - Method in class org.eclipse.jdt.internal.compiler.impl.StringConstant
 
strip_trailing_action(production_part[], int) - Method in class java_cup.production
Helper routine to strip a trailing action off rhs and return it
structuralPropertiesForType() - Method in class org.eclipse.jdt.core.dom.ASTNode
Returns a list of structural property descriptors for nodes of the same type as this node.
StructuralPropertyDescriptor - Class in org.eclipse.jdt.core.dom
Abstract base class for property descriptors of AST nodes.
SUB_INVOCATION_FLAVOR - Static variable in class org.eclipse.jdt.internal.core.search.matching.PatternLocator
 
subarray(char[][], int, int) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers a new array which is a copy of the given array starting at the given start and ending at the given end.
subarray(char[], int, int) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers a new array which is a copy of the given array starting at the given start and ending at the given end.
subOrSuperOfFocus(ReferenceBinding) - Method in class org.eclipse.jdt.internal.core.hierarchy.HierarchyResolver
 
subroutine() - Method in class org.eclipse.jdt.internal.compiler.flow.ExceptionHandlingFlowContext
Exception handlers (with no finally block) are also included with subroutine only once (in case parented with true InsideSubRoutineFlowContext).
subroutine() - Method in class org.eclipse.jdt.internal.compiler.flow.FlowContext
 
subroutine() - Method in class org.eclipse.jdt.internal.compiler.flow.InsideSubRoutineFlowContext
 
subRoutineInits - Variable in class org.eclipse.jdt.internal.compiler.ast.TryStatement
 
subroutines - Variable in class org.eclipse.jdt.internal.compiler.ast.BranchStatement
 
subroutines - Variable in class org.eclipse.jdt.internal.compiler.ast.ReturnStatement
 
SubRoutineStatement - Class in org.eclipse.jdt.internal.compiler.ast
Extra behavior for statements which are generating subroutines
SubRoutineStatement() - Constructor for class org.eclipse.jdt.internal.compiler.ast.SubRoutineStatement
 
subscopeCount - Variable in class org.eclipse.jdt.internal.compiler.lookup.BlockScope
 
subscopes - Variable in class org.eclipse.jdt.internal.compiler.lookup.BlockScope
 
substitute(TypeVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding
 
substitute(TypeVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
 
substitute(Substitution, ReferenceBinding[]) - Static method in class org.eclipse.jdt.internal.compiler.lookup.Scope
Returns an array of types, where original types got substituted given a substitution.
substitute(Substitution, TypeBinding) - Static method in class org.eclipse.jdt.internal.compiler.lookup.Scope
Returns a type, where original type was substituted using the receiver parameterized type.
substitute(Substitution, TypeBinding[]) - Static method in class org.eclipse.jdt.internal.compiler.lookup.Scope
Returns an array of types, where original types got substituted given a substitution.
substitute(TypeVariableBinding) - Method in interface org.eclipse.jdt.internal.compiler.lookup.Substitution
Returns the type substitute for a given type variable, or itself if no substitution got performed.
Substitution - Interface in org.eclipse.jdt.internal.compiler.lookup
 
SubstitutionTextReader - Class in org.eclipse.jdt.internal.formatter.comment
Reads the text contents from a reader and computes for each character a potential substitution.
SubstitutionTextReader(Reader) - Constructor for class org.eclipse.jdt.internal.formatter.comment.SubstitutionTextReader
 
subTask(String) - Method in class org.eclipse.jdt.internal.core.BatchInitializationMonitor
 
subTask(String) - Method in class org.eclipse.jdt.internal.core.builder.BuildNotifier
 
subTask(String) - Method in class org.eclipse.jdt.internal.core.JavaModelOperation
 
subTaskName - Variable in class org.eclipse.jdt.internal.core.BatchInitializationMonitor
 
subtreeBytes() - Method in class org.eclipse.jdt.core.dom.ASTNode
Returns an estimate of the memory footprint in bytes of the entire subtree rooted at this node.
subtreeMatch(ASTMatcher, Object) - Method in class org.eclipse.jdt.core.dom.ASTNode
Returns whether the subtree rooted at the given node matches the given other object as decided by the given matcher.
SubTypeSearchJob - Class in org.eclipse.jdt.internal.core.search
 
SubTypeSearchJob(SearchPattern, SearchParticipant, IJavaSearchScope, IndexQueryRequestor) - Constructor for class org.eclipse.jdt.internal.core.search.SubTypeSearchJob
 
SUFFIX_class - Static variable in interface org.eclipse.jdt.internal.compiler.util.SuffixConstants
 
SUFFIX_CLASS - Static variable in interface org.eclipse.jdt.internal.compiler.util.SuffixConstants
 
SUFFIX_java - Static variable in interface org.eclipse.jdt.internal.compiler.util.SuffixConstants
 
SUFFIX_JAVA - Static variable in interface org.eclipse.jdt.internal.compiler.util.SuffixConstants
 
SUFFIX_STRING_class - Static variable in interface org.eclipse.jdt.internal.compiler.util.SuffixConstants
 
SUFFIX_STRING_CLASS - Static variable in interface org.eclipse.jdt.internal.compiler.util.SuffixConstants
 
SUFFIX_STRING_java - Static variable in interface org.eclipse.jdt.internal.compiler.util.SuffixConstants
 
SUFFIX_STRING_JAVA - Static variable in interface org.eclipse.jdt.internal.compiler.util.SuffixConstants
 
SuffixConstants - Interface in org.eclipse.jdt.internal.compiler.util
 
suggestArgumentNames(IJavaProject, char[], char[], int, char[][]) - Static method in class org.eclipse.jdt.core.NamingConventions
Deprecated. Use NamingConventions.suggestVariableNames(int, int, String, IJavaProject, int, String[], boolean) instead with NamingConventions.VK_PARAMETER as variable kind.
suggestArgumentNames(IJavaProject, String, String, int, String[]) - Static method in class org.eclipse.jdt.core.NamingConventions
Deprecated. Use NamingConventions.suggestVariableNames(int, int, String, IJavaProject, int, String[], boolean) instead with NamingConventions.VK_PARAMETER as variable kind.
suggestFieldNames(IJavaProject, char[], char[], int, int, char[][]) - Static method in class org.eclipse.jdt.core.NamingConventions
Deprecated. Use NamingConventions.suggestVariableNames(int, int, String, IJavaProject, int, String[], boolean) instead with NamingConventions.VK_INSTANCE_FIELD or NamingConventions.VK_STATIC_FIELD as variable kind.
suggestFieldNames(IJavaProject, String, String, int, int, String[]) - Static method in class org.eclipse.jdt.core.NamingConventions
Deprecated. Use NamingConventions.suggestVariableNames(int, int, String, IJavaProject, int, String[], boolean) instead with NamingConventions.VK_INSTANCE_FIELD or NamingConventions.VK_STATIC_FIELD as variable kind.
suggestGetterName(IJavaProject, char[], int, boolean, char[][]) - Static method in class org.eclipse.jdt.core.NamingConventions
Suggest name for a getter method.
suggestGetterName(IJavaProject, String, int, boolean, String[]) - Static method in class org.eclipse.jdt.core.NamingConventions
Suggest name for a getter method.
suggestLocalVariableNames(IJavaProject, char[], char[], int, char[][]) - Static method in class org.eclipse.jdt.core.NamingConventions
Deprecated. Use NamingConventions.suggestVariableNames(int, int, String, IJavaProject, int, String[], boolean) instead with NamingConventions.VK_LOCAL as variable kind.
suggestLocalVariableNames(IJavaProject, String, String, int, String[]) - Static method in class org.eclipse.jdt.core.NamingConventions
Deprecated. Use NamingConventions.suggestVariableNames(int, int, String, IJavaProject, int, String[], boolean) instead with NamingConventions.VK_LOCAL as variable kind.
suggestSetterName(IJavaProject, char[], int, boolean, char[][]) - Static method in class org.eclipse.jdt.core.NamingConventions
Suggest name for a setter method.
suggestSetterName(IJavaProject, String, int, boolean, String[]) - Static method in class org.eclipse.jdt.core.NamingConventions
Suggest name for a setter method.
suggestStaticImport - Variable in class org.eclipse.jdt.internal.codeassist.impl.AssistOptions
 
suggestVariableNames(int, int, String, IJavaProject, int, String[], boolean) - Static method in class org.eclipse.jdt.core.NamingConventions
Suggests names for a variable.
suggestVariableNames(int, int, char[], IJavaProject, int, char[], char[][], boolean, INamingRequestor) - Static method in class org.eclipse.jdt.internal.core.InternalNamingConventions
 
SUPER - Static variable in interface org.eclipse.jdt.internal.codeassist.impl.Keywords
 
SUPER - Static variable in class org.eclipse.jdt.internal.codeassist.select.SelectionParser
 
Super - Static variable in class org.eclipse.jdt.internal.compiler.ast.ExplicitConstructorCall
 
SUPER - Static variable in class org.eclipse.jdt.internal.compiler.ast.Wildcard
 
SUPER - Static variable in class org.eclipse.jdt.internal.compiler.impl.IrritantSet
 
SUPER_CALL - Static variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
SUPER_CLASS - Static variable in class org.eclipse.jdt.internal.formatter.align.Alignment
 
SUPER_CONSTRUCTOR - Static variable in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
SUPER_CONSTRUCTOR_INVOCATION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type SuperConstructorInvocation.
SUPER_FIELD_ACCESS - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type SuperFieldAccess.
SUPER_INTERFACE_TYPES_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.EnumDeclaration
The "superInterfaceTypes" structural property of this node type (element type: Type).
SUPER_INTERFACE_TYPES_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.TypeDeclaration
The "superInterfaceTypes" structural property of this node type (element type: Type) (added in JLS3 API).
SUPER_INTERFACES - Static variable in interface org.eclipse.jdt.core.util.IClassFileReader
This value should be used to read the constant pool entries and the super interface names of a .class file.
SUPER_INTERFACES - Static variable in class org.eclipse.jdt.internal.formatter.align.Alignment
 
SUPER_INTERFACES_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.TypeDeclaration
The "superInterfaces" structural property of this node type (element type: Name) (JLS2 API only).
SUPER_INVOCATION_FLAVOR - Static variable in class org.eclipse.jdt.internal.core.search.matching.PatternLocator
 
SUPER_METHOD_INVOCATION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type SuperMethodInvocation.
SUPER_REF - Static variable in interface org.eclipse.jdt.internal.core.search.indexing.IIndexConstants
 
SUPER_REF_PATTERN - Static variable in interface org.eclipse.jdt.internal.core.search.indexing.IIndexConstants
 
SUPER_REFERENCE - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
Return only super field accesses or super method invocations (e.g.
SuperAccess - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
superclass - Variable in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
 
superclass - Variable in class org.eclipse.jdt.internal.compiler.ISourceElementRequestor.TypeInfo
 
superclass - Variable in class org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding
 
superclass() - Method in class org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding
 
superclass - Variable in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
 
superclass() - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
 
superclass() - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
 
superclass - Variable in class org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
 
superclass() - Method in class org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
 
superclass - Variable in class org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding
 
superclass() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding
 
superclass() - Method in class org.eclipse.jdt.internal.compiler.lookup.WildcardBinding
 
SUPERCLASS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.TypeDeclaration
The "superclass" structural property of this node type (child type: Name) (JLS2 API only).
SUPERCLASS_TYPE_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.TypeDeclaration
The "superclassType" structural property of this node type (child type: Type) (added in JLS3 API).
SuperclassAmbiguous - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Deprecated. - problem is no longer generated, use IProblem.AmbiguousType instead
SuperclassInheritedNameHidesEnclosingName - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Deprecated. - problem is no longer generated, use IProblem.InheritedTypeHidesEnclosingName instead
SuperclassInternalNameProvided - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Deprecated. - problem is no longer generated, use IProblem.InternalTypeNameProvided instead
SuperclassMustBeAClass - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
superclassMustBeAClass(SourceTypeBinding, TypeReference, ReferenceBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
superclassName - Variable in class org.eclipse.jdt.internal.core.hierarchy.HierarchyType
 
superclassName - Variable in class org.eclipse.jdt.internal.core.SourceTypeElementInfo
The name of the superclass for this type.
SuperclassNotFound - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Deprecated. - problem is no longer generated, use IProblem.UndefinedType instead
SuperclassNotVisible - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Deprecated. - problem is no longer generated, use IProblem.NotVisibleType instead
superClassOrInterface - Variable in class org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern
 
SuperConstructorInvocation - Class in org.eclipse.jdt.core.dom
Super constructor invocation statement AST node type.
SuperFieldAccess - Class in org.eclipse.jdt.core.dom
Simple or qualified "super" field access expression AST node type.
SuperFieldReadAccess - Static variable in class org.eclipse.jdt.internal.compiler.lookup.SyntheticMethodBinding
 
SuperFieldWriteAccess - Static variable in class org.eclipse.jdt.internal.compiler.lookup.SyntheticMethodBinding
 
SuperfluousSemicolon - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
superfluousSemicolon(int, int) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
SuperInterfaceMustBeAnInterface - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
superinterfaceMustBeAnInterface(SourceTypeBinding, TypeReference, ReferenceBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
superInterfaceNames - Variable in class org.eclipse.jdt.internal.core.hierarchy.HierarchyType
 
superInterfaceNames - Variable in class org.eclipse.jdt.internal.core.SourceTypeElementInfo
The names of the interfaces this type implements or extends.
superInterfaces() - Method in class org.eclipse.jdt.core.dom.TypeDeclaration
Deprecated. In the JLS3 API, this method is replaced by TypeDeclaration.superInterfaceTypes().
superInterfaces - Variable in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
 
superinterfaces - Variable in class org.eclipse.jdt.internal.compiler.ISourceElementRequestor.TypeInfo
 
superInterfaces - Variable in class org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding
 
superInterfaces() - Method in class org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding
 
superInterfaces - Variable in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
 
superInterfaces() - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
 
superInterfaces() - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
 
superInterfaces - Variable in class org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
 
superInterfaces() - Method in class org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
 
superInterfaces - Variable in class org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding
 
superInterfaces() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding
 
superInterfaces() - Method in class org.eclipse.jdt.internal.compiler.lookup.WildcardBinding
 
SuperInterfacesCollide - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
superinterfacesCollide(TypeBinding, ASTNode, TypeBinding, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
superInterfaceTypes() - Method in class org.eclipse.jdt.core.dom.EnumDeclaration
Returns the live ordered list of superinterfaces of this enum declaration.
superInterfaceTypes() - Method in class org.eclipse.jdt.core.dom.TypeDeclaration
Returns the live ordered list of superinterfaces of this type declaration (added in JLS3 API).
SuperMethodAccess - Static variable in class org.eclipse.jdt.internal.compiler.lookup.SyntheticMethodBinding
 
SuperMethodInvocation - Class in org.eclipse.jdt.core.dom
Simple or qualified "super" method invocation expression AST node type.
superQualification - Variable in class org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern
 
SuperReference - Class in org.eclipse.jdt.internal.compiler.ast
 
SuperReference(int, int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.SuperReference
 
superRefKind - Variable in class org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern
 
superSimpleName - Variable in class org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern
 
SUPERTYPE_REF_FLAVOR - Static variable in class org.eclipse.jdt.internal.core.search.matching.PatternLocator
 
SUPERTYPE_TYPE_REFERENCE - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
Return only type references used as a super type or as a super interface.
superTypeCannotUseWildcard(SourceTypeBinding, TypeReference, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
SuperTypeNamesCollector - Class in org.eclipse.jdt.internal.core.search.matching
Collects the super type names of a given declaring type.
SuperTypeNamesCollector(SearchPattern, char[], char[], MatchLocator, IType, IProgressMonitor) - Constructor for class org.eclipse.jdt.internal.core.search.matching.SuperTypeNamesCollector
 
SuperTypeNamesCollector.TypeDeclarationVisitor - Class in org.eclipse.jdt.internal.core.search.matching
An ast visitor that visits type declarations and member type declarations collecting their super type names.
SuperTypeNamesCollector.TypeDeclarationVisitor() - Constructor for class org.eclipse.jdt.internal.core.search.matching.SuperTypeNamesCollector.TypeDeclarationVisitor
 
superTypeReference - Variable in class org.eclipse.jdt.internal.compiler.lookup.ClassScope
 
SuperTypeReferenceLocator - Class in org.eclipse.jdt.internal.core.search.matching
 
SuperTypeReferenceLocator(SuperTypeReferencePattern) - Constructor for class org.eclipse.jdt.internal.core.search.matching.SuperTypeReferenceLocator
 
SuperTypeReferencePattern - Class in org.eclipse.jdt.internal.core.search.matching
 
SuperTypeReferencePattern(char[], char[], int, int) - Constructor for class org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern
 
SuperTypeReferencePattern(char[], char[], int, char, int) - Constructor for class org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern
 
superTypes() - Method in class org.eclipse.jdt.internal.core.SimpleDelta
 
SuperTypeUsingWildcard - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
suppress_scanner - Static variable in class java_cup.Main
User option -- should generator suppress references to java_cup.runtime.Scanner for compatibility with old runtimes?
suppressOptionalErrors - Variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
Indicate if @SuppressWarning annotations should also suppress optional errors
suppressWarnings - Variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
Indicate if @SuppressWarning annotations are activated
SWAP - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
swap() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
swapUnresolved(UnresolvedReferenceBinding, ReferenceBinding, LookupEnvironment) - Method in class org.eclipse.jdt.internal.compiler.lookup.ArrayBinding
 
swapUnresolved(UnresolvedReferenceBinding, ReferenceBinding, LookupEnvironment) - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
 
swapUnresolved(UnresolvedReferenceBinding, ReferenceBinding, LookupEnvironment) - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
 
swapUnresolved(UnresolvedReferenceBinding, ReferenceBinding, LookupEnvironment) - Method in class org.eclipse.jdt.internal.compiler.lookup.WildcardBinding
 
SWITCH - Static variable in interface org.eclipse.jdt.internal.codeassist.impl.Keywords
 
SWITCH_CASE - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type SwitchCase.
SWITCH_STATEMENT - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type SwitchStatement.
SwitchCase - Class in org.eclipse.jdt.core.dom
Switch case AST node type.
SwitchFlowContext - Class in org.eclipse.jdt.internal.compiler.flow
Reflects the context of code analysis, keeping track of enclosing try statements, exception handlers, etc...
SwitchFlowContext(FlowContext, ASTNode, BranchLabel) - Constructor for class org.eclipse.jdt.internal.compiler.flow.SwitchFlowContext
 
SwitchOnEnumNotBelow15 - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
SwitchOnStringsNotBelow17 - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
SwitchStatement - Class in org.eclipse.jdt.core.dom
Switch statement AST node type.
SwitchStatement - Class in org.eclipse.jdt.internal.compiler.ast
 
SwitchStatement() - Constructor for class org.eclipse.jdt.internal.compiler.ast.SwitchStatement
 
SwitchTable - Static variable in class org.eclipse.jdt.internal.compiler.lookup.SyntheticMethodBinding
 
sym - Variable in class java_cup.runtime.Symbol
The symbol number of the terminal or non terminal being represented
sym_interface - Static variable in class java_cup.Main
User option -- should symbols be put in a class or an interface? [CSA]
Symbol - Class in java_cup.runtime
Defines the Symbol class, which is used to represent all terminals and nonterminals while parsing.
Symbol(int, Symbol, Symbol, Object) - Constructor for class java_cup.runtime.Symbol
 
Symbol(int, Symbol, Symbol) - Constructor for class java_cup.runtime.Symbol
 
Symbol(int, int, int, Object) - Constructor for class java_cup.runtime.Symbol
Constructor for l,r values
Symbol(int, Object) - Constructor for class java_cup.runtime.Symbol
Constructor for no l,r values
Symbol(int, int, int) - Constructor for class java_cup.runtime.Symbol
Constructor for no value
Symbol(int) - Constructor for class java_cup.runtime.Symbol
Constructor for no value or l,r
symbol - Class in java_cup
This abstract class serves as the base class for grammar symbols (i.e., both terminals and non-terminals).
symbol(String, String) - Constructor for class java_cup.symbol
Full constructor.
symbol(String) - Constructor for class java_cup.symbol
Constructor with default type.
symbol_after_dot() - Method in class java_cup.lr_item_core
Return the symbol after the dot.
symbol_class_file - Static variable in class java_cup.Main
Output file for the symbol constant class.
symbol_const_class_name - Static variable in class java_cup.emit
Name of the generated class for symbol constants.
symbol_part - Class in java_cup
This class represents a part of a production which is a symbol (terminal or non terminal).
symbol_part(symbol, String) - Constructor for class java_cup.symbol_part
Full constructor.
symbol_part(symbol) - Constructor for class java_cup.symbol_part
Constructor with no label.
symbol_set - Class in java_cup
This class represents a set of symbols and provides a series of set operations to manipulate them.
symbol_set() - Constructor for class java_cup.symbol_set
Constructor for an empty set.
symbol_set(symbol_set) - Constructor for class java_cup.symbol_set
Constructor for cloning from another set.
symbolFactory - Variable in class java_cup.runtime.lr_parser
 
SymbolFactory - Interface in java_cup.runtime
Creates the Symbols interface, which CUP uses as default
symbols(PrintWriter, boolean, boolean) - Static method in class java_cup.emit
Emit code for the symbol constant class, optionally including non terms, if they have been requested.
symbols_time - Static variable in class java_cup.emit
Time to produce symbol constant class.
SYNCHRONIZED - Static variable in class org.eclipse.jdt.core.dom.Modifier
"synchronized" modifier constant (bit mask).
SYNCHRONIZED - Static variable in interface org.eclipse.jdt.internal.codeassist.impl.Keywords
 
SYNCHRONIZED - Static variable in class org.eclipse.jdt.internal.compiler.impl.IrritantSet
 
SYNCHRONIZED_KEYWORD - Static variable in class org.eclipse.jdt.core.dom.Modifier.ModifierKeyword
"synchronized" modifier with flag value Modifier.SYNCHRONIZED.
SYNCHRONIZED_STATEMENT - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type SynchronizedStatement.
synchronizedBlockSourceStart - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
SynchronizedStatement - Class in org.eclipse.jdt.core.dom
Synchronized statement AST node type.
SynchronizedStatement - Class in org.eclipse.jdt.internal.compiler.ast
 
SynchronizedStatement(Expression, Block, int, int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.SynchronizedStatement
 
synchroVariable - Variable in class org.eclipse.jdt.internal.compiler.ast.SynchronizedStatement
 
Syntax - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
syntax_error(Symbol) - Method in class java_cup.runtime.lr_parser
This method is called when a syntax error has been detected and recovery is about to be invoked.
syntaxRecoverArgumentType(Object, List, Object) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionJavadocParser
 
syntaxRecoverEmptyArgumentType(Object) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionJavadocParser
 
syntaxRecoverQualifiedName(int) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionJavadocParser
 
syntaxRecoverQualifiedName(int) - Method in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
SYNTHETIC - Static variable in interface org.eclipse.jdt.core.util.IAttributeNamesConstants
"Synthetic" attribute.
synthetic - Variable in class org.eclipse.jdt.internal.compiler.ast.SwitchStatement
 
SYNTHETIC_ACCESS - Static variable in class org.eclipse.jdt.internal.compiler.impl.IrritantSet
 
SYNTHETIC_ACCESS_METHOD_PREFIX - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
SYNTHETIC_ASSERT_DISABLED - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
SYNTHETIC_CLASS - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
SYNTHETIC_ENCLOSING_INSTANCE_PREFIX - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
SYNTHETIC_ENUM_CONSTANT_INITIALIZATION_METHOD_PREFIX - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
SYNTHETIC_ENUM_VALUES - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
SYNTHETIC_OUTER_LOCAL_PREFIX - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
SYNTHETIC_STATIC_FACTORY - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
SYNTHETIC_SWITCH_ENUM_TABLE - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
syntheticAccessor - Variable in class org.eclipse.jdt.internal.compiler.ast.MessageSend
 
syntheticAccessors - Variable in class org.eclipse.jdt.internal.compiler.ast.FieldReference
 
syntheticAccessors - Variable in class org.eclipse.jdt.internal.compiler.ast.SingleNameReference
 
SyntheticArgumentBinding - Class in org.eclipse.jdt.internal.compiler.lookup
 
SyntheticArgumentBinding(LocalVariableBinding) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.SyntheticArgumentBinding
 
SyntheticArgumentBinding(ReferenceBinding) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.SyntheticArgumentBinding
 
syntheticEnclosingInstances() - Method in class org.eclipse.jdt.internal.compiler.lookup.NestedTypeBinding
 
syntheticEnclosingInstanceTypes() - Method in class org.eclipse.jdt.internal.compiler.lookup.NestedTypeBinding
 
syntheticEnclosingInstanceTypes() - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
 
syntheticEnclosingInstanceTypes() - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
 
SyntheticFieldBinding - Class in org.eclipse.jdt.internal.compiler.lookup
 
SyntheticFieldBinding(char[], TypeBinding, int, ReferenceBinding, Constant, int) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.SyntheticFieldBinding
 
syntheticFields() - Method in class org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
Answer the collection of synthetic fields to append into the classfile
SyntheticMethodBinding - Class in org.eclipse.jdt.internal.compiler.lookup
 
SyntheticMethodBinding(FieldBinding, boolean, boolean, ReferenceBinding) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.SyntheticMethodBinding
 
SyntheticMethodBinding(FieldBinding, ReferenceBinding, TypeBinding, char[]) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.SyntheticMethodBinding
 
SyntheticMethodBinding(MethodBinding, boolean, ReferenceBinding) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.SyntheticMethodBinding
 
SyntheticMethodBinding(MethodBinding, MethodBinding, SourceTypeBinding) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.SyntheticMethodBinding
Construct a bridge method
SyntheticMethodBinding(SourceTypeBinding, char[]) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.SyntheticMethodBinding
Construct enum special methods: values or valueOf methods
SyntheticMethodBinding(SourceTypeBinding, int, int) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.SyntheticMethodBinding
Construct enum special methods: values or valueOf methods
SyntheticMethodBinding(MethodBinding, SourceTypeBinding) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.SyntheticMethodBinding
 
syntheticMethods() - Method in class org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
 
SyntheticName - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.AttributeNamesConstants
 
syntheticOuterLocalVariables() - Method in class org.eclipse.jdt.internal.compiler.lookup.NestedTypeBinding
 
syntheticOuterLocalVariables() - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
 
syntheticOuterLocalVariables() - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
 
syntheticReadAccessors - Variable in class org.eclipse.jdt.internal.compiler.ast.QualifiedNameReference
 
syntheticWriteAccessor - Variable in class org.eclipse.jdt.internal.compiler.ast.QualifiedNameReference
 
SYSTEM - Static variable in class org.eclipse.jdt.core.util.ClassFileBytesDisassembler
This mode corresponds to the detailed mode plus the constant pool contents and any further information that would be useful for debugging purpose.
SYSTEM_LIBRARIES - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchScope
Include type constant (bit mask) indicating that system libraries should be considered in the search scope.
systemExitWhenFinished - Variable in class org.eclipse.jdt.internal.compiler.batch.Main
 

T

T_boolean - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
T_byte - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
T_char - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
T_CODE_SNIPPET - Static variable in class org.eclipse.jdt.internal.eval.EvaluationResult
The evaluation result contains the value of a code snippet or it reports a problem on a code snippet.
T_ConfiguredAnnotationNonNull - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
T_ConfiguredAnnotationNonNullByDefault - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
T_ConfiguredAnnotationNullable - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
T_double - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
T_float - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
T_IMPORT - Static variable in class org.eclipse.jdt.internal.eval.EvaluationResult
The evaluation result reports a problem on an import declaration.
T_int - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
T_INTERNAL - Static variable in class org.eclipse.jdt.internal.eval.EvaluationResult
The evaluation result reports an internal problem.
T_JavaIoException - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
T_JavaIoExternalizable - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
T_JavaIoObjectStreamException - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
T_JavaIoPrintStream - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
T_JavaIoSerializable - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
T_JavaLangAnnotationAnnotation - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
T_JavaLangAnnotationDocumented - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
T_JavaLangAnnotationElementType - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
T_JavaLangAnnotationInherited - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
T_JavaLangAnnotationRetention - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
T_JavaLangAnnotationRetentionPolicy - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
T_JavaLangAnnotationTarget - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
T_JavaLangAssertionError - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
T_JavaLangAutoCloseable - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
T_JavaLangBoolean - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
T_JavaLangByte - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
T_JavaLangCharacter - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
T_JavaLangClass - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
T_JavaLangClassNotFoundException - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
T_JavaLangCloneable - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
T_JavaLangDeprecated - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
T_JavaLangDouble - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
T_JavaLangEnum - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
T_JavaLangError - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
T_JavaLangException - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
T_JavaLangFloat - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
T_JavaLangIllegalArgumentException - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
T_JavaLangInteger - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
T_JavaLangInvokeMethodHandlePolymorphicSignature - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
T_JavaLangIterable - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
T_JavaLangLong - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
T_JavaLangNoClassDefError - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
T_JavaLangObject - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
T_JavaLangOverride - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
T_JavaLangReflectConstructor - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
T_JavaLangReflectField - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
T_JavaLangReflectMethod - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
T_JavaLangRuntimeException - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
T_JavaLangSafeVarargs - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
T_JavaLangShort - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
T_JavaLangString - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
T_JavaLangStringBuffer - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
T_JavaLangStringBuilder - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
T_JavaLangSuppressWarnings - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
T_JavaLangSystem - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
T_JavaLangThrowable - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
T_JavaLangVoid - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
T_JavaUtilCollection - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
T_JavaUtilIterator - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
T_long - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
T_null - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
T_OrgEclipseCoreRuntimeAssert - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
T_PACKAGE - Static variable in class org.eclipse.jdt.internal.eval.EvaluationResult
The evaluation result reports a problem on a package declaration.
T_short - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
T_undefined - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
T_VARIABLE - Static variable in class org.eclipse.jdt.internal.eval.EvaluationResult
The evaluation result contains the value of a variable or it reports a problem on a variable.
T_void - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
TAB - Static variable in class org.eclipse.jdt.core.JavaCore
Configurable option value: "tab".
TAB - Static variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
tab_char - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
tab_size - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
tabChar - Variable in class org.eclipse.jdt.internal.formatter.Scribe
 
table_end - Static variable in class java_cup.Main
Timing data -- when did we end table construction
tabLength - Variable in class org.eclipse.jdt.internal.formatter.Scribe
 
TABLESWITCH - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
tableswitch(CaseLabel, int, int, int[], int[], CaseLabel[]) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
tabString(int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredElement
 
tabString(int) - Method in class org.eclipse.jdt.internal.core.JavaElement
 
tAction(int, int) - Static method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
tag - Variable in class org.eclipse.jdt.internal.compiler.codegen.VerificationTypeInfo
 
TAG_ACCESS_RULE - Static variable in class org.eclipse.jdt.internal.core.ClasspathEntry
 
TAG_ACCESS_RULES - Static variable in class org.eclipse.jdt.internal.core.ClasspathEntry
 
TAG_ACCESSIBLE - Static variable in class org.eclipse.jdt.internal.core.ClasspathEntry
 
TAG_ATTRIBUTE - Static variable in class org.eclipse.jdt.internal.core.ClasspathEntry
 
TAG_ATTRIBUTE_NAME - Static variable in class org.eclipse.jdt.internal.core.ClasspathEntry
 
TAG_ATTRIBUTE_VALUE - Static variable in class org.eclipse.jdt.internal.core.ClasspathEntry
 
TAG_ATTRIBUTES - Static variable in class org.eclipse.jdt.internal.core.ClasspathEntry
 
TAG_AUTHOR - Static variable in class org.eclipse.jdt.core.dom.TagElement
Standard doc tag name (value "@author").
TAG_AUTHOR - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
TAG_AUTHOR_LENGTH - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
TAG_AUTHOR_VALUE - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
TAG_CATEGORY - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
TAG_CATEGORY_LENGTH - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
TAG_CATEGORY_VALUE - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
TAG_CLASSPATH - Static variable in class org.eclipse.jdt.internal.core.ClasspathEntry
 
TAG_CLASSPATHENTRY - Static variable in class org.eclipse.jdt.internal.core.ClasspathEntry
 
TAG_CODE - Static variable in class org.eclipse.jdt.core.dom.TagElement
Standard inline doc tag name (value "@code").
TAG_CODE - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
TAG_CODE_LENGTH - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
TAG_CODE_VALUE - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
TAG_COMBINE_ACCESS_RULES - Static variable in class org.eclipse.jdt.internal.core.ClasspathEntry
 
TAG_DEPRECATED - Static variable in class org.eclipse.jdt.core.dom.TagElement
Standard doc tag name (value "@deprecated").
TAG_DEPRECATED - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
TAG_DEPRECATED_LENGTH - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
TAG_DEPRECATED_VALUE - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
TAG_DISCOURAGED - Static variable in class org.eclipse.jdt.internal.core.ClasspathEntry
 
TAG_DOC_ROOT - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
TAG_DOC_ROOT_LENGTH - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
TAG_DOC_ROOT_VALUE - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
TAG_DOCROOT - Static variable in class org.eclipse.jdt.core.dom.TagElement
Standard inline doc tag name (value "@docRoot").
TAG_ELEMENT - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type TagElement.
TAG_EXCEPTION - Static variable in class org.eclipse.jdt.core.dom.TagElement
Standard doc tag name (value "@exception").
TAG_EXCEPTION - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
TAG_EXCEPTION_LENGTH - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
TAG_EXCEPTION_VALUE - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
TAG_EXCLUDING - Static variable in class org.eclipse.jdt.internal.core.ClasspathEntry
 
TAG_EXPORTED - Static variable in class org.eclipse.jdt.internal.core.ClasspathEntry
 
TAG_IGNORE_IF_BETTER - Static variable in class org.eclipse.jdt.internal.core.ClasspathEntry
 
TAG_INCLUDING - Static variable in class org.eclipse.jdt.internal.core.ClasspathEntry
 
TAG_INHERITDOC - Static variable in class org.eclipse.jdt.core.dom.TagElement
Standard inline doc tag name (value "@inheritDoc").
TAG_INHERITDOC - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
TAG_INHERITDOC_LENGTH - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
TAG_INHERITDOC_VALUE - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
TAG_KIND - Static variable in class org.eclipse.jdt.internal.core.ClasspathEntry
 
TAG_LINK - Static variable in class org.eclipse.jdt.core.dom.TagElement
Standard inline doc tag name (value "@link").
TAG_LINK - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
TAG_LINK_LENGTH - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
TAG_LINK_VALUE - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
TAG_LINKPLAIN - Static variable in class org.eclipse.jdt.core.dom.TagElement
Standard inline doc tag name (value "@linkplain").
TAG_LINKPLAIN - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
TAG_LINKPLAIN_LENGTH - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
TAG_LINKPLAIN_VALUE - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
TAG_LITERAL - Static variable in class org.eclipse.jdt.core.dom.TagElement
Standard inline doc tag name (value "@literal").
TAG_LITERAL - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
TAG_LITERAL_LENGTH - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
TAG_LITERAL_VALUE - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
TAG_NAME_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.TagElement
The "tagName" structural property of this node type (type: String).
TAG_NAMES - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
TAG_NON_ACCESSIBLE - Static variable in class org.eclipse.jdt.internal.core.ClasspathEntry
 
TAG_OTHERS_VALUE - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
TAG_OUTPUT - Static variable in class org.eclipse.jdt.internal.core.ClasspathEntry
 
TAG_PARAM - Static variable in class org.eclipse.jdt.core.dom.TagElement
Standard doc tag name (value "@param").
TAG_PARAM - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
TAG_PARAM_LENGTH - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
TAG_PARAM_VALUE - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
TAG_PATH - Static variable in class org.eclipse.jdt.internal.core.ClasspathEntry
 
TAG_PATTERN - Static variable in class org.eclipse.jdt.internal.core.ClasspathEntry
 
TAG_POSTFIX - Static variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
TAG_POSTFIX - Static variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
TAG_POSTFIX_LENGTH - Static variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
TAG_POSTFIX_LENGTH - Static variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
TAG_PREFIX - Static variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
TAG_PREFIX - Static variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
TAG_PREFIX_LENGTH - Static variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
TAG_PREFIX_LENGTH - Static variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
TAG_REFERENCED_ENTRY - Static variable in class org.eclipse.jdt.internal.core.ClasspathEntry
 
TAG_RETURN - Static variable in class org.eclipse.jdt.core.dom.TagElement
Standard doc tag name (value "@return").
TAG_RETURN - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
TAG_RETURN_LENGTH - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
TAG_RETURN_VALUE - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
TAG_ROOTPATH - Static variable in class org.eclipse.jdt.internal.core.ClasspathEntry
 
TAG_SEE - Static variable in class org.eclipse.jdt.core.dom.TagElement
Standard doc tag name (value "@see").
TAG_SEE - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
TAG_SEE_LENGTH - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
TAG_SEE_VALUE - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
TAG_SERIAL - Static variable in class org.eclipse.jdt.core.dom.TagElement
Standard doc tag name (value "@serial").
TAG_SERIAL - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
TAG_SERIAL_DATA - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
TAG_SERIAL_DATA_LENGTH - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
TAG_SERIAL_DATA_VALUE - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
TAG_SERIAL_FIELD - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
TAG_SERIAL_FIELD_LENGTH - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
TAG_SERIAL_FIELD_VALUE - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
TAG_SERIAL_LENGTH - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
TAG_SERIAL_VALUE - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
TAG_SERIALDATA - Static variable in class org.eclipse.jdt.core.dom.TagElement
Standard doc tag name (value "@serialData").
TAG_SERIALFIELD - Static variable in class org.eclipse.jdt.core.dom.TagElement
Standard doc tag name (value "@serialField").
TAG_SINCE - Static variable in class org.eclipse.jdt.core.dom.TagElement
Standard doc tag name (value "@since").
TAG_SINCE - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
TAG_SINCE_LENGTH - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
TAG_SINCE_VALUE - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
TAG_SOURCEPATH - Static variable in class org.eclipse.jdt.internal.core.ClasspathEntry
 
TAG_THROWS - Static variable in class org.eclipse.jdt.core.dom.TagElement
Standard doc tag name (value "@throws").
TAG_THROWS - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
TAG_THROWS_LENGTH - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
TAG_THROWS_VALUE - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
TAG_TYPE_BLOCK - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
TAG_TYPE_INLINE - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
TAG_TYPE_NONE - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
TAG_VALUE - Static variable in class org.eclipse.jdt.core.dom.TagElement
Standard inline doc tag name (value "@value").
TAG_VALUE - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
TAG_VALUE_LENGTH - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
TAG_VALUE_VALUE - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
TAG_VERSION - Static variable in class org.eclipse.jdt.core.dom.TagElement
Standard doc tag name (value "@version").
TAG_VERSION - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
TAG_VERSION_LENGTH - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
TAG_VERSION_VALUE - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
tagAsAccepted() - Method in class org.eclipse.jdt.internal.compiler.CompilationResult
 
tagAsHavingErrors() - Method in class org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
 
tagAsHavingErrors() - Method in class org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration
 
tagAsHavingErrors() - Method in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
 
tagAsHavingErrors() - Method in interface org.eclipse.jdt.internal.compiler.impl.ReferenceContext
 
tagAsNeedCheckCast() - Method in class org.eclipse.jdt.internal.compiler.ast.CastExpression
 
tagAsNeedCheckCast() - Method in class org.eclipse.jdt.internal.compiler.ast.Expression
 
tagAsUnnecessaryCast(Scope, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.ast.CastExpression
 
tagAsUnnecessaryCast(Scope, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.ast.Expression
Record the fact a cast expression got detected as being unnecessary.
tagAsUnnecessaryCast(Scope, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.ast.InstanceOfExpression
 
tagBits - Variable in class org.eclipse.jdt.internal.compiler.classfmt.FieldInfo
 
tagBits - Variable in class org.eclipse.jdt.internal.compiler.classfmt.MethodInfo
 
tagBits - Variable in class org.eclipse.jdt.internal.compiler.codegen.BranchLabel
 
tagBits - Variable in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrame
 
tagBits - Variable in class org.eclipse.jdt.internal.compiler.flow.FlowContext
 
tagBits - Variable in class org.eclipse.jdt.internal.compiler.flow.FlowInfo
 
tagBits - Variable in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
 
tagBits - Variable in class org.eclipse.jdt.internal.compiler.lookup.PackageBinding
 
TagBits - Interface in org.eclipse.jdt.internal.compiler.lookup
 
tagBits - Variable in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
 
tagBits - Variable in class org.eclipse.jdt.internal.compiler.lookup.VariableBinding
 
TagElement - Class in org.eclipse.jdt.core.dom
AST node for a tag within a doc comment.
tagIndirectlyAccessibleMembers() - Method in class org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
 
tags() - Method in class org.eclipse.jdt.core.dom.Javadoc
Returns the live list of tag elements that make up this doc comment.
TAGS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.Javadoc
The "tags" structural property of this node type (element type: TagElement).
tagSourceEnd - Variable in class org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression
 
tagSourceEnd - Variable in class org.eclipse.jdt.internal.compiler.ast.JavadocArrayQualifiedTypeReference
 
tagSourceEnd - Variable in class org.eclipse.jdt.internal.compiler.ast.JavadocFieldReference
 
tagSourceEnd - Variable in class org.eclipse.jdt.internal.compiler.ast.JavadocMessageSend
 
tagSourceEnd - Variable in class org.eclipse.jdt.internal.compiler.ast.JavadocQualifiedTypeReference
 
tagSourceEnd - Variable in class org.eclipse.jdt.internal.compiler.ast.JavadocSingleNameReference
 
tagSourceEnd - Variable in class org.eclipse.jdt.internal.compiler.ast.JavadocSingleTypeReference
 
tagSourceEnd - Variable in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
tagSourceStart - Variable in class org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression
 
tagSourceStart - Variable in class org.eclipse.jdt.internal.compiler.ast.JavadocArrayQualifiedTypeReference
 
tagSourceStart - Variable in class org.eclipse.jdt.internal.compiler.ast.JavadocFieldReference
 
tagSourceStart - Variable in class org.eclipse.jdt.internal.compiler.ast.JavadocMessageSend
 
tagSourceStart - Variable in class org.eclipse.jdt.internal.compiler.ast.JavadocQualifiedTypeReference
 
tagSourceStart - Variable in class org.eclipse.jdt.internal.compiler.ast.JavadocSingleNameReference
 
tagSourceStart - Variable in class org.eclipse.jdt.internal.compiler.ast.JavadocSingleTypeReference
 
tagSourceStart - Variable in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
tagValue - Variable in class org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression
 
tagValue - Variable in class org.eclipse.jdt.internal.compiler.ast.JavadocFieldReference
 
tagValue - Variable in class org.eclipse.jdt.internal.compiler.ast.JavadocMessageSend
 
tagValue - Variable in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
TARGET_EXCEPTION - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status constant indicating that a TargetException occurred.
targetEnumType - Variable in class org.eclipse.jdt.internal.compiler.lookup.SyntheticMethodBinding
 
targetJDK - Variable in class org.eclipse.jdt.internal.compiler.ClassFile
 
targetJDK - Variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
VM target level, refers to a JDK version, e.g.
targetLabel - Variable in class org.eclipse.jdt.internal.compiler.ast.BranchStatement
 
targetLabel - Variable in class org.eclipse.jdt.internal.compiler.ast.CaseStatement
 
targetLabel - Variable in class org.eclipse.jdt.internal.compiler.ast.LabeledStatement
 
targetLevel - Variable in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
targetMethod - Variable in class org.eclipse.jdt.internal.compiler.lookup.SyntheticMethodBinding
 
targetReadField - Variable in class org.eclipse.jdt.internal.compiler.lookup.SyntheticMethodBinding
 
TargetSourceRangeComputer - Class in org.eclipse.jdt.core.dom.rewrite
An object for computing adjusted source ranges for AST nodes that are being replaced or deleted.
TargetSourceRangeComputer() - Constructor for class org.eclipse.jdt.core.dom.rewrite.TargetSourceRangeComputer
Creates a new target source range computer.
TargetSourceRangeComputer.SourceRange - Class in org.eclipse.jdt.core.dom.rewrite
Reified source range.
TargetSourceRangeComputer.SourceRange(int, int) - Constructor for class org.eclipse.jdt.core.dom.rewrite.TargetSourceRangeComputer.SourceRange
Creates a new source range.
targetType - Variable in class org.eclipse.jdt.internal.compiler.ast.ClassLiteralAccess
 
targetWriteField - Variable in class org.eclipse.jdt.internal.compiler.lookup.SyntheticMethodBinding
 
Task - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
Task - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
task(String, String, String, int, int) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
TASK_MARKER - Static variable in interface org.eclipse.jdt.core.IJavaModelMarker
Java model task marker type (value "org.eclipse.jdt.core.task").
taskCount - Variable in class org.eclipse.jdt.internal.compiler.CompilationResult
 
taskPriorities - Variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
Respective priorities of recognized task tags
taskPriorities - Variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
taskPriorities - Variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
tasks - Variable in class org.eclipse.jdt.internal.compiler.CompilationResult
 
Tasks - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
taskTags - Variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
Tags used to recognize tasks in comments
taskTags - Variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
taskTags - Variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
term_action - Static variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
term_check - Static variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
terminal - Class in java_cup
This class represents a terminal symbol in the grammar.
terminal(String, String, int, int) - Constructor for class java_cup.terminal
Full constructor.
terminal(String, String) - Constructor for class java_cup.terminal
Constructor for non-precedented terminal
terminal(String) - Constructor for class java_cup.terminal
Constructor with default type.
terminal_index - Static variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
terminal_set - Class in java_cup
A set of terminals implemented as a bitset.
terminal_set() - Constructor for class java_cup.terminal_set
Constructor for an empty set.
terminal_set(terminal_set) - Constructor for class java_cup.terminal_set
Constructor for cloning from another set.
TerminalTokens - Interface in org.eclipse.jdt.internal.compiler.parser
Maps each terminal symbol in the java-grammar into a unique integer.
TEST_372319 - Static variable in class org.eclipse.jdt.internal.compiler.ast.FakedTrackingVariable
 
TEXT - Static variable in interface org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadoc
 
TEXT_ELEMENT - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type TextElement.
TEXT_PARSE - Static variable in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
TEXT_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.TextElement
The "text" structural property of this node type (type: String).
TEXT_VERIF - Static variable in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
TextElement - Class in org.eclipse.jdt.core.dom
AST node for a text element within a doc comment.
textStart - Variable in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
the_production() - Method in class java_cup.lr_item_core
The production for the item.
the_symbol() - Method in class java_cup.symbol_part
The symbol that this part is made up of.
THEN_EXPRESSION_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.ConditionalExpression
The "thenExpression" structural property of this node type (child type: Expression).
THEN_STATEMENT_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.IfStatement
The "thenStatement" structural property of this node type (child type: Statement).
ThenExit - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
thenStatement - Variable in class org.eclipse.jdt.internal.compiler.ast.IfStatement
 
THIS - Static variable in interface org.eclipse.jdt.internal.codeassist.impl.Keywords
 
THIS - Static variable in class org.eclipse.jdt.internal.codeassist.select.SelectionParser
 
This - Static variable in class org.eclipse.jdt.internal.compiler.ast.ExplicitConstructorCall
 
This - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
THIS_CALL - Static variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
THIS_CONSTRUCTOR - Static variable in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
THIS_EXPRESSION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type ThisExpression.
THIS_REFERENCE - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
Return only primary field accesses or primary method invocations (e.g.
ThisExpression - Class in org.eclipse.jdt.core.dom
Simple or qualified "this" AST node type.
ThisInStaticContext - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ThisReference - Class in org.eclipse.jdt.internal.compiler.ast
 
ThisReference(int, int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.ThisReference
 
ThisSuperDuringConstructorInvocation - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
THRESHOLD - Static variable in class org.eclipse.jdt.internal.compiler.ReadManager
 
threshold - Variable in class org.eclipse.jdt.internal.compiler.util.SimpleLookupTable
 
threshold - Variable in class org.eclipse.jdt.internal.compiler.util.SimpleSet
 
threshold - Variable in class org.eclipse.jdt.internal.compiler.util.SimpleSetOfCharArray
 
threshold - Variable in class org.eclipse.jdt.internal.core.builder.NameSet
 
threshold - Variable in class org.eclipse.jdt.internal.core.builder.QualifiedNameSet
 
threshold - Variable in class org.eclipse.jdt.internal.core.builder.StringSet
 
threshold - Variable in class org.eclipse.jdt.internal.core.util.SimpleWordSet
 
THROW - Static variable in interface org.eclipse.jdt.internal.codeassist.impl.Keywords
 
THROW_STATEMENT - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type ThrowStatement.
throwAnyException(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
throwFormatException() - Method in class org.eclipse.jdt.internal.compiler.classfmt.FieldInfo
 
THROWN_EXCEPTIONS - Static variable in class org.eclipse.jdt.internal.core.util.KeyToSignature
 
THROWN_EXCEPTIONS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.MethodDeclaration
The "thrownExceptions" structural property of this node type (element type: Name).
ThrownExceptionFinder - Class in org.eclipse.jdt.internal.codeassist
 
ThrownExceptionFinder() - Constructor for class org.eclipse.jdt.internal.codeassist.ThrownExceptionFinder
 
thrownExceptions() - Method in class org.eclipse.jdt.core.dom.MethodDeclaration
Returns the live ordered list of thrown exception names in this method declaration.
thrownExceptions - Variable in class org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
 
thrownExceptions - Variable in class org.eclipse.jdt.internal.compiler.flow.InitializationFlowContext
 
thrownExceptions - Variable in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
 
THROWS - Static variable in interface org.eclipse.jdt.internal.codeassist.impl.Keywords
 
THROWS - Static variable in class org.eclipse.jdt.internal.formatter.align.Alignment
 
THROWS_CLAUSE_TYPE_REFERENCE - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
Return only type references used in a throws clause.
THROWS_TAG_EXPECTED_ORDER - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
ThrowStatement - Class in org.eclipse.jdt.core.dom
Throw statement AST node type.
ThrowStatement - Class in org.eclipse.jdt.internal.compiler.ast
 
ThrowStatement(Expression, int, int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.ThrowStatement
 
tiebreakMethod() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
Returns the method to use during tiebreak (usually the method itself).
tiebreakMethod() - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding
 
tieBreakRule - Variable in class org.eclipse.jdt.internal.formatter.align.Alignment
 
TIMEOUT_FOR_PARAMETER_NAME_FROM_ATTACHED_JAVADOC - Static variable in class org.eclipse.jdt.core.JavaCore
Core option ID: Set the timeout value for retrieving the method's parameter names from javadoc.
TIMES - Static variable in class org.eclipse.jdt.core.dom.InfixExpression.Operator
Multiplication "*" operator.
TIMES_ASSIGN - Static variable in class org.eclipse.jdt.core.dom.Assignment.Operator
= operator.
timeSpentInSeekTypesInBinaryPackage - Variable in class org.eclipse.jdt.internal.core.NameLookup
 
timeSpentInSeekTypesInSourcePackage - Variable in class org.eclipse.jdt.internal.core.NameLookup
 
timestamp - Variable in class org.eclipse.jdt.internal.core.CompilationUnitElementInfo
Timestamp of original resource at the time this element was opened or last updated.
timestamp - Variable in class org.eclipse.jdt.internal.core.util.LRUCache.LRUCacheEntry
Time value for queue sorting
timestampCounter - Variable in class org.eclipse.jdt.internal.core.util.LRUCache
Counter for handing out sequential timestamps
timestampsOn - Variable in class org.eclipse.jdt.internal.core.OverflowingLRUCache
Indicates whether or not timestamps should be updated
timestr(long, long) - Static method in class java_cup.Main
Helper routine to format a decimal based display of seconds and percentage of total time given counts of milliseconds.
timing - Variable in class org.eclipse.jdt.internal.compiler.batch.Main
 
TIMING_DETAILED - Static variable in class org.eclipse.jdt.internal.compiler.batch.Main
 
TIMING_DISABLED - Static variable in class org.eclipse.jdt.internal.compiler.batch.Main
 
TIMING_ENABLED - Static variable in class org.eclipse.jdt.internal.compiler.batch.Main
 
title_str - Static variable in class java_cup.version
Full title of the system
TL_MEMBER_START - Static variable in class org.eclipse.jdt.core.CompletionContext
The completed token is the first token of a member declaration.
e.g.
TL_STATEMENT_START - Static variable in class org.eclipse.jdt.core.CompletionContext
The completed token is the first token of a statement.
e.g.
to_simple_string() - Method in class java_cup.lr_item_core
Convert to a string (separated out from toString() so we can call it from subclass that overrides toString()).
to_simple_string() - Method in class java_cup.production
Convert to a simpler string.
to_state() - Method in class java_cup.lalr_transition
The state we transition to.
toAnchor(int, char[], String, boolean) - Static method in class org.eclipse.jdt.internal.core.util.Util
 
toAnchor(int, char[], char[], boolean) - Static method in class org.eclipse.jdt.internal.core.util.Util
 
toBoolean(boolean) - Static method in class org.eclipse.jdt.internal.compiler.util.Util
Converts a boolean value into Boolean.
toCharArray(char[]) - Static method in class org.eclipse.jdt.core.Signature
Converts the given type signature to a readable string.
toCharArray(char[], char[], char[][], boolean, boolean) - Static method in class org.eclipse.jdt.core.Signature
Converts the given method signature to a readable form.
toCharArray(char[], char[], char[][], boolean, boolean, boolean) - Static method in class org.eclipse.jdt.core.Signature
Converts the given method signature to a readable form.
toCharArrays(String[]) - Static method in class org.eclipse.jdt.internal.core.util.Util
Converts a String[] to char[][].
toCode(String) - Static method in class org.eclipse.jdt.core.dom.PrimitiveType
Returns the primitive type code corresponding to the given string, or null if none.
toCompoundChars(String) - Static method in class org.eclipse.jdt.internal.core.util.Util
Converts a String to char[][], where segments are separate by '.'.
toDebugString() - Method in class org.eclipse.jdt.internal.core.JavaElement
Debugging purposes
toDebugString(int) - Method in class org.eclipse.jdt.internal.core.JavaElementDelta
Returns a string representation of this delta's structure suitable for debug purposes.
toDebugString(StringBuffer, int) - Method in class org.eclipse.jdt.internal.core.JavaElementDelta
 
toDebugString(StringBuffer) - Method in class org.eclipse.jdt.internal.core.SimpleDelta
 
toDebugString(StringBuffer, int) - Method in class org.eclipse.jdt.internal.core.SimpleDelta
 
toDebugString(char[]) - Method in class org.eclipse.jdt.internal.formatter.FormatJavadoc
 
toDebugString() - Method in class org.eclipse.jdt.internal.formatter.FormatterCommentParser
 
toFlagValue() - Method in class org.eclipse.jdt.core.dom.Modifier.ModifierKeyword
Returns the modifier flag value corresponding to this modifier keyword.
toFragmentsString(StringBuffer) - Method in class org.eclipse.jdt.internal.formatter.align.Alignment
 
token - Variable in class org.eclipse.jdt.internal.codeassist.InternalCompletionContext
 
token - Variable in class org.eclipse.jdt.internal.compiler.ast.FieldReference
 
token - Variable in class org.eclipse.jdt.internal.compiler.ast.JavadocArgumentExpression
 
token - Variable in class org.eclipse.jdt.internal.compiler.ast.JavadocImplicitTypeReference
 
token - Variable in class org.eclipse.jdt.internal.compiler.ast.SingleNameReference
 
token - Variable in class org.eclipse.jdt.internal.compiler.ast.SingleTypeReference
 
token(int) - Method in class org.eclipse.jdt.internal.compiler.parser.diagnose.LexStream
 
TOKEN_KIND_NAME - Static variable in class org.eclipse.jdt.core.CompletionContext
The completion token is a name.
TOKEN_KIND_STRING_LITERAL - Static variable in class org.eclipse.jdt.core.CompletionContext
The completion token is a string literal.
TOKEN_KIND_UNKNOWN - Static variable in class org.eclipse.jdt.core.CompletionContext
The completion token is unknown.
TOKEN_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.NumberLiteral
The "token" structural property of this node type (type: String).
tokenEnd - Variable in class org.eclipse.jdt.internal.codeassist.InternalCompletionContext
 
tokenize(String) - Static method in class org.eclipse.jdt.internal.compiler.batch.Main
 
tokenizeComments - Variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
tokenizeComments - Variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
tokenizeWhiteSpace - Variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
tokenizeWhiteSpace - Variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
tokenKind - Variable in class org.eclipse.jdt.internal.codeassist.InternalCompletionContext
 
tokenLocation - Variable in class org.eclipse.jdt.internal.codeassist.InternalCompletionContext
 
TokenNameabstract - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNameabstract - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNameAND - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNameAND - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNameAND_AND - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNameAND_AND - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNameAND_EQUAL - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNameAND_EQUAL - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNameassert - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
"assert" token (added in J2SE 1.4).
TokenNameassert - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNameAT - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
"@" token (added in J2SE 1.5).
TokenNameAT - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNameboolean - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNameboolean - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNamebreak - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNamebreak - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNamebyte - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNamebyte - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNamecase - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNamecase - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNamecatch - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNamecatch - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNamechar - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNamechar - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNameCharacterLiteral - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNameCharacterLiteral - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNameclass - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNameclass - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNameCOLON - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNameCOLON - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNameCOMMA - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNameCOMMA - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNameCOMMENT_BLOCK - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNameCOMMENT_BLOCK - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNameCOMMENT_JAVADOC - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNameCOMMENT_JAVADOC - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNameCOMMENT_LINE - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNameCOMMENT_LINE - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNameconst - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNameconst - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNamecontinue - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNamecontinue - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNamedefault - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNamedefault - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNameDIVIDE - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNameDIVIDE - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNameDIVIDE_EQUAL - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNameDIVIDE_EQUAL - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNamedo - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNamedo - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNameDOT - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNameDOT - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNamedouble - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNamedouble - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNameDoubleLiteral - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNameDoubleLiteral - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNameELLIPSIS - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
"..." token (added in J2SE 1.5).
TokenNameELLIPSIS - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNameelse - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNameelse - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNameenum - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
"enum" keyword (added in J2SE 1.5).
TokenNameenum - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNameEOF - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNameEOF - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNameEQUAL - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNameEQUAL - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNameEQUAL_EQUAL - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNameEQUAL_EQUAL - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNameERROR - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNameERROR - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNameextends - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNameextends - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNamefalse - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNamefalse - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNamefinal - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNamefinal - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNamefinally - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNamefinally - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNamefloat - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNamefloat - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNameFloatingPointLiteral - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNameFloatingPointLiteral - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNamefor - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNamefor - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNamegoto - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNamegoto - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNameGREATER - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNameGREATER - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNameGREATER_EQUAL - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNameGREATER_EQUAL - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNameIdentifier - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNameIdentifier - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNameif - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNameif - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNameimplements - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNameimplements - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNameimport - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNameimport - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNameinstanceof - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNameinstanceof - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNameint - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNameint - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNameIntegerLiteral - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNameIntegerLiteral - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNameinterface - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNameinterface - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNameLBRACE - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNameLBRACE - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNameLBRACKET - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNameLBRACKET - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNameLEFT_SHIFT - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNameLEFT_SHIFT - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNameLEFT_SHIFT_EQUAL - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNameLEFT_SHIFT_EQUAL - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNameLESS - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNameLESS - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNameLESS_EQUAL - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNameLESS_EQUAL - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNamelong - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNamelong - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNameLongLiteral - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNameLongLiteral - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNameLPAREN - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNameLPAREN - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNameMINUS - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNameMINUS - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNameMINUS_EQUAL - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNameMINUS_EQUAL - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNameMINUS_MINUS - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNameMINUS_MINUS - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNameMULTIPLY - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNameMULTIPLY - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNameMULTIPLY_EQUAL - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNameMULTIPLY_EQUAL - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNamenative - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNamenative - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNamenew - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNamenew - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNameNOT - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNameNOT - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNameNOT_EQUAL - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNameNOT_EQUAL - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNamenull - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNamenull - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNameOR - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNameOR - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNameOR_EQUAL - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNameOR_EQUAL - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNameOR_OR - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNameOR_OR - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNamepackage - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNamepackage - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNamePLUS - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNamePLUS - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNamePLUS_EQUAL - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNamePLUS_EQUAL - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNamePLUS_PLUS - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNamePLUS_PLUS - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNameprivate - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNameprivate - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNameprotected - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNameprotected - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNamepublic - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNamepublic - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNameQUESTION - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNameQUESTION - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNameRBRACE - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNameRBRACE - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNameRBRACKET - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNameRBRACKET - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNameREMAINDER - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNameREMAINDER - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNameREMAINDER_EQUAL - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNameREMAINDER_EQUAL - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNamereturn - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNamereturn - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNameRIGHT_SHIFT - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNameRIGHT_SHIFT - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNameRIGHT_SHIFT_EQUAL - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNameRIGHT_SHIFT_EQUAL - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNameRPAREN - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNameRPAREN - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNameSEMICOLON - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNameSEMICOLON - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNameshort - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNameshort - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNamestatic - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNamestatic - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNamestrictfp - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNamestrictfp - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNameStringLiteral - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNameStringLiteral - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNamesuper - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNamesuper - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNameswitch - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNameswitch - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNamesynchronized - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNamesynchronized - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNamethis - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNamethis - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNamethrow - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNamethrow - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNamethrows - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNamethrows - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNametransient - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNametransient - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNametrue - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNametrue - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNametry - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNametry - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNameTWIDDLE - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNameTWIDDLE - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNameUNSIGNED_RIGHT_SHIFT - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNameUNSIGNED_RIGHT_SHIFT - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNameUNSIGNED_RIGHT_SHIFT_EQUAL - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNameUNSIGNED_RIGHT_SHIFT_EQUAL - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNamevoid - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNamevoid - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNamevolatile - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNamevolatile - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNamewhile - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNamewhile - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNameWHITESPACE - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNameWHITESPACE - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNameXOR - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNameXOR - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
TokenNameXOR_EQUAL - Static variable in interface org.eclipse.jdt.core.compiler.ITerminalSymbols
 
TokenNameXOR_EQUAL - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
 
tokenPreviousPosition - Variable in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
tokens - Variable in class org.eclipse.jdt.internal.compiler.ast.ImportReference
 
tokens - Variable in class org.eclipse.jdt.internal.compiler.ast.QualifiedNameReference
 
tokens - Variable in class org.eclipse.jdt.internal.compiler.ast.QualifiedTypeReference
 
TokenScanner - Class in org.eclipse.jdt.internal.core.dom.rewrite
Wraps a scanner and offers convenient methods for finding tokens
TokenScanner(Scanner) - Constructor for class org.eclipse.jdt.internal.core.dom.rewrite.TokenScanner
Creates a TokenScanner
tokenStart - Variable in class org.eclipse.jdt.internal.codeassist.InternalCompletionContext
 
toKeyword(String) - Static method in class org.eclipse.jdt.core.dom.Modifier.ModifierKeyword
Returns the modifier corresponding to the given string, or null if none.
tolerateIllegalAmbiguousVarargsInvocation - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
Should the compiler tolerate illegal ambiguous varargs invocation in compliance < 1.7 to be bug compatible with javac? (bug 383780)
toLocalFile(URI, IProgressMonitor) - Static method in class org.eclipse.jdt.internal.core.util.Util
 
toLowerCase(char[]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers the result of a char[] conversion to lowercase.
toLowerCase(char) - Static method in class org.eclipse.jdt.internal.compiler.parser.ScannerHelper
 
TOO_MANY_BYTES - Static variable in exception org.eclipse.jdt.core.util.ClassFormatException
 
ToolFactory - Class in org.eclipse.jdt.core
Factory for creating various compiler tools, such as scanners, parsers and compilers.
ToolFactory() - Constructor for class org.eclipse.jdt.core.ToolFactory
 
tooLong - Variable in class org.eclipse.jdt.internal.formatter.align.Alignment
 
TooManyArgumentSlots - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
TooManyArrayDimensions - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
TooManyBytesForStringConstant - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
TooManyConstantsInConstantPool - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
tooManyDimensions(ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
TooManyEnumsConstants - Static variable in class org.eclipse.jdt.internal.compiler.lookup.SyntheticMethodBinding
 
TooManyFields - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
tooManyFields(TypeDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
TooManyLocalVariableSlots - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
TooManyMethods - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
tooManyMethods(TypeDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
TooManyParametersForSyntheticMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
tooManyParametersForSyntheticMethod(AbstractMethodDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
TooManySyntheticArgumentSlots - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
toOperator(String) - Static method in class org.eclipse.jdt.core.dom.Assignment.Operator
Returns the assignment operator corresponding to the given string, or null if none.
toOperator(String) - Static method in class org.eclipse.jdt.core.dom.InfixExpression.Operator
Returns the infix operator corresponding to the given string, or null if none.
toOperator(String) - Static method in class org.eclipse.jdt.core.dom.PostfixExpression.Operator
Returns the postfix operator corresponding to the given string, or null if none.
toOperator(String) - Static method in class org.eclipse.jdt.core.dom.PrefixExpression.Operator
Returns the prefix operator corresponding to the given string, or null if none.
top() - Method in class java_cup.runtime.virtual_parse_stack
Return value on the top of the stack (without popping it).
topElement() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredElement
 
topKnownElementInfo(int) - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
topKnownElementInfo(int, int) - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
topKnownElementKind(int) - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
topKnownElementKind(int, int) - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
topKnownElementObjectInfo(int, int) - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
topKnownElementObjectInfo(int) - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
topLevelTypes - Variable in class org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope
 
toQualifiedName(char[][]) - Static method in class org.eclipse.jdt.core.Signature
Converts the given array of qualified name segments to a qualified name.
toQualifiedName(String[]) - Static method in class org.eclipse.jdt.core.Signature
Converts the given array of qualified name segments to a qualified name.
tos - Variable in class java_cup.runtime.lr_parser
Indication of the index for top of stack (for use by actions).
toSignature() - Method in class org.eclipse.jdt.core.BindingKey
Transforms this binding key into a resolved signature.
toString() - Method in class java_cup.action_part
Convert to a string.
toString() - Method in class java_cup.lalr_item
Convert to string.
toString() - Method in class java_cup.lalr_item_set
Convert to string.
toString() - Method in class java_cup.lalr_state
Convert to a string.
toString() - Method in class java_cup.lalr_transition
Convert to a string.
toString() - Method in class java_cup.lr_item_core
Convert to a string
toString() - Method in class java_cup.non_terminal
convert to string
toString() - Method in class java_cup.nonassoc_action
Convert to string.
toString() - Method in class java_cup.parse_action
Convert to string.
toString() - Method in class java_cup.parse_action_table
 
toString() - Method in class java_cup.parse_reduce_table
Convert to a string.
toString() - Method in class java_cup.production
Convert to a string.
toString() - Method in class java_cup.production_part
Convert to a string.
toString() - Method in class java_cup.reduce_action
Convert to string.
toString() - Method in class java_cup.runtime.ComplexSymbolFactory.ComplexSymbol
 
toString() - Method in class java_cup.runtime.ComplexSymbolFactory.Location
 
toString() - Method in class java_cup.runtime.Symbol
Printing this token out.
toString() - Method in class java_cup.shift_action
Convert to a string.
toString() - Method in class java_cup.symbol
Convert to a string.
toString() - Method in class java_cup.symbol_part
Convert to a string.
toString() - Method in class java_cup.symbol_set
Convert to a string.
toString() - Method in class java_cup.terminal
Convert to a string.
toString() - Method in class java_cup.terminal_set
Convert to string.
toString() - Method in class org.eclipse.jdt.core.BindingKey
 
toString(char[][]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers a string which is the concatenation of the given array using the '.' as a separator.
toString() - Method in class org.eclipse.jdt.core.dom.Assignment.Operator
Returns the character sequence for the operator.
toString() - Method in class org.eclipse.jdt.core.dom.ASTNode
Returns a string representation of this node suitable for debugging purposes only.
toString() - Method in interface org.eclipse.jdt.core.dom.IBinding
Returns a string representation of this binding suitable for debugging purposes only.
toString() - Method in class org.eclipse.jdt.core.dom.InfixExpression.Operator
Returns the character sequence for the operator.
toString() - Method in class org.eclipse.jdt.core.dom.Modifier.ModifierKeyword
Returns the keyword for the modifier.
toString() - Method in class org.eclipse.jdt.core.dom.PostfixExpression.Operator
Returns the character sequence for the operator.
toString() - Method in class org.eclipse.jdt.core.dom.PrefixExpression.Operator
Returns the character sequence for the operator.
toString() - Method in class org.eclipse.jdt.core.dom.PrimitiveType.Code
Returns the standard name of the primitive type.
toString() - Method in class org.eclipse.jdt.core.dom.rewrite.ASTRewrite
Returns a string suitable for debugging purposes (only).
toString() - Method in class org.eclipse.jdt.core.dom.StructuralPropertyDescriptor
Returns a string suitable for debug purposes.
toString(int) - Static method in class org.eclipse.jdt.core.Flags
Returns a standard string describing the given modifier flags.
toString() - Method in class org.eclipse.jdt.core.JavaModelException
 
toString() - Method in class org.eclipse.jdt.core.search.SearchMatch
 
toString() - Method in class org.eclipse.jdt.core.search.SearchPattern
 
toString(String) - Static method in class org.eclipse.jdt.core.Signature
Converts the given type signature to a readable string.
toString(String, String, String[], boolean, boolean) - Static method in class org.eclipse.jdt.core.Signature
Converts the given method signature to a readable string.
toString(String, String, String[], boolean, boolean, boolean) - Static method in class org.eclipse.jdt.core.Signature
Converts the given method signature to a readable string.
toString() - Method in class org.eclipse.jdt.core.SourceRange
 
toString() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
toString() - Method in class org.eclipse.jdt.internal.codeassist.InternalCompletionProposal
 
toString() - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionParser
 
toString() - Method in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
toString() - Method in class org.eclipse.jdt.internal.compiler.batch.ClasspathDirectory
 
toString() - Method in class org.eclipse.jdt.internal.compiler.batch.ClasspathJar
 
toString() - Method in class org.eclipse.jdt.internal.compiler.batch.CompilationUnit
 
toString() - Method in class org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo
 
toString() - Method in class org.eclipse.jdt.internal.compiler.classfmt.ClassFileReader
 
toString() - Method in class org.eclipse.jdt.internal.compiler.classfmt.ElementValuePairInfo
 
toString() - Method in class org.eclipse.jdt.internal.compiler.classfmt.FieldInfo
 
toString() - Method in class org.eclipse.jdt.internal.compiler.classfmt.FieldInfoWithAnnotation
 
toString() - Method in class org.eclipse.jdt.internal.compiler.classfmt.InnerClassInfo
Answer the string representation of the receiver
toString() - Method in class org.eclipse.jdt.internal.compiler.classfmt.MethodInfo
 
toString() - Method in class org.eclipse.jdt.internal.compiler.codegen.BranchLabel
Print out the receiver
toString() - Method in class org.eclipse.jdt.internal.compiler.codegen.CharArrayCache
Converts to a rather lengthy String.
toString() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
ToString - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
toString() - Method in class org.eclipse.jdt.internal.compiler.codegen.DoubleCache
Converts to a rather lengthy String.
toString() - Method in class org.eclipse.jdt.internal.compiler.codegen.ExceptionLabel
 
toString() - Method in class org.eclipse.jdt.internal.compiler.codegen.FloatCache
Converts to a rather lengthy String.
toString() - Method in class org.eclipse.jdt.internal.compiler.codegen.IntegerCache
Converts to a rather lengthy String.
toString() - Method in class org.eclipse.jdt.internal.compiler.codegen.LongCache
Converts to a rather lengthy String.
toString() - Method in class org.eclipse.jdt.internal.compiler.codegen.ObjectCache
Converts to a rather lengthy String.
toString() - Method in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrame
 
toString() - Method in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.ExceptionMarker
 
toString() - Method in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.StackDepthMarker
 
toString() - Method in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.StackMarker
 
toString() - Method in class org.eclipse.jdt.internal.compiler.codegen.VerificationTypeInfo
 
toString() - Method in class org.eclipse.jdt.internal.compiler.CompilationResult
 
toString() - Method in class org.eclipse.jdt.internal.compiler.DocumentElementParser
 
toString() - Method in class org.eclipse.jdt.internal.compiler.env.AccessRule
 
toString() - Method in class org.eclipse.jdt.internal.compiler.env.AccessRuleSet
 
toString(boolean) - Method in class org.eclipse.jdt.internal.compiler.env.AccessRuleSet
 
toString() - Method in class org.eclipse.jdt.internal.compiler.env.ClassSignature
 
toString() - Method in class org.eclipse.jdt.internal.compiler.env.EnumConstantSignature
 
toString() - Method in class org.eclipse.jdt.internal.compiler.flow.ConditionalFlowInfo
 
toString() - Method in class org.eclipse.jdt.internal.compiler.flow.FlowContext
 
toString() - Method in class org.eclipse.jdt.internal.compiler.flow.FlowInfo
 
toString() - Method in class org.eclipse.jdt.internal.compiler.flow.NullInfoRegistry
 
toString() - Method in class org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo
 
toString() - Method in class org.eclipse.jdt.internal.compiler.impl.BooleanConstant
 
toString() - Method in class org.eclipse.jdt.internal.compiler.impl.ByteConstant
 
toString() - Method in class org.eclipse.jdt.internal.compiler.impl.CharConstant
 
toString() - Method in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
toString() - Method in class org.eclipse.jdt.internal.compiler.impl.Constant
 
toString() - Method in class org.eclipse.jdt.internal.compiler.impl.DoubleConstant
 
toString() - Method in class org.eclipse.jdt.internal.compiler.impl.FloatConstant
 
toString() - Method in class org.eclipse.jdt.internal.compiler.impl.IntConstant
 
toString() - Method in class org.eclipse.jdt.internal.compiler.impl.LongConstant
 
toString() - Method in class org.eclipse.jdt.internal.compiler.impl.ShortConstant
 
toString() - Method in class org.eclipse.jdt.internal.compiler.impl.StringConstant
 
toString() - Method in class org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding
 
toString() - Method in class org.eclipse.jdt.internal.compiler.lookup.ArrayBinding
 
toString() - Method in class org.eclipse.jdt.internal.compiler.lookup.BaseTypeBinding
 
toString() - Method in class org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding
 
toString() - Method in class org.eclipse.jdt.internal.compiler.lookup.BlockScope
 
toString(int) - Method in class org.eclipse.jdt.internal.compiler.lookup.BlockScope
 
toString() - Method in class org.eclipse.jdt.internal.compiler.lookup.CaptureBinding
 
toString() - Method in class org.eclipse.jdt.internal.compiler.lookup.ClassScope
 
toString() - Method in class org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope
 
toString() - Method in class org.eclipse.jdt.internal.compiler.lookup.ElementValuePair
 
toString() - Method in class org.eclipse.jdt.internal.compiler.lookup.ImportBinding
 
toString() - Method in class org.eclipse.jdt.internal.compiler.lookup.ImportConflictBinding
 
toString() - Method in class org.eclipse.jdt.internal.compiler.lookup.InferenceContext
 
toString() - Method in class org.eclipse.jdt.internal.compiler.lookup.LocalTypeBinding
 
toString() - Method in class org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding
 
toString() - Method in class org.eclipse.jdt.internal.compiler.lookup.MemberTypeBinding
 
toString() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
 
toString() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodVerifier
 
toString() - Method in class org.eclipse.jdt.internal.compiler.lookup.MissingTypeBinding
 
toString() - Method in class org.eclipse.jdt.internal.compiler.lookup.PackageBinding
 
toString() - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
 
toString() - Method in class org.eclipse.jdt.internal.compiler.lookup.ProblemReferenceBinding
 
toString() - Method in class org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper
 
toString() - Method in class org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
 
toString() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding
 
toString() - Method in class org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding
 
toString() - Method in class org.eclipse.jdt.internal.compiler.lookup.VariableBinding
 
toString() - Method in class org.eclipse.jdt.internal.compiler.lookup.WildcardBinding
 
toString() - Method in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
toString() - Method in class org.eclipse.jdt.internal.compiler.parser.diagnose.DiagnoseParser
 
toString() - Method in class org.eclipse.jdt.internal.compiler.parser.diagnose.LexStream.Token
 
toString() - Method in class org.eclipse.jdt.internal.compiler.parser.diagnose.LexStream
 
toString() - Method in class org.eclipse.jdt.internal.compiler.parser.JavadocParser
 
toString() - Method in class org.eclipse.jdt.internal.compiler.parser.NLSTag
 
toString() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
toString(int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredAnnotation
 
toString(int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredBlock
 
toString() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredElement
 
toString(int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredElement
 
toString(int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredField
 
toString(int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredImport
 
toString(int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredInitializer
 
toString(int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredLocalVariable
 
toString(int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredMethod
 
toString(int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredStatement
 
toString(int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredType
 
toString(int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredUnit
 
toString() - Method in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
toString() - Method in class org.eclipse.jdt.internal.compiler.problem.DefaultProblem
 
toString() - Method in class org.eclipse.jdt.internal.compiler.util.CompoundNameVector
 
toString() - Method in class org.eclipse.jdt.internal.compiler.util.HashSetOfInt
 
toString() - Method in class org.eclipse.jdt.internal.compiler.util.HashtableOfInt
 
toString() - Method in class org.eclipse.jdt.internal.compiler.util.HashtableOfIntValues
 
toString() - Method in class org.eclipse.jdt.internal.compiler.util.HashtableOfLong
 
toString() - Method in class org.eclipse.jdt.internal.compiler.util.HashtableOfObject
 
toString() - Method in class org.eclipse.jdt.internal.compiler.util.HashtableOfObjectToInt
 
toString() - Method in class org.eclipse.jdt.internal.compiler.util.HashtableOfObjectToIntArray
 
toString() - Method in class org.eclipse.jdt.internal.compiler.util.HashtableOfPackage
 
toString() - Method in class org.eclipse.jdt.internal.compiler.util.HashtableOfType
 
toString() - Method in class org.eclipse.jdt.internal.compiler.util.ObjectVector
 
toString() - Method in class org.eclipse.jdt.internal.compiler.util.SimpleLookupTable
 
toString() - Method in class org.eclipse.jdt.internal.compiler.util.SimpleNameVector
 
toString() - Method in class org.eclipse.jdt.internal.compiler.util.SimpleSet
 
toString() - Method in class org.eclipse.jdt.internal.compiler.util.SimpleSetOfCharArray
 
toString(Object[]) - Static method in class org.eclipse.jdt.internal.compiler.util.Util
Converts an array of Objects into String.
toString(Object[], Util.Displayable) - Static method in class org.eclipse.jdt.internal.compiler.util.Util
Converts an array of Objects into String.
toString() - Method in class org.eclipse.jdt.internal.core.BasicCompilationUnit
 
toString() - Method in class org.eclipse.jdt.internal.core.Buffer
 
toString() - Method in class org.eclipse.jdt.internal.core.BufferFactoryWrapper
Deprecated.  
toString() - Method in class org.eclipse.jdt.internal.core.builder.BatchImageBuilder
 
toString() - Method in class org.eclipse.jdt.internal.core.builder.ClasspathDirectory
 
toString() - Method in class org.eclipse.jdt.internal.core.builder.ClasspathJar
 
toString() - Method in class org.eclipse.jdt.internal.core.builder.ClasspathMultiDirectory
 
toString() - Method in class org.eclipse.jdt.internal.core.builder.CompilationParticipantResult
 
toString() - Method in class org.eclipse.jdt.internal.core.builder.IncrementalImageBuilder
 
toString() - Method in class org.eclipse.jdt.internal.core.builder.JavaBuilder
String representation for debugging purposes
toString() - Method in class org.eclipse.jdt.internal.core.builder.NameSet
 
toString() - Method in class org.eclipse.jdt.internal.core.builder.QualifiedNameSet
 
toString() - Method in class org.eclipse.jdt.internal.core.builder.SourceFile
 
toString() - Method in class org.eclipse.jdt.internal.core.builder.State
Returns a string representation of the receiver.
toString() - Method in class org.eclipse.jdt.internal.core.builder.StringSet
 
toString() - Method in class org.eclipse.jdt.internal.core.builder.WorkQueue
 
toString() - Method in class org.eclipse.jdt.internal.core.ClasspathAttribute
 
toString() - Method in class org.eclipse.jdt.internal.core.ClasspathChange
 
toString() - Method in class org.eclipse.jdt.internal.core.ClasspathEntry
Returns a printable representation of this classpath entry.
toString() - Method in class org.eclipse.jdt.internal.core.DefaultWorkingCopyOwner
 
toString() - Method in class org.eclipse.jdt.internal.core.DeltaProcessor.RootInfo
 
toString() - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ImportRewriteAnalyzer
 
toString() - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ListRewriteEvent
 
toString() - Method in class org.eclipse.jdt.internal.core.dom.rewrite.NodeInfoStore.CopyPlaceholderData
 
toString() - Method in class org.eclipse.jdt.internal.core.dom.rewrite.NodeInfoStore.StringPlaceholderData
 
toString() - Method in class org.eclipse.jdt.internal.core.dom.rewrite.NodeRewriteEvent
 
toString() - Method in class org.eclipse.jdt.internal.core.dom.rewrite.RewriteEventStore.CopySourceInfo
 
toString() - Method in class org.eclipse.jdt.internal.core.dom.rewrite.RewriteEventStore
 
toString() - Method in class org.eclipse.jdt.internal.core.ExternalFolderChange
 
toString() - Method in class org.eclipse.jdt.internal.core.hierarchy.ChangeCollector
 
toString() - Method in class org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType
 
toString() - Method in class org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy
 
toString(int, StringBuffer) - Method in class org.eclipse.jdt.internal.core.ImportContainer
 
toString() - Method in class org.eclipse.jdt.internal.core.index.Index
 
toString() - Method in class org.eclipse.jdt.internal.core.index.IndexLocation
 
toString() - Method in class org.eclipse.jdt.internal.core.JarEntryDirectory
 
toString() - Method in class org.eclipse.jdt.internal.core.JarEntryFile
 
toString() - Method in class org.eclipse.jdt.internal.core.JavaElement
Debugging purposes
toString(int, StringBuffer) - Method in class org.eclipse.jdt.internal.core.JavaElement
Debugging purposes
toString() - Method in class org.eclipse.jdt.internal.core.JavaElementDelta
Returns a string representation of this delta's structure suitable for debug purposes.
toString() - Method in class org.eclipse.jdt.internal.core.JavaElementDeltaBuilder
 
toString() - Method in class org.eclipse.jdt.internal.core.JavaModelCache
 
toString() - Method in class org.eclipse.jdt.internal.core.JavaModelManager.PerProjectInfo
 
toString() - Method in class org.eclipse.jdt.internal.core.JavaModelManager.PerWorkingCopyInfo
 
toString() - Method in class org.eclipse.jdt.internal.core.JavaModelStatus
Returns a printable representation of this exception for debugging purposes.
toString() - Method in class org.eclipse.jdt.internal.core.jdom.CompilationUnit
 
toString() - Method in class org.eclipse.jdt.internal.core.jdom.DOMNode
Deprecated. Returns a String representing this node - for Debug purposes only.
toString() - Method in class org.eclipse.jdt.internal.core.NonJavaResource
 
toString() - Method in class org.eclipse.jdt.internal.core.OverflowingLRUCache
Returns a String that represents the value of this object.
toString() - Method in class org.eclipse.jdt.internal.core.ProjectReferenceChange
 
toString() - Method in class org.eclipse.jdt.internal.core.Region
Returns a printable representation of this region.
toString() - Method in class org.eclipse.jdt.internal.core.search.HierarchyScope
 
toString() - Method in class org.eclipse.jdt.internal.core.search.indexing.IndexAllProject
 
toString() - Method in class org.eclipse.jdt.internal.core.search.indexing.IndexBinaryFolder
 
toString() - Method in class org.eclipse.jdt.internal.core.search.indexing.IndexManager
 
toString() - Method in class org.eclipse.jdt.internal.core.search.indexing.ReadWriteMonitor
 
toString() - Method in class org.eclipse.jdt.internal.core.search.indexing.SaveIndex
 
toString() - Method in class org.eclipse.jdt.internal.core.search.JavaSearchDocument
 
toString() - Method in class org.eclipse.jdt.internal.core.search.JavaSearchScope
 
toString() - Method in class org.eclipse.jdt.internal.core.search.JavaSearchTypeNameMatch
 
toString() - Method in class org.eclipse.jdt.internal.core.search.JavaWorkspaceScope
 
toString() - Method in class org.eclipse.jdt.internal.core.search.matching.ClasspathSourceDirectory
 
toString() - Method in class org.eclipse.jdt.internal.core.search.matching.ConstructorLocator
 
toString() - Method in class org.eclipse.jdt.internal.core.search.matching.JavaSearchPattern
 
toString() - Method in class org.eclipse.jdt.internal.core.search.matching.MatchingNodeSet
 
toString() - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocator.WorkingCopyDocument
 
toString() - Method in class org.eclipse.jdt.internal.core.search.matching.MethodLocator
 
toString() - Method in class org.eclipse.jdt.internal.core.search.matching.OrPattern
 
toString() - Method in class org.eclipse.jdt.internal.core.search.matching.PackageDeclarationLocator
 
toString() - Method in class org.eclipse.jdt.internal.core.search.matching.PackageReferenceLocator
 
toString() - Method in class org.eclipse.jdt.internal.core.search.matching.PatternLocator
 
toString() - Method in class org.eclipse.jdt.internal.core.search.matching.PossibleMatch
 
toString() - Method in class org.eclipse.jdt.internal.core.search.matching.SuperTypeReferenceLocator
 
toString() - Method in class org.eclipse.jdt.internal.core.search.matching.TypeDeclarationLocator
 
toString() - Method in class org.eclipse.jdt.internal.core.search.matching.TypeParameterLocator
 
toString() - Method in class org.eclipse.jdt.internal.core.search.matching.TypeReferenceLocator
 
toString() - Method in class org.eclipse.jdt.internal.core.search.matching.VariableLocator
 
toString() - Method in class org.eclipse.jdt.internal.core.search.PatternSearchJob
 
toString() - Method in class org.eclipse.jdt.internal.core.search.processing.JobManager
 
toString() - Method in class org.eclipse.jdt.internal.core.SetClasspathOperation
 
toString() - Method in class org.eclipse.jdt.internal.core.SimpleDelta
 
toString() - Method in class org.eclipse.jdt.internal.core.SourceMapper.LocalVariableElementKey
 
toString() - Method in class org.eclipse.jdt.internal.core.SourceTypeElementInfo
 
toString() - Method in class org.eclipse.jdt.internal.core.TypeVector
 
toString() - Method in class org.eclipse.jdt.internal.core.UserLibrary
 
toString() - Method in class org.eclipse.jdt.internal.core.util.BindingKeyResolver
 
toString() - Method in class org.eclipse.jdt.internal.core.util.CharArrayBuffer
Returns the contents of the buffer as a String, or an empty string if the buffer is empty.
toString() - Method in class org.eclipse.jdt.internal.core.util.HashSetOfArray
 
toString() - Method in class org.eclipse.jdt.internal.core.util.HashSetOfCharArrayArray
 
toString() - Method in class org.eclipse.jdt.internal.core.util.HashtableOfArrayToObject
 
toString() - Method in class org.eclipse.jdt.internal.core.util.KeyToSignature
 
toString() - Method in class org.eclipse.jdt.internal.core.util.LRUCache.LRUCacheEntry
Returns a String that represents the value of this object.
toString() - Method in class org.eclipse.jdt.internal.core.util.LRUCache
Returns a String that represents the value of this object.
toString() - Method in class org.eclipse.jdt.internal.core.util.PublicScanner
 
toString(char[][]) - Static method in class org.eclipse.jdt.internal.core.util.Util
Converts a char[][] to String, where segments are separated by '.'.
toString(char[][], char[]) - Static method in class org.eclipse.jdt.internal.core.util.Util
Converts a char[][] and a char[] to String, where segments are separated by '.'.
toString(char[], char[], char[], boolean, boolean) - Static method in class org.eclipse.jdt.internal.core.util.Util
 
toString() - Method in class org.eclipse.jdt.internal.core.util.WeakHashSet.HashableWeakReference
 
toString() - Method in class org.eclipse.jdt.internal.core.util.WeakHashSet
 
toString() - Method in class org.eclipse.jdt.internal.core.util.WeakHashSetOfCharArray.HashableWeakReference
 
toString() - Method in class org.eclipse.jdt.internal.core.util.WeakHashSetOfCharArray
 
toString() - Method in class org.eclipse.jdt.internal.eval.EvaluationResult
Returns a readable representation of this result.
toString() - Method in class org.eclipse.jdt.internal.eval.GlobalVariable
Returns a readable representation of the receiver.
toString() - Method in class org.eclipse.jdt.internal.formatter.align.Alignment
 
toString(StringBuffer, int) - Method in class org.eclipse.jdt.internal.formatter.align.Alignment
 
toString() - Method in exception org.eclipse.jdt.internal.formatter.align.AlignmentException
 
toString(StringBuffer) - Method in class org.eclipse.jdt.internal.formatter.FormatJavadocBlock
 
toString() - Method in class org.eclipse.jdt.internal.formatter.FormatJavadocNode
 
toString(StringBuffer) - Method in class org.eclipse.jdt.internal.formatter.FormatJavadocNode
 
toString(StringBuffer) - Method in class org.eclipse.jdt.internal.formatter.FormatJavadocReference
 
toString(StringBuffer) - Method in class org.eclipse.jdt.internal.formatter.FormatJavadocText
 
toString() - Method in class org.eclipse.jdt.internal.formatter.FormatterCommentParser
 
toString() - Method in class org.eclipse.jdt.internal.formatter.Location
 
toString() - Method in class org.eclipse.jdt.internal.formatter.OptimizedReplaceEdit
 
toString() - Method in class org.eclipse.jdt.internal.formatter.Scribe
 
toStringAction(int) - Method in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
toStringAction(int) - Method in class org.eclipse.jdt.internal.core.util.PublicScanner
 
toStringAncestors(StringBuffer) - Method in class org.eclipse.jdt.internal.core.ExternalPackageFragmentRoot
 
toStringAncestors(StringBuffer) - Method in class org.eclipse.jdt.internal.core.JarPackageFragmentRoot
 
toStringAncestors(StringBuffer) - Method in class org.eclipse.jdt.internal.core.JavaElement
Debugging purposes
toStringChar(char[]) - Method in class org.eclipse.jdt.internal.core.SearchableEnvironment
Returns a printable string for the array.
toStringCharChar(char[][]) - Method in class org.eclipse.jdt.internal.core.SearchableEnvironment
Returns a printable string for the array.
toStringChildren(int, StringBuffer, Object) - Method in class org.eclipse.jdt.internal.core.JavaElement
Debugging purposes
toStringChildren(int, StringBuffer, Object) - Method in class org.eclipse.jdt.internal.core.PackageFragment
Debugging purposes
toStringContent(StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.classfmt.AnnotationMethodInfo
 
toStringContent(StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.classfmt.AnnotationMethodInfoWithAnnotations
 
toStringContent(StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.classfmt.FieldInfo
 
toStringContent(StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.classfmt.MethodInfo
 
toStringContent(StringBuffer) - Method in class org.eclipse.jdt.internal.compiler.classfmt.MethodInfoWithAnnotations
 
toStringContents() - Method in class org.eclipse.jdt.internal.core.util.LRUCache
Returns a String that represents the contents of this object.
toStringDebug(char[]) - Method in class org.eclipse.jdt.internal.formatter.FormatJavadocBlock
 
toStringDebug(StringBuffer, char[]) - Method in class org.eclipse.jdt.internal.formatter.FormatJavadocBlock
 
toStringDebug(char[]) - Method in class org.eclipse.jdt.internal.formatter.FormatJavadocNode
 
toStringDebug(StringBuffer, char[]) - Method in class org.eclipse.jdt.internal.formatter.FormatJavadocNode
 
toStringDebug(StringBuffer, char[]) - Method in class org.eclipse.jdt.internal.formatter.FormatJavadocText
 
toStringFillingRation(String) - Method in class org.eclipse.jdt.internal.core.JavaModelCache
 
toStringFillingRation(String) - Method in class org.eclipse.jdt.internal.core.util.LRUCache
 
toStringInfo(int, StringBuffer, Object, boolean) - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistSourceField
 
toStringInfo(int, StringBuffer, Object, boolean) - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistSourceMethod
 
toStringInfo(int, StringBuffer, Object, boolean) - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistSourceType
 
toStringInfo(int, StringBuffer, Object, boolean) - Method in class org.eclipse.jdt.internal.core.BinaryType
 
toStringInfo(int, StringBuffer, Object, boolean) - Method in class org.eclipse.jdt.internal.core.CompilationUnit
Debugging purposes
toStringInfo(int, StringBuffer, Object, boolean) - Method in class org.eclipse.jdt.internal.core.ImportContainer
Debugging purposes
toStringInfo(int, StringBuffer, Object, boolean) - Method in class org.eclipse.jdt.internal.core.ImportDeclaration
 
toStringInfo(int, StringBuffer, Object, boolean) - Method in class org.eclipse.jdt.internal.core.Initializer
 
toStringInfo(int, StringBuffer) - Method in class org.eclipse.jdt.internal.core.JavaElement
Debugging purposes
toStringInfo(int, StringBuffer, Object, boolean) - Method in class org.eclipse.jdt.internal.core.JavaElement
Debugging purposes
toStringInfo(int, StringBuffer, Object, boolean) - Method in class org.eclipse.jdt.internal.core.JavaModel
 
toStringInfo(int, StringBuffer, Object, boolean) - Method in class org.eclipse.jdt.internal.core.LocalVariable
 
toStringInfo(int, StringBuffer, Object, boolean) - Method in class org.eclipse.jdt.internal.core.PackageDeclaration
 
toStringInfo(int, StringBuffer, Object, boolean) - Method in class org.eclipse.jdt.internal.core.PackageFragment
Debugging purposes
toStringInfo(int, StringBuffer, Object, boolean) - Method in class org.eclipse.jdt.internal.core.PackageFragmentRoot
 
toStringInfo(int, StringBuffer, Object, boolean) - Method in class org.eclipse.jdt.internal.core.ResolvedBinaryField
 
toStringInfo(int, StringBuffer, Object, boolean) - Method in class org.eclipse.jdt.internal.core.ResolvedBinaryMethod
 
toStringInfo(int, StringBuffer, Object, boolean) - Method in class org.eclipse.jdt.internal.core.ResolvedBinaryType
 
toStringInfo(int, StringBuffer, Object, boolean) - Method in class org.eclipse.jdt.internal.core.ResolvedSourceField
 
toStringInfo(int, StringBuffer, Object, boolean) - Method in class org.eclipse.jdt.internal.core.ResolvedSourceMethod
 
toStringInfo(int, StringBuffer, Object, boolean) - Method in class org.eclipse.jdt.internal.core.ResolvedSourceType
 
toStringInfo(int, StringBuffer, Object, boolean) - Method in class org.eclipse.jdt.internal.core.SourceField
 
toStringInfo(int, StringBuffer, Object, boolean) - Method in class org.eclipse.jdt.internal.core.SourceMethod
 
toStringInfo(int, StringBuffer, Object, boolean) - Method in class org.eclipse.jdt.internal.core.SourceType
 
toStringName(StringBuffer) - Method in class org.eclipse.jdt.internal.core.Annotation
 
toStringName(StringBuffer) - Method in class org.eclipse.jdt.internal.core.BinaryType
 
toStringName(StringBuffer) - Method in class org.eclipse.jdt.internal.core.ClassFileWorkingCopy
 
toStringName(StringBuffer) - Method in class org.eclipse.jdt.internal.core.JavaElement
Debugging purposes
toStringName(StringBuffer) - Method in class org.eclipse.jdt.internal.core.SourceMethod
 
toStringName(StringBuffer, int) - Method in class org.eclipse.jdt.internal.core.SourceMethod
 
toStringName(StringBuffer) - Method in class org.eclipse.jdt.internal.core.SourceRefElement
 
toStringName(StringBuffer) - Method in class org.eclipse.jdt.internal.core.TypeParameter
 
toStrings(char[][]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers an array of strings from the given array of char array.
toStrings(char[][]) - Static method in class org.eclipse.jdt.internal.core.util.Util
 
ToStringSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
ToStringSorter - Class in org.eclipse.jdt.internal.core.util
The SortOperation takes a collection of objects and returns a sorted collection of these objects.
ToStringSorter() - Constructor for class org.eclipse.jdt.internal.core.util.ToStringSorter
 
toStringWithAncestors() - Method in class org.eclipse.jdt.internal.core.JavaElement
Debugging purposes
toStringWithAncestors(boolean) - Method in class org.eclipse.jdt.internal.core.JavaElement
Debugging purposes
totalUnits - Variable in class org.eclipse.jdt.internal.compiler.Compiler
 
totalUnitsKnown - Variable in class org.eclipse.jdt.internal.compiler.CompilationResult
 
totalWork - Variable in class org.eclipse.jdt.internal.core.builder.BuildNotifier
 
toTypeReference() - Method in class org.eclipse.jdt.internal.compiler.ast.Expression
 
touchProjects(IProject[], IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.DeltaProcessor
 
toUpperCase(char[]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers the result of a char[] conversion to uppercase.
toUpperCase(char) - Static method in class org.eclipse.jdt.internal.compiler.parser.ScannerHelper
 
track(ASTNode) - Method in class org.eclipse.jdt.core.dom.rewrite.ASTRewrite
Returns an object that tracks the source range of the given node across the rewrite to its AST.
TrackedNodePosition - Class in org.eclipse.jdt.internal.core.dom.rewrite
 
TrackedNodePosition(TextEditGroup, ASTNode) - Constructor for class org.eclipse.jdt.internal.core.dom.rewrite.TrackedNodePosition
 
trailingStarPosition - Variable in class org.eclipse.jdt.internal.compiler.ast.ImportReference
 
TRANSIENT - Static variable in class org.eclipse.jdt.core.dom.Modifier
"transient" modifier constant (bit mask).
TRANSIENT - Static variable in interface org.eclipse.jdt.internal.codeassist.impl.Keywords
 
TRANSIENT_KEYWORD - Static variable in class org.eclipse.jdt.core.dom.Modifier.ModifierKeyword
"transient" modifier with flag value Modifier.TRANSIENT.
TRANSIENT_PROBLEM - Static variable in interface org.eclipse.jdt.core.IJavaModelMarker
Java model transient problem marker type (value "org.eclipse.jdt.core.transient_problem").
transitions() - Method in class java_cup.lalr_state
List of transitions out of this state.
translate(char) - Method in class org.apache.tapestry.util.text.AsciiCharacterTranslator
 
translate(char) - Method in interface org.apache.tapestry.util.text.ICharacterTranslator
Translates the provided character into a string
translate(char) - Method in class org.apache.tapestry.util.text.MarkupCharacterTranslator
 
translatedName(char[]) - Static method in class org.eclipse.jdt.internal.core.ClassFile
Returns the Java Model representation of the given name which is provided in diet class file format, or null if the given name is null.
traverse(IBytecodeVisitor) - Method in interface org.eclipse.jdt.core.util.ICodeAttribute
Define a Java opcodes walker.
traverse(ASTVisitor, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
 
traverse(ASTVisitor, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.AllocationExpression
 
traverse(ASTVisitor, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.AND_AND_Expression
 
traverse(ASTVisitor, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.Annotation
 
traverse(ASTVisitor, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration
 
traverse(ASTVisitor, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.Argument
 
traverse(ASTVisitor, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ast.Argument
 
traverse(ASTVisitor, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.ArrayAllocationExpression
 
traverse(ASTVisitor, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.ArrayInitializer
 
traverse(ASTVisitor, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.ArrayQualifiedTypeReference
 
traverse(ASTVisitor, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ast.ArrayQualifiedTypeReference
 
traverse(ASTVisitor, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.ArrayReference
 
traverse(ASTVisitor, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.ArrayTypeReference
 
traverse(ASTVisitor, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ast.ArrayTypeReference
 
traverse(ASTVisitor, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.AssertStatement
 
traverse(ASTVisitor, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.Assignment
 
traverse(ASTVisitor, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
traverse(ASTVisitor, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.BinaryExpression
 
traverse(ASTVisitor, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.Block
 
traverse(ASTVisitor, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.BreakStatement
 
traverse(ASTVisitor, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.CaseStatement
 
traverse(ASTVisitor, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.CastExpression
 
traverse(ASTVisitor, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.CharLiteral
 
traverse(ASTVisitor, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.ClassLiteralAccess
 
traverse(ASTVisitor, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ast.Clinit
 
traverse(ASTVisitor, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.CombinedBinaryExpression
 
traverse(ASTVisitor, CompilationUnitScope) - Method in class org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration
 
traverse(ASTVisitor, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.CompoundAssignment
 
traverse(ASTVisitor, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.ConditionalExpression
 
traverse(ASTVisitor, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration
 
traverse(ASTVisitor, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.ContinueStatement
 
traverse(ASTVisitor, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.DoStatement
 
traverse(ASTVisitor, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.DoubleLiteral
 
traverse(ASTVisitor, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.EmptyStatement
 
traverse(ASTVisitor, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.EqualExpression
 
traverse(ASTVisitor, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.ExplicitConstructorCall
 
traverse(ASTVisitor, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.Expression
Traverse an expression in the context of a blockScope
traverse(ASTVisitor, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ast.Expression
Traverse an expression in the context of a classScope
traverse(ASTVisitor, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.ExtendedStringLiteral
 
traverse(ASTVisitor, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.FalseLiteral
 
traverse(ASTVisitor, MethodScope) - Method in class org.eclipse.jdt.internal.compiler.ast.FieldDeclaration
 
traverse(ASTVisitor, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.FieldReference
 
traverse(ASTVisitor, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.FloatLiteral
 
traverse(ASTVisitor, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.ForeachStatement
 
traverse(ASTVisitor, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.ForStatement
 
traverse(ASTVisitor, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.IfStatement
 
traverse(ASTVisitor, CompilationUnitScope) - Method in class org.eclipse.jdt.internal.compiler.ast.ImportReference
 
traverse(ASTVisitor, MethodScope) - Method in class org.eclipse.jdt.internal.compiler.ast.Initializer
 
traverse(ASTVisitor, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.InstanceOfExpression
 
traverse(ASTVisitor, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.IntLiteral
 
traverse(ASTVisitor, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.Javadoc
 
traverse(ASTVisitor, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ast.Javadoc
 
traverse(ASTVisitor, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression
 
traverse(ASTVisitor, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression
 
traverse(ASTVisitor, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.JavadocArgumentExpression
 
traverse(ASTVisitor, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ast.JavadocArgumentExpression
 
traverse(ASTVisitor, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.JavadocArrayQualifiedTypeReference
 
traverse(ASTVisitor, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ast.JavadocArrayQualifiedTypeReference
 
traverse(ASTVisitor, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.JavadocArraySingleTypeReference
 
traverse(ASTVisitor, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ast.JavadocArraySingleTypeReference
 
traverse(ASTVisitor, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.JavadocFieldReference
 
traverse(ASTVisitor, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ast.JavadocFieldReference
 
traverse(ASTVisitor, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.JavadocImplicitTypeReference
 
traverse(ASTVisitor, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ast.JavadocImplicitTypeReference
 
traverse(ASTVisitor, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.JavadocMessageSend
 
traverse(ASTVisitor, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ast.JavadocMessageSend
 
traverse(ASTVisitor, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.JavadocQualifiedTypeReference
 
traverse(ASTVisitor, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ast.JavadocQualifiedTypeReference
 
traverse(ASTVisitor, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.JavadocReturnStatement
 
traverse(ASTVisitor, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ast.JavadocReturnStatement
 
traverse(ASTVisitor, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.JavadocSingleNameReference
 
traverse(ASTVisitor, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ast.JavadocSingleNameReference
 
traverse(ASTVisitor, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.JavadocSingleTypeReference
 
traverse(ASTVisitor, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ast.JavadocSingleTypeReference
 
traverse(ASTVisitor, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.LabeledStatement
 
traverse(ASTVisitor, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.LocalDeclaration
 
traverse(ASTVisitor, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.LongLiteral
 
traverse(ASTVisitor, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.MarkerAnnotation
 
traverse(ASTVisitor, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.MemberValuePair
 
traverse(ASTVisitor, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.MessageSend
 
traverse(ASTVisitor, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ast.MethodDeclaration
 
traverse(ASTVisitor, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.NormalAnnotation
 
traverse(ASTVisitor, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.NullLiteral
 
traverse(ASTVisitor, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.OR_OR_Expression
 
traverse(ASTVisitor, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.ParameterizedQualifiedTypeReference
 
traverse(ASTVisitor, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ast.ParameterizedQualifiedTypeReference
 
traverse(ASTVisitor, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.ParameterizedSingleTypeReference
 
traverse(ASTVisitor, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ast.ParameterizedSingleTypeReference
 
traverse(ASTVisitor, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.PostfixExpression
 
traverse(ASTVisitor, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.PrefixExpression
 
traverse(ASTVisitor, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.QualifiedAllocationExpression
 
traverse(ASTVisitor, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.QualifiedNameReference
 
traverse(ASTVisitor, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ast.QualifiedNameReference
 
traverse(ASTVisitor, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.QualifiedSuperReference
 
traverse(ASTVisitor, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ast.QualifiedSuperReference
 
traverse(ASTVisitor, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.QualifiedThisReference
 
traverse(ASTVisitor, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ast.QualifiedThisReference
 
traverse(ASTVisitor, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.QualifiedTypeReference
 
traverse(ASTVisitor, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ast.QualifiedTypeReference
 
traverse(ASTVisitor, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.ReturnStatement
 
traverse(ASTVisitor, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.SingleMemberAnnotation
 
traverse(ASTVisitor, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.SingleNameReference
 
traverse(ASTVisitor, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ast.SingleNameReference
 
traverse(ASTVisitor, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.SingleTypeReference
 
traverse(ASTVisitor, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ast.SingleTypeReference
 
traverse(ASTVisitor, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.StringLiteral
 
traverse(ASTVisitor, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.StringLiteralConcatenation
 
traverse(ASTVisitor, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.SuperReference
 
traverse(ASTVisitor, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.SwitchStatement
 
traverse(ASTVisitor, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.SynchronizedStatement
 
traverse(ASTVisitor, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.ThisReference
 
traverse(ASTVisitor, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ast.ThisReference
 
traverse(ASTVisitor, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.ThrowStatement
 
traverse(ASTVisitor, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.TrueLiteral
 
traverse(ASTVisitor, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.TryStatement
 
traverse(ASTVisitor, CompilationUnitScope) - Method in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
Iteration for a package member type
traverse(ASTVisitor, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
Iteration for a local innertype
traverse(ASTVisitor, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
Iteration for a member innertype
traverse(ASTVisitor, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.TypeParameter
 
traverse(ASTVisitor, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ast.TypeParameter
 
traverse(ASTVisitor, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.TypeReference
 
traverse(ASTVisitor, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ast.TypeReference
 
traverse(ASTVisitor, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.UnaryExpression
 
traverse(ASTVisitor, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.UnionTypeReference
 
traverse(ASTVisitor, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ast.UnionTypeReference
 
traverse(ASTVisitor, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.WhileStatement
 
traverse(ASTVisitor, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.Wildcard
 
traverse(ASTVisitor, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ast.Wildcard
 
traverse(MethodBinding, int, byte[], int, int, ArrayList, boolean) - Method in class org.eclipse.jdt.internal.compiler.ClassFile
 
traverse(IBytecodeVisitor) - Method in class org.eclipse.jdt.internal.core.util.CodeAttribute
 
traverseDelta(IJavaElementDelta, IPackageFragmentRoot, IJavaProject) - Method in class org.eclipse.jdt.internal.core.ModelUpdater
Converts an IResourceDelta and its children into the corresponding IJavaElementDeltas.
treatOptionalErrorAsFatal - Variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
Specify if should treat optional error as fatal or just like warning
triedRead - Variable in class org.eclipse.jdt.internal.core.JavaModelManager.PerProjectInfo
 
trim(char[]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers a new array removing leading and trailing spaces (' ').
trimIndent(String, int, int, int) - Static method in class org.eclipse.jdt.core.formatter.IndentManipulation
Removes the given number of indentation units from a given line.
TRUE - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Value to set an option to true.
TRUE - Static variable in interface org.eclipse.jdt.internal.codeassist.impl.Keywords
 
TRUE - Static variable in class org.eclipse.jdt.internal.core.JavaModelManager
 
TRUE - Static variable in class org.eclipse.jdt.internal.core.JavaModelOperation
 
TrueLiteral - Class in org.eclipse.jdt.internal.compiler.ast
 
TrueLiteral(int, int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.TrueLiteral
 
TRY - Static variable in interface org.eclipse.jdt.internal.codeassist.impl.Keywords
 
try_parse_ahead(boolean) - Method in class java_cup.runtime.lr_parser
Do a simulated parse forward (a "parse ahead") from the current stack configuration using stored lookahead input and a virtual parse stack.
TRY_RESOURCES - Static variable in class org.eclipse.jdt.internal.formatter.align.Alignment
 
TRY_STATEMENT - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type TryStatement.
tryBlock - Variable in class org.eclipse.jdt.internal.compiler.ast.TryStatement
 
TryStatement - Class in org.eclipse.jdt.core.dom
Try statement AST node type.
TryStatement - Class in org.eclipse.jdt.internal.compiler.ast
 
TryStatement() - Constructor for class org.eclipse.jdt.internal.compiler.ast.TryStatement
 
tuneArityMax() - Method in class org.eclipse.jdt.internal.compiler.ast.CombinedBinaryExpression
Change CombinedBinaryExpression.arityMax if and as needed.
TWIDDLE - Static variable in interface org.eclipse.jdt.internal.compiler.ast.OperatorIds
 
TYPE - Static variable in interface org.eclipse.jdt.core.dom.IBinding
Kind constant (value 2) indicating a type binding.
Type - Class in org.eclipse.jdt.core.dom
Abstract base class of all type AST node types.
TYPE - Static variable in interface org.eclipse.jdt.core.IJavaElement
Constant representing a type (a class or interface).
TYPE - Static variable in interface org.eclipse.jdt.core.jdom.IDOMNode
Deprecated. Node type constant indicating a type declaration.
TYPE - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
The searched element is a type, which may include classes, interfaces, enums, and annotation types.
type - Variable in class org.eclipse.jdt.internal.compiler.ast.AbstractVariableDeclaration
 
type - Variable in class org.eclipse.jdt.internal.compiler.ast.AllocationExpression
 
type - Variable in class org.eclipse.jdt.internal.compiler.ast.Annotation
 
type - Variable in class org.eclipse.jdt.internal.compiler.ast.ArrayAllocationExpression
 
type - Variable in class org.eclipse.jdt.internal.compiler.ast.CastExpression
 
type - Variable in class org.eclipse.jdt.internal.compiler.ast.ClassLiteralAccess
 
type - Variable in class org.eclipse.jdt.internal.compiler.ast.InstanceOfExpression
 
TYPE - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
type - Variable in class org.eclipse.jdt.internal.compiler.ISourceElementRequestor.FieldInfo
 
TYPE - Static variable in class org.eclipse.jdt.internal.compiler.lookup.Binding
 
TYPE - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
type - Variable in class org.eclipse.jdt.internal.compiler.lookup.VariableBinding
 
type() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredElement
 
type - Variable in class org.eclipse.jdt.internal.core.NameLookup.Answer
 
TYPE - Static variable in class org.eclipse.jdt.internal.core.util.MementoTokenizer
 
TYPE_ARGUMENT_TYPE_REFERENCE - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
Return only type references used as a type argument in a parameterized type or a parameterized method.
TYPE_ARGUMENTS - Static variable in class org.eclipse.jdt.internal.core.util.KeyToSignature
 
TYPE_ARGUMENTS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.ClassInstanceCreation
The "typeArguments" structural property of this node type (element type: Type) (added in JLS3 API).
TYPE_ARGUMENTS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.ConstructorInvocation
The "typeArguments" structural property of this node type (element type: Type) (added in JLS3 API).
TYPE_ARGUMENTS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.MethodInvocation
The "typeArguments" structural property of this node type (element type: Type) (added in JLS3 API).
TYPE_ARGUMENTS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.ParameterizedType
The "typeArguments" structural property of this node type (element type: Type).
TYPE_ARGUMENTS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.SuperConstructorInvocation
The "typeArguments" structural property of this node type (element type: Type) (added in JLS3 API).
TYPE_ARGUMENTS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.SuperMethodInvocation
The "typeArguments" structural property of this node type (element type: Type) (added in JLS3 API).
TYPE_BOUNDS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.TypeParameter
The "typeBounds" structural property of this node type (element type: Type).
TYPE_DECL - Static variable in interface org.eclipse.jdt.internal.core.search.indexing.IIndexConstants
 
TYPE_DECL_PATTERN - Static variable in interface org.eclipse.jdt.internal.core.search.indexing.IIndexConstants
 
TYPE_DECLARATION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type TypeDeclaration.
TYPE_DECLARATION_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.TypeDeclarationStatement
The "typeDeclaration" structural property of this node type (child type: TypeDeclaration) (JLS2 API only).
TYPE_DECLARATION_STATEMENT - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type TypeDeclarationStatement.
TYPE_IMPORT - Static variable in class org.eclipse.jdt.core.CompletionProposal
Completion is an import of reference to a type.
TYPE_LITERAL - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type TypeLiteral.
TYPE_MEMBERS - Static variable in class org.eclipse.jdt.internal.formatter.align.Alignment
 
TYPE_NAME_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.MarkerAnnotation
The "typeName" structural property of this node type (child type: Name).
TYPE_NAME_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.NormalAnnotation
The "typeName" structural property of this node type (child type: Name).
TYPE_NAME_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.SingleMemberAnnotation
The "typeName" structural property of this node type (child type: Name).
TYPE_PARAM_PATTERN - Static variable in interface org.eclipse.jdt.internal.core.search.indexing.IIndexConstants
 
TYPE_PARAMETER - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type TypeParameter.
TYPE_PARAMETER - Static variable in interface org.eclipse.jdt.core.IJavaElement
Constant representing a type parameter declaration.
TYPE_PARAMETER - Static variable in class org.eclipse.jdt.internal.compiler.ast.AbstractVariableDeclaration
 
TYPE_PARAMETER - Static variable in class org.eclipse.jdt.internal.compiler.lookup.Binding
 
TYPE_PARAMETER - Static variable in class org.eclipse.jdt.internal.core.util.MementoTokenizer
 
TYPE_PARAMETERS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.MethodDeclaration
The "typeParameters" structural property of this node type (element type: TypeParameter) (added in JLS3 API).
TYPE_PARAMETERS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.TypeDeclaration
The "typeParameters" structural property of this node type (element type: TypeParameter) (added in JLS3 API).
TYPE_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.AnnotationTypeMemberDeclaration
The "type" structural property of this node type (child type: Type).
TYPE_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.ArrayCreation
The "type" structural property of this node type (child type: ArrayType).
TYPE_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.CastExpression
The "type" structural property of this node type (child type: Type).
TYPE_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.ClassInstanceCreation
The "type" structural property of this node type (child type: Type) (added in JLS3 API).
TYPE_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.FieldDeclaration
The "type" structural property of this node type (child type: Type).
TYPE_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.MethodRefParameter
The "type" structural property of this node type (child type: Type).
TYPE_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.ParameterizedType
The "type" structural property of this node type (child type: Type).
TYPE_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.SingleVariableDeclaration
The "type" structural property of this node type (child type: Type).
TYPE_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.TypeLiteral
The "type" structural property of this node type (child type: Type).
TYPE_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.VariableDeclarationExpression
The "type" structural property of this node type (child type: Type).
TYPE_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.VariableDeclarationStatement
The "type" structural property of this node type (child type: Type).
TYPE_REF - Static variable in class org.eclipse.jdt.core.CompletionProposal
Completion is a reference to a type.
TYPE_REF_PATTERN - Static variable in interface org.eclipse.jdt.internal.core.search.indexing.IIndexConstants
 
TYPE_SUFFIX - Static variable in interface org.eclipse.jdt.internal.core.search.indexing.IIndexConstants
 
TYPE_VARIABLE_BOUND_TYPE_REFERENCE - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
Return only type references used as a type variable bound.
TYPE_VARIABLE_SIGNATURE - Static variable in class org.eclipse.jdt.core.Signature
Kind constant for a type variable signature.
typeArgument() - Static method in class java_cup.emit
TUM changes; proposed by Henning Niss 20050628 Build a string with the specified type arguments, if present, otherwise an empty string.
TypeArgumentMismatch - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
typeArguments() - Method in class org.eclipse.jdt.core.dom.ClassInstanceCreation
Returns the live ordered list of type arguments of this class instance creation (added in JLS3 API).
typeArguments() - Method in class org.eclipse.jdt.core.dom.ConstructorInvocation
Returns the live ordered list of type arguments of this constructor invocation (added in JLS3 API).
typeArguments() - Method in class org.eclipse.jdt.core.dom.MethodInvocation
Returns the live ordered list of type arguments of this method invocation (added in JLS3 API).
typeArguments() - Method in class org.eclipse.jdt.core.dom.ParameterizedType
Returns the live ordered list of type arguments of this parameterized type.
typeArguments() - Method in class org.eclipse.jdt.core.dom.SuperConstructorInvocation
Returns the live ordered list of type arguments of this constructor invocation (added in JLS3 API).
typeArguments() - Method in class org.eclipse.jdt.core.dom.SuperMethodInvocation
Returns the live ordered list of type arguments of this method invocation (added in JLS3 API).
typeArguments - Variable in class org.eclipse.jdt.internal.compiler.ast.AllocationExpression
 
typeArguments - Variable in class org.eclipse.jdt.internal.compiler.ast.ExplicitConstructorCall
 
typeArguments - Variable in class org.eclipse.jdt.internal.compiler.ast.MessageSend
 
typeArguments - Variable in class org.eclipse.jdt.internal.compiler.ast.ParameterizedQualifiedTypeReference
 
typeArguments - Variable in class org.eclipse.jdt.internal.compiler.ast.ParameterizedSingleTypeReference
 
typeArguments - Variable in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding
 
TypeArgumentsForRawGenericConstructor - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
TypeArgumentsForRawGenericMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
TypeArgumentsForRawGenericMethod - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.ProblemReasons
 
typeArgumentsSourceStart - Variable in class org.eclipse.jdt.internal.compiler.ast.ExplicitConstructorCall
 
typeBinding - Variable in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.StackDepthMarker
 
TypeBinding - Class in org.eclipse.jdt.internal.compiler.lookup
 
TypeBinding() - Constructor for class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
 
typeBounds() - Method in class org.eclipse.jdt.core.dom.TypeParameter
Returns the live ordered list of type bounds of this type parameter.
typeCache - Variable in class org.eclipse.jdt.internal.codeassist.CompletionEngine
 
typeCastError(CastExpression, TypeBinding, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
typeCollidesWithEnclosingType(TypeDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
TypeCollidesWithPackage - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
typeCollidesWithPackage(CompilationUnitDeclaration, TypeDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
TypeConstants - Interface in org.eclipse.jdt.internal.compiler.lookup
 
TypeConverter - Class in org.eclipse.jdt.internal.compiler.parser
 
TypeConverter(ProblemReporter, char) - Constructor for class org.eclipse.jdt.internal.compiler.parser.TypeConverter
 
typeCount - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveredUnit
 
TypeDeclaration - Class in org.eclipse.jdt.core.dom
Type declaration AST node type.
TypeDeclaration - Class in org.eclipse.jdt.internal.compiler.ast
 
TypeDeclaration(CompilationResult) - Constructor for class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
 
typeDeclaration - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveredType
 
TypeDeclarationLocator - Class in org.eclipse.jdt.internal.core.search.matching
 
TypeDeclarationLocator(TypeDeclarationPattern) - Constructor for class org.eclipse.jdt.internal.core.search.matching.TypeDeclarationLocator
 
TypeDeclarationMatch - Class in org.eclipse.jdt.core.search
A Java search match that represents a type declaration.
TypeDeclarationMatch(IJavaElement, int, int, int, SearchParticipant, IResource) - Constructor for class org.eclipse.jdt.core.search.TypeDeclarationMatch
Creates a new type declaration match.
TypeDeclarationPattern - Class in org.eclipse.jdt.internal.core.search.matching
 
TypeDeclarationPattern(char[], char[][], char[], char, int) - Constructor for class org.eclipse.jdt.internal.core.search.matching.TypeDeclarationPattern
 
TypeDeclarationStatement - Class in org.eclipse.jdt.core.dom
Local type declaration statement AST node type.
typeExpected - Variable in class org.eclipse.jdt.internal.compiler.ast.AllocationExpression
 
typeFlags - Variable in class org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy
 
typeHandle - Variable in class org.eclipse.jdt.internal.core.hierarchy.HierarchyType
 
TypeHiding - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
typeHiding(TypeDeclaration, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
typeHiding(TypeDeclaration, TypeVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
typeHiding(TypeParameter, Binding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
TypeHidingType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
TypeHidingTypeParameterFromMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
TypeHidingTypeParameterFromType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
typeHierarchy - Variable in class org.eclipse.jdt.internal.core.CreateTypeHierarchyOperation
The generated type hierarchy
TypeHierarchy - Class in org.eclipse.jdt.internal.core.hierarchy
 
TypeHierarchy() - Constructor for class org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy
Creates an empty TypeHierarchy
TypeHierarchy(IType, ICompilationUnit[], IJavaProject, boolean) - Constructor for class org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy
Creates a TypeHierarchy on the given type.
TypeHierarchy(IType, ICompilationUnit[], IJavaSearchScope, boolean) - Constructor for class org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy
Creates a TypeHierarchy on the given type.
typeHierarchyChanged(ITypeHierarchy) - Method in interface org.eclipse.jdt.core.ITypeHierarchyChangedListener
Notifies that the given type hierarchy has changed in some way and should be refreshed at some point to make it consistent with the current state of the Java model.
typeID() - Method in class org.eclipse.jdt.internal.compiler.impl.BooleanConstant
 
typeID() - Method in class org.eclipse.jdt.internal.compiler.impl.ByteConstant
 
typeID() - Method in class org.eclipse.jdt.internal.compiler.impl.CharConstant
 
typeID() - Method in class org.eclipse.jdt.internal.compiler.impl.Constant
 
typeID() - Method in class org.eclipse.jdt.internal.compiler.impl.DoubleConstant
 
typeID() - Method in class org.eclipse.jdt.internal.compiler.impl.FloatConstant
 
typeID() - Method in class org.eclipse.jdt.internal.compiler.impl.IntConstant
 
typeID() - Method in class org.eclipse.jdt.internal.compiler.impl.LongConstant
 
typeID() - Method in class org.eclipse.jdt.internal.compiler.impl.ShortConstant
 
typeID() - Method in class org.eclipse.jdt.internal.compiler.impl.StringConstant
 
TypeIds - Interface in org.eclipse.jdt.internal.compiler.lookup
 
typeInHierarchy(ReferenceBinding) - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocator
 
TypeLiteral - Class in org.eclipse.jdt.core.dom
Type literal AST node type.
typeLocators - Variable in class org.eclipse.jdt.internal.core.builder.State
 
TypeMismatch - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
typeMismatchError(TypeBinding, TypeBinding, ASTNode, ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
typeMismatchError(TypeBinding, TypeVariableBinding, ReferenceBinding, ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
TypeMissingDeprecatedAnnotation - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
typeName - Variable in class org.eclipse.jdt.internal.codeassist.InternalCompletionProposal
 
typeName() - Method in class org.eclipse.jdt.internal.compiler.impl.Constant
 
typeName - Variable in class org.eclipse.jdt.internal.core.SourceFieldElementInfo
The type name of this field.
TypeNameMatch - Class in org.eclipse.jdt.core.search
A match collected while searching for all type names methods using a requestor.
TypeNameMatch() - Constructor for class org.eclipse.jdt.core.search.TypeNameMatch
 
TypeNameMatchRequestor - Class in org.eclipse.jdt.core.search
A TypeNameMatchRequestor collects matches from a searchAllTypeNames query to a SearchEngine.
TypeNameMatchRequestor() - Constructor for class org.eclipse.jdt.core.search.TypeNameMatchRequestor
 
TypeNameMatchRequestorWrapper - Class in org.eclipse.jdt.internal.core.search
Wrapper used to link IRestrictedAccessTypeRequestor with TypeNameRequestor.
TypeNameMatchRequestorWrapper(TypeNameMatchRequestor, IJavaSearchScope) - Constructor for class org.eclipse.jdt.internal.core.search.TypeNameMatchRequestorWrapper
 
TypeNameRequestor - Class in org.eclipse.jdt.core.search
A TypeNameRequestor collects search results from a searchAllTypeNames query to a SearchEngine.
TypeNameRequestor() - Constructor for class org.eclipse.jdt.core.search.TypeNameRequestor
 
TypeNameRequestorWrapper - Class in org.eclipse.jdt.internal.core.search
Wrapper used to link IRestrictedAccessTypeRequestor with TypeNameRequestor.
TypeNameRequestorWrapper(TypeNameRequestor) - Constructor for class org.eclipse.jdt.internal.core.search.TypeNameRequestorWrapper
 
typeOrPackageCache - Variable in class org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope
 
TypeParameter - Class in org.eclipse.jdt.core.dom
Type parameter node (added in JLS3 API).
TypeParameter - Class in org.eclipse.jdt.internal.compiler.ast
 
TypeParameter() - Constructor for class org.eclipse.jdt.internal.compiler.ast.TypeParameter
 
typeParameter - Variable in class org.eclipse.jdt.internal.core.search.matching.TypeParameterPattern
 
TypeParameter - Class in org.eclipse.jdt.internal.core
 
TypeParameter(JavaElement, String) - Constructor for class org.eclipse.jdt.internal.core.TypeParameter
 
TypeParameterArityMismatch - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.ProblemReasons
 
TypeParameterDeclarationMatch - Class in org.eclipse.jdt.core.search
A Java search match that represents a type parameter declaration or reference.
TypeParameterDeclarationMatch(IJavaElement, int, int, int, SearchParticipant, IResource) - Constructor for class org.eclipse.jdt.core.search.TypeParameterDeclarationMatch
Creates a new type parameter match.
TypeParameterElementInfo - Class in org.eclipse.jdt.internal.core
 
TypeParameterElementInfo() - Constructor for class org.eclipse.jdt.internal.core.TypeParameterElementInfo
 
TypeParameterHidingType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
TypeParameterLocator - Class in org.eclipse.jdt.internal.core.search.matching
Search engine locator for type parameters matches.
TypeParameterLocator(TypeParameterPattern) - Constructor for class org.eclipse.jdt.internal.core.search.matching.TypeParameterLocator
 
TypeParameterPattern - Class in org.eclipse.jdt.internal.core.search.matching
Pattern to search type parameters.
TypeParameterPattern(boolean, boolean, ITypeParameter, int) - Constructor for class org.eclipse.jdt.internal.core.search.matching.TypeParameterPattern
 
TypeParameterReferenceMatch - Class in org.eclipse.jdt.core.search
A Java search match that represents a type parameter declaration or reference.
TypeParameterReferenceMatch(IJavaElement, int, int, int, boolean, SearchParticipant, IResource) - Constructor for class org.eclipse.jdt.core.search.TypeParameterReferenceMatch
Creates a new field reference match.
typeParameters() - Method in class org.eclipse.jdt.core.dom.MethodDeclaration
Returns the live ordered list of type parameters of this method declaration (added in JLS3 API).
typeParameters() - Method in class org.eclipse.jdt.core.dom.TypeDeclaration
Returns the live ordered list of type parameters of this type declaration (added in JLS3 API).
typeParameters() - Method in class org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
 
typeParameters - Variable in class org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration
 
typeParameters() - Method in class org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration
 
typeParameters - Variable in class org.eclipse.jdt.internal.compiler.ast.MethodDeclaration
 
typeParameters() - Method in class org.eclipse.jdt.internal.compiler.ast.MethodDeclaration
 
typeParameters - Variable in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
 
typeParameters - Variable in class org.eclipse.jdt.internal.compiler.ISourceElementRequestor.MethodInfo
 
typeParameters - Variable in class org.eclipse.jdt.internal.compiler.ISourceElementRequestor.TypeInfo
 
typeParameters - Variable in class org.eclipse.jdt.internal.core.SourceMethodElementInfo
 
typeParameters - Variable in class org.eclipse.jdt.internal.core.SourceTypeElementInfo
 
typeParameterSignatures - Variable in class org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern
 
typeParameterSignatures(AbstractMethodDeclaration) - Static method in class org.eclipse.jdt.internal.core.util.Util
 
typeQualification - Variable in class org.eclipse.jdt.internal.core.search.matching.FieldPattern
 
typeRefCache - Variable in class org.eclipse.jdt.internal.core.CompilationUnitStructureRequestor
 
TypeReference - Class in org.eclipse.jdt.internal.compiler.ast
 
TypeReference() - Constructor for class org.eclipse.jdt.internal.compiler.ast.TypeReference
 
typeReference(int, int, int) - Method in class org.eclipse.jdt.internal.compiler.DocumentElementParser
INTERNAL USE ONLY
TypeReferenceLocator - Class in org.eclipse.jdt.internal.core.search.matching
 
TypeReferenceLocator(TypeReferencePattern) - Constructor for class org.eclipse.jdt.internal.core.search.matching.TypeReferenceLocator
 
TypeReferenceMatch - Class in org.eclipse.jdt.core.search
A Java search match that represents a type reference.
TypeReferenceMatch(IJavaElement, int, int, int, boolean, SearchParticipant, IResource) - Constructor for class org.eclipse.jdt.core.search.TypeReferenceMatch
Creates a new type reference match.
TypeReferencePattern - Class in org.eclipse.jdt.internal.core.search.matching
 
TypeReferencePattern(char[], char[], int) - Constructor for class org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern
 
TypeReferencePattern(char[], char[], String, int) - Constructor for class org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern
 
TypeReferencePattern(char[], char[], String, char, int) - Constructor for class org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern
 
TypeReferencePattern(char[], char[], String, int, char, int) - Constructor for class org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern
 
TypeReferencePattern(char[], char[], IType, int) - Constructor for class org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern
 
TypeReferencePattern(char[], char[], IType, int, int) - Constructor for class org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern
 
typeReferences - Variable in class org.eclipse.jdt.internal.compiler.ast.UnionTypeReference
 
TypeRelated - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Problem Categories The high bits of a problem ID contains information about the category of a problem.
typeRequestor - Variable in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
 
types() - Method in class org.eclipse.jdt.core.dom.CompilationUnit
Returns the live list of nodes for the top-level type declarations of this compilation unit, in order of appearance.
types() - Method in class org.eclipse.jdt.core.dom.UnionType
Returns the live ordered list of types in this union type.
types - Variable in class org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration
 
types - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveredUnit
 
types - Variable in class org.eclipse.jdt.internal.core.JavaElementRequestor
A collection of the resulting types, or null if no type results have been received.
TYPES_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.CompilationUnit
The "types" structural property of this node type (element type: AbstractTypeDeclaration).
TYPES_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.UnionType
The "types" structural property of this node type (element type: Type).
typeSignature(TypeReference) - Static method in class org.eclipse.jdt.internal.core.util.Util
 
typeSimpleName - Variable in class org.eclipse.jdt.internal.core.search.matching.FieldPattern
 
typesInWorkingCopies - Variable in class org.eclipse.jdt.internal.core.NameLookup
A map from package handles to a map from type name to an IType or an IType[].
typeSuffix - Variable in class org.eclipse.jdt.internal.core.search.matching.MultiTypeDeclarationPattern
 
typeSuffix - Variable in class org.eclipse.jdt.internal.core.search.matching.SuperTypeReferencePattern
 
typeSuffix - Variable in class org.eclipse.jdt.internal.core.search.matching.TypeDeclarationPattern
 
typeToSubtypes - Variable in class org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy
 
typeToSuperInterfaces - Variable in class org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy
 
typeVariable() - Method in class org.eclipse.jdt.internal.compiler.lookup.WildcardBinding
Returns associated type variable, or null in case of inconsistency
TypeVariableBinding - Class in org.eclipse.jdt.internal.compiler.lookup
Binding for a type parameter, held by source/binary type or method.
TypeVariableBinding(char[], Binding, int, LookupEnvironment) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding
 
typeVariables - Variable in class org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding
 
typeVariables() - Method in class org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding
 
typeVariables - Variable in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
 
typeVariables() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
 
typeVariables() - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
 
typeVariables - Variable in class org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
 
typeVariables() - Method in class org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
 
typeVariables() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
 
TypeVariablesAreConnected - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
 
TypeVector - Class in org.eclipse.jdt.internal.core
 
TypeVector() - Constructor for class org.eclipse.jdt.internal.core.TypeVector
 
TypeVector(IType[]) - Constructor for class org.eclipse.jdt.internal.core.TypeVector
 
TypeVector(IType) - Constructor for class org.eclipse.jdt.internal.core.TypeVector
 

U

u1At(int) - Method in class org.eclipse.jdt.internal.compiler.classfmt.ClassFileStruct
 
u1At(byte[], int, int) - Method in class org.eclipse.jdt.internal.core.util.ClassFileStruct
 
u2At(int) - Method in class org.eclipse.jdt.internal.compiler.classfmt.ClassFileStruct
 
u2At(byte[], int, int) - Method in class org.eclipse.jdt.internal.core.util.ClassFileStruct
 
u4At(int) - Method in class org.eclipse.jdt.internal.compiler.classfmt.ClassFileStruct
 
u4At(byte[], int, int) - Method in class org.eclipse.jdt.internal.core.util.ClassFileStruct
 
UnaryExpression - Class in org.eclipse.jdt.internal.compiler.ast
 
UnaryExpression(Expression, int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.UnaryExpression
 
UNBOUND - Static variable in class org.eclipse.jdt.internal.compiler.ast.Wildcard
 
unboundReferenceErrorName() - Method in class org.eclipse.jdt.internal.compiler.ast.NameReference
 
unboundReferenceErrorName() - Method in class org.eclipse.jdt.internal.compiler.ast.QualifiedNameReference
 
unboundReferenceErrorName() - Method in class org.eclipse.jdt.internal.compiler.ast.SingleNameReference
 
UNBOXING - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
UnboxingConversion - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
UNCHANGED - Static variable in class org.eclipse.jdt.internal.core.dom.rewrite.RewriteEvent
Change kind to signal that the property did not change
Unchecked - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
UNCHECKED - Static variable in class org.eclipse.jdt.internal.compiler.impl.IrritantSet
 
UNCHECKED - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
UncheckedTypeOperation - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
Unclassified - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
ID reserved for referencing an internal error inside the JavaCore implementation which may be surfaced as a problem associated with the compilation unit which caused it to occur.
UnclosedCloseable - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
UnclosedCloseable - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
unclosedCloseable(FakedTrackingVariable, ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
UnclosedCloseableAtExit - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
unconditionalCopy() - Method in class org.eclipse.jdt.internal.compiler.flow.ConditionalFlowInfo
 
unconditionalCopy() - Method in class org.eclipse.jdt.internal.compiler.flow.FlowInfo
Return a new flow info that holds the same information as this would after a call to unconditionalInits, but leaving this info unaffected.
unconditionalCopy() - Method in class org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo
 
unconditionalFieldLessCopy() - Method in class org.eclipse.jdt.internal.compiler.flow.ConditionalFlowInfo
 
unconditionalFieldLessCopy() - Method in class org.eclipse.jdt.internal.compiler.flow.FlowInfo
Return a new flow info that holds the same information as this would after a call to unconditionalInits followed by the erasure of fields specific information, but leaving this flow info unaffected.
unconditionalFieldLessCopy() - Method in class org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo
 
UnconditionalFlowInfo - Class in org.eclipse.jdt.internal.compiler.flow
Record initialization status during definite assignment analysis No caching of pre-allocated instances.
UnconditionalFlowInfo() - Constructor for class org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo
 
UnconditionalFlowInfo.AssertionFailedException - Exception in org.eclipse.jdt.internal.compiler.flow
Exception raised when unexpected behavior is detected.
UnconditionalFlowInfo.AssertionFailedException(String) - Constructor for exception org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo.AssertionFailedException
 
unconditionalInits() - Method in class org.eclipse.jdt.internal.compiler.flow.ConditionalFlowInfo
 
unconditionalInits() - Method in class org.eclipse.jdt.internal.compiler.flow.FlowInfo
Return a flow info that merges the possible paths of execution described by this flow info.
unconditionalInits() - Method in class org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo
 
unconditionalInitsWithoutSideEffect() - Method in class org.eclipse.jdt.internal.compiler.flow.ConditionalFlowInfo
 
unconditionalInitsWithoutSideEffect() - Method in class org.eclipse.jdt.internal.compiler.flow.FlowInfo
Return a new flow info that holds the same information as this would after a call to unconditionalInits, but leaving this info unaffected.
unconditionalInitsWithoutSideEffect() - Method in class org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo
 
UndefinedAnnotationMember - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
undefinedAnnotationValue(TypeBinding, MemberValuePair) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
UndefinedConstructor - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
UndefinedConstructorInDefaultConstructor - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
UndefinedConstructorInImplicitConstructorCall - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
UndefinedField - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
UndefinedLabel - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
undefinedLabel(BranchStatement) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
UndefinedMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
UndefinedName - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
UndefinedType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
UndefinedTypeVariable - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
undefinedTypeVariableSignature(char[], ReferenceBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
under_non_term - Variable in class java_cup.parse_reduce_row
Actual entries for the row.
under_state - Variable in class java_cup.parse_action_table
Actual array of rows, one per state.
under_state - Variable in class java_cup.parse_reduce_table
Actual array of rows, one per state
under_term - Variable in class java_cup.parse_action_row
Actual action entries for the row.
UNDERSCORES_IN_LITERALS_NOT_BELOW_17 - Static variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
UNDERSCORES_IN_LITERALS_NOT_BELOW_17 - Static variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
UnderscoresInLiteralsNotBelow17 - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
UndocumentedEmptyBlock - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
UndocumentedEmptyBlock - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
UndocumentedEmptyBlock - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
undocumentedEmptyBlock(int, int) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
UnexpectedStaticModifierForField - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
unexpectedStaticModifierForField(SourceTypeBinding, FieldDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
UnexpectedStaticModifierForMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
unexpectedStaticModifierForMethod(ReferenceBinding, AbstractMethodDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
UnhandledException - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
unhandledException(TypeBinding, ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
unhandledExceptionFromAutoClose(TypeBinding, ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
UnhandledExceptionInDefaultConstructor - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
UnhandledExceptionInImplicitConstructorCall - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
UnhandledExceptionOnAutoClose - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
UnhandledWarningToken - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
UnhandledWarningToken - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
unhandledWarningToken(Expression) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
unicodeAsBackSlash - Variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
unicodeAsBackSlash - Variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
unicodeCharSize - Variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionScanner
 
unicodeInitializeBuffer(int) - Method in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
unicodeInitializeBuffer(int) - Method in class org.eclipse.jdt.internal.core.util.PublicScanner
 
unicodeStore() - Method in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
unicodeStore(char) - Method in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
unicodeStore() - Method in class org.eclipse.jdt.internal.core.util.PublicScanner
 
unicodeStore(char) - Method in class org.eclipse.jdt.internal.core.util.PublicScanner
 
unIndent() - Method in class org.eclipse.jdt.internal.formatter.Scribe
 
UNINITIALIZED_FIELDS - Static variable in class org.eclipse.jdt.internal.compiler.lookup.Binding
 
UNINITIALIZED_METHODS - Static variable in class org.eclipse.jdt.internal.compiler.lookup.Binding
 
UNINITIALIZED_REFERENCE_TYPES - Static variable in class org.eclipse.jdt.internal.compiler.lookup.Binding
 
UninitializedBlankFinalField - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
uninitializedBlankFinalField(FieldBinding, ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
UninitializedBlankFinalFieldHintMissingDefault - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
UninitializedLocalVariable - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
uninitializedLocalVariable(LocalVariableBinding, ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
UninitializedLocalVariableHintMissingDefault - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
UNION_TYPE - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type UnionType.
UnionType - Class in org.eclipse.jdt.core.dom
Type node for an union type (added in JLS4 API).
UnionTypeReference - Class in org.eclipse.jdt.internal.compiler.ast
 
UnionTypeReference(TypeReference[]) - Constructor for class org.eclipse.jdt.internal.compiler.ast.UnionTypeReference
 
unit - Variable in class org.eclipse.jdt.internal.core.CompilationUnitStructureRequestor
The handle to the compilation unit being parsed
unitBeingCompleted - Variable in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
 
unitDeclaration - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveredUnit
 
unitIndex - Variable in class org.eclipse.jdt.internal.compiler.CompilationResult
 
unitInfo - Variable in class org.eclipse.jdt.internal.core.CompilationUnitStructureRequestor
The info object for the compilation unit being parsed
unitScope - Variable in class org.eclipse.jdt.internal.codeassist.impl.Engine
 
unitsToProcess - Variable in class org.eclipse.jdt.internal.compiler.Compiler
 
unitToSkip - Variable in class org.eclipse.jdt.internal.core.SearchableEnvironment
 
UNKNOWN - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
The nature of searched element or the nature of match in unknown.
UNKNOWN - Static variable in class org.eclipse.jdt.internal.compiler.flow.FlowInfo
 
UNKNOWN_JAVADOC_FORMAT - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status constant indicating that the attached javadoc content format is unrecognized.
UNKNOWN_RANGE - Static variable in class org.eclipse.jdt.internal.core.SourceMapper
The unknown source range {-1, 0}
UNKNOWN_STATE - Static variable in class org.eclipse.jdt.internal.core.search.indexing.IndexManager
 
unknownRefCache - Variable in class org.eclipse.jdt.internal.core.CompilationUnitStructureRequestor
 
UnmatchedBracket - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
unmatchedBracket(int, ReferenceContext, CompilationResult) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
UnnecessaryArgumentCast - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Deprecated. - no longer generated, use IProblem.UnnecessaryCast instead
UnnecessaryCast - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
UnnecessaryCast - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
unnecessaryCast(CastExpression) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
UnnecessaryElse - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
UnnecessaryElse - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
unnecessaryElse(ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
unnecessaryEnclosingInstanceSpecification(Expression, ReferenceBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
UnnecessaryInstanceof - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
unnecessaryInstanceof(InstanceOfExpression, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
UnnecessaryNLSTag - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
unnecessaryNLSTags(int, int) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
unnecessaryTypeArgumentsForMethodInvocation(MethodBinding, TypeBinding[], TypeReference[]) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
UnnecessaryTypeCheck - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
unpackFromStrings(String[]) - Static method in class java_cup.runtime.lr_parser
Utility function: unpacks parse tables from strings
UNQUALIFIED_FIELD_ACCESS - Static variable in class org.eclipse.jdt.internal.compiler.impl.IrritantSet
 
UnqualifiedFieldAccess - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
UnqualifiedFieldAccess - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
unqualifiedFieldAccess(NameReference, FieldBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
UNREACHABLE - Static variable in class org.eclipse.jdt.internal.compiler.flow.FlowInfo
 
UNREACHABLE_BY_NULLANALYSIS - Static variable in class org.eclipse.jdt.internal.compiler.flow.FlowInfo
 
UNREACHABLE_OR_DEAD - Static variable in class org.eclipse.jdt.internal.compiler.flow.FlowInfo
 
UnreachableCatch - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
unreachableCatchBlock(ReferenceBinding, ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
unreachableCode(Statement) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
unrecovered_syntax_error(Symbol) - Method in class java_cup.runtime.lr_parser
This method is called if it is determined that syntax error recovery has been unsuccessful.
unresolvableReference(NameReference, Binding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
unresolved() - Method in class org.eclipse.jdt.internal.core.JavaElement
 
unresolved() - Method in class org.eclipse.jdt.internal.core.ResolvedBinaryField
 
unresolved() - Method in class org.eclipse.jdt.internal.core.ResolvedBinaryMethod
 
unresolved() - Method in class org.eclipse.jdt.internal.core.ResolvedBinaryType
 
unresolved() - Method in class org.eclipse.jdt.internal.core.ResolvedSourceField
 
unresolved() - Method in class org.eclipse.jdt.internal.core.ResolvedSourceMethod
 
unresolved() - Method in class org.eclipse.jdt.internal.core.ResolvedSourceType
 
UnresolvedAnnotationBinding - Class in org.eclipse.jdt.internal.compiler.lookup
 
unresolvedEntryStatus - Variable in class org.eclipse.jdt.internal.core.JavaModelManager.PerProjectInfo
 
unResolvedFields() - Method in class org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding
 
unResolvedFields() - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
 
unResolvedFields() - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
 
unResolvedFields() - Method in class org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
 
UnresolvedReferenceBinding - Class in org.eclipse.jdt.internal.compiler.lookup
 
UnresolvedReferenceNameFinder - Class in org.eclipse.jdt.internal.codeassist
 
UnresolvedReferenceNameFinder(CompletionEngine) - Constructor for class org.eclipse.jdt.internal.codeassist.UnresolvedReferenceNameFinder
 
UnresolvedReferenceNameFinder.UnresolvedReferenceNameRequestor - Interface in org.eclipse.jdt.internal.codeassist
 
UnresolvedVariable - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
UnsafeCast - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
unsafeCast(CastExpression, Scope) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
UnsafeGenericArrayForVarargs - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
unsafeGenericArrayForVarargs(TypeBinding, ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
UnsafeGenericCast - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
UnsafeRawConstructorInvocation - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
UnsafeRawFieldAssignment - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
unsafeRawFieldAssignment(FieldBinding, TypeBinding, ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
UnsafeRawGenericConstructorInvocation - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
UnsafeRawGenericMethodInvocation - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
unsafeRawGenericMethodInvocation(ASTNode, MethodBinding, TypeBinding[]) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
unsafeRawInvocation(ASTNode, MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
UnsafeRawMethodInvocation - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
UnsafeReturnTypeOverride - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
unsafeReturnTypeOverride(MethodBinding, MethodBinding, SourceTypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
UnsafeTypeConversion - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
unsafeTypeConversion(Expression, TypeBinding, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
UNSIGNED_RIGHT_SHIFT - Static variable in interface org.eclipse.jdt.internal.compiler.ast.OperatorIds
 
UNTERMINATED_COMMENT - Static variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
UNTERMINATED_COMMENT - Static variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
UNTERMINATED_STRING - Static variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
UNTERMINATED_STRING - Static variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
UnterminatedComment - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
UnterminatedString - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
UNUSED - Static variable in class org.eclipse.jdt.internal.compiler.impl.IrritantSet
 
UNUSED - Static variable in class org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding
 
unused_non_term - Static variable in class java_cup.emit
Count of unused non terminals.
unused_term - Static variable in class java_cup.emit
Count of unused terminals.
UnusedArgument - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
unusedArgument(LocalDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
UnusedConstructorDeclaredThrownException - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
UnusedDeclaredThrownException - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
unusedDeclaredThrownException(ReferenceBinding, AbstractMethodDeclaration, ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
UnusedImport - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
UnusedImport - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
unusedImport(ImportReference) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
UnusedLabel - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
UnusedLabel - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
unusedLabel(LabeledStatement) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
UnusedLocalVariable - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
unusedLocalVariable(LocalDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
UnusedMethodDeclaredThrownException - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
UnusedObjectAllocation - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
UnusedObjectAllocation - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
unusedObjectAllocation(AllocationExpression) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
UnusedPrivateConstructor - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
unusedPrivateConstructor(ConstructorDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
UnusedPrivateField - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
unusedPrivateField(FieldDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
UnusedPrivateMember - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
UnusedPrivateMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
unusedPrivateMethod(AbstractMethodDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
UnusedPrivateType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
unusedPrivateType(TypeDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
UnusedTypeArguments - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
UnusedTypeArgumentsForConstructorInvocation - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
UnusedTypeArgumentsForMethodInvocation - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
UnusedWarningToken - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
UnusedWarningToken - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
unusedWarningToken(Expression) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
update - Static variable in class java_cup.version
The update letter.
update() - Method in class org.eclipse.jdt.internal.formatter.align.Alignment
 
update(Scribe, int) - Method in class org.eclipse.jdt.internal.formatter.Location
 
UPDATE_CONFLICT - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status constant indicating there is an update conflict for a working copy.
updateBodyStart(int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredElement
 
updateBodyStart(int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredMethod
 
updateBodyStart(int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredType
 
updateContext(InvocationSite, CompilationResult) - Method in exception org.eclipse.jdt.internal.compiler.problem.AbortCompilation
 
updateContext(ASTNode, CompilationResult) - Method in exception org.eclipse.jdt.internal.compiler.problem.AbortCompilation
 
updateCurrentDeltaAndIndex(IResourceDelta, int, DeltaProcessor.RootInfo) - Method in class org.eclipse.jdt.internal.core.DeltaProcessor
 
updateCycleParticipants(ArrayList, LinkedHashSet, IWorkspaceRoot, HashSet, Map) - Method in class org.eclipse.jdt.internal.core.JavaProject
If a cycle is detected, then cycleParticipants contains all the paths of projects involved in this cycle (directly and indirectly), no cycle if the set is empty (and started empty)
updatedAnnotationReference() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredAnnotation
 
updatedBlock(int, Set) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredBlock
 
updatedCompilationUnitDeclaration() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredUnit
 
updatedFieldDeclaration(int, Set) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredField
 
updatedFieldDeclaration(int, Set) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredInitializer
 
updatedImportReference() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredImport
 
updatedIndexState() - Method in class org.eclipse.jdt.internal.core.search.indexing.IndexAllProject
 
updatedIndexState() - Method in class org.eclipse.jdt.internal.core.search.indexing.IndexBinaryFolder
 
updatedIndexState() - Method in class org.eclipse.jdt.internal.core.search.indexing.IndexRequest
 
updatedMethodDeclaration(int, Set) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredMethod
 
updateDocComment() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionJavadocParser
 
updateDocComment() - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionJavadocParser
 
updateDocComment() - Method in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
updateDocComment() - Method in class org.eclipse.jdt.internal.compiler.parser.JavadocParser
 
updateDocComment() - Method in class org.eclipse.jdt.internal.formatter.FormatterCommentParser
 
updatedStatement(int, Set) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredBlock
 
updatedStatement(int, Set) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredLocalVariable
 
updatedStatement(int, Set) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredStatement
 
updatedStatement(int, Set) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredType
 
updatedTypeDeclaration(int, Set) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredType
 
updateExternalFoldersIfNecessary(boolean, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.ExternalFolderChange
 
updateFromParserState() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredAnnotation
 
updateFromParserState() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredElement
 
updateFromParserState() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredMethod
 
updateFromParserState() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredType
 
updateInnerEmulationDependents() - Method in class org.eclipse.jdt.internal.compiler.lookup.LocalTypeBinding
 
updateInnerEmulationDependents() - Method in class org.eclipse.jdt.internal.compiler.lookup.NestedTypeBinding
 
updateJavaModel(IJavaElementDelta) - Method in class org.eclipse.jdt.internal.core.DeltaProcessor
 
updateLineEnd() - Method in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
updateMatch(ParameterizedTypeBinding, char[][][], MatchLocator) - Method in class org.eclipse.jdt.internal.core.search.matching.FieldLocator
 
updateMatch(ParameterizedTypeBinding, char[][][], MatchLocator) - Method in class org.eclipse.jdt.internal.core.search.matching.PatternLocator
 
updateMatch(ParameterizedTypeBinding, char[][][], boolean, int, MatchLocator) - Method in class org.eclipse.jdt.internal.core.search.matching.PatternLocator
 
updateMatch(TypeBinding[], MatchLocator, char[][], boolean) - Method in class org.eclipse.jdt.internal.core.search.matching.PatternLocator
 
updateOnClosingBrace(int, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredAnnotation
 
updateOnClosingBrace(int, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredBlock
 
updateOnClosingBrace(int, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredElement
 
updateOnClosingBrace(int, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredField
 
updateOnClosingBrace(int, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredInitializer
 
updateOnClosingBrace(int, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredLocalVariable
 
updateOnClosingBrace(int, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredMethod
 
updateOnClosingBrace(int, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredStatement
 
updateOnClosingBrace(int, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredType
 
updateOnOpeningBrace(int, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredBlock
 
updateOnOpeningBrace(int, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredElement
 
updateOnOpeningBrace(int, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredField
 
updateOnOpeningBrace(int, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredInitializer
 
updateOnOpeningBrace(int, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredLocalVariable
 
updateOnOpeningBrace(int, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredMethod
 
updateOnOpeningBrace(int, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredType
 
updateParseTree() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredAnnotation
 
updateParseTree() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredBlock
 
updateParseTree() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredElement
 
updateParseTree() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredField
 
updateParseTree() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredImport
 
updateParseTree() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredLocalVariable
 
updateParseTree() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredMethod
 
updateParseTree() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredStatement
 
updateParseTree() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredType
 
updateParseTree() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredUnit
 
updateParticipant(IPath, IPath) - Method in class org.eclipse.jdt.internal.core.search.indexing.IndexManager
 
updatePolymorphicMethodReturnType(PolymorphicMethodBinding, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
 
updateProblemCounts(CategorizedProblem[]) - Method in class org.eclipse.jdt.internal.core.builder.BuildNotifier
 
updateProblemCounts(IMarker[], CategorizedProblem[]) - Method in class org.eclipse.jdt.internal.core.builder.BuildNotifier
Update the problem counts from one compilation result given the old and new problems, either of which may be null.
updateProblemsFor(SourceFile, CompilationResult) - Method in class org.eclipse.jdt.internal.core.builder.AbstractImageBuilder
 
updateProblemsFor(SourceFile, CompilationResult) - Method in class org.eclipse.jdt.internal.core.builder.IncrementalImageBuilder
 
updateProgress(float) - Method in class org.eclipse.jdt.internal.core.builder.BuildNotifier
 
updateProgressDelta(float) - Method in class org.eclipse.jdt.internal.core.builder.BuildNotifier
 
updateProjectClasspath(IPath, IJavaProject, Map) - Method in class org.eclipse.jdt.internal.core.DeletePackageFragmentRootOperation
 
updateProjectReferencesIfNecessary() - Method in class org.eclipse.jdt.internal.core.ProjectReferenceChange
 
updateRecoveryState() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
updateRecoveryState() - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionParser
 
updateRecoveryState() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
updateReferringProjectClasspaths(IPath, IJavaProject, Map) - Method in class org.eclipse.jdt.internal.core.DeletePackageFragmentRootOperation
 
updateReferringProjectClasspaths(IPath, IJavaProject) - Method in class org.eclipse.jdt.internal.core.MovePackageFragmentRootOperation
 
updateRoots(IPath, IResourceDelta, DeltaProcessor) - Method in class org.eclipse.jdt.internal.core.DeltaProcessingState
 
updaters() - Method in class org.eclipse.jdt.core.dom.ForStatement
Returns the live ordered list of update expressions in this for statement.
UPDATERS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.ForStatement
The "updaters" structural property of this node type (element type: Expression).
updateSeverity(int, Object) - Method in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
updateSourceDeclarationParts(int) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
updateSourceEndIfNecessary(int, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredElement
 
updateSourceEndIfNecessary(int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredElement
 
updateSourceEndIfNecessary(int, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredField
 
updateSourceEndIfNecessary(int, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredImport
 
updateSourceEndIfNecessary(int, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredInitializer
 
updateSourceEndIfNecessary(int, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredLocalVariable
 
updateSourceEndIfNecessary(int, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredMethod
 
updateSourceEndIfNecessary(int, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredStatement
 
updateSourceEndIfNecessary(int, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredType
 
updateSourceEndIfNecessary(int, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredUnit
 
updateSourcePosition(Expression) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
updateStatement(int, Set) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredBlock
 
updateTasksFor(SourceFile, CompilationResult) - Method in class org.eclipse.jdt.internal.core.builder.AbstractImageBuilder
 
updateTasksFor(SourceFile, CompilationResult) - Method in class org.eclipse.jdt.internal.core.builder.IncrementalImageBuilder
 
updateTimeStamp(CompilationUnit) - Method in class org.eclipse.jdt.internal.core.CompilationUnit
 
updateTimestamp(LRUCache.LRUCacheEntry) - Method in class org.eclipse.jdt.internal.core.OverflowingLRUCache
Updates the timestamp for the given entry, ensuring that the queue is kept in correct order.
updateTimestamp(LRUCache.LRUCacheEntry) - Method in class org.eclipse.jdt.internal.core.util.LRUCache
Updates the timestamp for the given entry, ensuring that the queue is kept in correct order.
updateUserLibrary(String, String) - Method in class org.eclipse.jdt.internal.core.UserLibraryManager
 
updating_external_archives_jobName - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
UPDATING_STATE - Static variable in class org.eclipse.jdt.internal.core.search.indexing.IndexManager
 
UPPER_ANNOTATION_TYPE - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
UPPER_BOUND_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.WildcardType
The "upperBound" structural property of this node type (type: Boolean).
UPPER_CLASS - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
UPPER_CONSTRUCTOR - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
UPPER_FIELD - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
UPPER_LOCAL_VARIABLE - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
UPPER_METHOD - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
UPPER_PACKAGE - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
UPPER_PARAMETER - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
UPPER_RUNTIME - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
UPPER_SOURCE - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
upperBound() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding
Upper bound doesn't perform erasure
usage(String) - Static method in class java_cup.Main
Print a "usage message" that described possible command line options, then exit.
use_count() - Method in class java_cup.symbol
Count of how many times the symbol appears in productions.
use_tabs_only_for_leading_indentations - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
use_tags - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
UseAssertAsAnIdentifier - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
useAssertAsAnIdentifier(int, int) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
useAssertAsAnIndentifier - Variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
useAssertAsAnIndentifier - Variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
Used - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
USED - Static variable in class org.eclipse.jdt.internal.compiler.codegen.BranchLabel
 
USED - Static variable in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrame
 
USED - Static variable in class org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding
 
UseEnumAsAnIdentifier - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
useEnumAsAnIdentifier(int, int) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
useEnumAsAnIndentifier - Variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
useEnumAsAnIndentifier - Variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
useFlag - Variable in class org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding
 
user_init() - Method in class java_cup.runtime.lr_parser
User code for initialization inside the parser.
USER_LIBRARY_CONTAINER_ID - Static variable in class org.eclipse.jdt.core.JavaCore
Name of the User Library Container id.
UserLibrary - Class in org.eclipse.jdt.internal.core
Internal model element to represent a user library and code to serialize / deserialize.
UserLibrary(IClasspathEntry[], boolean) - Constructor for class org.eclipse.jdt.internal.core.UserLibrary
 
UserLibraryClasspathContainer - Class in org.eclipse.jdt.internal.core
 
UserLibraryClasspathContainer(String) - Constructor for class org.eclipse.jdt.internal.core.UserLibraryClasspathContainer
 
UserLibraryClasspathContainerInitializer - Class in org.eclipse.jdt.internal.core
 
UserLibraryClasspathContainerInitializer() - Constructor for class org.eclipse.jdt.internal.core.UserLibraryClasspathContainerInitializer
 
UserLibraryManager - Class in org.eclipse.jdt.internal.core
 
UserLibraryManager() - Constructor for class org.eclipse.jdt.internal.core.UserLibraryManager
 
useSingleThread - Variable in class org.eclipse.jdt.internal.compiler.Compiler
 
UsingDeprecatedAPI - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
UsingDeprecatedConstructor - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
UsingDeprecatedField - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
UsingDeprecatedMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
UsingDeprecatedType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
UTF8_INITIAL_SIZE - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
utf8At(byte[], int, int) - Method in class org.eclipse.jdt.internal.compiler.ClassFile
 
utf8At(int, int) - Method in class org.eclipse.jdt.internal.compiler.classfmt.ClassFileStruct
 
utf8At(byte[], int, int, int) - Method in class org.eclipse.jdt.internal.core.util.ClassFileStruct
 
UTF8Cache - Variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
Utf8Tag - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
 
UTF_8 - Static variable in class org.eclipse.jdt.internal.compiler.util.Util
 
UTIL - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
Util - Class in org.eclipse.jdt.internal.compiler.util
 
Util() - Constructor for class org.eclipse.jdt.internal.compiler.util.Util
 
Util - Class in org.eclipse.jdt.internal.core.util
Provides convenient utility methods to other types in this package.
Util.BindingsToNodesMap - Interface in org.eclipse.jdt.internal.core.util
 
Util.Comparable - Interface in org.eclipse.jdt.internal.core.util
 
Util.Comparer - Interface in org.eclipse.jdt.internal.core.util
 
Util.Displayable - Interface in org.eclipse.jdt.internal.compiler.util
 

V

validate() - Method in class org.eclipse.jdt.internal.core.ClasspathValidation
 
validateClassFileName(String) - Static method in class org.eclipse.jdt.core.JavaConventions
Deprecated. Use JavaConventions.validateClassFileName(String id, String sourceLevel, String complianceLevel) instead
validateClassFileName(String, String, String) - Static method in class org.eclipse.jdt.core.JavaConventions
Validate the given .class file name for the given source and compliance levels.
validateClasspath(IJavaProject, IClasspathEntry[], IPath) - Static method in class org.eclipse.jdt.core.JavaConventions
Validate a given classpath and output location for a project, using the following rules: Classpath entries cannot collide with each other; that is, all entry paths must be unique.
validateClasspath(IJavaProject, IClasspathEntry[], IPath) - Static method in class org.eclipse.jdt.internal.core.ClasspathEntry
Validate a given classpath and output location for a project, using the following rules: Classpath entries cannot collide with each other; that is, all entry paths must be unique.
validateClasspathEntry(IJavaProject, IClasspathEntry, boolean) - Static method in class org.eclipse.jdt.core.JavaConventions
Returns a Java model status describing the problem related to this classpath entry if any, a status object with code IStatus.OK if the entry is fine (that is, if the given classpath entry denotes a valid element to be referenced onto a classpath).
validateClasspathEntry(IJavaProject, IClasspathEntry, boolean, boolean) - Static method in class org.eclipse.jdt.internal.core.ClasspathEntry
Returns a Java model status describing the problem related to this classpath entry if any, a status object with code IStatus.OK if the entry is fine (that is, if the given classpath entry denotes a valid element to be referenced onto a classpath).
validateCompilationUnit(IResource) - Method in class org.eclipse.jdt.internal.core.CompilationUnit
 
validateCompilationUnitName(String) - Static method in class org.eclipse.jdt.core.JavaConventions
Deprecated. Use JavaConventions.validateCompilationUnitName(String id, String sourceLevel, String complianceLevel) instead
validateCompilationUnitName(String, String, String) - Static method in class org.eclipse.jdt.core.JavaConventions
Validate the given compilation unit name for the given source and compliance levels.
validateCycles(Map) - Static method in class org.eclipse.jdt.internal.core.JavaProject
 
validateExistence(IResource) - Method in class org.eclipse.jdt.internal.core.ClassFile
 
validateExistence(IResource) - Method in class org.eclipse.jdt.internal.core.CompilationUnit
 
validateExistence(IResource) - Method in class org.eclipse.jdt.internal.core.ExternalJavaProject
 
validateExistence(IResource) - Method in class org.eclipse.jdt.internal.core.JavaModel
 
validateExistence(IResource) - Method in class org.eclipse.jdt.internal.core.JavaProject
 
validateExistence(IResource) - Method in class org.eclipse.jdt.internal.core.Openable
 
validateExistence(IResource) - Method in class org.eclipse.jdt.internal.core.PackageFragment
 
validateExistence(IResource) - Method in class org.eclipse.jdt.internal.core.PackageFragmentRoot
 
validateFieldName(String) - Static method in class org.eclipse.jdt.core.JavaConventions
Deprecated. Use JavaConventions.validateFieldName(String id, String sourceLevel, String complianceLevel) instead
validateFieldName(String, String, String) - Static method in class org.eclipse.jdt.core.JavaConventions
Validate the given field name for the given source and compliance levels.
validateIdentifier(String) - Static method in class org.eclipse.jdt.core.JavaConventions
Deprecated. Use JavaConventions.validateIdentifier(String id, String sourceLevel, String complianceLevel) instead
validateIdentifier(String, String, String) - Static method in class org.eclipse.jdt.core.JavaConventions
Validate the given Java identifier for the given source and compliance levels The identifier must not have the same spelling as a Java keyword, boolean literal ("true", "false"), or null literal ("null").
validateImportDeclaration(String) - Static method in class org.eclipse.jdt.core.JavaConventions
Deprecated. Use JavaConventions.validateImportDeclaration(String id, String sourceLevel, String complianceLevel) instead
validateImportDeclaration(String, String, String) - Static method in class org.eclipse.jdt.core.JavaConventions
Validate the given import declaration name for the given source and compliance levels.
validateImports(ICodeSnippetRequestor) - Method in interface org.eclipse.jdt.core.eval.IEvaluationContext
Validates this evaluation context's import declarations.
validateImports(ICodeSnippetRequestor) - Method in class org.eclipse.jdt.internal.core.eval.EvaluationContextWrapper
 
validateJavaTypeName(String) - Static method in class org.eclipse.jdt.core.JavaConventions
Deprecated. Use JavaConventions.validateJavaTypeName(String id, String sourceLevel, String complianceLevel) instead
validateJavaTypeName(String, String, String) - Static method in class org.eclipse.jdt.core.JavaConventions
Validate the given Java type name, either simple or qualified, for the given source and compliance levels.
validateMatchRule(String, int) - Static method in class org.eclipse.jdt.core.search.SearchPattern
Validate compatibility between given string pattern and match rule.
validateMethodName(String) - Static method in class org.eclipse.jdt.core.JavaConventions
Deprecated. Use JavaConventions.validateMethodName(String id, String sourceLevel, String complianceLevel) instead
validateMethodName(String, String, String) - Static method in class org.eclipse.jdt.core.JavaConventions
Validate the given method name for the given source and compliance levels.
validateMethodSignature(String) - Static method in class org.eclipse.jdt.internal.core.util.Util
Asserts that the given method signature is valid.
validateNullAnnotation(long, TypeReference, Annotation[]) - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
validateOnClasspath() - Method in class org.eclipse.jdt.internal.core.PackageFragmentRoot
 
validateOptions(boolean) - Method in class org.eclipse.jdt.internal.compiler.batch.Main
 
validatePackageName(String) - Static method in class org.eclipse.jdt.core.JavaConventions
Deprecated. Use JavaConventions.validatePackageName(String id, String sourceLevel, String complianceLevel) instead
validatePackageName(String, String, String) - Static method in class org.eclipse.jdt.core.JavaConventions
Validate the given package name for the given source and compliance levels.
validateTypeSignature(String, boolean) - Static method in class org.eclipse.jdt.internal.core.util.Util
Asserts that the given type signature is valid.
validateTypeVariableName(String) - Static method in class org.eclipse.jdt.core.JavaConventions
Deprecated. Use JavaConventions.validateTypeVariableName(String id, String sourceLevel, String complianceLevel) instead
validateTypeVariableName(String, String, String) - Static method in class org.eclipse.jdt.core.JavaConventions
Validate the given type variable name for the given source and compliance levels.
value - Variable in class java_cup.runtime.Symbol
 
VALUE - Static variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
value - Variable in class org.eclipse.jdt.internal.compiler.ast.IntLiteral
 
value - Variable in class org.eclipse.jdt.internal.compiler.ast.MemberValuePair
 
value - Variable in class org.eclipse.jdt.internal.compiler.lookup.ElementValuePair
 
VALUE - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
value - Variable in class org.eclipse.jdt.internal.core.LRUCacheEnumerator.LRUEnumeratorElement
Value returned by nextElement();
value - Variable in class org.eclipse.jdt.internal.core.MemberValuePair
 
value - Variable in class org.eclipse.jdt.internal.core.util.LRUCache.LRUCacheEntry
Hash table value (an LRUCacheEntry object)
VALUE_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.MemberValuePair
The "value" structural property of this node type (child type: Expression).
VALUE_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.SingleMemberAnnotation
The "value" structural property of this node type (child type: Expression).
valueCast - Variable in class org.eclipse.jdt.internal.compiler.ast.MessageSend
 
valueIfFalse - Variable in class org.eclipse.jdt.internal.compiler.ast.ConditionalExpression
 
valueIfTrue - Variable in class org.eclipse.jdt.internal.compiler.ast.ConditionalExpression
 
valueKind - Variable in class org.eclipse.jdt.internal.core.MemberValuePair
 
ValueOf - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
VALUEOF - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
ValueOfBooleanSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
ValueOfCharSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
ValueOfDoubleSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
ValueOfFloatSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
valueOfHexDoubleLiteral(char[]) - Static method in class org.eclipse.jdt.internal.compiler.util.FloatUtil
Returns the double value corresponding to the given hexadecimal floating-point double precision literal.
valueOfHexFloatLiteral(char[]) - Static method in class org.eclipse.jdt.internal.compiler.util.FloatUtil
Returns the float value corresponding to the given hexadecimal floating-point single precision literal.
ValueOfIntSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
ValueOfLongSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
ValueOfObjectSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
ValueOfStringClassSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
valuePositions - Variable in class org.eclipse.jdt.internal.compiler.ast.Javadoc
 
values() - Method in class org.eclipse.jdt.core.dom.NormalAnnotation
Returns the live list of member value pairs in this annotation.
VALUES - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
values - Variable in class org.eclipse.jdt.internal.compiler.util.SimpleSet
 
values - Variable in class org.eclipse.jdt.internal.compiler.util.SimpleSetOfCharArray
 
values - Variable in class org.eclipse.jdt.internal.core.builder.StringSet
 
VALUES_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.NormalAnnotation
The "values" structural property of this node type (element type: MemberValuePair).
valueTable - Variable in class org.eclipse.jdt.internal.compiler.codegen.CharArrayCache
 
valueTable - Variable in class org.eclipse.jdt.internal.compiler.codegen.IntegerCache
 
valueTable - Variable in class org.eclipse.jdt.internal.compiler.codegen.LongCache
 
valueTable - Variable in class org.eclipse.jdt.internal.compiler.codegen.ObjectCache
 
valueTable - Variable in class org.eclipse.jdt.internal.compiler.util.HashtableOfInt
 
valueTable - Variable in class org.eclipse.jdt.internal.compiler.util.HashtableOfIntValues
 
valueTable - Variable in class org.eclipse.jdt.internal.compiler.util.HashtableOfLong
 
valueTable - Variable in class org.eclipse.jdt.internal.compiler.util.HashtableOfObject
 
valueTable - Variable in class org.eclipse.jdt.internal.compiler.util.HashtableOfObjectToInt
 
valueTable - Variable in class org.eclipse.jdt.internal.compiler.util.HashtableOfObjectToIntArray
 
valueTable - Variable in class org.eclipse.jdt.internal.compiler.util.HashtableOfPackage
 
valueTable - Variable in class org.eclipse.jdt.internal.compiler.util.HashtableOfType
 
valueTable - Variable in class org.eclipse.jdt.internal.compiler.util.SimpleLookupTable
 
valueTable - Variable in class org.eclipse.jdt.internal.core.util.HashtableOfArrayToObject
 
varargs - Variable in class org.eclipse.jdt.internal.core.search.matching.ConstructorPattern
 
varargs - Variable in class org.eclipse.jdt.internal.core.search.matching.MethodPattern
 
VARARGS_COMPATIBLE - Static variable in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
VARARGS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.MethodRefParameter
The "varargs" structural property of this node type (type: Boolean) (added in JLS3 API).
VARARGS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.SingleVariableDeclaration
The "varargs" structural property of this node type (type: Boolean) (added in JLS3 API).
VarargsArgumentNeedCast - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
varargsArgumentNeedCast(MethodBinding, TypeBinding, InvocationSite) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
VarargsConflict - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
varargsConflict(MethodBinding, MethodBinding, SourceTypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
VarargsElementTypeNotVisible - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
VarargsElementTypeNotVisible - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.ProblemReasons
 
VarargsElementTypeNotVisibleForConstructor - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
VarargsName - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.AttributeNamesConstants
 
VARIABLE - Static variable in interface org.eclipse.jdt.core.dom.IBinding
Kind constant (value 3) indicating a field or local variable binding.
VARIABLE - Static variable in interface org.eclipse.jdt.core.eval.ICodeSnippetRequestor
Indicates a compilation problem related to a global variable.
VARIABLE - Static variable in class org.eclipse.jdt.internal.compiler.lookup.Binding
 
VARIABLE_DECLARATION - Static variable in class org.eclipse.jdt.core.CompletionProposal
Completion is a declaration of a variable (locals, parameters, fields, etc.).
VARIABLE_DECLARATION_EXPRESSION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type VariableDeclarationExpression.
VARIABLE_DECLARATION_FRAGMENT - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type VariableDeclarationFragment.
VARIABLE_DECLARATION_STATEMENT - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type VariableDeclarationStatement.
VARIABLE_INITIALIZATION_IN_PROGRESS - Static variable in class org.eclipse.jdt.internal.core.JavaModelManager
Special value used for recognizing ongoing initialization and breaking initialization cycles
VARIABLE_INITIALIZER_PERF - Static variable in class org.eclipse.jdt.internal.core.JavaModelManager
 
VariableBinding - Class in org.eclipse.jdt.internal.compiler.lookup
 
VariableBinding(char[], TypeBinding, int, Constant) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.VariableBinding
 
VariableDeclaration - Class in org.eclipse.jdt.core.dom
Abstract base class of all AST node types that declare a single local variable.
VariableDeclarationExpression - Class in org.eclipse.jdt.core.dom
Local variable declaration expression AST node type.
VariableDeclarationFragment - Class in org.eclipse.jdt.core.dom
Variable declaration fragment AST node type, used in field declarations, local variable declarations, and ForStatement initializers.
VariableDeclarationStatement - Class in org.eclipse.jdt.core.dom
Local variable declaration statement AST node type.
variableGet(String) - Method in class org.eclipse.jdt.internal.core.JavaModelManager
 
VariableLocator - Class in org.eclipse.jdt.internal.core.search.matching
 
VariableLocator(VariablePattern) - Constructor for class org.eclipse.jdt.internal.core.search.matching.VariableLocator
 
variableNames() - Method in class org.eclipse.jdt.internal.core.JavaModelManager
 
VariablePattern - Class in org.eclipse.jdt.internal.core.search.matching
 
VariablePattern(int, char[], int, int) - Constructor for class org.eclipse.jdt.internal.core.search.matching.VariablePattern
 
variablePreferencesPut(String, IPath) - Method in class org.eclipse.jdt.internal.core.JavaModelManager
 
variablePut(String, IPath) - Method in class org.eclipse.jdt.internal.core.JavaModelManager
 
variablePutIfInitializingWithSameValue(String[], IPath[]) - Method in class org.eclipse.jdt.internal.core.JavaModelManager
 
variables - Variable in class org.eclipse.jdt.internal.core.JavaModelManager
Classpath variables pool
variablesCounter - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
VariablesEvaluator - Class in org.eclipse.jdt.internal.eval
A variables evaluator compiles the global variables of an evaluation context and returns the corresponding class files.
VariablesInfo - Class in org.eclipse.jdt.internal.eval
This contains information about the installed variables such as their names, their types, the name of the class that defines them, the binary of the class (to be passed to the name environment when compiling the code snippet).
VariablesInfo(char[], char[], ClassFile[], GlobalVariable[], int) - Constructor for class org.eclipse.jdt.internal.eval.VariablesInfo
Creates a new variables info.
variablesWithInitializer - Variable in class org.eclipse.jdt.internal.core.JavaModelManager
 
VariableTypeCannotBeVoid - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
variableTypeCannotBeVoid(AbstractVariableDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
VariableTypeCannotBeVoidArray - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Deprecated. - problem is no longer generated, use IProblem.CannotAllocateVoidArray instead
variableTypeCannotBeVoidArray(AbstractVariableDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
verbose - Variable in class org.eclipse.jdt.internal.compiler.batch.Main
 
verbose - Variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
Compiler trace verbosity
VERBOSE - Static variable in class org.eclipse.jdt.internal.core.BufferManager
 
VERBOSE - Static variable in class org.eclipse.jdt.internal.core.DeltaProcessor
 
VERBOSE - Static variable in class org.eclipse.jdt.internal.core.JavaModelCache
 
VERBOSE - Static variable in class org.eclipse.jdt.internal.core.JavaModelManager
 
VERBOSE - Static variable in class org.eclipse.jdt.internal.core.NameLookup
 
VERBOSE - Static variable in class org.eclipse.jdt.internal.core.search.BasicSearchEngine
For tracing purpose.
VERBOSE - Static variable in class org.eclipse.jdt.internal.core.search.processing.JobManager
 
VERBOSE - Static variable in class org.eclipse.jdt.internal.core.SourceMapper
 
verbose(String) - Static method in class org.eclipse.jdt.internal.core.util.Util
 
verbose(String, PrintStream) - Static method in class org.eclipse.jdt.internal.core.util.Util
 
VERBOSE_RECOVERY - Static variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
VerboseElementCache - Class in org.eclipse.jdt.internal.core
 
VerboseElementCache(int, String) - Constructor for class org.eclipse.jdt.internal.core.VerboseElementCache
 
VerificationInfo - Class in org.eclipse.jdt.internal.core.util
 
VerificationInfo(byte[], IConstantPool, int) - Constructor for class org.eclipse.jdt.internal.core.util.VerificationInfo
 
VerificationTypeInfo - Class in org.eclipse.jdt.internal.compiler.codegen
 
VerificationTypeInfo(int, char[]) - Constructor for class org.eclipse.jdt.internal.compiler.codegen.VerificationTypeInfo
 
VerificationTypeInfo(int, int, char[]) - Constructor for class org.eclipse.jdt.internal.compiler.codegen.VerificationTypeInfo
 
VerificationTypeInfo(int, TypeBinding) - Constructor for class org.eclipse.jdt.internal.compiler.codegen.VerificationTypeInfo
 
VerificationTypeInfo(TypeBinding) - Constructor for class org.eclipse.jdt.internal.compiler.codegen.VerificationTypeInfo
 
VERIFIED_OK - Static variable in class org.eclipse.jdt.internal.core.JavaModelStatus
Singleton OK object
verify() - Method in class org.eclipse.jdt.internal.core.BatchOperation
 
verify() - Method in class org.eclipse.jdt.internal.core.CommitWorkingCopyOperation
Possible failures: INVALID_ELEMENT_TYPES - the compilation unit supplied to this operation is not a working copy ELEMENT_NOT_PRESENT - the compilation unit the working copy is based on no longer exists.
verify() - Method in class org.eclipse.jdt.internal.core.CopyElementsOperation
Possible failures: NO_ELEMENTS_TO_PROCESS - no elements supplied to the operation INDEX_OUT_OF_BOUNDS - the number of renamings supplied to the operation does not match the number of elements that were supplied.
verify(IJavaElement) - Method in class org.eclipse.jdt.internal.core.CopyElementsOperation
 
verify() - Method in class org.eclipse.jdt.internal.core.CopyPackageFragmentRootOperation
 
verify() - Method in class org.eclipse.jdt.internal.core.CopyResourceElementsOperation
Possible failures: NO_ELEMENTS_TO_PROCESS - no elements supplied to the operation INDEX_OUT_OF_BOUNDS - the number of renamings supplied to the operation does not match the number of elements that were supplied.
verify(IJavaElement) - Method in class org.eclipse.jdt.internal.core.CopyResourceElementsOperation
 
verify() - Method in class org.eclipse.jdt.internal.core.CreateCompilationUnitOperation
Possible failures: NO_ELEMENTS_TO_PROCESS - the package fragment supplied to the operation is null.
verify() - Method in class org.eclipse.jdt.internal.core.CreateElementInCUOperation
Possible failures: NO_ELEMENTS_TO_PROCESS - the compilation unit supplied to the operation is null.
verify() - Method in class org.eclipse.jdt.internal.core.CreateImportOperation
Possible failures: NO_ELEMENTS_TO_PROCESS - the compilation unit supplied to the operation is null.
verify() - Method in class org.eclipse.jdt.internal.core.CreatePackageDeclarationOperation
Possible failures: NO_ELEMENTS_TO_PROCESS - no compilation unit was supplied to the operation INVALID_NAME - a name supplied to the operation was not a valid package declaration name.
verify() - Method in class org.eclipse.jdt.internal.core.CreatePackageFragmentOperation
Possible failures: NO_ELEMENTS_TO_PROCESS - the root supplied to the operation is null.
verify() - Method in class org.eclipse.jdt.internal.core.CreateTypeHierarchyOperation
Possible failures: NO_ELEMENTS_TO_PROCESS - at least one of a type or region must be provided to generate a type hierarchy.
verify() - Method in class org.eclipse.jdt.internal.core.CreateTypeMemberOperation
Possible failures: NO_ELEMENTS_TO_PROCESS - the parent element supplied to the operation is null.
verify() - Method in class org.eclipse.jdt.internal.core.CreateTypeOperation
 
verify(IJavaElement) - Method in class org.eclipse.jdt.internal.core.DeleteElementsOperation
 
verify() - Method in class org.eclipse.jdt.internal.core.DeletePackageFragmentRootOperation
 
verify(IJavaElement) - Method in class org.eclipse.jdt.internal.core.DeleteResourceElementsOperation
 
verify() - Method in class org.eclipse.jdt.internal.core.JavaModelOperation
Returns a status indicating if there is any known reason this operation will fail.
verify(IJavaElement) - Method in class org.eclipse.jdt.internal.core.MultiOperation
This method is called for each IJavaElement before processElement.
verify() - Method in class org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation
 
verify() - Method in class org.eclipse.jdt.internal.core.RenameElementsOperation
 
verify(IJavaElement) - Method in class org.eclipse.jdt.internal.core.RenameElementsOperation
 
verify(IJavaElement) - Method in class org.eclipse.jdt.internal.core.RenameResourceElementsOperation
 
verify() - Method in class org.eclipse.jdt.internal.core.SetClasspathOperation
 
verify() - Method in class org.eclipse.jdt.internal.core.SortElementsOperation
Possible failures: NO_ELEMENTS_TO_PROCESS - the compilation unit supplied to the operation is null.
verifyArchiveContent(IPath) - Method in class org.eclipse.jdt.internal.core.JavaModelManager
 
verifyAttachSource(IPath) - Method in class org.eclipse.jdt.internal.core.PackageFragmentRoot
Possible failures: ELEMENT_NOT_PRESENT - the root supplied to the operation does not exist INVALID_ELEMENT_TYPES - the root is not of kind K_BINARY RELATIVE_PATH - the path supplied to this operation must be an absolute path
verifyDestination(IJavaElement, IJavaElement) - Method in class org.eclipse.jdt.internal.core.MultiOperation
Verifies that the destination specified for the element is valid for the types of the element and destination.
verifyDuplicationAndOrder(int, TypeBinding[], boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.TryStatement
 
verifyEndLine(int) - Method in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
verifyEndLine(int) - Method in class org.eclipse.jdt.internal.formatter.FormatterCommentParser
 
verifyMethods(MethodVerifier) - Method in class org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope
 
verifyNameCollision() - Method in class org.eclipse.jdt.internal.core.CreateFieldOperation
 
verifyNameCollision() - Method in class org.eclipse.jdt.internal.core.CreateMethodOperation
 
verifyNameCollision() - Method in class org.eclipse.jdt.internal.core.CreateTypeMemberOperation
Verify for a name collision in the destination container.
verifyNameCollision() - Method in class org.eclipse.jdt.internal.core.CreateTypeOperation
 
verifyRenaming(IJavaElement) - Method in class org.eclipse.jdt.internal.core.MultiOperation
Verify that the new name specified for element is valid for that type of Java element.
verifySibling(IJavaElement, IJavaElement) - Method in class org.eclipse.jdt.internal.core.MultiOperation
Verifies that the positioning sibling specified for the element is exists and its parent is the destination container of this element.
verifySpaceOrEndComment() - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionJavadocParser
 
verifySpaceOrEndComment() - Method in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
 
verifySpaceOrEndComment() - Method in class org.eclipse.jdt.internal.formatter.FormatterCommentParser
 
version - Class in java_cup
This class contains version and authorship information.
version() - Constructor for class java_cup.version
 
VERSION - Static variable in class org.eclipse.jdt.internal.core.builder.State
 
VERSION_1_1 - Static variable in class org.eclipse.jdt.core.JavaCore
Configurable option value: "1.1".
VERSION_1_1 - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
VERSION_1_2 - Static variable in class org.eclipse.jdt.core.JavaCore
Configurable option value: "1.2".
VERSION_1_2 - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
VERSION_1_3 - Static variable in class org.eclipse.jdt.core.JavaCore
Configurable option value: "1.3".
VERSION_1_3 - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
VERSION_1_4 - Static variable in class org.eclipse.jdt.core.JavaCore
Configurable option value: "1.4".
VERSION_1_4 - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
VERSION_1_5 - Static variable in class org.eclipse.jdt.core.JavaCore
Configurable option value: "1.5".
VERSION_1_5 - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
VERSION_1_6 - Static variable in class org.eclipse.jdt.core.JavaCore
Configurable option value: "1.6".
VERSION_1_6 - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
VERSION_1_7 - Static variable in class org.eclipse.jdt.core.JavaCore
Configurable option value: "1.7".
VERSION_1_7 - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
VERSION_CLDC1_1 - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
VERSION_CLDC_1_1 - Static variable in class org.eclipse.jdt.core.JavaCore
Configurable option value: "cldc1.1".
VERSION_JSR14 - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
version_str - Static variable in class java_cup.version
String for the current version.
versionFromJdkLevel(long) - Static method in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
versionToJdkLevel(Object) - Static method in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
virtual_parse_stack - Class in java_cup.runtime
This class implements a temporary or "virtual" parse stack that replaces the top portion of the actual parse stack (the part that has been changed by some set of operations) while maintaining its original contents.
virtual_parse_stack(Stack) - Constructor for class java_cup.runtime.virtual_parse_stack
Constructor to build a virtual stack out of a real stack.
visibilityConflict(MethodBinding, MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
visibleLocals - Variable in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
visit(AnnotationTypeDeclaration) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(AnnotationTypeMemberDeclaration) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(AnonymousClassDeclaration) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(ArrayAccess) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(ArrayCreation) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(ArrayInitializer) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(ArrayType) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(AssertStatement) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(Assignment) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(Block) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(BlockComment) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(BooleanLiteral) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(BreakStatement) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(CastExpression) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(CatchClause) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(CharacterLiteral) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(ClassInstanceCreation) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(CompilationUnit) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(ConditionalExpression) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(ConstructorInvocation) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(ContinueStatement) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(DoStatement) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(EmptyStatement) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(EnhancedForStatement) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(EnumConstantDeclaration) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(EnumDeclaration) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(ExpressionStatement) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(FieldAccess) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(FieldDeclaration) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(ForStatement) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(IfStatement) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(ImportDeclaration) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(InfixExpression) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(InstanceofExpression) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(Initializer) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(Javadoc) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given AST node.
visit(LabeledStatement) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(LineComment) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(MarkerAnnotation) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(MemberRef) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(MemberValuePair) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(MethodRef) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(MethodRefParameter) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(MethodDeclaration) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(MethodInvocation) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(Modifier) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(NormalAnnotation) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(NullLiteral) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(NumberLiteral) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(PackageDeclaration) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(ParameterizedType) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(ParenthesizedExpression) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(PostfixExpression) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(PrefixExpression) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(PrimitiveType) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(QualifiedName) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(QualifiedType) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(ReturnStatement) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(SimpleName) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(SimpleType) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(SingleMemberAnnotation) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(SingleVariableDeclaration) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(StringLiteral) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(SuperConstructorInvocation) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(SuperFieldAccess) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(SuperMethodInvocation) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(SwitchCase) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(SwitchStatement) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(SynchronizedStatement) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(TagElement) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(TextElement) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(ThisExpression) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(ThrowStatement) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(TryStatement) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(TypeDeclaration) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(TypeDeclarationStatement) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(TypeLiteral) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(TypeParameter) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(UnionType) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(VariableDeclarationExpression) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(VariableDeclarationStatement) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(VariableDeclarationFragment) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(WhileStatement) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(WildcardType) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(AllocationExpression, BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionNodeDetector
 
visit(AND_AND_Expression, BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionNodeDetector
 
visit(ArrayAllocationExpression, BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionNodeDetector
 
visit(ArrayInitializer, BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionNodeDetector
 
visit(ArrayQualifiedTypeReference, BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionNodeDetector
 
visit(ArrayQualifiedTypeReference, ClassScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionNodeDetector
 
visit(ArrayReference, BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionNodeDetector
 
visit(ArrayTypeReference, BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionNodeDetector
 
visit(ArrayTypeReference, ClassScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionNodeDetector
 
visit(Assignment, BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionNodeDetector
 
visit(BinaryExpression, BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionNodeDetector
 
visit(CastExpression, BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionNodeDetector
 
visit(CompoundAssignment, BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionNodeDetector
 
visit(ConditionalExpression, BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionNodeDetector
 
visit(EqualExpression, BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionNodeDetector
 
visit(ExplicitConstructorCall, BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionNodeDetector
 
visit(FieldReference, BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionNodeDetector
 
visit(InstanceOfExpression, BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionNodeDetector
 
visit(MessageSend, BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionNodeDetector
 
visit(OR_OR_Expression, BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionNodeDetector
 
visit(ParameterizedQualifiedTypeReference, BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionNodeDetector
 
visit(ParameterizedQualifiedTypeReference, ClassScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionNodeDetector
 
visit(ParameterizedSingleTypeReference, BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionNodeDetector
 
visit(ParameterizedSingleTypeReference, ClassScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionNodeDetector
 
visit(PostfixExpression, BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionNodeDetector
 
visit(PrefixExpression, BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionNodeDetector
 
visit(QualifiedAllocationExpression, BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionNodeDetector
 
visit(QualifiedNameReference, BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionNodeDetector
 
visit(QualifiedSuperReference, BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionNodeDetector
 
visit(QualifiedThisReference, BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionNodeDetector
 
visit(QualifiedTypeReference, BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionNodeDetector
 
visit(QualifiedTypeReference, ClassScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionNodeDetector
 
visit(SingleNameReference, BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionNodeDetector
 
visit(SingleTypeReference, BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionNodeDetector
 
visit(SingleTypeReference, ClassScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionNodeDetector
 
visit(StringLiteral, BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionNodeDetector
 
visit(SuperReference, BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionNodeDetector
 
visit(ThisReference, BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionNodeDetector
 
visit(UnaryExpression, BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionNodeDetector
 
visit(MemberValuePair, BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionNodeDetector
 
visit(MemberValuePair, CompilationUnitScope) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionNodeDetector
 
visit(TypeDeclaration, CompilationUnitScope) - Method in class org.eclipse.jdt.internal.codeassist.ThrownExceptionFinder
 
visit(TypeDeclaration, ClassScope) - Method in class org.eclipse.jdt.internal.codeassist.ThrownExceptionFinder
 
visit(TypeDeclaration, BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.ThrownExceptionFinder
 
visit(TryStatement, BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.ThrownExceptionFinder
 
visit(Block, BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.UnresolvedReferenceNameFinder
 
visit(ConstructorDeclaration, ClassScope) - Method in class org.eclipse.jdt.internal.codeassist.UnresolvedReferenceNameFinder
 
visit(FieldDeclaration, MethodScope) - Method in class org.eclipse.jdt.internal.codeassist.UnresolvedReferenceNameFinder
 
visit(Initializer, MethodScope) - Method in class org.eclipse.jdt.internal.codeassist.UnresolvedReferenceNameFinder
 
visit(MethodDeclaration, ClassScope) - Method in class org.eclipse.jdt.internal.codeassist.UnresolvedReferenceNameFinder
 
visit(TypeDeclaration, BlockScope) - Method in class org.eclipse.jdt.internal.codeassist.UnresolvedReferenceNameFinder
 
visit(TypeDeclaration, ClassScope) - Method in class org.eclipse.jdt.internal.codeassist.UnresolvedReferenceNameFinder
 
visit(AllocationExpression, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(AND_AND_Expression, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(AnnotationMethodDeclaration, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(Argument, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(Argument, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(ArrayAllocationExpression, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(ArrayInitializer, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(ArrayQualifiedTypeReference, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(ArrayQualifiedTypeReference, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(ArrayReference, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(ArrayTypeReference, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(ArrayTypeReference, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(AssertStatement, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(Assignment, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(BinaryExpression, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(Block, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(BreakStatement, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(CaseStatement, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(CastExpression, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(CharLiteral, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(ClassLiteralAccess, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(Clinit, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(CompilationUnitDeclaration, CompilationUnitScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(CompoundAssignment, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(ConditionalExpression, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(ConstructorDeclaration, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(ContinueStatement, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(DoStatement, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(DoubleLiteral, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(EmptyStatement, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(EqualExpression, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(ExplicitConstructorCall, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(ExtendedStringLiteral, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(FalseLiteral, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(FieldDeclaration, MethodScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(FieldReference, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(FieldReference, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(FloatLiteral, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(ForeachStatement, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(ForStatement, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(IfStatement, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(ImportReference, CompilationUnitScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(Initializer, MethodScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(InstanceOfExpression, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(IntLiteral, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(Javadoc, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(Javadoc, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(JavadocAllocationExpression, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(JavadocAllocationExpression, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(JavadocArgumentExpression, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(JavadocArgumentExpression, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(JavadocArrayQualifiedTypeReference, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(JavadocArrayQualifiedTypeReference, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(JavadocArraySingleTypeReference, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(JavadocArraySingleTypeReference, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(JavadocFieldReference, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(JavadocFieldReference, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(JavadocImplicitTypeReference, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(JavadocImplicitTypeReference, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(JavadocMessageSend, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(JavadocMessageSend, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(JavadocQualifiedTypeReference, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(JavadocQualifiedTypeReference, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(JavadocReturnStatement, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(JavadocReturnStatement, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(JavadocSingleNameReference, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(JavadocSingleNameReference, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(JavadocSingleTypeReference, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(JavadocSingleTypeReference, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(LabeledStatement, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(LocalDeclaration, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(LongLiteral, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(MarkerAnnotation, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(MemberValuePair, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(MessageSend, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(MethodDeclaration, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(StringLiteralConcatenation, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(NormalAnnotation, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(NullLiteral, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(OR_OR_Expression, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(ParameterizedQualifiedTypeReference, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(ParameterizedQualifiedTypeReference, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(ParameterizedSingleTypeReference, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(ParameterizedSingleTypeReference, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(PostfixExpression, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(PrefixExpression, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(QualifiedAllocationExpression, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(QualifiedNameReference, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(QualifiedNameReference, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(QualifiedSuperReference, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(QualifiedSuperReference, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(QualifiedThisReference, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(QualifiedThisReference, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(QualifiedTypeReference, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(QualifiedTypeReference, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(ReturnStatement, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(SingleMemberAnnotation, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(SingleNameReference, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(SingleNameReference, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(SingleTypeReference, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(SingleTypeReference, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(StringLiteral, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(SuperReference, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(SwitchStatement, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(SynchronizedStatement, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(ThisReference, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(ThisReference, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(ThrowStatement, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(TrueLiteral, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(TryStatement, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(TypeDeclaration, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(TypeDeclaration, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(TypeDeclaration, CompilationUnitScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(TypeParameter, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(TypeParameter, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(UnaryExpression, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(UnionTypeReference, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(UnionTypeReference, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(WhileStatement, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(Wildcard, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(Wildcard, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
 
visit(TypeDeclaration, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.SourceElementNotifier.LocalDeclarationVisitor
 
visit(TypeDeclaration, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.SourceElementNotifier.LocalDeclarationVisitor
 
visit(AnnotationTypeDeclaration) - Method in class org.eclipse.jdt.internal.core.dom.NaiveASTFlattener
 
visit(AnnotationTypeMemberDeclaration) - Method in class org.eclipse.jdt.internal.core.dom.NaiveASTFlattener
 
visit(AnonymousClassDeclaration) - Method in class org.eclipse.jdt.internal.core.dom.NaiveASTFlattener
 
visit(ArrayAccess) - Method in class org.eclipse.jdt.internal.core.dom.NaiveASTFlattener
 
visit(ArrayCreation) - Method in class org.eclipse.jdt.internal.core.dom.NaiveASTFlattener
 
visit(ArrayInitializer) - Method in class org.eclipse.jdt.internal.core.dom.NaiveASTFlattener
 
visit(ArrayType) - Method in class org.eclipse.jdt.internal.core.dom.NaiveASTFlattener
 
visit(AssertStatement) - Method in class org.eclipse.jdt.internal.core.dom.NaiveASTFlattener
 
visit(Assignment) - Method in class org.eclipse.jdt.internal.core.dom.NaiveASTFlattener
 
visit(Block) - Method in class org.eclipse.jdt.internal.core.dom.NaiveASTFlattener
 
visit(BlockComment) - Method in class org.eclipse.jdt.internal.core.dom.NaiveASTFlattener
 
visit(BooleanLiteral) - Method in class org.eclipse.jdt.internal.core.dom.NaiveASTFlattener
 
visit(BreakStatement) - Method in class org.eclipse.jdt.internal.core.dom.NaiveASTFlattener
 
visit(CastExpression) - Method in class org.eclipse.jdt.internal.core.dom.NaiveASTFlattener
 
visit(CatchClause) - Method in class org.eclipse.jdt.internal.core.dom.NaiveASTFlattener
 
visit(CharacterLiteral) - Method in class org.eclipse.jdt.internal.core.dom.NaiveASTFlattener
 
visit(ClassInstanceCreation) - Method in class org.eclipse.jdt.internal.core.dom.NaiveASTFlattener
 
visit(CompilationUnit) - Method in class org.eclipse.jdt.internal.core.dom.NaiveASTFlattener
 
visit(ConditionalExpression) - Method in class org.eclipse.jdt.internal.core.dom.NaiveASTFlattener
 
visit(ConstructorInvocation) - Method in class org.eclipse.jdt.internal.core.dom.NaiveASTFlattener
 
visit(ContinueStatement) - Method in class org.eclipse.jdt.internal.core.dom.NaiveASTFlattener
 
visit(DoStatement) - Method in class org.eclipse.jdt.internal.core.dom.NaiveASTFlattener
 
visit(EmptyStatement) - Method in class org.eclipse.jdt.internal.core.dom.NaiveASTFlattener
 
visit(EnhancedForStatement) - Method in class org.eclipse.jdt.internal.core.dom.NaiveASTFlattener
 
visit(EnumConstantDeclaration) - Method in class org.eclipse.jdt.internal.core.dom.NaiveASTFlattener
 
visit(EnumDeclaration) - Method in class org.eclipse.jdt.internal.core.dom.NaiveASTFlattener
 
visit(ExpressionStatement) - Method in class org.eclipse.jdt.internal.core.dom.NaiveASTFlattener
 
visit(FieldAccess) - Method in class org.eclipse.jdt.internal.core.dom.NaiveASTFlattener
 
visit(FieldDeclaration) - Method in class org.eclipse.jdt.internal.core.dom.NaiveASTFlattener
 
visit(ForStatement) - Method in class org.eclipse.jdt.internal.core.dom.NaiveASTFlattener
 
visit(IfStatement) - Method in class org.eclipse.jdt.internal.core.dom.NaiveASTFlattener
 
visit(ImportDeclaration) - Method in class org.eclipse.jdt.internal.core.dom.NaiveASTFlattener
 
visit(InfixExpression) - Method in class org.eclipse.jdt.internal.core.dom.NaiveASTFlattener
 
visit(Initializer) - Method in class org.eclipse.jdt.internal.core.dom.NaiveASTFlattener
 
visit(InstanceofExpression) - Method in class org.eclipse.jdt.internal.core.dom.NaiveASTFlattener
 
visit(Javadoc) - Method in class org.eclipse.jdt.internal.core.dom.NaiveASTFlattener
 
visit(LabeledStatement) - Method in class org.eclipse.jdt.internal.core.dom.NaiveASTFlattener
 
visit(LineComment) - Method in class org.eclipse.jdt.internal.core.dom.NaiveASTFlattener
 
visit(MarkerAnnotation) - Method in class org.eclipse.jdt.internal.core.dom.NaiveASTFlattener
 
visit(MemberRef) - Method in class org.eclipse.jdt.internal.core.dom.NaiveASTFlattener
 
visit(MemberValuePair) - Method in class org.eclipse.jdt.internal.core.dom.NaiveASTFlattener
 
visit(MethodDeclaration) - Method in class org.eclipse.jdt.internal.core.dom.NaiveASTFlattener
 
visit(MethodInvocation) - Method in class org.eclipse.jdt.internal.core.dom.NaiveASTFlattener
 
visit(MethodRef) - Method in class org.eclipse.jdt.internal.core.dom.NaiveASTFlattener
 
visit(MethodRefParameter) - Method in class org.eclipse.jdt.internal.core.dom.NaiveASTFlattener
 
visit(Modifier) - Method in class org.eclipse.jdt.internal.core.dom.NaiveASTFlattener
 
visit(NormalAnnotation) - Method in class org.eclipse.jdt.internal.core.dom.NaiveASTFlattener
 
visit(NullLiteral) - Method in class org.eclipse.jdt.internal.core.dom.NaiveASTFlattener
 
visit(NumberLiteral) - Method in class org.eclipse.jdt.internal.core.dom.NaiveASTFlattener
 
visit(PackageDeclaration) - Method in class org.eclipse.jdt.internal.core.dom.NaiveASTFlattener
 
visit(ParameterizedType) - Method in class org.eclipse.jdt.internal.core.dom.NaiveASTFlattener
 
visit(ParenthesizedExpression) - Method in class org.eclipse.jdt.internal.core.dom.NaiveASTFlattener
 
visit(PostfixExpression) - Method in class org.eclipse.jdt.internal.core.dom.NaiveASTFlattener
 
visit(PrefixExpression) - Method in class org.eclipse.jdt.internal.core.dom.NaiveASTFlattener
 
visit(PrimitiveType) - Method in class org.eclipse.jdt.internal.core.dom.NaiveASTFlattener
 
visit(QualifiedName) - Method in class org.eclipse.jdt.internal.core.dom.NaiveASTFlattener
 
visit(QualifiedType) - Method in class org.eclipse.jdt.internal.core.dom.NaiveASTFlattener
 
visit(ReturnStatement) - Method in class org.eclipse.jdt.internal.core.dom.NaiveASTFlattener
 
visit(SimpleName) - Method in class org.eclipse.jdt.internal.core.dom.NaiveASTFlattener
 
visit(SimpleType) - Method in class org.eclipse.jdt.internal.core.dom.NaiveASTFlattener
 
visit(SingleMemberAnnotation) - Method in class org.eclipse.jdt.internal.core.dom.NaiveASTFlattener
 
visit(SingleVariableDeclaration) - Method in class org.eclipse.jdt.internal.core.dom.NaiveASTFlattener
 
visit(StringLiteral) - Method in class org.eclipse.jdt.internal.core.dom.NaiveASTFlattener
 
visit(SuperConstructorInvocation) - Method in class org.eclipse.jdt.internal.core.dom.NaiveASTFlattener
 
visit(SuperFieldAccess) - Method in class org.eclipse.jdt.internal.core.dom.NaiveASTFlattener
 
visit(SuperMethodInvocation) - Method in class org.eclipse.jdt.internal.core.dom.NaiveASTFlattener
 
visit(SwitchCase) - Method in class org.eclipse.jdt.internal.core.dom.NaiveASTFlattener
 
visit(SwitchStatement) - Method in class org.eclipse.jdt.internal.core.dom.NaiveASTFlattener
 
visit(SynchronizedStatement) - Method in class org.eclipse.jdt.internal.core.dom.NaiveASTFlattener
 
visit(TagElement) - Method in class org.eclipse.jdt.internal.core.dom.NaiveASTFlattener
 
visit(TextElement) - Method in class org.eclipse.jdt.internal.core.dom.NaiveASTFlattener
 
visit(ThisExpression) - Method in class org.eclipse.jdt.internal.core.dom.NaiveASTFlattener
 
visit(ThrowStatement) - Method in class org.eclipse.jdt.internal.core.dom.NaiveASTFlattener
 
visit(TryStatement) - Method in class org.eclipse.jdt.internal.core.dom.NaiveASTFlattener
 
visit(TypeDeclaration) - Method in class org.eclipse.jdt.internal.core.dom.NaiveASTFlattener
 
visit(TypeDeclarationStatement) - Method in class org.eclipse.jdt.internal.core.dom.NaiveASTFlattener
 
visit(TypeLiteral) - Method in class org.eclipse.jdt.internal.core.dom.NaiveASTFlattener
 
visit(TypeParameter) - Method in class org.eclipse.jdt.internal.core.dom.NaiveASTFlattener
 
visit(UnionType) - Method in class org.eclipse.jdt.internal.core.dom.NaiveASTFlattener
 
visit(VariableDeclarationExpression) - Method in class org.eclipse.jdt.internal.core.dom.NaiveASTFlattener
 
visit(VariableDeclarationFragment) - Method in class org.eclipse.jdt.internal.core.dom.NaiveASTFlattener
 
visit(VariableDeclarationStatement) - Method in class org.eclipse.jdt.internal.core.dom.NaiveASTFlattener
 
visit(WhileStatement) - Method in class org.eclipse.jdt.internal.core.dom.NaiveASTFlattener
 
visit(WildcardType) - Method in class org.eclipse.jdt.internal.core.dom.NaiveASTFlattener
 
visit(CompilationUnit) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer
 
visit(TypeDeclaration) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer
 
visit(MethodDeclaration) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer
 
visit(Block) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer
 
visit(ReturnStatement) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer
 
visit(AnonymousClassDeclaration) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer
 
visit(ArrayAccess) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer
 
visit(ArrayCreation) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer
 
visit(ArrayInitializer) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer
 
visit(ArrayType) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer
 
visit(AssertStatement) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer
 
visit(Assignment) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer
 
visit(BooleanLiteral) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer
 
visit(BreakStatement) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer
 
visit(CastExpression) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer
 
visit(CatchClause) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer
 
visit(CharacterLiteral) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer
 
visit(ClassInstanceCreation) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer
 
visit(ConditionalExpression) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer
 
visit(ConstructorInvocation) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer
 
visit(ContinueStatement) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer
 
visit(DoStatement) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer
 
visit(EmptyStatement) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer
 
visit(ExpressionStatement) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer
 
visit(FieldAccess) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer
 
visit(FieldDeclaration) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer
 
visit(ForStatement) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer
 
visit(IfStatement) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer
 
visit(ImportDeclaration) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer
 
visit(InfixExpression) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer
 
visit(Initializer) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer
 
visit(InstanceofExpression) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer
 
visit(Javadoc) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer
 
visit(LabeledStatement) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer
 
visit(MethodInvocation) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer
 
visit(NullLiteral) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer
 
visit(NumberLiteral) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer
 
visit(PackageDeclaration) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer
 
visit(ParenthesizedExpression) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer
 
visit(PostfixExpression) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer
 
visit(PrefixExpression) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer
 
visit(PrimitiveType) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer
 
visit(QualifiedName) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer
 
visit(SimpleName) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer
 
visit(SimpleType) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer
 
visit(SingleVariableDeclaration) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer
 
visit(StringLiteral) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer
 
visit(SuperConstructorInvocation) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer
 
visit(SuperFieldAccess) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer
 
visit(SuperMethodInvocation) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer
 
visit(SwitchCase) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer
 
visit(SwitchStatement) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer
 
visit(SynchronizedStatement) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer
 
visit(ThisExpression) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer
 
visit(ThrowStatement) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer
 
visit(TryStatement) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer
 
visit(TypeDeclarationStatement) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer
 
visit(TypeLiteral) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer
 
visit(UnionType) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer
 
visit(VariableDeclarationExpression) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer
 
visit(VariableDeclarationFragment) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer
 
visit(VariableDeclarationStatement) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer
 
visit(WhileStatement) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer
 
visit(MemberRef) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer
 
visit(MethodRef) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer
 
visit(MethodRefParameter) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer
 
visit(TagElement) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer
 
visit(TextElement) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer
 
visit(AnnotationTypeDeclaration) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer
 
visit(AnnotationTypeMemberDeclaration) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer
 
visit(EnhancedForStatement) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer
 
visit(EnumConstantDeclaration) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer
 
visit(EnumDeclaration) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer
 
visit(MarkerAnnotation) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer
 
visit(MemberValuePair) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer
 
visit(Modifier) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer
 
visit(NormalAnnotation) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer
 
visit(ParameterizedType) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer
 
visit(QualifiedType) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer
 
visit(SingleMemberAnnotation) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer
 
visit(TypeParameter) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer
 
visit(WildcardType) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer
 
visit(AnonymousClassDeclaration) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
visit(ArrayAccess) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
visit(ArrayCreation) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
visit(ArrayInitializer) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
visit(ArrayType) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
visit(AssertStatement) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
visit(Assignment) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
visit(Block) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
visit(BooleanLiteral) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
visit(BreakStatement) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
visit(CastExpression) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
visit(CatchClause) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
visit(CharacterLiteral) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
visit(ClassInstanceCreation) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
visit(CompilationUnit) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
visit(ConditionalExpression) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
visit(ConstructorInvocation) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
visit(ContinueStatement) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
visit(DoStatement) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
visit(EmptyStatement) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
visit(ExpressionStatement) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
visit(FieldAccess) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
visit(FieldDeclaration) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
visit(ForStatement) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
visit(IfStatement) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
visit(ImportDeclaration) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
visit(InfixExpression) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
visit(InstanceofExpression) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
visit(Initializer) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
visit(Javadoc) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
visit(LabeledStatement) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
visit(MethodDeclaration) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
visit(MethodInvocation) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
visit(NullLiteral) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
visit(NumberLiteral) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
visit(PackageDeclaration) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
visit(ParenthesizedExpression) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
visit(PostfixExpression) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
visit(PrefixExpression) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
visit(PrimitiveType) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
visit(QualifiedName) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
visit(ReturnStatement) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
visit(SimpleName) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
visit(SimpleType) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
visit(SingleVariableDeclaration) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
visit(StringLiteral) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
visit(SuperConstructorInvocation) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
visit(SuperFieldAccess) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
visit(SuperMethodInvocation) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
visit(SwitchCase) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
visit(SwitchStatement) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
visit(SynchronizedStatement) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
visit(ThisExpression) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
visit(ThrowStatement) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
visit(TryStatement) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
visit(TypeDeclaration) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
visit(TypeDeclarationStatement) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
visit(TypeLiteral) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
visit(UnionType) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
visit(VariableDeclarationExpression) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
visit(VariableDeclarationFragment) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
visit(VariableDeclarationStatement) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
visit(WhileStatement) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
visit(BlockComment) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
visit(LineComment) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
visit(MemberRef) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
visit(MethodRef) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
visit(MethodRefParameter) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
visit(TagElement) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
visit(TextElement) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
visit(AnnotationTypeDeclaration) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
visit(AnnotationTypeMemberDeclaration) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
visit(EnhancedForStatement) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
visit(EnumConstantDeclaration) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
visit(EnumDeclaration) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
visit(MarkerAnnotation) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
visit(MemberValuePair) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
visit(Modifier) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
visit(NormalAnnotation) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
visit(ParameterizedType) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
visit(QualifiedType) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
visit(SingleMemberAnnotation) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
visit(TypeParameter) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
visit(WildcardType) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
visit(TypeDeclaration, BlockScope) - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocatorParser.ClassAndMethodDeclarationVisitor
 
visit(ConstructorDeclaration, ClassScope) - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocatorParser.ClassButNoMethodDeclarationVisitor
 
visit(FieldDeclaration, MethodScope) - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocatorParser.ClassButNoMethodDeclarationVisitor
 
visit(Initializer, MethodScope) - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocatorParser.ClassButNoMethodDeclarationVisitor
 
visit(TypeDeclaration, ClassScope) - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocatorParser.ClassButNoMethodDeclarationVisitor
 
visit(MethodDeclaration, ClassScope) - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocatorParser.ClassButNoMethodDeclarationVisitor
 
visit(AnnotationMethodDeclaration, ClassScope) - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocatorParser.ClassButNoMethodDeclarationVisitor
 
visit(TypeDeclaration, BlockScope) - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocatorParser.MethodButNoClassDeclarationVisitor
 
visit(ConstructorDeclaration, ClassScope) - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocatorParser.NoClassNoMethodDeclarationVisitor
 
visit(FieldDeclaration, MethodScope) - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocatorParser.NoClassNoMethodDeclarationVisitor
 
visit(Initializer, MethodScope) - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocatorParser.NoClassNoMethodDeclarationVisitor
 
visit(MethodDeclaration, ClassScope) - Method in class org.eclipse.jdt.internal.core.search.matching.MatchLocatorParser.NoClassNoMethodDeclarationVisitor
 
visit(TypeDeclaration, BlockScope) - Method in class org.eclipse.jdt.internal.core.search.matching.SuperTypeNamesCollector.TypeDeclarationVisitor
 
visit(TypeDeclaration, CompilationUnitScope) - Method in class org.eclipse.jdt.internal.core.search.matching.SuperTypeNamesCollector.TypeDeclarationVisitor
 
visit(TypeDeclaration, ClassScope) - Method in class org.eclipse.jdt.internal.core.search.matching.SuperTypeNamesCollector.TypeDeclarationVisitor
 
visit(FieldDeclaration, MethodScope) - Method in class org.eclipse.jdt.internal.core.search.matching.SuperTypeNamesCollector.TypeDeclarationVisitor
 
visit(Initializer, MethodScope) - Method in class org.eclipse.jdt.internal.core.search.matching.SuperTypeNamesCollector.TypeDeclarationVisitor
 
visit(ConstructorDeclaration, ClassScope) - Method in class org.eclipse.jdt.internal.core.search.matching.SuperTypeNamesCollector.TypeDeclarationVisitor
 
visit(MethodDeclaration, ClassScope) - Method in class org.eclipse.jdt.internal.core.search.matching.SuperTypeNamesCollector.TypeDeclarationVisitor
 
visit(AnnotationTypeDeclaration) - Method in class org.eclipse.jdt.internal.core.util.DOMFinder
 
visit(AnnotationTypeMemberDeclaration) - Method in class org.eclipse.jdt.internal.core.util.DOMFinder
 
visit(AnonymousClassDeclaration) - Method in class org.eclipse.jdt.internal.core.util.DOMFinder
 
visit(EnumConstantDeclaration) - Method in class org.eclipse.jdt.internal.core.util.DOMFinder
 
visit(EnumDeclaration) - Method in class org.eclipse.jdt.internal.core.util.DOMFinder
 
visit(ImportDeclaration) - Method in class org.eclipse.jdt.internal.core.util.DOMFinder
 
visit(Initializer) - Method in class org.eclipse.jdt.internal.core.util.DOMFinder
 
visit(MarkerAnnotation) - Method in class org.eclipse.jdt.internal.core.util.DOMFinder
 
visit(MethodDeclaration) - Method in class org.eclipse.jdt.internal.core.util.DOMFinder
 
visit(NormalAnnotation) - Method in class org.eclipse.jdt.internal.core.util.DOMFinder
 
visit(PackageDeclaration) - Method in class org.eclipse.jdt.internal.core.util.DOMFinder
 
visit(SingleMemberAnnotation) - Method in class org.eclipse.jdt.internal.core.util.DOMFinder
 
visit(TypeDeclaration) - Method in class org.eclipse.jdt.internal.core.util.DOMFinder
 
visit(TypeParameter) - Method in class org.eclipse.jdt.internal.core.util.DOMFinder
 
visit(VariableDeclarationFragment) - Method in class org.eclipse.jdt.internal.core.util.DOMFinder
 
visit(AllocationExpression, BlockScope) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
visit(AND_AND_Expression, BlockScope) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
visit(AnnotationMethodDeclaration, ClassScope) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
visit(Argument, BlockScope) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
visit(ArrayAllocationExpression, BlockScope) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
visit(ArrayInitializer, BlockScope) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
visit(ArrayQualifiedTypeReference, BlockScope) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
visit(ArrayQualifiedTypeReference, ClassScope) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
visit(ArrayReference, BlockScope) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
visit(ArrayTypeReference, BlockScope) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
visit(ArrayTypeReference, ClassScope) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
visit(AssertStatement, BlockScope) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
visit(Assignment, BlockScope) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
visit(BinaryExpression, BlockScope) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
visit(Block, BlockScope) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
visit(BreakStatement, BlockScope) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
visit(CaseStatement, BlockScope) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
visit(CastExpression, BlockScope) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
visit(CharLiteral, BlockScope) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
visit(ClassLiteralAccess, BlockScope) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
visit(Clinit, ClassScope) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
visit(CompilationUnitDeclaration, CompilationUnitScope) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
visit(CompoundAssignment, BlockScope) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
visit(ConditionalExpression, BlockScope) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
visit(ConstructorDeclaration, ClassScope) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
visit(ContinueStatement, BlockScope) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
visit(DoStatement, BlockScope) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
visit(DoubleLiteral, BlockScope) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
visit(EmptyStatement, BlockScope) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
visit(FieldDeclaration, MethodScope) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
visit(EqualExpression, BlockScope) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
visit(ExplicitConstructorCall, BlockScope) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
visit(FalseLiteral, BlockScope) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
visit(FieldReference, BlockScope) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
visit(FloatLiteral, BlockScope) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
visit(ForeachStatement, BlockScope) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
visit(ForStatement, BlockScope) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
visit(IfStatement, BlockScope) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
visit(Initializer, MethodScope) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
visit(InstanceOfExpression, BlockScope) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
visit(IntLiteral, BlockScope) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
visit(LabeledStatement, BlockScope) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
visit(LocalDeclaration, BlockScope) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
visit(LongLiteral, BlockScope) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
visit(MarkerAnnotation, BlockScope) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
visit(MarkerAnnotation, ClassScope) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
visit(MemberValuePair, BlockScope) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
visit(MessageSend, BlockScope) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
visit(MethodDeclaration, ClassScope) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
visit(NormalAnnotation, BlockScope) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
visit(NullLiteral, BlockScope) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
visit(OR_OR_Expression, BlockScope) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
visit(ParameterizedQualifiedTypeReference, BlockScope) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
visit(ParameterizedQualifiedTypeReference, ClassScope) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
visit(ParameterizedSingleTypeReference, BlockScope) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
visit(ParameterizedSingleTypeReference, ClassScope) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
visit(PostfixExpression, BlockScope) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
visit(PrefixExpression, BlockScope) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
visit(QualifiedAllocationExpression, BlockScope) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
visit(QualifiedNameReference, BlockScope) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
visit(QualifiedSuperReference, BlockScope) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
visit(QualifiedThisReference, BlockScope) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
visit(QualifiedTypeReference, BlockScope) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
visit(QualifiedTypeReference, ClassScope) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
visit(ReturnStatement, BlockScope) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
visit(SingleMemberAnnotation, BlockScope) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
visit(SingleNameReference, BlockScope) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
visit(SingleTypeReference, BlockScope) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
visit(SingleTypeReference, ClassScope) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
visit(StringLiteral, BlockScope) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
visit(StringLiteralConcatenation, BlockScope) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
visit(SuperReference, BlockScope) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
visit(SwitchStatement, BlockScope) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
visit(SynchronizedStatement, BlockScope) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
visit(ThisReference, BlockScope) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
visit(ThrowStatement, BlockScope) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
visit(TrueLiteral, BlockScope) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
visit(TryStatement, BlockScope) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
visit(TypeDeclaration, BlockScope) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
visit(TypeDeclaration, ClassScope) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
visit(TypeDeclaration, CompilationUnitScope) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
visit(TypeParameter, BlockScope) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
visit(TypeParameter, ClassScope) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
visit(UnaryExpression, BlockScope) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
visit(UnionTypeReference, BlockScope) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
visit(UnionTypeReference, ClassScope) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
visit(WhileStatement, BlockScope) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
visit(Wildcard, BlockScope) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
visit(Wildcard, ClassScope) - Method in class org.eclipse.jdt.internal.formatter.CodeFormatterVisitor
 
visitedTypes - Variable in class org.eclipse.jdt.internal.compiler.ClassFile
 
visitList(ASTNode, StructuralPropertyDescriptor, String) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
visitList(ASTNode, StructuralPropertyDescriptor, String, String, String) - Method in class org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener
 
VK_INSTANCE_FIELD - Static variable in class org.eclipse.jdt.core.NamingConventions
Variable kind which represents an instance field.
VK_INSTANCE_FIELD - Static variable in class org.eclipse.jdt.internal.core.InternalNamingConventions
 
VK_LOCAL - Static variable in class org.eclipse.jdt.core.NamingConventions
Variable kind which represents a local variable.
VK_LOCAL - Static variable in class org.eclipse.jdt.internal.core.InternalNamingConventions
 
VK_PARAMETER - Static variable in class org.eclipse.jdt.core.NamingConventions
Variable kind which represents an argument.
VK_PARAMETER - Static variable in class org.eclipse.jdt.internal.core.InternalNamingConventions
 
VK_STATIC_FIELD - Static variable in class org.eclipse.jdt.core.NamingConventions
Variable kind which represents a static field.
VK_STATIC_FIELD - Static variable in class org.eclipse.jdt.internal.core.InternalNamingConventions
 
VK_STATIC_FINAL_FIELD - Static variable in class org.eclipse.jdt.core.NamingConventions
Variable kind which represents a static final field.
VK_STATIC_FINAL_FIELD - Static variable in class org.eclipse.jdt.internal.core.InternalNamingConventions
 
VOID - Static variable in class org.eclipse.jdt.core.dom.PrimitiveType
Type code for the primitive type "void".
VOID - Static variable in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
 
VOID - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
VoidMethodReturnsValue - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
VOLATILE - Static variable in class org.eclipse.jdt.core.dom.Modifier
"volatile" modifier constant (bit mask).
VOLATILE - Static variable in interface org.eclipse.jdt.internal.codeassist.impl.Keywords
 
VOLATILE_KEYWORD - Static variable in class org.eclipse.jdt.core.dom.Modifier.ModifierKeyword
"volatile" modifier with flag value Modifier.VOLATILE.
vstack - Variable in class java_cup.runtime.virtual_parse_stack
The virtual top portion of the stack.

W

WAIT_UNTIL_READY_TO_SEARCH - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
The search operation waits for the underlying indexer to finish indexing the workspace before starting the search.
WaitUntilReady - Static variable in interface org.eclipse.jdt.internal.core.search.processing.IJob
 
WARNING - Static variable in class org.eclipse.jdt.core.JavaCore
Configurable option value: "warning".
WARNING - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
Warning - Static variable in interface org.eclipse.jdt.internal.compiler.problem.ProblemSeverities
 
warningOptionNames() - Static method in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
Return all warning option names for use as keys in compiler options maps.
warningThreshold - Variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
Defaults defined at IrritantSet.COMPILER_DEFAULT_WARNINGS
warningTokenFromIrritant(int) - Static method in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
For suppressable warnings
warningTokens - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
warningTokenToIrritants(String) - Static method in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
 
wasAcr - Variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
wasAcr - Variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
wasEnclosingInstanceSupplied - Variable in class org.eclipse.jdt.internal.compiler.lookup.InnerEmulationDependency
 
wasInferred - Variable in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding
 
wasReset() - Method in class org.eclipse.jdt.internal.formatter.align.Alignment
 
wasSplit - Variable in class org.eclipse.jdt.internal.formatter.align.Alignment
 
WeakHashSet - Class in org.eclipse.jdt.internal.core.util
A hashset whose values can be garbage collected.
WeakHashSet() - Constructor for class org.eclipse.jdt.internal.core.util.WeakHashSet
 
WeakHashSet(int) - Constructor for class org.eclipse.jdt.internal.core.util.WeakHashSet
 
WeakHashSet.HashableWeakReference - Class in org.eclipse.jdt.internal.core.util
 
WeakHashSet.HashableWeakReference(Object, ReferenceQueue) - Constructor for class org.eclipse.jdt.internal.core.util.WeakHashSet.HashableWeakReference
 
WeakHashSetOfCharArray - Class in org.eclipse.jdt.internal.core.util
A hashset of char[] whose values can be garbage collected.
WeakHashSetOfCharArray() - Constructor for class org.eclipse.jdt.internal.core.util.WeakHashSetOfCharArray
 
WeakHashSetOfCharArray(int) - Constructor for class org.eclipse.jdt.internal.core.util.WeakHashSetOfCharArray
 
WeakHashSetOfCharArray.HashableWeakReference - Class in org.eclipse.jdt.internal.core.util
 
WeakHashSetOfCharArray.HashableWeakReference(char[], ReferenceQueue) - Constructor for class org.eclipse.jdt.internal.core.util.WeakHashSetOfCharArray.HashableWeakReference
 
wellKnownType(Scope, int) - Static method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
Match a well-known type id to its binding
WHILE - Static variable in interface org.eclipse.jdt.internal.codeassist.impl.Keywords
 
WHILE_STATEMENT - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type WhileStatement.
WhileStatement - Class in org.eclipse.jdt.core.dom
While statement AST node type.
WhileStatement - Class in org.eclipse.jdt.internal.compiler.ast
 
WhileStatement(Expression, Statement, int, int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.WhileStatement
 
WhitespaceMatcher - Class in org.apache.tapestry.util.text
Matches a whitespace character.
WhitespaceMatcher() - Constructor for class org.apache.tapestry.util.text.WhitespaceMatcher
Creates an object that matches all whitespace characters, line terminators included
WhitespaceMatcher(boolean) - Constructor for class org.apache.tapestry.util.text.WhitespaceMatcher
Creates an object that matches whitespace characters.
WIDE - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
WIDE - Static variable in class org.eclipse.jdt.internal.compiler.codegen.BranchLabel
 
wideMode - Variable in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
WIDENING - Static variable in class org.eclipse.jdt.internal.compiler.lookup.BaseTypeBinding
 
Wildcard - Class in org.eclipse.jdt.internal.compiler.ast
Node to represent Wildcard
Wildcard(int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.Wildcard
 
wildcard - Variable in class org.eclipse.jdt.internal.compiler.lookup.CaptureBinding
 
WILDCARD_BOUND_TYPE_REFERENCE - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
Return only type references used as a wildcard bound.
WILDCARD_CAPTURE - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
WILDCARD_CAPTURE_NAME_PREFIX - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
WILDCARD_CAPTURE_NAME_SUFFIX - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
WILDCARD_EXTENDS - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
WILDCARD_MINUS - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
WILDCARD_NAME - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
WILDCARD_PLUS - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
WILDCARD_STAR - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
WILDCARD_SUPER - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
WILDCARD_TYPE - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type WildcardType.
WILDCARD_TYPE - Static variable in class org.eclipse.jdt.internal.compiler.lookup.Binding
 
WILDCARD_TYPE_SIGNATURE - Static variable in class org.eclipse.jdt.core.Signature
Kind constant for a wildcard type signature.
wildcardAssignment(TypeBinding, TypeBinding, ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
WildcardBinding - Class in org.eclipse.jdt.internal.compiler.lookup
 
WildcardBinding(ReferenceBinding, int, TypeBinding, TypeBinding[], int, LookupEnvironment) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.WildcardBinding
When unbound, the bound denotes the corresponding type variable (so as to retrieve its bound lazily)
WildcardConstructorInvocation - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
WildcardFieldAssignment - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
wildcardInvocation(ASTNode, TypeBinding, MethodBinding, TypeBinding[]) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
WildcardMethodInvocation - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
WildcardType - Class in org.eclipse.jdt.core.dom
Type node for a wildcard type (added in JLS3 API).
WITH_BODY - Static variable in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
withoutUnicodeBuffer - Variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
withoutUnicodeBuffer - Variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
withoutUnicodePtr - Variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
withoutUnicodePtr - Variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
words - Variable in class org.eclipse.jdt.internal.core.util.SimpleWordSet
 
workDone - Variable in class org.eclipse.jdt.internal.core.builder.BuildNotifier
 
worked(int, int) - Method in class org.eclipse.jdt.core.compiler.CompilationProgress
Notifies that a given amount of work of the compilation has been completed.
worked - Variable in class org.eclipse.jdt.internal.core.BatchInitializationMonitor
 
worked(int) - Method in class org.eclipse.jdt.internal.core.BatchInitializationMonitor
 
worked(IProgressMonitor, int) - Method in class org.eclipse.jdt.internal.core.hierarchy.HierarchyBuilder
 
worked(IProgressMonitor, int) - Method in class org.eclipse.jdt.internal.core.hierarchy.HierarchyResolver
 
worked(int) - Method in class org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy
 
worked(int) - Method in class org.eclipse.jdt.internal.core.JavaModelOperation
 
WORKING_COPY - Static variable in class org.eclipse.jdt.core.util.ClassFileBytesDisassembler
This mode is used to retrive a pseudo code for working copy purpose.
workingCopies - Variable in class org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy
 
workingCopies - Variable in class org.eclipse.jdt.internal.core.search.matching.MatchLocator
 
workingCopies - Variable in class org.eclipse.jdt.internal.core.SearchableEnvironment
 
workingCopy - Variable in class org.eclipse.jdt.internal.core.search.matching.MatchLocator.WorkingCopyDocument
 
workingCopy_commit - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
WorkingCopyOwner - Class in org.eclipse.jdt.core
The owner of an ICompilationUnit handle in working copy mode.
WorkingCopyOwner() - Constructor for class org.eclipse.jdt.core.WorkingCopyOwner
 
workQueue - Variable in class org.eclipse.jdt.internal.core.builder.AbstractImageBuilder
 
WorkQueue - Class in org.eclipse.jdt.internal.core.builder
 
WorkQueue() - Constructor for class org.eclipse.jdt.internal.core.builder.WorkQueue
 
workspaceScope - Variable in class org.eclipse.jdt.internal.core.JavaModelManager
 
wrap_before_binary_operator - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
wrap_before_or_operator_multicatch - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
WRAP_COMPACT - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / The wrapping is done using as few lines as possible.
WRAP_COMPACT_FIRST_BREAK - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / The wrapping is done putting the first element on a new line and then wrapping next elements using as few lines as possible.
WRAP_NEXT_PER_LINE - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / The wrapping is done by putting each element on its own line except the first element.
WRAP_NEXT_SHIFTED - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / The wrapping is done by putting each element on its own line.
WRAP_NO_SPLIT - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Value to disable alignment.
WRAP_ONE_PER_LINE - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / The wrapping is done by putting each element on its own line.
wrap_outer_expressions_when_nested - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
wrappedConstantValue - Variable in class org.eclipse.jdt.internal.compiler.classfmt.FieldInfo
 
wrappedIndex() - Method in class org.eclipse.jdt.internal.formatter.align.Alignment
 
wrapWithExplicitConstructorCallIfNeeded(ASTNode) - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
If the given ast node is inside an explicit constructor call then wrap it with a fake constructor call.
WRITE - Static variable in class org.eclipse.jdt.internal.compiler.ast.FieldReference
 
WRITE - Static variable in class org.eclipse.jdt.internal.compiler.ast.SingleNameReference
 
WRITE_ACCESSES - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
When searching for field matches, it will exclusively find write accesses, as opposed to read accesses.
writeAccess - Variable in class org.eclipse.jdt.internal.core.search.matching.VariablePattern
 
writeAndCacheClasspath(JavaProject, IClasspathEntry[], IClasspathEntry[], IPath) - Method in class org.eclipse.jdt.internal.core.JavaModelManager.PerProjectInfo
 
writeAndCacheClasspath(JavaProject, IClasspathEntry[], IPath) - Method in class org.eclipse.jdt.internal.core.JavaModelManager.PerProjectInfo
 
writeClassFile(ClassFile, SourceFile, boolean) - Method in class org.eclipse.jdt.internal.core.builder.AbstractImageBuilder
 
writeClassFileCheck(IFile, String, byte[]) - Method in class org.eclipse.jdt.internal.core.builder.IncrementalImageBuilder
 
writeClassFileContents(ClassFile, IFile, String, boolean, SourceFile) - Method in class org.eclipse.jdt.internal.core.builder.AbstractImageBuilder
 
writeClassFileContents(ClassFile, IFile, String, boolean, SourceFile) - Method in class org.eclipse.jdt.internal.core.builder.IncrementalImageBuilder
 
writeFileEntries(IClasspathEntry[], IClasspathEntry[], IPath) - Method in class org.eclipse.jdt.internal.core.JavaProject
Writes the classpath in a sharable format (VCM-wise) only when necessary, that is, if it is semantically different from the existing one in file.
writeFileEntries(IClasspathEntry[], IPath) - Method in class org.eclipse.jdt.internal.core.JavaProject
 
WRITEOBJECT - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
writePosition(BranchLabel) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
writePosition(BranchLabel, int) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
writePosition(BranchLabel) - Method in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream
 
writePosition(BranchLabel, int) - Method in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream
 
WRITEREPLACE - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
writeSignedWord(int) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
writeSignedWord(int, int) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
writeSignedWord(int, int) - Method in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream
 
writeState(Object, DataOutputStream) - Static method in class org.eclipse.jdt.internal.core.builder.JavaBuilder
 
writeToDisk(boolean, String, String, ClassFile) - Static method in class org.eclipse.jdt.internal.compiler.util.Util
outputPath is formed like: c:\temp\ the last character is a file separator relativeFileName is formed like: java\lang\String.class
writeU1(int) - Method in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
Write a unsigned byte into the byte array
writeU2(int) - Method in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
Write a unsigned byte into the byte array
writeWidePosition(BranchLabel) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
writeWidePosition(BranchLabel) - Method in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream
 
writtingRawClasspath - Variable in class org.eclipse.jdt.internal.core.JavaModelManager.PerProjectInfo
 
wrongSequenceOfExceptionTypes(TypeReference, TypeBinding, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
wrongSequenceOfExceptionTypesError(TypeReference, TypeBinding, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 

X

xleft - Variable in class java_cup.runtime.ComplexSymbolFactory.ComplexSymbol
 
XML - Static variable in class org.eclipse.jdt.internal.compiler.batch.Main.Logger
 
XOR - Static variable in class org.eclipse.jdt.core.dom.InfixExpression.Operator
Exclusive OR "^" operator.
XOR - Static variable in interface org.eclipse.jdt.internal.compiler.ast.OperatorIds
 
xright - Variable in class java_cup.runtime.ComplexSymbolFactory.ComplexSymbol
 

Z

ZERO_CHAR - Static variable in interface org.eclipse.jdt.internal.core.search.indexing.IIndexConstants
 
ZIP - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
ZIP_ACCESS_VERBOSE - Static variable in class org.eclipse.jdt.internal.core.JavaModelManager
 
zipFile - Variable in class org.eclipse.jdt.internal.compiler.batch.ClasspathJar
 

_

_aaload(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_aaload(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_aaload(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_aastore(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_aastore(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_aastore(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_aconst_null(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_aconst_null(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_aconst_null(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_action - Variable in class java_cup.production
An action_part containing code for the action to be performed when we reduce with this production.
_all - Variable in class java_cup.lalr_item_set
A hash table to implement the set.
_all - Static variable in class java_cup.lalr_state
Collection of all states.
_all - Static variable in class java_cup.non_terminal
Table of all non-terminals -- elements are stored using name strings as the key
_all - Static variable in class java_cup.production
Table of all productions.
_all - Variable in class java_cup.symbol_set
A hash table to hold the set.
_all - Static variable in class java_cup.terminal
Table of all terminals.
_all_by_index - Static variable in class java_cup.non_terminal
Table of all non terminals indexed by their index number.
_all_by_index - Static variable in class java_cup.terminal
Table of all terminals indexed by their index number.
_all_kernels - Static variable in class java_cup.lalr_state
Hash table to find states by their kernels (i.e, the original, unclosed, set of items -- which uniquely define the state).
_aload(int, int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_aload(int, int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_aload(int, int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_aload_0(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_aload_0(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_aload_0(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_aload_1(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_aload_1(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_aload_1(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_aload_2(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_aload_2(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_aload_2(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_aload_3(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_aload_3(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_aload_3(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_anewarray(int, int, IConstantPoolEntry) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_anewarray(int, int, IConstantPoolEntry) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_anewarray(int, int, IConstantPoolEntry) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_areturn(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_areturn(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_areturn(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_arraylength(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_arraylength(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_arraylength(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_astore(int, int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_astore(int, int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_astore(int, int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_astore_0(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_astore_0(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_astore_0(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_astore_1(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_astore_1(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_astore_1(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_astore_2(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_astore_2(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_astore_2(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_astore_3(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_astore_3(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_astore_3(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_athrow(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_athrow(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_athrow(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_baload(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_baload(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_baload(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_base_production - Variable in class java_cup.action_production
The production we were taken out of.
_bastore(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_bastore(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_bastore(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_bipush(int, byte) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_bipush(int, byte) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_bipush(int, byte) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_breakpoint(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_breakpoint(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_breakpoint(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_caload(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_caload(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_caload(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_castore(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_castore(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_castore(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_checkcast(int, int, IConstantPoolEntry) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_checkcast(int, int, IConstantPoolEntry) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_checkcast(int, int, IConstantPoolEntry) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_code_string - Variable in class java_cup.action_part
String containing code for the action in question.
_core_hash_cache - Variable in class java_cup.lr_item_core
Cache of the hash code.
_d2f(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_d2f(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_d2f(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_d2i(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_d2i(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_d2i(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_d2l(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_d2l(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_d2l(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_dadd(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_dadd(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_dadd(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_daload(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_daload(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_daload(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_dastore(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_dastore(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_dastore(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_dcmpg(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_dcmpg(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_dcmpg(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_dcmpl(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_dcmpl(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_dcmpl(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_dconst_0(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_dconst_0(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_dconst_0(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_dconst_1(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_dconst_1(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_dconst_1(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_ddiv(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_ddiv(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_ddiv(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_dload(int, int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_dload(int, int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_dload(int, int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_dload_0(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_dload_0(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_dload_0(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_dload_1(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_dload_1(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_dload_1(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_dload_2(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_dload_2(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_dload_2(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_dload_3(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_dload_3(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_dload_3(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_dmul(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_dmul(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_dmul(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_dneg(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_dneg(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_dneg(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_done_parsing - Variable in class java_cup.runtime.lr_parser
Internal flag to indicate when parser should quit.
_dot_pos - Variable in class java_cup.lr_item_core
The position of the "dot" -- this indicates the part of the production that the marker is before, so 0 indicates a dot at the beginning of the RHS.
_drem(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_drem(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_drem(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_dreturn(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_dreturn(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_dreturn(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_dstore(int, int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_dstore(int, int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_dstore(int, int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_dstore_0(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_dstore_0(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_dstore_0(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_dstore_1(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_dstore_1(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_dstore_1(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_dstore_2(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_dstore_2(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_dstore_2(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_dstore_3(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_dstore_3(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_dstore_3(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_dsub(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_dsub(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_dsub(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_dup(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_dup(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_dup(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_dup2(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_dup2(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_dup2(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_dup2_x1(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_dup2_x1(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_dup2_x1(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_dup2_x2(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_dup2_x2(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_dup2_x2(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_dup_x1(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_dup_x1(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_dup_x1(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_dup_x2(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_dup_x2(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_dup_x2(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_elements - Variable in class java_cup.terminal_set
Bitset to implement the actual set.
_error_sync_size - Static variable in class java_cup.runtime.lr_parser
The default number of Symbols after an error we much match to consider it recovered from.
_f2d(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_f2d(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_f2d(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_f2i(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_f2i(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_f2i(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_f2l(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_f2l(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_f2l(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_fadd(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_fadd(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_fadd(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_faload(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_faload(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_faload(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_fastore(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_fastore(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_fastore(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_fcmpg(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_fcmpg(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_fcmpg(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_fcmpl(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_fcmpl(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_fcmpl(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_fconst_0(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_fconst_0(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_fconst_0(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_fconst_1(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_fconst_1(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_fconst_1(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_fconst_2(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_fconst_2(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_fconst_2(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_fdiv(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_fdiv(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_fdiv(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_first_set - Variable in class java_cup.non_terminal
First set for this non-terminal.
_first_set - Variable in class java_cup.production
First set of the production.
_fload(int, int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_fload(int, int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_fload(int, int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_fload_0(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_fload_0(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_fload_0(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_fload_1(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_fload_1(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_fload_1(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_fload_2(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_fload_2(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_fload_2(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_fload_3(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_fload_3(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_fload_3(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_fmul(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_fmul(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_fmul(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_fneg(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_fneg(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_fneg(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_frem(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_frem(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_frem(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_freturn(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_freturn(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_freturn(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_fstore(int, int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_fstore(int, int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_fstore(int, int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_fstore_0(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_fstore_0(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_fstore_0(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_fstore_1(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_fstore_1(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_fstore_1(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_fstore_2(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_fstore_2(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_fstore_2(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_fstore_3(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_fstore_3(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_fstore_3(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_fsub(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_fsub(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_fsub(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_getfield(int, int, IConstantPoolEntry) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_getfield(int, int, IConstantPoolEntry) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_getfield(int, int, IConstantPoolEntry) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_getstatic(int, int, IConstantPoolEntry) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_getstatic(int, int, IConstantPoolEntry) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_getstatic(int, int, IConstantPoolEntry) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_goto(int, int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_goto(int, int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_goto(int, int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_goto_w(int, int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_goto_w(int, int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_goto_w(int, int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_i2b(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_i2b(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_i2b(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_i2c(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_i2c(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_i2c(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_i2d(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_i2d(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_i2d(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_i2f(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_i2f(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_i2f(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_i2l(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_i2l(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_i2l(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_i2s(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_i2s(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_i2s(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_iadd(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_iadd(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_iadd(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_iaload(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_iaload(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_iaload(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_iand(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_iand(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_iand(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_iastore(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_iastore(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_iastore(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_iconst_0(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_iconst_0(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_iconst_0(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_iconst_1(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_iconst_1(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_iconst_1(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_iconst_2(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_iconst_2(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_iconst_2(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_iconst_3(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_iconst_3(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_iconst_3(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_iconst_4(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_iconst_4(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_iconst_4(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_iconst_5(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_iconst_5(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_iconst_5(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_iconst_m1(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_iconst_m1(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_iconst_m1(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_idiv(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_idiv(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_idiv(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_if_acmpeq(int, int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_if_acmpeq(int, int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_if_acmpeq(int, int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_if_acmpne(int, int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_if_acmpne(int, int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_if_acmpne(int, int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_if_icmpeq(int, int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_if_icmpeq(int, int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_if_icmpeq(int, int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_if_icmpge(int, int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_if_icmpge(int, int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_if_icmpge(int, int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_if_icmpgt(int, int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_if_icmpgt(int, int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_if_icmpgt(int, int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_if_icmple(int, int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_if_icmple(int, int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_if_icmple(int, int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_if_icmplt(int, int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_if_icmplt(int, int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_if_icmplt(int, int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_if_icmpne(int, int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_if_icmpne(int, int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_if_icmpne(int, int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_ifeq(int, int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_ifeq(int, int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_ifeq(int, int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_ifge(int, int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_ifge(int, int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_ifge(int, int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_ifgt(int, int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_ifgt(int, int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_ifgt(int, int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_ifle(int, int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_ifle(int, int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_ifle(int, int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_iflt(int, int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_iflt(int, int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_iflt(int, int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_ifne(int, int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_ifne(int, int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_ifne(int, int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_ifnonnull(int, int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_ifnonnull(int, int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_ifnonnull(int, int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_ifnull(int, int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_ifnull(int, int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_ifnull(int, int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_iinc(int, int, int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_iinc(int, int, int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_iinc(int, int, int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_iload(int, int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_iload(int, int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_iload(int, int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_iload_0(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_iload_0(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_iload_0(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_iload_1(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_iload_1(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_iload_1(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_iload_2(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_iload_2(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_iload_2(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_iload_3(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_iload_3(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_iload_3(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_impdep1(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_impdep1(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_impdep1(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_impdep2(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_impdep2(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_impdep2(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_imul(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_imul(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_imul(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_index - Variable in class java_cup.lalr_state
Index of this state in the parse tables
_index - Variable in class java_cup.production
Index number of the production.
_index - Variable in class java_cup.symbol
Index of this symbol (terminal or non terminal) in the parse tables.
_ineg(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_ineg(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_ineg(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_instanceof(int, int, IConstantPoolEntry) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_instanceof(int, int, IConstantPoolEntry) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_instanceof(int, int, IConstantPoolEntry) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_invokedynamic(int, int, IConstantPoolEntry, IConstantPoolEntry) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
Deprecated. This has been replaced with IBytecodeVisitor._invokedynamic(int, int, IConstantPoolEntry)
_invokedynamic(int, int, IConstantPoolEntry) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_invokedynamic(int, int, IConstantPoolEntry, IConstantPoolEntry) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
Deprecated. This has been replaced with IBytecodeVisitor._invokedynamic(int, int, IConstantPoolEntry)
_invokedynamic(int, int, IConstantPoolEntry) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_invokedynamic(int, int, IConstantPoolEntry, IConstantPoolEntry) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_invokedynamic(int, int, IConstantPoolEntry) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_invokeinterface(int, int, byte, IConstantPoolEntry) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_invokeinterface(int, int, byte, IConstantPoolEntry) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_invokeinterface(int, int, byte, IConstantPoolEntry) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_invokespecial(int, int, IConstantPoolEntry) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_invokespecial(int, int, IConstantPoolEntry) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_invokespecial(int, int, IConstantPoolEntry) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_invokestatic(int, int, IConstantPoolEntry) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_invokestatic(int, int, IConstantPoolEntry) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_invokestatic(int, int, IConstantPoolEntry) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_invokevirtual(int, int, IConstantPoolEntry) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_invokevirtual(int, int, IConstantPoolEntry) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_invokevirtual(int, int, IConstantPoolEntry) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_ior(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_ior(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_ior(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_irem(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_irem(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_irem(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_ireturn(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_ireturn(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_ireturn(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_ishl(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_ishl(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_ishl(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_ishr(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_ishr(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_ishr(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_istore(int, int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_istore(int, int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_istore(int, int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_istore_0(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_istore_0(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_istore_0(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_istore_1(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_istore_1(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_istore_1(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_istore_2(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_istore_2(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_istore_2(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_istore_3(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_istore_3(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_istore_3(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_isub(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_isub(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_isub(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_items - Variable in class java_cup.lalr_state
The item set for this state.
_iushr(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_iushr(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_iushr(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_ixor(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_ixor(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_ixor(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_jsr(int, int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_jsr(int, int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_jsr(int, int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_jsr_w(int, int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_jsr_w(int, int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_jsr_w(int, int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_l2d(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_l2d(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_l2d(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_l2f(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_l2f(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_l2f(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_l2i(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_l2i(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_l2i(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_label - Variable in class java_cup.production_part
Optional label for referring to the part within an action (null for no label).
_ladd(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_ladd(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_ladd(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_laload(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_laload(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_laload(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_land(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_land(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_land(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_lastore(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_lastore(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_lastore(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_lcmp(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_lcmp(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_lcmp(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_lconst_0(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_lconst_0(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_lconst_0(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_lconst_1(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_lconst_1(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_lconst_1(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_ldc(int, int, IConstantPoolEntry) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_ldc(int, int, IConstantPoolEntry) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_ldc(int, int, IConstantPoolEntry) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_ldc2_w(int, int, IConstantPoolEntry) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_ldc2_w(int, int, IConstantPoolEntry) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_ldc2_w(int, int, IConstantPoolEntry) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_ldc_w(int, int, IConstantPoolEntry) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_ldc_w(int, int, IConstantPoolEntry) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_ldc_w(int, int, IConstantPoolEntry) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_ldiv(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_ldiv(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_ldiv(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_lhs - Variable in class java_cup.production
The left hand side non-terminal.
_lload(int, int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_lload(int, int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_lload(int, int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_lload_0(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_lload_0(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_lload_0(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_lload_1(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_lload_1(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_lload_1(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_lload_2(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_lload_2(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_lload_2(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_lload_3(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_lload_3(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_lload_3(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_lmul(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_lmul(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_lmul(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_lneg(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_lneg(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_lneg(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_lookahead - Variable in class java_cup.lalr_item
The lookahead symbols of the item.
_lookupswitch(int, int, int, int[][]) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_lookupswitch(int, int, int, int[][]) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_lookupswitch(int, int, int, int[][]) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_lor(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_lor(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_lor(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_lr_values - Static variable in class java_cup.emit
 
_lrem(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_lrem(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_lrem(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_lreturn(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_lreturn(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_lreturn(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_lshl(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_lshl(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_lshl(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_lshr(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_lshr(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_lshr(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_lstore(int, int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_lstore(int, int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_lstore(int, int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_lstore_0(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_lstore_0(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_lstore_0(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_lstore_1(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_lstore_1(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_lstore_1(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_lstore_2(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_lstore_2(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_lstore_2(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_lstore_3(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_lstore_3(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_lstore_3(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_lsub(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_lsub(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_lsub(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_lushr(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_lushr(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_lushr(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_lxor(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_lxor(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_lxor(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_monitorenter(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_monitorenter(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_monitorenter(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_monitorexit(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_monitorexit(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_monitorexit(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_multianewarray(int, int, int, IConstantPoolEntry) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_multianewarray(int, int, int, IConstantPoolEntry) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_multianewarray(int, int, int, IConstantPoolEntry) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_name - Variable in class java_cup.symbol
String for the human readable name of the symbol.
_new(int, int, IConstantPoolEntry) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_new(int, int, IConstantPoolEntry) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_new(int, int, IConstantPoolEntry) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_newarray(int, int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_newarray(int, int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_newarray(int, int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_next - Variable in class java_cup.lalr_transition
Next transition in linked list of transitions out of a state
_nop(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_nop(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_nop(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_nullable - Variable in class java_cup.non_terminal
Nullability of this non terminal.
_nullable - Variable in class java_cup.production
Nullability of the production (can it derive the empty string).
_nullable_known - Variable in class java_cup.production
Is the nullability of the production known or unknown?
_num_reductions - Variable in class java_cup.production
Count of number of reductions using this production.
_num_states - Variable in class java_cup.parse_action_table
How many rows/states are in the machine/table.
_num_states - Variable in class java_cup.parse_reduce_table
How many rows/states in the machine/table.
_on_symbol - Variable in class java_cup.lalr_transition
The symbol we make the transition on.
_pop(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_pop(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_pop(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_pop2(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_pop2(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_pop2(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_productions - Variable in class java_cup.non_terminal
Table of all productions with this non terminal on the LHS.
_propagate_items - Variable in class java_cup.lalr_item
Links to items that the lookahead needs to be propagated to.
_putfield(int, int, IConstantPoolEntry) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_putfield(int, int, IConstantPoolEntry) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_putfield(int, int, IConstantPoolEntry) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_putstatic(int, int, IConstantPoolEntry) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_putstatic(int, int, IConstantPoolEntry) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_putstatic(int, int, IConstantPoolEntry) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_reduce_with - Variable in class java_cup.reduce_action
The production we reduce with.
_ret(int, int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_ret(int, int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_ret(int, int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_return(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_return(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_return(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_rhs - Variable in class java_cup.production
A collection of parts for the right hand side.
_rhs_assoc - Variable in class java_cup.production
 
_rhs_length - Variable in class java_cup.production
How much of the right hand side array we are presently using.
_rhs_prec - Variable in class java_cup.production
The precedence of the rule
_saload(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_saload(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_saload(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_sastore(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_sastore(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_sastore(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_shift_to - Variable in class java_cup.shift_action
The state we shift to.
_sipush(int, short) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_sipush(int, short) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_sipush(int, short) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_size - Static variable in class java_cup.parse_action_row
Number of columns (terminals) in every row.
_size - Static variable in class java_cup.parse_reduce_row
Number of columns (non terminals) in every row.
_stack_type - Variable in class java_cup.symbol
String for the type of object used for the symbol on the parse stack.
_swap(int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_swap(int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_swap(int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_symbol_after_dot - Variable in class java_cup.lr_item_core
Cache of symbol after the dot.
_tableswitch(int, int, int, int, int[]) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_tableswitch(int, int, int, int, int[]) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_tableswitch(int, int, int, int, int[]) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_the_production - Variable in class java_cup.lr_item_core
The production for the item.
_the_symbol - Variable in class java_cup.symbol_part
The symbol that this part is made up of.
_to_state - Variable in class java_cup.lalr_transition
The state we transition to.
_transitions - Variable in class java_cup.lalr_state
List of transitions out of this state.
_use_count - Variable in class java_cup.symbol
Count of how many times the symbol appears in productions.
_wide(int, int, int, int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_wide(int, int, int) - Method in class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
_wide(int, int, int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_wide(int, int, int, int) - Method in interface org.eclipse.jdt.core.util.IBytecodeVisitor
 
_wide(int, int, int, int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 
_wide(int, int, int) - Method in class org.eclipse.jdt.internal.core.util.DefaultBytecodeVisitor
 

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 _