- aaload() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- aastore() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- 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
-
- 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
-
- 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
-
- aboutToResolve(Scope) - Method in class org.eclipse.jdt.internal.compiler.ast.TypeReference
-
- 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
-
- 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
-
- AbstractVariableDeclaration - Class in org.eclipse.jdt.internal.compiler.ast
-
- AbstractVariableDeclaration() - Constructor for class org.eclipse.jdt.internal.compiler.ast.AbstractVariableDeclaration
-
- 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 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 interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
-
- 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 interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
-
- AccDeprecatedImplicitly - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.ExtraCompilerModifiers
-
- AccEnum - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
-
- accept(AnnotationValueVisitor<R, P>, P) - Method in class org.eclipse.jdt.internal.compiler.apt.model.AnnotationValueImpl
-
- accept(TypeVisitor<R, P>, P) - Method in class org.eclipse.jdt.internal.compiler.apt.model.ArrayTypeImpl
-
- accept(TypeVisitor<R, P>, P) - Method in class org.eclipse.jdt.internal.compiler.apt.model.DeclaredTypeImpl
-
- accept(TypeVisitor<R, P>, P) - Method in class org.eclipse.jdt.internal.compiler.apt.model.ErrorTypeImpl
-
- accept(ElementVisitor<R, P>, P) - Method in class org.eclipse.jdt.internal.compiler.apt.model.ExecutableElementImpl
-
- accept(TypeVisitor<R, P>, P) - Method in class org.eclipse.jdt.internal.compiler.apt.model.ExecutableTypeImpl
-
- accept(TypeVisitor<R, P>, P) - Method in class org.eclipse.jdt.internal.compiler.apt.model.NoTypeImpl
-
- accept(ElementVisitor<R, P>, P) - Method in class org.eclipse.jdt.internal.compiler.apt.model.PackageElementImpl
-
- accept(TypeVisitor<R, P>, P) - Method in class org.eclipse.jdt.internal.compiler.apt.model.PrimitiveTypeImpl
-
- accept(ElementVisitor<R, P>, P) - Method in class org.eclipse.jdt.internal.compiler.apt.model.TypeElementImpl
-
- accept(TypeVisitor<R, P>, P) - Method in class org.eclipse.jdt.internal.compiler.apt.model.TypeMirrorImpl
-
- accept(ElementVisitor<R, P>, P) - Method in class org.eclipse.jdt.internal.compiler.apt.model.TypeParameterElementImpl
-
- accept(TypeVisitor<R, P>, P) - Method in class org.eclipse.jdt.internal.compiler.apt.model.TypeVariableImpl
-
- accept(ElementVisitor<R, P>, P) - Method in class org.eclipse.jdt.internal.compiler.apt.model.VariableElementImpl
-
- accept(TypeVisitor<R, P>, P) - Method in class org.eclipse.jdt.internal.compiler.apt.model.WildcardTypeImpl
-
- 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_ACTION - Static variable in interface org.eclipse.jdt.internal.compiler.parser.ParserBasicInformation
-
- accept_cannot - Static variable in class org.eclipse.jdt.internal.compiler.util.Messages
-
- acceptDebugResult(CompilationResult) - Method in interface org.eclipse.jdt.internal.compiler.IDebugRequestor
-
- acceptProblem(IProblem) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- acceptResult(CompilationResult) - Method in interface org.eclipse.jdt.internal.compiler.ICompilerRequestor
-
Accept a compilation result.
- 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
-
- 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 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 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 interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
-
- AccOverriding - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.ExtraCompilerModifiers
-
- AccPrivate - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
-
- AccProtected - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
-
- 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 interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
-
- AccStrictfp - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
-
- AccSuper - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
-
Other VM flags.
- AccSynchronized - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
-
- AccSynthetic - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
-
- AccTransient - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
-
- AccUnresolved - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.ExtraCompilerModifiers
-
- 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 interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
-
- aconst_null() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- acquire(SourceTypeBinding) - Method in class org.eclipse.jdt.internal.compiler.ClassFilePool
-
- action - Variable in class org.eclipse.jdt.internal.compiler.ast.DoStatement
-
- action - Variable in class org.eclipse.jdt.internal.compiler.ast.ForeachStatement
-
- action - Variable in class org.eclipse.jdt.internal.compiler.ast.ForStatement
-
- action - Variable in class org.eclipse.jdt.internal.compiler.ast.WhileStatement
-
- activate() - Method in interface org.eclipse.jdt.internal.compiler.IDebugRequestor
-
- 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(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
-
- 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.
- 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
-
- 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
-
- 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.
- addBlockStatement(RecoveredBlock) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredElement
-
- 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
-
- addDefaultAbstractMethods() - Method in class org.eclipse.jdt.internal.compiler.ClassFile
-
INTERNAL USE-ONLY
This methods generate all the default abstract method infos that correpond to
the abstract methods inherited from superinterfaces.
- addDefinitelyAssignedVariables(Scope, int) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- addDefinitelyAssignedVariables(Scope, int) - Method in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream
-
- addExceptionMarker(int, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream
-
- addExtraProblems(CategorizedProblem) - Method in class org.eclipse.jdt.internal.compiler.batch.Main
-
- addFieldInfos() - Method in class org.eclipse.jdt.internal.compiler.ClassFile
-
INTERNAL USE-ONLY
This methods generate all the fields infos for the receiver.
- addFramePosition(int) - Method in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream
-
- addIfNotIncluded(Object) - Method in class org.eclipse.jdt.internal.compiler.util.SimpleSet
-
- 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
-
- 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
-
- 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
-
- addNewClassFile(ReferenceBinding) - Method in class org.eclipse.jdt.internal.compiler.apt.dispatch.BaseProcessingEnvImpl
-
- addNewClassFile(ReferenceBinding) - Method in class org.eclipse.jdt.internal.compiler.apt.dispatch.BatchFilerImpl
-
- addNewEntry(ArrayList, String, ArrayList, String, String, boolean, boolean) - Method in class org.eclipse.jdt.internal.compiler.apt.util.EclipseFileManager
-
- addNewEntry(ArrayList, String, ArrayList, String, String, boolean, boolean) - Method in class org.eclipse.jdt.internal.compiler.batch.Main
-
- addNewEntry(ArrayList, String, ArrayList, String, String, boolean, boolean) - Method in class org.eclipse.jdt.internal.compiler.tool.EclipseFileManager
-
- addNewUnit(ICompilationUnit) - Method in class org.eclipse.jdt.internal.compiler.apt.dispatch.BaseProcessingEnvImpl
-
- addNewUnit(ICompilationUnit) - Method in class org.eclipse.jdt.internal.compiler.apt.dispatch.BatchFilerImpl
-
- 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
-
- 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.
- 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.
- addResolutionListener(IQualifiedTypeResolutionListener) - Method in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
-
- 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.
- addSubscope(Scope) - Method in class org.eclipse.jdt.internal.compiler.lookup.BlockScope
-
- 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
-
- 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
-
- afterEol(int) - Method in class org.eclipse.jdt.internal.compiler.parser.diagnose.LexStream
-
- ALL - Static variable in class org.eclipse.jdt.internal.compiler.impl.IrritantSet
-
- ALL_STANDARD_TAGS - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
-
- 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
-
- 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.
- allPackages() - Method in class org.eclipse.jdt.internal.compiler.apt.util.Archive
-
- allPackages() - Method in class org.eclipse.jdt.internal.compiler.tool.Archive
-
- AllStandardAnnotationsMask - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
-
- aload(int) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- aload_0() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- aload_1() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- aload_2() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- 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
-
- 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.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) - Method in class org.eclipse.jdt.internal.compiler.ast.SwitchStatement
-
- analyseCode(BlockScope, FlowContext, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.SynchronizedStatement
-
- analyseCode(BlockScope, FlowContext, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.ThrowStatement
-
- analyseCode(BlockScope, FlowContext, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.TryStatement
-
- analyseCode(BlockScope, FlowContext, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
-
Flow analysis for a local innertype
- analyseCode(ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
-
Flow analysis for a member innertype
- analyseCode(ClassScope, FlowContext, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
-
Flow analysis for a local member innertype
- analyseCode(CompilationUnitScope) - Method in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
-
Flow analysis for a package member type
- analyseCode(BlockScope, FlowContext, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.TypeReference
-
- analyseCode(BlockScope, FlowContext, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.UnaryExpression
-
- analyseCode(BlockScope, FlowContext, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.WhileStatement
-
- 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
-
- 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
-
- anewarray(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- 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_PREFIX - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
-
- ANNOTATION_SUFFIX - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
-
- ANNOTATION_TYPE_DECL - Static variable in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
-
- 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
-
- 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
-
- AnnotationDefaultName - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.AttributeNamesConstants
-
- AnnotationDeprecated - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
-
- AnnotationDiscoveryVisitor - Class in org.eclipse.jdt.internal.compiler.apt.dispatch
-
This class is used to visit the JDT compiler internal AST to discover annotations,
in the course of dispatching to annotation processors.
- AnnotationDiscoveryVisitor(BaseProcessingEnvImpl) - Constructor for class org.eclipse.jdt.internal.compiler.apt.dispatch.AnnotationDiscoveryVisitor
-
- 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
-
- 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
-
- AnnotationMemberValue - Class in org.eclipse.jdt.internal.compiler.apt.model
-
- AnnotationMemberValue(BaseProcessingEnvImpl, Object, MethodBinding) - Constructor for class org.eclipse.jdt.internal.compiler.apt.model.AnnotationMemberValue
-
- 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
-
- AnnotationMirrorImpl - Class in org.eclipse.jdt.internal.compiler.apt.model
-
- 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
-
- 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 - 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.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
-
- 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
-
- 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
-
- 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
-
- AnnotationValueImpl - Class in org.eclipse.jdt.internal.compiler.apt.model
-
- AnnotationValueImpl(BaseProcessingEnvImpl, Object, TypeBinding) - Constructor for class org.eclipse.jdt.internal.compiler.apt.model.AnnotationValueImpl
-
- 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
-
- AnonymousClassCannotExtendFinalClass - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- anonymousClassCannotExtendFinalClass(TypeReference, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- anonymousOriginalSuperType() - Method in class org.eclipse.jdt.internal.compiler.lookup.LocalTypeBinding
-
- anonymousType - Variable in class org.eclipse.jdt.internal.compiler.ast.QualifiedAllocationExpression
-
- anonymousTypeCount - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveredField
-
- AnonymousTypeMask - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
-
- anonymousTypes - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveredField
-
- AntAdapterMessages - Class in org.eclipse.jdt.internal.antadapter
-
- ANY_EXCEPTION - Static variable in class org.eclipse.jdt.internal.compiler.lookup.Binding
-
- anyExceptionVariable - Variable in class org.eclipse.jdt.internal.compiler.ast.TryStatement
-
- APACHE - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
-
- APACHE_IOUTILS - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
-
- 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 - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
-
- APPEND_FRAME - Static variable in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrame
-
- applyCloseableWhitelists() - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
-
- AptBinaryLocalVariableBinding - Class in org.eclipse.jdt.internal.compiler.lookup
-
- AptBinaryLocalVariableBinding(char[], TypeBinding, int, AnnotationBinding[], MethodBinding) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.AptBinaryLocalVariableBinding
-
- AptProblem - Class in org.eclipse.jdt.internal.compiler.apt.dispatch
-
- AptProblem(ReferenceContext, char[], String, int, String[], int, int, int, int, int) - Constructor for class org.eclipse.jdt.internal.compiler.apt.dispatch.AptProblem
-
- AptSourceLocalVariableBinding - Class in org.eclipse.jdt.internal.compiler.lookup
-
- AptSourceLocalVariableBinding(LocalVariableBinding, MethodBinding) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.AptSourceLocalVariableBinding
-
- Archive - Class in org.eclipse.jdt.internal.compiler.apt.util
-
Used as a zip file cache.
- Archive(File) - Constructor for class org.eclipse.jdt.internal.compiler.apt.util.Archive
-
- Archive - Class in org.eclipse.jdt.internal.compiler.tool
-
Used as a zip file cache.
- Archive(File) - Constructor for class org.eclipse.jdt.internal.compiler.tool.Archive
-
- ArchiveFileObject - Class in org.eclipse.jdt.internal.compiler.apt.util
-
Implementation of a Java file object that corresponds to an entry in a zip/jar file
- ArchiveFileObject(File, ZipFile, String, Charset) - Constructor for class org.eclipse.jdt.internal.compiler.apt.util.ArchiveFileObject
-
- ArchiveFileObject - Class in org.eclipse.jdt.internal.compiler.tool
-
Implementation of a Java file object that corresponds to an entry in a zip/jar file
- ArchiveFileObject(File, ZipFile, String, Charset) - Constructor for class org.eclipse.jdt.internal.compiler.tool.ArchiveFileObject
-
- areAllSet() - Method in class org.eclipse.jdt.internal.compiler.impl.IrritantSet
-
- AreFieldsComplete - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
-
- AreFieldsSorted - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
-
- AreMethodsComplete - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
-
- AreMethodsSorted - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
-
- areParameterErasuresEqual(MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
-
- areParametersCompatibleWith(TypeBinding[]) - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
-
- areParametersEqual(MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
-
- areturn() - 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
-
- argumentNamesIndex - Variable in class org.eclipse.jdt.internal.compiler.classfmt.MethodInfo
-
- 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
-
- ArgumentTypeAmbiguous - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- 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
-
- argumentTypeCannotBeVoidArray(Argument) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- ArgumentTypeInheritedNameHidesEnclosingName - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- ArgumentTypeInternalNameProvided - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- ArgumentTypeNotFound - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- ArgumentTypeNotVisible - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- 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
-
- ARITY_MAX_MIN - Static variable in class org.eclipse.jdt.internal.compiler.ast.CombinedBinaryExpression
-
- 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_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_TYPE - Static variable in class org.eclipse.jdt.internal.compiler.lookup.Binding
-
- 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.
- 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
-
- 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() - 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
-
- ArrayTypeImpl - Class in org.eclipse.jdt.internal.compiler.apt.model
-
Implementation of ArrayType, which represents an array of some 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
-
- asElement() - Method in class org.eclipse.jdt.internal.compiler.apt.model.DeclaredTypeImpl
-
- asElement() - Method in class org.eclipse.jdt.internal.compiler.apt.model.ErrorTypeImpl
-
- asElement(TypeMirror) - Method in class org.eclipse.jdt.internal.compiler.apt.model.TypesImpl
-
- asElement() - Method in class org.eclipse.jdt.internal.compiler.apt.model.TypeVariableImpl
-
- 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.
- asMemberOf(DeclaredType, Element) - Method in class org.eclipse.jdt.internal.compiler.apt.model.TypesImpl
-
- 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_CLASS - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
-
- ASSERT_FALSE - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
-
- ASSERT_NOTNULL - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
-
- ASSERT_NULL - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
-
- ASSERT_TRUE - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
-
- assertExpression - Variable in class org.eclipse.jdt.internal.compiler.ast.AssertStatement
-
- 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_TO_NONNULL - Static variable in class org.eclipse.jdt.internal.compiler.flow.FlowContext
-
- Assignment - Class in org.eclipse.jdt.internal.compiler.ast
-
- Assignment(Expression, Expression, int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.Assignment
-
- 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
-
- associatedNode - Variable in class org.eclipse.jdt.internal.compiler.flow.FlowContext
-
- 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
-
- 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
-
- ASTNode - Class in org.eclipse.jdt.internal.compiler.ast
-
- ASTNode() - Constructor for class org.eclipse.jdt.internal.compiler.ast.ASTNode
-
- astore(int) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- astore_0() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- astore_1() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- astore_2() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- astore_3() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- astPtr - Variable in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
-
- astPtr - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- 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.internal.compiler
-
A visitor for iterating through the parse tree.
- ASTVisitor() - Constructor for class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- asType() - Method in class org.eclipse.jdt.internal.compiler.apt.model.ElementImpl
-
- asType() - Method in class org.eclipse.jdt.internal.compiler.apt.model.ErrorTypeElement
-
- atEnd() - Method in class org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper
-
- atEnd() - Method in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
- athrow() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- athrow() - Method in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream
-
- attach(RecoveredAnnotation[], int, int, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredField
-
- attach(RecoveredAnnotation[], int, int, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredLocalVariable
-
- attach(RecoveredAnnotation[], int, int, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredMethod
-
- attach(RecoveredAnnotation[], int, int, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredType
-
- 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
-
- 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
-
- 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)
- 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.internal.compiler.util.Util
-
Character constant indicating the primitive type boolean 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.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.internal.compiler.util.Util
-
Character constant indicating the primitive type char 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.internal.compiler.util.Util
-
Character constant indicating the dollar 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.internal.compiler.util.Util
-
Character constant indicating the primitive type double 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.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.internal.compiler.util.Util
-
Character constant indicating the primitive type float 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.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.internal.compiler.util.Util
-
Character constant indicating the primitive type int 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.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.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.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.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.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.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.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.internal.compiler.util.Util
-
Character constant indicating an unbound wildcard type argument
in a signature.
- 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.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.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.internal.compiler.util.Util
-
Character constant indicating result type void in a signature.
- 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
-
- CachedIndexEntry - Class in org.eclipse.jdt.internal.compiler.codegen
-
- CachedIndexEntry(char[], int) - Constructor for class org.eclipse.jdt.internal.compiler.codegen.CachedIndexEntry
-
- call() - Method in class org.eclipse.jdt.internal.compiler.tool.EclipseCompilerImpl
-
- caload() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- 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.
- 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
-
- 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
-
- 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.
- CanBeStatic - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
-
- 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
-
- 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
-
- capture(TypeMirror) - Method in class org.eclipse.jdt.internal.compiler.apt.model.TypesImpl
-
- 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)
- 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
-
- CASE - Static variable in class org.eclipse.jdt.internal.compiler.ast.SwitchStatement
-
- 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
-
- CastExpression - Class in org.eclipse.jdt.internal.compiler.ast
-
- CastExpression(Expression, TypeReference) - Constructor for class org.eclipse.jdt.internal.compiler.ast.CastExpression
-
- 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.
- 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
-
- CatchParameterBinding - Class in org.eclipse.jdt.internal.compiler.lookup
-
- CatchParameterBinding(LocalDeclaration, TypeBinding, int, boolean) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.CatchParameterBinding
-
- 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
-
- CHAR - Static variable in class org.eclipse.jdt.internal.compiler.apt.model.PrimitiveTypeImpl
-
- 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
-
- 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
-
- 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
- charAt(int) - Method in class org.eclipse.jdt.internal.compiler.apt.model.NameImpl
-
- 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
-
- 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.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_ARGUMENT - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
-
- CHECK_MASK - Static variable in class org.eclipse.jdt.internal.compiler.flow.FlowContext
-
- CHECK_NOT_NULL - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
-
- CHECK_STATE - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
-
- check_table - Static variable in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- checkAccess(MethodScope) - Method in class org.eclipse.jdt.internal.compiler.ast.ThisReference
-
- checkAndSetModifiers(int) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- checkAssignmentAgainstNullAnnotation(BlockScope, FlowContext, VariableBinding, int, Expression, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.ast.Statement
-
Check null-ness of 'var' 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
-
- checkCapturedLocalInitializationIfNecessary(ReferenceBinding, BlockScope, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.AllocationExpression
-
- 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.
- checkComment() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- checkConstructors(Parser) - Method in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
-
Check for constructor vs.
- checkDeprecation(int) - Method in class org.eclipse.jdt.internal.compiler.parser.JavadocParser
-
- 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
-
- checkExternalizeStrings - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- checkFieldAccess(BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.SingleNameReference
-
- checkForDiamond(TypeReference) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- checkImplicitNullAnnotations(MethodBinding, AbstractMethodDeclaration, boolean, Scope) - Method in class org.eclipse.jdt.internal.compiler.lookup.ImplicitNullAnnotationVerifier
-
Check and fill in implicit annotations from overridden methods and from default.
- 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
- checkNonExternalizedStringLiterals - Variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
- 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.CastExpression
-
- checkNPE(BlockScope, FlowContext, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.ConditionalExpression
-
- checkNPE(BlockScope, FlowContext, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.Expression
-
Check this expression against potential NPEs, which may occur:
if the expression is the receiver in a field access, qualified allocation, array reference or message send
incl.
- checkNPE(BlockScope, FlowContext, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.FieldReference
-
- checkNPE(BlockScope, FlowContext, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.MessageSend
-
- checkNPE(BlockScope, FlowContext, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.QualifiedNameReference
-
- checkNPE(BlockScope, FlowContext, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.Reference
-
- checkNPE(BlockScope, FlowContext, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.SingleNameReference
-
- checkNPE(BlockScope, FlowContext, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.ThisReference
-
- checkNPEbyUnboxing(BlockScope, FlowContext, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.Expression
-
If this expression requires unboxing check if that operation can throw NPE.
- checkNullableFieldDereference(Scope, FieldBinding, long) - Method in class org.eclipse.jdt.internal.compiler.ast.Reference
-
- 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
-
- checkTypeArgumentRedundancy(ParameterizedTypeBinding, ReferenceBinding, TypeBinding[], BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.AllocationExpression
-
- checkUnboxing(Scope, Expression, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.flow.FlowContext
-
During deferred checking re-visit a previously recording unboxing situation.
- 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
-
- CHOP_FRAME - Static variable in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrame
-
- CLASS_DECL - Static variable in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
-
- CLASS_INITIAL_SIZE - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
-
- CLASS_SCOPE - Static variable in class org.eclipse.jdt.internal.compiler.lookup.Scope
-
- CLASS_TAGS - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
-
- classCache - Variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
-
- 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
-
- ClassFileConstants - Interface in org.eclipse.jdt.internal.compiler.classfmt
-
- 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
-
- ClassFileStruct - Class in org.eclipse.jdt.internal.compiler.classfmt
-
- ClassFileStruct(byte[], int[], int) - Constructor for class org.eclipse.jdt.internal.compiler.classfmt.ClassFileStruct
-
- 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(boolean) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- 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
-
- ClasspathDirectory - Class in org.eclipse.jdt.internal.compiler.batch
-
- 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
-
- ClasspathLocation - Class in org.eclipse.jdt.internal.compiler.batch
-
- ClasspathLocation(AccessRuleSet, String) - Constructor for class org.eclipse.jdt.internal.compiler.batch.ClasspathLocation
-
- classpaths - Variable in class org.eclipse.jdt.internal.compiler.batch.FileSystem
-
- 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
-
- 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
-
- ClassTag - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
-
- CLDC_1_1 - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
-
- 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.
- cleanUpAfterAssignment(BlockScope, int, Expression) - Static method in class org.eclipse.jdt.internal.compiler.ast.FakedTrackingVariable
-
- clear() - Method in class org.eclipse.jdt.internal.compiler.apt.util.ManyToMany
-
Empty all maps.
- 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
-
- clearAll() - Method in class org.eclipse.jdt.internal.compiler.impl.IrritantSet
-
- clearDirtyBit() - Method in class org.eclipse.jdt.internal.compiler.apt.util.ManyToMany
-
Sets the dirty bit to false.
- 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 - 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
-
- close() - Method in class org.eclipse.jdt.internal.compiler.apt.util.Archive
-
- close() - Method in class org.eclipse.jdt.internal.compiler.apt.util.EclipseFileManager
-
- 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.compiler.tool.Archive
-
- close() - Method in class org.eclipse.jdt.internal.compiler.tool.EclipseFileManager
-
- CLOSE_QUIETLY - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
-
- closed() - Method in class org.eclipse.jdt.internal.compiler.apt.dispatch.HookedJavaFileObject
-
- closeMethods - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
-
- 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
-
- closeZipFileAtEnd - Variable in class org.eclipse.jdt.internal.compiler.batch.ClasspathJar
-
- CodeCannotBeReached - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- CodeName - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.AttributeNamesConstants
-
- 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
-
- 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(int, int) - Method in class org.eclipse.jdt.internal.compiler.apt.util.Util.EncodingErrorCollector
-
- collect(int, int) - Method in class org.eclipse.jdt.internal.compiler.tool.Util.EncodingErrorCollector
-
- 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.
- column - Variable in class org.eclipse.jdt.internal.compiler.problem.DefaultProblem
-
- COM - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
-
- COM_GOOGLE_COMMON_BASE_PRECONDITIONS - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
-
- COM_GOOGLE_INJECT_INJECT - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
-
- 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
-
- COMMAND_LINE - Static variable in class org.eclipse.jdt.internal.compiler.env.AccessRestriction
-
- COMMENT_ARRAYS_SIZE - Static variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
- commentParse() - Method in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
-
- commentPtr - Variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
- comments - Variable in class org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration
-
- commentStarts - Variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
- commentStops - Variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
- commentTagStarts - Variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
- COMMONS - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
-
- 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
-
- 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_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.internal.compiler.util.Messages
-
- 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
-
- 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 - 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
-
- CompilationUnitDeclaration - Class in org.eclipse.jdt.internal.compiler.ast
-
- CompilationUnitDeclaration(ProblemReporter, CompilationResult, int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration
-
- 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
-
- 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
-
- compile(String, PrintWriter, PrintWriter) - Static method in class org.eclipse.jdt.internal.compiler.batch.Main
-
- 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_TYPE_MASK - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
-
- compiledTypes - Variable in class org.eclipse.jdt.internal.compiler.CompilationResult
-
- 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_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
-
- 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.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.
- 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.
- 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_PARSER - Static variable in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
-
- 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
-
- CompoundAssignment - Class in org.eclipse.jdt.internal.compiler.ast
-
- CompoundAssignment(Expression, Expression, int, int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.CompoundAssignment
-
- 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
-
- 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
-
- computeArrayClone(MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
-
- computeBoxingType(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
-
- 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
-
- 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
-
- 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
-
- 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.
- 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.
- 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
-
- computeSupportedAnnotations(Set<TypeElement>, Set<TypeElement>) - Method in class org.eclipse.jdt.internal.compiler.apt.dispatch.ProcessorInfo
-
Compute the subset of annotations
that are described by annotationTypes
,
and determine whether the processor should be called.
- 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.
- 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.
- 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
-
- conditionalArgumentsIncompatibleTypes(ConditionalExpression, TypeBinding, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- 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
- conditionalLevel - Variable in class org.eclipse.jdt.internal.compiler.flow.FlowContext
-
Used to record whether effects in a try block affect the finally-block
conditionally or unconditionally.
- 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(Object, String[]) - Method in class org.eclipse.jdt.internal.compiler.apt.dispatch.BaseAnnotationProcessorManager
-
- configure(Object, String[]) - Method in class org.eclipse.jdt.internal.compiler.apt.dispatch.BatchAnnotationProcessorManager
-
- configure(String[]) - Method in class org.eclipse.jdt.internal.compiler.batch.Main
-
- 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.
- configureFromPlatform(Compiler, Object, Object) - Method in class org.eclipse.jdt.internal.compiler.apt.dispatch.BaseAnnotationProcessorManager
-
- ConflictingImport - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- conflictingImport(ImportReference) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- ConflictingInheritedNullAnnotations - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- conflictingInheritedNullAnnotations(ASTNode, boolean, MethodBinding, boolean, MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- ConflictingNullAnnotations - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- conflictingNullAnnotations(MethodBinding, ASTNode, MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- conflictingTypeBinding - Variable in class org.eclipse.jdt.internal.compiler.lookup.ImportConflictBinding
-
- 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
-
- 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_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
-
- 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
-
- 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
-
- 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
-
- 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.compiler.parser.Parser
-
- 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
-
- consumeAnnotationAsModifier() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- 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.compiler.parser.Parser
-
- consumeAnnotationTypeDeclarationHeaderName() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeAnnotationTypeDeclarationHeaderNameWithTypeParameters() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- 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.compiler.parser.Parser
-
- consumeArrayCreationExpressionWithoutInitializer() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeArrayCreationHeader() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- 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.compiler.parser.Parser
-
- consumeAssignmentOperator(int) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeBinaryExpression(int) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- 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
-
- consumeCaseLabel() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeCastExpressionLL1() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeCastExpressionWithGenericsArray() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeCastExpressionWithNameArray() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeCastExpressionWithPrimitiveType() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeCastExpressionWithQualifiedGenericsArray() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeCatches() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeCatchFormalParameter() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- 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.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.compiler.parser.Parser
-
- consumeClassDeclaration() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeClassHeader() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeClassHeaderExtends() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeClassHeaderImplements() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeClassHeaderName1() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- 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.compiler.parser.Parser
-
- consumeClassInstanceCreationExpressionWithTypeArguments() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- 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.compiler.parser.Parser
-
- consumeClassTypeList() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeCompilationUnit() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeConditionalExpression(int) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- 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.compiler.parser.Parser
-
- consumeConstructorDeclaration() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeConstructorHeader() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeConstructorHeaderName() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeConstructorHeaderNameWithTypeParameters() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeCreateInitializer() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeDefaultLabel() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeDefaultModifiers() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- 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.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
-
- consumeEmptySwitchBlock() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeEmptyTypeDeclaration() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeEnhancedForStatement() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeEnhancedForStatementHeader() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeEnhancedForStatementHeaderInit(boolean) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeEnterAnonymousClassBody(boolean) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- 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.compiler.parser.Parser
-
- consumeEnterMemberValueArrayInitializer() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeEnterVariable() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- 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.compiler.parser.Parser
-
- consumeEnumConstantHeaderName() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeEnumConstantNoClassBody() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeEnumConstants() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeEnumConstantWithClassBody() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- 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.compiler.parser.Parser
-
- consumeEnumHeaderName() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeEnumHeaderNameWithTypeParameters() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeEqualityExpression(int) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeEqualityExpressionWithName(int) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- 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.compiler.parser.Parser
-
- consumeExitVariableWithoutInitialization() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeExplicitConstructorInvocation(int, int) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeExplicitConstructorInvocationWithTypeArguments(int, int) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeExpressionStatement() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeFieldAccess(boolean) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeFieldDeclaration() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- 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.compiler.parser.Parser
-
- consumeFormalParameterList() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeFormalParameterListopt() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- 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.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.compiler.parser.Parser
-
- consumeInsideCastExpressionLL1() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeInsideCastExpressionWithQualifiedGenerics() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeInstanceOfExpression() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeInstanceOfExpressionWithName() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeInterfaceDeclaration() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeInterfaceHeader() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeInterfaceHeaderExtends() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeInterfaceHeaderName1() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- 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.compiler.parser.Parser
-
- consumeInterfaceTypeList() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeInternalCompilationUnit() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeInternalCompilationUnitWithTypes() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- 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
-
- consumeLabel() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeLeftParen() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeLocalVariableDeclaration() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeLocalVariableDeclarationStatement() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeMarkerAnnotation() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeMemberValueArrayInitializer() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeMemberValueAsName() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeMemberValuePair() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeMemberValuePairs() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeMemberValues() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeMethodBody() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeMethodDeclaration(boolean) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- 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.compiler.parser.Parser
-
- consumeMethodHeaderName(boolean) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeMethodHeaderNameWithTypeParameters(boolean) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeMethodHeaderRightParen() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeMethodHeaderThrowsClause() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeMethodInvocationName() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeMethodInvocationNameWithTypeArguments() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeMethodInvocationPrimary() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeMethodInvocationPrimaryWithTypeArguments() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeMethodInvocationSuper() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeMethodInvocationSuperWithTypeArguments() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeModifiers() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- 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.compiler.parser.Parser
-
- consumeNestedType() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeNormalAnnotation() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeOneDimLoop() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeOnlySynchronized() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeOnlyTypeArguments() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeOnlyTypeArgumentsForCastExpression() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeOpenBlock() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- 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.compiler.parser.Parser
-
- consumePackageDeclarationNameWithModifiers() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumePostfixExpression() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumePrimaryNoNewArray() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumePrimaryNoNewArrayArrayType() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumePrimaryNoNewArrayName() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumePrimaryNoNewArrayNameSuper() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- 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
-
- consumePrimaryNoNewArrayWithName() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- 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.parser.Parser
-
- consumePushModifiersForHeader() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumePushPosition() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumePushRealModifiers() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeQualifiedName() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- 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.compiler.parser.Parser
-
- consumeReferenceType1() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeReferenceType2() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- 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.compiler.parser.Parser
-
- consumeRightParen() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeRule(int) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeSimpleAssertStatement() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeSingleMemberAnnotation() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- 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.compiler.parser.Parser
-
- consumeSingleTypeImportDeclarationName() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeStatementBreak() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeStatementBreakWithLabel() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeStatementCatch() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeStatementContinue() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeStatementContinueWithLabel() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeStatementDo() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeStatementExpressionList() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeStatementFor() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeStatementIfNoElse() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeStatementIfWithElse() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeStatementLabel() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeStatementReturn() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeStatementSwitch() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeStatementSynchronized() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeStatementThrow() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeStatementTry(boolean, boolean) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeStatementWhile() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeStaticImportOnDemandDeclarationName() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeStaticInitializer() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- 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() - Method in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
-
- consumeToken(int) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- 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
-
- consumeTypeArgumentList2() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeTypeArgumentList3() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeTypeArgumentReferenceType1() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeTypeArgumentReferenceType2() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeTypeArguments() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeTypeDeclarations() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeTypeHeaderNameWithTypeParameters() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeTypeImportOnDemandDeclarationName() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeTypeParameter1() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeTypeParameter1WithExtends() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeTypeParameter1WithExtendsAndBounds() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeTypeParameterHeader() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- 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.compiler.parser.Parser
-
- consumeTypeParameterWithExtends() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeTypeParameterWithExtendsAndBounds() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- 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
-
- consumeUnionType() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- 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.compiler.parser.Parser
-
- 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.compiler.parser.Parser
-
- consumeWildcard2WithBounds() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- 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.compiler.parser.Parser
-
- consumeWildcardBounds1Super() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeWildcardBounds2Extends() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeWildcardBounds2Super() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeWildcardBounds3Extends() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeWildcardBounds3Super() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeWildcardBoundsExtends() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeWildcardBoundsSuper() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeWildcardWithBounds() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- 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(TypeMirror, TypeMirror) - Method in class org.eclipse.jdt.internal.compiler.apt.model.TypesImpl
-
- contains(String) - Method in class org.eclipse.jdt.internal.compiler.apt.util.Archive
-
- contains(String) - Method in class org.eclipse.jdt.internal.compiler.tool.Archive
-
- 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
-
- ContainsAssertion - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
-
- containsAssertKeyword - Variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
- 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
- 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
-
- containsKey(T1) - Method in class org.eclipse.jdt.internal.compiler.apt.util.ManyToMany
-
Equivalent to keySet().contains(key).
- 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
-
- containsKeyValuePair(T1, T2) - Method in class org.eclipse.jdt.internal.compiler.apt.util.ManyToMany
-
Is there a key that is mapped to the specified value?
Search within the forward map.
- ContainsNestedTypeReferences - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
-
- containsValue(T2) - Method in class org.eclipse.jdt.internal.compiler.apt.util.ManyToMany
-
Equivalent to values().contains(value).
- contentEquals(CharSequence) - Method in class org.eclipse.jdt.internal.compiler.apt.model.NameImpl
-
- contents - Variable in class org.eclipse.jdt.internal.compiler.batch.CompilationUnit
-
- contents - Variable in class org.eclipse.jdt.internal.compiler.ClassFile
-
- contentsOffset - Variable in class org.eclipse.jdt.internal.compiler.ClassFile
-
- CONTEXT_MASK - Static variable in class org.eclipse.jdt.internal.compiler.flow.FlowContext
-
- 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.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
-
- CONVERSIONS - Static variable in class org.eclipse.jdt.internal.compiler.lookup.BaseTypeBinding
-
- 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.compiler.parser.Parser
-
- 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.
- convertUnresolvedBinaryToRawType(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
-
- 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
-
- 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
-
- 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
-
- CORE - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
-
- 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
-
- counter - Variable in class org.eclipse.jdt.internal.compiler.ast.StringLiteralConcatenation
-
- countLabels - Variable in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- 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
-
- createAnnotation(ReferenceBinding, ElementValuePair[]) - Method in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
-
- createAnnotationMethod(byte[], int[], int) - Static method in class org.eclipse.jdt.internal.compiler.classfmt.AnnotationMethodInfo
-
- 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.compiler.parser.AbstractCommentParser
-
- createArgumentReference(char[], int, boolean, Object, long[], long) - Method in class org.eclipse.jdt.internal.compiler.parser.JavadocParser
-
- 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
-
- 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
-
- createClassFile(CharSequence, Element...) - Method in class org.eclipse.jdt.internal.compiler.apt.dispatch.BatchFilerImpl
-
- 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
-
- createFakeReference(int) - Method in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
-
- createField(byte[], int[], int) - Static method in class org.eclipse.jdt.internal.compiler.classfmt.FieldInfo
-
- createFieldDeclaration(char[], int, int) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- createFieldReference(Object) - Method in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
-
- createFieldReference(Object) - Method in class org.eclipse.jdt.internal.compiler.parser.JavadocParser
-
- createGetClassMethod(TypeBinding, MethodBinding, Scope) - Method in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
-
- createJavadocParser() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- createLocalDeclaration(char[], int, int) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- createMethod(byte[], int[], int) - Static method in class org.eclipse.jdt.internal.compiler.classfmt.MethodInfo
-
- 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
-
- createMissingType(PackageBinding, char[][]) - Method in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
-
- createPackage(char[][]) - Method in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
-
- 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
-
- createParameterizedType(ReferenceBinding, TypeBinding[], ReferenceBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
-
- createPolymorphicMethod(MethodBinding, TypeBinding[]) - Method in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
-
- createProblem(Diagnostic.Kind, CharSequence, Element, AnnotationMirror, AnnotationValue) - Static method in class org.eclipse.jdt.internal.compiler.apt.dispatch.BaseMessagerImpl
-
Create a CategorizedProblem that can be reported to an ICompilerRequestor, etc.
- 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
-
- 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
- createRawType(ReferenceBinding, ReferenceBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
-
- createResource(JavaFileManager.Location, CharSequence, CharSequence, Element...) - Method in class org.eclipse.jdt.internal.compiler.apt.dispatch.BatchFilerImpl
-
- createReturnStatement() - Method in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
-
- createReturnStatement() - Method in class org.eclipse.jdt.internal.compiler.parser.JavadocParser
-
- createSourceFile(CharSequence, Element...) - Method in class org.eclipse.jdt.internal.compiler.apt.dispatch.BatchFilerImpl
-
- createStringLiteral(char[], int, int, int) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- createTag() - Method in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
-
- createTag() - Method in class org.eclipse.jdt.internal.compiler.parser.JavadocParser
-
- createTypeReference(int) - Method in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
-
- createTypeReference(int) - Method in class org.eclipse.jdt.internal.compiler.parser.JavadocParser
-
- createTypeVariables(TypeParameter[], Binding) - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
-
- createWildcard(ReferenceBinding, int, TypeBinding, TypeBinding[], int) - Method in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
-
- creatingProblemType - Variable in class org.eclipse.jdt.internal.compiler.ClassFile
-
- CurlyBracket - Static variable in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- CurlyBracket - Static variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
- currentCharacter - Variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
- currentElement - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- currentIndex - Variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
-
- currentOffset - Variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
-
- currentPackage - Variable in class org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration
-
- currentPackageName - Variable in class org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope
-
- currentPosition - Variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
- currentRecoveryType() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- currentRepetition - Variable in class org.eclipse.jdt.internal.compiler.batch.Main
-
- currentToken - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- 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
-
- 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
- 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
-
- generateConstant(Constant, int) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- 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.
- 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.
- 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
-
- generateReadSequence(BlockScope, CodeStream) - Method in class org.eclipse.jdt.internal.compiler.ast.QualifiedNameReference
-
- generateReceiver(CodeStream) - Method in class org.eclipse.jdt.internal.compiler.ast.QualifiedNameReference
-
- generateReceiver(CodeStream) - Method in class org.eclipse.jdt.internal.compiler.ast.SingleNameReference
-
- 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
-
- generateStoreSaveValueIfNecessary(CodeStream) - Method in class org.eclipse.jdt.internal.compiler.ast.ReturnStatement
-
- 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
-
- 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 class org.eclipse.jdt.internal.compiler.lookup.InvocationSite.EmptyWithAstNode
-
- genericTypeArguments() - Method in interface org.eclipse.jdt.internal.compiler.lookup.InvocationSite
-
- 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
-
Ltype
- genericTypeSignature() - Method in class org.eclipse.jdt.internal.compiler.lookup.RawTypeBinding
-
Ltype
- genericTypeSignature() - 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(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_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_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_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_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 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
-
- getAccessLevel() - Method in class org.eclipse.jdt.internal.compiler.apt.util.ArchiveFileObject
-
- getAccessLevel() - Method in class org.eclipse.jdt.internal.compiler.apt.util.EclipseFileObject
-
- getAccessLevel() - Method in class org.eclipse.jdt.internal.compiler.tool.ArchiveFileObject
-
- getAccessLevel() - Method in class org.eclipse.jdt.internal.compiler.tool.EclipseFileObject
-
- 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
- getAccessRules() - Method in class org.eclipse.jdt.internal.compiler.env.AccessRuleSet
-
- getAllAnnotationMirrors(Element) - Method in class org.eclipse.jdt.internal.compiler.apt.model.ElementsImpl
-
Return all the annotation mirrors on this element, including inherited annotations.
- getAllMembers(TypeElement) - Method in class org.eclipse.jdt.internal.compiler.apt.model.ElementsImpl
-
Compute a list of all the visible entities in this type.
- getAllProblems() - Method in class org.eclipse.jdt.internal.compiler.CompilationResult
-
- getAnnotatedParametersCount() - Method in class org.eclipse.jdt.internal.compiler.classfmt.MethodInfo
-
- getAnnotatedParametersCount() - Method in interface org.eclipse.jdt.internal.compiler.env.IBinaryMethod
-
- getAnnotation(Class<A>) - Method in class org.eclipse.jdt.internal.compiler.apt.model.ElementImpl
-
- getAnnotation(Class<A>) - Method in class org.eclipse.jdt.internal.compiler.apt.model.ErrorTypeElement
-
- getAnnotationBindings() - Method in class org.eclipse.jdt.internal.compiler.apt.model.ElementImpl
-
- getAnnotationBindings() - Method in class org.eclipse.jdt.internal.compiler.apt.model.ExecutableElementImpl
-
- getAnnotationBindings() - Method in class org.eclipse.jdt.internal.compiler.apt.model.PackageElementImpl
-
- getAnnotationBindings() - Method in class org.eclipse.jdt.internal.compiler.apt.model.TypeElementImpl
-
- getAnnotationBindings() - Method in class org.eclipse.jdt.internal.compiler.apt.model.TypeParameterElementImpl
-
- getAnnotationBindings() - Method in class org.eclipse.jdt.internal.compiler.apt.model.VariableElementImpl
-
- getAnnotationMirrors() - Method in class org.eclipse.jdt.internal.compiler.apt.model.ElementImpl
-
- getAnnotationMirrors() - Method in class org.eclipse.jdt.internal.compiler.apt.model.ErrorTypeElement
-
- getAnnotationMirrors(AnnotationBinding[]) - Method in class org.eclipse.jdt.internal.compiler.apt.model.Factory
-
Convert an array of compiler annotation bindings into a list of AnnotationMirror
- 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.AptBinaryLocalVariableBinding
-
- 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
-
- 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 class org.eclipse.jdt.internal.compiler.apt.model.AnnotationMirrorImpl
-
- 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
-
- getArchiveFileObject(String, Charset) - Method in class org.eclipse.jdt.internal.compiler.apt.util.Archive
-
- getArchiveFileObject(String, Charset) - Method in class org.eclipse.jdt.internal.compiler.tool.Archive
-
- 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.
- getArguments() - Method in interface org.eclipse.jdt.core.compiler.IProblem
-
Answer back the original arguments recorded into the problem.
- getArguments() - Method in class org.eclipse.jdt.internal.compiler.problem.DefaultProblem
-
Answer back the original arguments recorded into the problem.
- getArrayType(TypeMirror) - Method in class org.eclipse.jdt.internal.compiler.apt.model.TypesImpl
-
- 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
-
- getBinaryName(TypeElement) - Method in class org.eclipse.jdt.internal.compiler.apt.model.ElementsImpl
-
- 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.
- 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
-
- getBounds() - Method in class org.eclipse.jdt.internal.compiler.apt.model.TypeParameterElementImpl
-
- getBufferPosition() - Method in exception org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException
-
- getBundle(Locale) - Static method in class org.eclipse.jdt.internal.compiler.batch.Main.ResourceBundleFactory
-
- 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.
- getCachedType(char[][]) - Method in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
-
Answer the type for the compoundName if it exists in the cache.
- getCalledFileNames() - Method in class org.eclipse.jdt.internal.compiler.util.ManifestAnalyzer
-
- 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.apt.dispatch.AptProblem
-
- getCategoryID() - Method in class org.eclipse.jdt.internal.compiler.problem.DefaultProblem
-
- getCharContent(boolean) - Method in class org.eclipse.jdt.internal.compiler.apt.util.ArchiveFileObject
-
- getCharContent(boolean) - Method in class org.eclipse.jdt.internal.compiler.apt.util.EclipseFileObject
-
- getCharContent(boolean) - Method in class org.eclipse.jdt.internal.compiler.tool.ArchiveFileObject
-
- getCharContent(boolean) - Method in class org.eclipse.jdt.internal.compiler.tool.EclipseFileObject
-
- getCharContents(FileObject, boolean, byte[], String) - Static method in class org.eclipse.jdt.internal.compiler.apt.util.Util
-
- getCharContents(FileObject, boolean, byte[], String) - Static method in class org.eclipse.jdt.internal.compiler.tool.Util
-
- GetClass - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
-
- GETCLASS - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
-
- getClassFiles() - Method in class org.eclipse.jdt.internal.compiler.CompilationResult
-
- getClassLoader(JavaFileManager.Location) - Method in class org.eclipse.jdt.internal.compiler.apt.util.EclipseFileManager
-
- getClassLoader(JavaFileManager.Location) - Method in class org.eclipse.jdt.internal.compiler.tool.EclipseFileManager
-
- 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
-
- getClasspathSectionsCount() - Method in class org.eclipse.jdt.internal.compiler.util.ManifestAnalyzer
-
- GetClassSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
-
- getCloseTrackingVariable(Expression, FlowInfo, FlowContext) - 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.
- getCodegenBinding(int) - Method in class org.eclipse.jdt.internal.compiler.ast.QualifiedNameReference
-
- 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.
- 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
-
- getCompilationUnits() - Method in class org.eclipse.jdt.internal.compiler.batch.Main
-
- getCompilationUnits() - Method in class org.eclipse.jdt.internal.compiler.tool.EclipseCompilerImpl
-
- getCompiler() - Method in class org.eclipse.jdt.internal.compiler.apt.dispatch.BaseProcessingEnvImpl
-
- getCompilerAnnotation() - Method in class org.eclipse.jdt.internal.compiler.ast.Annotation
-
- getComponentType() - Method in class org.eclipse.jdt.internal.compiler.apt.model.ArrayTypeImpl
-
- GetComponentType - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
-
- GetComponentTypeSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
-
- getCompoundName() - Method in class org.eclipse.jdt.internal.compiler.ClassFile
-
EXTERNAL API
Answer the compound name of the class file.
- 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
-
- getConstantExpression(Object) - Method in class org.eclipse.jdt.internal.compiler.apt.model.ElementsImpl
-
- 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
- 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 class org.eclipse.jdt.internal.compiler.apt.model.VariableElementImpl
-
- 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
-
- GetConstructorSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
-
- 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
-
- getCount() - Method in class org.eclipse.jdt.internal.compiler.codegen.ExceptionLabel
-
- getCount() - Method in class org.eclipse.jdt.internal.compiler.codegen.MultiCatchExceptionLabel
-
- getCUProblems() - Method in class org.eclipse.jdt.internal.compiler.CompilationResult
-
Same as getProblems() but don't answer problems that actually concern the enclosing package.
- getCurrentIdentifierSource() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveryScanner
-
- getCurrentIdentifierSource() - Method in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
- getCurrentPackage() - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
-
- getCurrentStringLiteral() - Method in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
- getCurrentTokenEndPosition() - Method in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
- getCurrentTokenSource() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveryScanner
-
- getCurrentTokenSource() - Method in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
- getCurrentTokenSourceString() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveryScanner
-
- getCurrentTokenSourceString() - Method in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
- getCurrentTokenStartPosition() - Method in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
- getCurrentTokenString() - Method in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
- getCurrentTokenType() - Method in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
-
- getData() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveryScanner
-
- getDeclarationModifiers() - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
-
Returns the modifiers of the innermost enclosing declaration.
- 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.
- 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
-
- 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
-
- getDeclaredType(TypeElement, TypeMirror...) - Method in class org.eclipse.jdt.internal.compiler.apt.model.TypesImpl
-
- getDeclaredType(DeclaredType, TypeElement, TypeMirror...) - Method in class org.eclipse.jdt.internal.compiler.apt.model.TypesImpl
-
- getDefaultAbstractMethods() - Method in class org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
-
- getDefaultValue() - Method in class org.eclipse.jdt.internal.compiler.apt.model.ExecutableElementImpl
-
- 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
-
- getDefaultValue() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
-
- getDeletedUnits() - Method in class org.eclipse.jdt.internal.compiler.AbstractAnnotationProcessorManager
-
Returns the deleted units.
- getDeletedUnits() - Method in class org.eclipse.jdt.internal.compiler.apt.dispatch.BaseAnnotationProcessorManager
-
- getDeletedUnits() - Method in class org.eclipse.jdt.internal.compiler.apt.dispatch.BaseProcessingEnvImpl
-
- getDirectBinding(Expression) - Static method in class org.eclipse.jdt.internal.compiler.ast.Expression
-
- getDiscoveredProcessors() - Method in class org.eclipse.jdt.internal.compiler.apt.dispatch.BaseAnnotationProcessorManager
-
- getDiscoveredProcessors() - Method in interface org.eclipse.jdt.internal.compiler.apt.dispatch.IProcessorProvider
-
- getDocComment(Element) - Method in class org.eclipse.jdt.internal.compiler.apt.model.ElementsImpl
-
- getElementsAnnotatedWith(TypeElement) - Method in class org.eclipse.jdt.internal.compiler.apt.dispatch.RoundEnvImpl
-
From the set of root elements and their enclosed elements, return the subset that are annotated
with a
.
- getElementsAnnotatedWith(Class<? extends Annotation>) - Method in class org.eclipse.jdt.internal.compiler.apt.dispatch.RoundEnvImpl
-
- getElementUtils() - Method in class org.eclipse.jdt.internal.compiler.apt.dispatch.BaseProcessingEnvImpl
-
- 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
-
- getElementValues() - Method in class org.eclipse.jdt.internal.compiler.apt.model.AnnotationMirrorImpl
-
- getElementValuesWithDefaults() - Method in class org.eclipse.jdt.internal.compiler.apt.model.AnnotationMirrorImpl
-
- getElementValuesWithDefaults(AnnotationMirror) - Method in class org.eclipse.jdt.internal.compiler.apt.model.ElementsImpl
-
- 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
-
- getEnclosedElements() - Method in class org.eclipse.jdt.internal.compiler.apt.model.ErrorTypeElement
-
- getEnclosedElements() - Method in class org.eclipse.jdt.internal.compiler.apt.model.ExecutableElementImpl
-
- getEnclosedElements() - Method in class org.eclipse.jdt.internal.compiler.apt.model.PackageElementImpl
-
- getEnclosedElements() - Method in class org.eclipse.jdt.internal.compiler.apt.model.TypeElementImpl
-
- getEnclosedElements() - Method in class org.eclipse.jdt.internal.compiler.apt.model.TypeParameterElementImpl
-
- getEnclosedElements() - Method in class org.eclipse.jdt.internal.compiler.apt.model.VariableElementImpl
-
- getEnclosingElement() - Method in class org.eclipse.jdt.internal.compiler.apt.model.ErrorTypeElement
-
- getEnclosingElement() - Method in class org.eclipse.jdt.internal.compiler.apt.model.ExecutableElementImpl
-
- getEnclosingElement() - Method in class org.eclipse.jdt.internal.compiler.apt.model.PackageElementImpl
-
- getEnclosingElement() - Method in class org.eclipse.jdt.internal.compiler.apt.model.TypeElementImpl
-
- getEnclosingElement() - Method in class org.eclipse.jdt.internal.compiler.apt.model.TypeParameterElementImpl
-
- getEnclosingElement() - Method in class org.eclipse.jdt.internal.compiler.apt.model.VariableElementImpl
-
- 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.
- getEnclosingType() - Method in class org.eclipse.jdt.internal.compiler.apt.model.DeclaredTypeImpl
-
- getEnclosingType() - Method in class org.eclipse.jdt.internal.compiler.apt.model.ErrorTypeImpl
-
- 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.
- 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.
- getEnumConstantName() - Method in class org.eclipse.jdt.internal.compiler.env.EnumConstantSignature
-
- 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
-
- getErrors() - Method in class org.eclipse.jdt.internal.compiler.CompilationResult
-
Answer the errors encountered during compilation.
- getErrorType(ReferenceBinding) - Method in class org.eclipse.jdt.internal.compiler.apt.model.Factory
-
- 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 exception org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException
-
Returns the underlying Throwable
that caused the failure.
- getExceptionMarkers() - Method in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream
-
- 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)
- 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.
- getExtendsBound() - Method in class org.eclipse.jdt.internal.compiler.apt.model.WildcardTypeImpl
-
- 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.compiler.apt.dispatch.BaseProcessingEnvImpl
-
- 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
-
- 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.
- 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.
- getFileForInput(JavaFileManager.Location, String, String) - Method in class org.eclipse.jdt.internal.compiler.apt.util.EclipseFileManager
-
- getFileForInput(JavaFileManager.Location, String, String) - Method in class org.eclipse.jdt.internal.compiler.tool.EclipseFileManager
-
- getFileForOutput(JavaFileManager.Location, String, String, FileObject) - Method in class org.eclipse.jdt.internal.compiler.apt.util.EclipseFileManager
-
- getFileForOutput(JavaFileManager.Location, String, String, FileObject) - Method in class org.eclipse.jdt.internal.compiler.tool.EclipseFileManager
-
- getFileManager() - Method in class org.eclipse.jdt.internal.compiler.apt.dispatch.BatchProcessingEnvImpl
-
- getFileName() - Method in class org.eclipse.jdt.internal.compiler.apt.model.ElementImpl
-
- getFileName() - Method in class org.eclipse.jdt.internal.compiler.apt.model.ExecutableElementImpl
-
- getFileName() - Method in interface org.eclipse.jdt.internal.compiler.apt.model.IElementInfo
-
Get the project-relative path to the source file that contains this element.
- getFileName() - Method in class org.eclipse.jdt.internal.compiler.apt.model.TypeElementImpl
-
- 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
-
- getFiler() - Method in class org.eclipse.jdt.internal.compiler.apt.dispatch.BaseProcessingEnvImpl
-
- getFinalReceiverType() - Method in class org.eclipse.jdt.internal.compiler.ast.QualifiedNameReference
-
Returns the receiver type for the final field in sequence (i.e.
- getFirstToken() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- getFramePositions() - Method in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream
-
- getFrameType(StackMapFrame) - Method in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrame
-
- getGenericCast(int) - Method in class org.eclipse.jdt.internal.compiler.ast.QualifiedNameReference
-
- getGenericElement() - Method in class org.eclipse.jdt.internal.compiler.apt.model.TypeParameterElementImpl
-
- 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.
- getHandlingPolicy() - Method in class org.eclipse.jdt.internal.compiler.batch.Main
-
- getHandlingPolicy() - Method in class org.eclipse.jdt.internal.compiler.tool.EclipseCompilerImpl
-
- 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.internal.compiler.problem.DefaultProblem
-
Answer the type of problem.
- getImplicitMethod(char[], TypeBinding[], InvocationSite) - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
-
- getImport(char[][], boolean, boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope
-
- getImportName() - Method in class org.eclipse.jdt.internal.compiler.ast.ImportReference
-
- getIndexOfDifferentLocals(int) - Method in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrame
-
- getInitializationSource() - Method in interface org.eclipse.jdt.internal.compiler.env.ISourceField
-
Answer the initialization source for this constant field.
- getInitsForFinalBlankInitializationCheck(TypeBinding, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.flow.FlowContext
-
- 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.apt.util.Util
-
- getInputStreamAsCharArray(InputStream, int, String) - Static method in class org.eclipse.jdt.internal.compiler.tool.Util
-
- 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.
- 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.
- getInterfaces() - Method in class org.eclipse.jdt.internal.compiler.apt.model.ErrorTypeElement
-
- getInterfaces() - Method in class org.eclipse.jdt.internal.compiler.apt.model.TypeElementImpl
-
- 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.
- getIrritant(int) - Static method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- getJavaDocPositions() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- getJavaFileForInput(JavaFileManager.Location, String, JavaFileObject.Kind) - Method in class org.eclipse.jdt.internal.compiler.apt.util.EclipseFileManager
-
- getJavaFileForInput(JavaFileManager.Location, String, JavaFileObject.Kind) - Method in class org.eclipse.jdt.internal.compiler.tool.EclipseFileManager
-
- getJavaFileForOutput(JavaFileManager.Location, String, JavaFileObject.Kind, FileObject) - Method in class org.eclipse.jdt.internal.compiler.apt.util.EclipseFileManager
-
- getJavaFileForOutput(JavaFileManager.Location, String, JavaFileObject.Kind, FileObject) - Method in class org.eclipse.jdt.internal.compiler.tool.EclipseFileManager
-
- getJavaFileObjects(File...) - Method in class org.eclipse.jdt.internal.compiler.apt.util.EclipseFileManager
-
- getJavaFileObjects(String...) - Method in class org.eclipse.jdt.internal.compiler.apt.util.EclipseFileManager
-
- getJavaFileObjects(File...) - Method in class org.eclipse.jdt.internal.compiler.tool.EclipseFileManager
-
- getJavaFileObjects(String...) - Method in class org.eclipse.jdt.internal.compiler.tool.EclipseFileManager
-
- getJavaFileObjectsFromFiles(Iterable<? extends File>) - Method in class org.eclipse.jdt.internal.compiler.apt.util.EclipseFileManager
-
- getJavaFileObjectsFromFiles(Iterable<? extends File>) - Method in class org.eclipse.jdt.internal.compiler.tool.EclipseFileManager
-
- getJavaFileObjectsFromStrings(Iterable<String>) - Method in class org.eclipse.jdt.internal.compiler.apt.util.EclipseFileManager
-
- getJavaFileObjectsFromStrings(Iterable<String>) - Method in class org.eclipse.jdt.internal.compiler.tool.EclipseFileManager
-
- 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
-
- getJavaUtilIterator() - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
-
- getKey() - Method in exception org.eclipse.jdt.internal.compiler.problem.AbortCompilation
-
- getKey(Object) - Method in class org.eclipse.jdt.internal.compiler.util.SimpleLookupTable
-
- getKeys(T2) - Method in class org.eclipse.jdt.internal.compiler.apt.util.ManyToMany
-
Search the reverse map for all keys that have been associated with
a particular value.
- getKeySet() - Method in class org.eclipse.jdt.internal.compiler.apt.util.ManyToMany
-
- getKind() - Method in class org.eclipse.jdt.internal.compiler.apt.model.ArrayTypeImpl
-
- getKind() - Method in class org.eclipse.jdt.internal.compiler.apt.model.DeclaredTypeImpl
-
- getKind() - Method in class org.eclipse.jdt.internal.compiler.apt.model.ErrorTypeElement
-
- getKind() - Method in class org.eclipse.jdt.internal.compiler.apt.model.ErrorTypeImpl
-
- getKind() - Method in class org.eclipse.jdt.internal.compiler.apt.model.ExecutableElementImpl
-
- getKind() - Method in class org.eclipse.jdt.internal.compiler.apt.model.ExecutableTypeImpl
-
- getKind() - Method in class org.eclipse.jdt.internal.compiler.apt.model.NoTypeImpl
-
- getKind() - Method in class org.eclipse.jdt.internal.compiler.apt.model.PackageElementImpl
-
- getKind() - Method in class org.eclipse.jdt.internal.compiler.apt.model.PrimitiveTypeImpl
-
- getKind(BaseTypeBinding) - Static method in class org.eclipse.jdt.internal.compiler.apt.model.PrimitiveTypeImpl
-
- getKind() - Method in class org.eclipse.jdt.internal.compiler.apt.model.TypeElementImpl
-
- getKind() - Method in class org.eclipse.jdt.internal.compiler.apt.model.TypeMirrorImpl
-
- getKind() - Method in class org.eclipse.jdt.internal.compiler.apt.model.TypeParameterElementImpl
-
- getKind() - Method in class org.eclipse.jdt.internal.compiler.apt.model.TypeVariableImpl
-
- getKind() - Method in class org.eclipse.jdt.internal.compiler.apt.model.VariableElementImpl
-
- getKind() - Method in class org.eclipse.jdt.internal.compiler.apt.model.WildcardTypeImpl
-
- getKind() - Method in class org.eclipse.jdt.internal.compiler.apt.util.ArchiveFileObject
-
- getKind(File) - Method in class org.eclipse.jdt.internal.compiler.apt.util.EclipseFileManager
-
- 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.compiler.tool.ArchiveFileObject
-
- getKind(File) - Method in class org.eclipse.jdt.internal.compiler.tool.EclipseFileManager
-
- getLastModified() - Method in class org.eclipse.jdt.internal.compiler.apt.util.ArchiveFileObject
-
- getLastModified() - Method in class org.eclipse.jdt.internal.compiler.apt.util.EclipseFileObject
-
- getLastModified() - Method in class org.eclipse.jdt.internal.compiler.tool.ArchiveFileObject
-
- getLastModified() - Method in class org.eclipse.jdt.internal.compiler.tool.EclipseFileObject
-
- 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
-
- getLibrariesFiles(File[]) - Static method in class org.eclipse.jdt.internal.compiler.batch.Main
-
- getLibraryAccess() - Method in class org.eclipse.jdt.internal.compiler.batch.Main
-
- getLineEnd(int) - Method in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
- getLineEnds() - Method in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
- 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
-
- getLineSeparatorPositions() - Method in class org.eclipse.jdt.internal.compiler.CompilationResult
-
- 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.
- getLocale() - Method in class org.eclipse.jdt.internal.compiler.apt.dispatch.BatchProcessingEnvImpl
-
- 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
- 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.
- getLocation(JavaFileManager.Location) - Method in class org.eclipse.jdt.internal.compiler.apt.util.EclipseFileManager
-
- getLocation(JavaFileManager.Location) - Method in class org.eclipse.jdt.internal.compiler.tool.EclipseFileManager
-
- getLookupEnvironment() - Method in class org.eclipse.jdt.internal.compiler.apt.dispatch.BaseProcessingEnvImpl
-
- getLowerBound() - Method in class org.eclipse.jdt.internal.compiler.apt.model.TypeVariableImpl
-
- 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.
- getMap() - Method in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
-
- 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.apt.dispatch.AptProblem
-
- getMarkerType() - Method in class org.eclipse.jdt.internal.compiler.problem.DefaultProblem
-
Returns the marker type associated to this problem.
- getMatchingDummyValue(Class<?>) - Static method in class org.eclipse.jdt.internal.compiler.apt.model.Factory
-
- 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
-
- 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.
- getMessage() - Method in interface org.eclipse.jdt.core.compiler.IProblem
-
Answer a localized, human-readable message string which describes the problem.
- 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.
- getMessager() - Method in class org.eclipse.jdt.internal.compiler.apt.dispatch.BaseProcessingEnvImpl
-
- GetMessageSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
-
- getMethod(TypeBinding, char[], TypeBinding[], InvocationSite) - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
-
- getMethodBinding() - Method in class org.eclipse.jdt.internal.compiler.apt.model.AnnotationMemberValue
-
- getMethodBinding() - Method in class org.eclipse.jdt.internal.compiler.lookup.ElementValuePair
-
- getMethodBodies(CompilationUnitDeclaration) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- 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.
- 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
-
- 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.
- 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
-
- getModifiers() - Method in class org.eclipse.jdt.internal.compiler.apt.model.ElementImpl
-
- getModifiers() - Method in class org.eclipse.jdt.internal.compiler.apt.model.ErrorTypeElement
-
- getModifiers() - Method in class org.eclipse.jdt.internal.compiler.apt.model.ExecutableElementImpl
-
- getModifiers(int, ElementKind) - Static method in class org.eclipse.jdt.internal.compiler.apt.model.Factory
-
- getModifiers(int, ElementKind, boolean) - Static method in class org.eclipse.jdt.internal.compiler.apt.model.Factory
-
Convert from the JDT's ClassFileConstants flags to the Modifier enum.
- getModifiers() - Method in class org.eclipse.jdt.internal.compiler.apt.model.TypeElementImpl
-
- getModifiers() - Method in class org.eclipse.jdt.internal.compiler.apt.model.VariableElementImpl
-
- 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.
- getName(CharSequence) - Method in class org.eclipse.jdt.internal.compiler.apt.model.ElementsImpl
-
- getName() - Method in class org.eclipse.jdt.internal.compiler.apt.util.ArchiveFileObject
-
- getName() - Method in class org.eclipse.jdt.internal.compiler.apt.util.EclipseFileObject
-
- 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.compiler.tool.ArchiveFileObject
-
- getName() - Method in class org.eclipse.jdt.internal.compiler.tool.EclipseFileObject
-
- 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.
- 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.
- getNestingKind() - Method in class org.eclipse.jdt.internal.compiler.apt.model.ErrorTypeElement
-
- getNestingKind() - Method in class org.eclipse.jdt.internal.compiler.apt.model.TypeElementImpl
-
- getNestingKind() - Method in class org.eclipse.jdt.internal.compiler.apt.util.ArchiveFileObject
-
- getNestingKind() - Method in class org.eclipse.jdt.internal.compiler.apt.util.EclipseFileObject
-
- getNestingKind() - Method in class org.eclipse.jdt.internal.compiler.tool.ArchiveFileObject
-
- getNestingKind() - Method in class org.eclipse.jdt.internal.compiler.tool.EclipseFileObject
-
- getNewClassFiles() - Method in class org.eclipse.jdt.internal.compiler.AbstractAnnotationProcessorManager
-
Return the new binary bindings created in the last round.
- getNewClassFiles() - Method in class org.eclipse.jdt.internal.compiler.apt.dispatch.BaseAnnotationProcessorManager
-
- getNewClassFiles() - Method in class org.eclipse.jdt.internal.compiler.apt.dispatch.BaseProcessingEnvImpl
-
- getNewInstance(SourceTypeBinding) - Static method in class org.eclipse.jdt.internal.compiler.ClassFile
-
- getNewUnits() - Method in class org.eclipse.jdt.internal.compiler.AbstractAnnotationProcessorManager
-
Return the new units created in the last round.
- getNewUnits() - Method in class org.eclipse.jdt.internal.compiler.apt.dispatch.BaseAnnotationProcessorManager
-
- getNewUnits() - Method in class org.eclipse.jdt.internal.compiler.apt.dispatch.BaseProcessingEnvImpl
-
- 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
-
- 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
-
- getNextCharAsJavaIdentifierPart() - Method in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
- getNextCharAsJavaIdentifierPartWithBoundCheck() - Method in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
- getNextCharWithBoundChecks() - Method in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
- getNextToken() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveryScanner
-
- getNextToken() - Method in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
- getNextUnicodeChar() - Method in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
- getNLSTags() - Method in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
- getNodeStartingAt(int) - Method in class org.eclipse.jdt.internal.compiler.ast.Javadoc
-
- getNonNullAnnotationName() - Method in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
-
- getNonNullByDefaultAnnotationName() - Method in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
-
- getNoType(TypeKind) - Method in class org.eclipse.jdt.internal.compiler.apt.model.Factory
-
- getNoType(TypeKind) - Method in class org.eclipse.jdt.internal.compiler.apt.model.TypesImpl
-
- getNullableAnnotationName() - Method in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
-
- getNullType() - Method in class org.eclipse.jdt.internal.compiler.apt.model.Factory
-
- getNullType() - Method in class org.eclipse.jdt.internal.compiler.apt.model.TypesImpl
-
- getNumberOfLocals() - Method in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrame
-
- getNumericValue(char) - Static method in class org.eclipse.jdt.internal.compiler.parser.ScannerHelper
-
- getOffsetDelta(StackMapFrame) - Method in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrame
-
- getOnlyPackage(char[][]) - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
-
- getOptions() - Method in class org.eclipse.jdt.internal.compiler.apt.dispatch.BaseProcessingEnvImpl
-
- 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.
- getOtherFieldBindings(BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.QualifiedNameReference
-
- 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
-
- 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
-
- getPackageElement(CharSequence) - Method in class org.eclipse.jdt.internal.compiler.apt.model.ElementsImpl
-
- 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.
- getPackageOf(Element) - Method in class org.eclipse.jdt.internal.compiler.apt.model.ElementsImpl
-
- 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 index
th 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
-
- getParameterCount(char[]) - Static method in class org.eclipse.jdt.internal.compiler.util.Util
-
- 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
-
- getParameters() - Method in class org.eclipse.jdt.internal.compiler.apt.model.ExecutableElementImpl
-
- getParameterTypes() - Method in class org.eclipse.jdt.internal.compiler.apt.model.ExecutableTypeImpl
-
- getParsedTypeDeclaration() - Method in class org.eclipse.jdt.internal.compiler.parser.JavadocParser
-
- 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.
- getPosition() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- getPreciseTypes() - Method in class org.eclipse.jdt.internal.compiler.lookup.CatchParameterBinding
-
- getPrimitiveType(TypeKind) - Method in class org.eclipse.jdt.internal.compiler.apt.model.Factory
-
Get a type mirror object representing the specified primitive type kind.
- getPrimitiveType(TypeKind) - Method in class org.eclipse.jdt.internal.compiler.apt.model.TypesImpl
-
- 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() - Method in class org.eclipse.jdt.internal.compiler.tool.EclipseCompilerImpl
-
- getProblemId() - Method in class org.eclipse.jdt.internal.compiler.env.AccessRestriction
-
- getProblemId() - Method in class org.eclipse.jdt.internal.compiler.env.AccessRule
-
- getProblems() - Method in class org.eclipse.jdt.internal.compiler.CompilationResult
-
Answer the problems (errors and warnings) encountered during compilation.
- getQualifiedName() - Method in class org.eclipse.jdt.internal.compiler.apt.model.ErrorTypeElement
-
- getQualifiedName() - Method in class org.eclipse.jdt.internal.compiler.apt.model.PackageElementImpl
-
- getQualifiedName() - Method in class org.eclipse.jdt.internal.compiler.apt.model.TypeElementImpl
-
- getRawTokenSource() - Method in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
- getRawTokenSourceEnd() - Method in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
- getResolvedType(char[][], Scope) - Method in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
-
- getResource(JavaFileManager.Location, CharSequence, CharSequence) - Method in class org.eclipse.jdt.internal.compiler.apt.dispatch.BatchFilerImpl
-
- getRetentionPolicy(char[]) - Static method in class org.eclipse.jdt.internal.compiler.ast.Annotation
-
- getReturnType() - Method in class org.eclipse.jdt.internal.compiler.apt.model.ExecutableElementImpl
-
- getReturnType() - Method in class org.eclipse.jdt.internal.compiler.apt.model.ExecutableTypeImpl
-
- 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.
- getRootAnnotations() - Method in class org.eclipse.jdt.internal.compiler.apt.dispatch.RoundEnvImpl
-
Return the set of annotation types that were discovered on the root elements.
- getRootElements() - Method in class org.eclipse.jdt.internal.compiler.apt.dispatch.RoundEnvImpl
-
- 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.
- getSeverity(int) - Method in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
-
- getSeverityString(int) - Method in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
-
- getSimpleName() - Method in class org.eclipse.jdt.internal.compiler.apt.model.ElementImpl
-
- getSimpleName() - Method in class org.eclipse.jdt.internal.compiler.apt.model.ErrorTypeElement
-
- getSimpleName() - Method in class org.eclipse.jdt.internal.compiler.apt.model.ExecutableElementImpl
-
- getSimpleName() - Method in class org.eclipse.jdt.internal.compiler.apt.model.PackageElementImpl
-
- getSimpleName() - Method in class org.eclipse.jdt.internal.compiler.apt.model.TypeElementImpl
-
- getSimpleName() - Method in class org.eclipse.jdt.internal.compiler.apt.model.VariableElementImpl
-
- getSource(char[]) - Method in class org.eclipse.jdt.internal.compiler.apt.util.Util.EncodingError
-
- getSource() - Method in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
- getSource(char[]) - Method in class org.eclipse.jdt.internal.compiler.tool.Util.EncodingError
-
- getSourceColumnNumber() - Method in class org.eclipse.jdt.internal.compiler.problem.DefaultProblem
-
Answer the line number in source where the problem begins.
- 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.
- 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.
- 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.
- 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.
- getSourceVersion() - Method in class org.eclipse.jdt.internal.compiler.apt.dispatch.BaseProcessingEnvImpl
-
- getSourceVersions() - Method in class org.eclipse.jdt.internal.compiler.tool.EclipseCompiler
-
- getStackDepthMarkers() - Method in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream
-
- getStackMarkers() - Method in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream
-
- getStandardFileManager(DiagnosticListener<? super JavaFileObject>, Locale, Charset) - Method in class org.eclipse.jdt.internal.compiler.tool.EclipseCompiler
-
- getStaticFactory(ReferenceBinding, ReferenceBinding, TypeBinding[], InvocationSite) - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
-
- getString(String) - Static method in class org.eclipse.jdt.internal.antadapter.AntAdapterMessages
-
- getString(String, String) - Static method in class org.eclipse.jdt.internal.antadapter.AntAdapterMessages
-
- getSubstitutes(TypeVariableBinding, int) - Method in class org.eclipse.jdt.internal.compiler.lookup.InferenceContext
-
- getSuperBound() - Method in class org.eclipse.jdt.internal.compiler.apt.model.WildcardTypeImpl
-
- getSuperclass() - Method in class org.eclipse.jdt.internal.compiler.apt.model.ErrorTypeElement
-
- getSuperclass() - Method in class org.eclipse.jdt.internal.compiler.apt.model.TypeElementImpl
-
- 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.
- getSupportedAnnotationTypesAsString() - Method in class org.eclipse.jdt.internal.compiler.apt.dispatch.ProcessorInfo
-
- getSyntheticArgument(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.NestedTypeBinding
-
- getSyntheticArgument(ReferenceBinding, boolean, 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
-
- 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.
- 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
-
- getTask(Writer, JavaFileManager, DiagnosticListener<? super JavaFileObject>, Iterable<String>, Iterable<String>, Iterable<? extends JavaFileObject>) - Method in class org.eclipse.jdt.internal.compiler.tool.EclipseCompiler
-
- getTasks() - Method in class org.eclipse.jdt.internal.compiler.CompilationResult
-
Answer the tasks (TO-DO, ...) encountered during compilation.
- getThrownTypes() - Method in class org.eclipse.jdt.internal.compiler.apt.model.ExecutableElementImpl
-
- getThrownTypes() - Method in class org.eclipse.jdt.internal.compiler.apt.model.ExecutableTypeImpl
-
- getToken() - Method in class org.eclipse.jdt.internal.compiler.parser.diagnose.LexStream
-
- 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
-
- getTypeArguments() - Method in class org.eclipse.jdt.internal.compiler.apt.model.DeclaredTypeImpl
-
- getTypeArguments() - Method in class org.eclipse.jdt.internal.compiler.apt.model.ErrorTypeImpl
-
- 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
-
- getTypeElement(CharSequence) - Method in class org.eclipse.jdt.internal.compiler.apt.model.ElementsImpl
-
- getTypeFromTypeSignature(SignatureWrapper, TypeVariableBinding[], ReferenceBinding, char[][][]) - Method in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
-
- 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.
- getTypeOrPackage(char[]) - Method in class org.eclipse.jdt.internal.compiler.lookup.PackageBinding
-
- getTypeOrPackage(char[][]) - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
-
- 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.
- 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.
- getTypeParameters() - Method in class org.eclipse.jdt.internal.compiler.apt.model.ErrorTypeElement
-
- getTypeParameters() - Method in class org.eclipse.jdt.internal.compiler.apt.model.ExecutableElementImpl
-
- getTypeParameters() - Method in class org.eclipse.jdt.internal.compiler.apt.model.TypeElementImpl
-
- getTypeReference(Expression) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- getTypeReference(int) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- getTypeReferenceForGenericType(int, int, int) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- getTypes(String) - Method in class org.eclipse.jdt.internal.compiler.apt.util.Archive
-
- getTypes(String) - Method in class org.eclipse.jdt.internal.compiler.tool.Archive
-
- getTypeUtils() - Method in class org.eclipse.jdt.internal.compiler.apt.dispatch.BaseProcessingEnvImpl
-
- 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
-
- getTypeVariables() - Method in class org.eclipse.jdt.internal.compiler.apt.model.ExecutableTypeImpl
-
- getUnitToProcess(int) - Method in class org.eclipse.jdt.internal.compiler.Compiler
-
- getUnspecifiedReference() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- getUnspecifiedReferenceOptimized() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- getUpperBound() - Method in class org.eclipse.jdt.internal.compiler.apt.model.TypeVariableImpl
-
- getValue() - Method in class org.eclipse.jdt.internal.compiler.apt.model.AnnotationValueImpl
-
- getValue() - Method in class org.eclipse.jdt.internal.compiler.classfmt.ElementValuePairInfo
-
- getValue() - Method in interface org.eclipse.jdt.internal.compiler.env.IBinaryElementValuePair
-
- getValue(Expression) - Static method in class org.eclipse.jdt.internal.compiler.lookup.ElementValuePair
-
- getValue() - Method in class org.eclipse.jdt.internal.compiler.lookup.ElementValuePair
-
- getValues(T1) - Method in class org.eclipse.jdt.internal.compiler.apt.util.ManyToMany
-
Search the forward map for all values associated with a particular key.
- getValueSet() - Method in class org.eclipse.jdt.internal.compiler.apt.util.ManyToMany
-
- 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
-
- getWildcardType(TypeMirror, TypeMirror) - Method in class org.eclipse.jdt.internal.compiler.apt.model.TypesImpl
-
- getWrappedConstantValue() - Method in class org.eclipse.jdt.internal.compiler.classfmt.FieldInfo
-
Return a wrapper that contains the constant of the field.
- 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.
- 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
-
- globalWarningsCount - Variable in class org.eclipse.jdt.internal.compiler.batch.Main
-
- goForBlockStatementsopt() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- 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.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.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
-
- GOOGLE - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
-
- 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_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 interface org.eclipse.jdt.internal.compiler.ast.OperatorIds
-
- GREATER_EQUAL - Static variable in interface org.eclipse.jdt.internal.compiler.ast.OperatorIds
-
- greaterLowerBound(ReferenceBinding[]) - Static method in class org.eclipse.jdt.internal.compiler.lookup.Scope
-
- greaterLowerBound(TypeBinding[], Scope) - 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
-
- GUAVA_CLOSEABLES - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
-
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.
- 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
-
- 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
-
- handleOption(String, Iterator<String>) - Method in class org.eclipse.jdt.internal.compiler.apt.util.EclipseFileManager
-
- handleOption(String, Iterator<String>) - Method in class org.eclipse.jdt.internal.compiler.tool.EclipseFileManager
-
- handleResourceAssignment(BlockScope, FlowInfo, FlowInfo, FlowContext, 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.
- handleWarningToken(String, boolean) - Method in class org.eclipse.jdt.internal.compiler.batch.Main
-
- HasAbstractMethods - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
-
- HasAllMethodBodies - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
-
- hasAnnotations - Variable in class org.eclipse.jdt.internal.compiler.CompilationResult
-
- 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
-
- hasConstant() - Method in class org.eclipse.jdt.internal.compiler.classfmt.FieldInfo
-
Return true if the field has a constant value attribute, false otherwise.
- 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
-
- 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
-
- hasEscapingExceptions() - Method in class org.eclipse.jdt.internal.compiler.flow.LoopingFlowContext
-
- 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(char[]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
-
Answers a hashcode for the array
- hashCode() - Method in class org.eclipse.jdt.internal.compiler.apt.dispatch.ProcessorInfo
-
- hashCode() - Method in class org.eclipse.jdt.internal.compiler.apt.model.AnnotationMirrorImpl
-
- hashCode() - Method in class org.eclipse.jdt.internal.compiler.apt.model.AnnotationValueImpl
-
- hashCode() - Method in class org.eclipse.jdt.internal.compiler.apt.model.ElementImpl
-
- hashCode() - Method in class org.eclipse.jdt.internal.compiler.apt.model.NameImpl
-
- hashCode() - Method in class org.eclipse.jdt.internal.compiler.apt.model.TypeMirrorImpl
-
- hashCode() - Method in class org.eclipse.jdt.internal.compiler.apt.util.EclipseFileObject
-
- 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() - Method in class org.eclipse.jdt.internal.compiler.tool.EclipseFileObject
-
- hashCode(Object[]) - Static method in class org.eclipse.jdt.internal.compiler.util.Util
-
- HashCodeSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
-
- 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
-
- 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
-
- 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
-
- hasLocation(JavaFileManager.Location) - Method in class org.eclipse.jdt.internal.compiler.apt.util.EclipseFileManager
-
- hasLocation(JavaFileManager.Location) - Method in class org.eclipse.jdt.internal.compiler.tool.EclipseFileManager
-
- 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
-
- HasNext - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
-
- HasNextSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
-
- HasNoMemberTypes - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
-
- hasNonNullDefault() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
-
- HasNonPrivateConstructor - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
-
- hasNullInfoFor(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.ConditionalFlowInfo
-
- hasNullInfoFor(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.FlowInfo
-
Check if any null info has been recorded for a given local variable.
- hasNullInfoFor(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo
-
- HasParameterAnnotations - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
-
- hasPendingMemberValueName - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveredAnnotation
-
- hasProblems() - Method in class org.eclipse.jdt.internal.compiler.CompilationResult
-
- hasReportedError - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- 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
- 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.
- 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
-
- hasTasks() - Method in class org.eclipse.jdt.internal.compiler.CompilationResult
-
- 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
-
- 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
-
- 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
-
- hasWarnings() - Method in class org.eclipse.jdt.internal.compiler.CompilationResult
-
- 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
-
- hides(Element) - Method in class org.eclipse.jdt.internal.compiler.apt.model.ElementImpl
-
Subclassed by VariableElementImpl, TypeElementImpl, and ExecutableElementImpl.
- hides(Element, Element) - Method in class org.eclipse.jdt.internal.compiler.apt.model.ElementsImpl
-
- hides(Element) - Method in class org.eclipse.jdt.internal.compiler.apt.model.ExecutableElementImpl
-
- hides(Element) - Method in class org.eclipse.jdt.internal.compiler.apt.model.TypeElementImpl
-
- hides(Element) - Method in class org.eclipse.jdt.internal.compiler.apt.model.VariableElementImpl
-
- HIDING - Static variable in class org.eclipse.jdt.internal.compiler.impl.IrritantSet
-
- HidingEnclosingType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- 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
-
- HIGH_SURROGATE_MAX_VALUE - Static variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
- HIGH_SURROGATE_MIN_VALUE - Static variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
- HookedJavaFileObject - Class in org.eclipse.jdt.internal.compiler.apt.dispatch
-
A delegating JavaFileObject that hooks the close() methods of the Writer
or OutputStream objects that it produces, and notifies the annotation
dispatch manager when a new compilation unit is produced.
- HookedJavaFileObject(JavaFileObject, String, BatchFilerImpl) - Constructor for class org.eclipse.jdt.internal.compiler.apt.dispatch.HookedJavaFileObject
-
- HREF_TAG - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
-
I
- i2b() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- i2c() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- i2d() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- i2f() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- i2l() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- i2s() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- i4At(int) - Method in class org.eclipse.jdt.internal.compiler.classfmt.ClassFileStruct
-
- i8At(int) - Method in class org.eclipse.jdt.internal.compiler.classfmt.ClassFileStruct
-
- iadd() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- iaload() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- iand() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- iastore() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- 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
-
- ICompilationUnit - Interface in org.eclipse.jdt.internal.compiler.env
-
This interface denotes a compilation unit, providing its name and content.
- ICompilerRequestor - Interface in org.eclipse.jdt.internal.compiler
-
A callback interface for receiving compilation results.
- iconst_0() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- iconst_1() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- iconst_2() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- iconst_3() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- iconst_4() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- iconst_5() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- iconst_m1() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- 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
-
- 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
-
- 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() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- IElementInfo - Interface in org.eclipse.jdt.internal.compiler.apt.model
-
Additional information available for Elements that are implemented
within the Eclipse APT framework.
- IErrorHandlingPolicy - Interface in org.eclipse.jdt.internal.compiler
-
- if_acmpeq(BranchLabel) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- if_acmpne(BranchLabel) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- if_icmpeq(BranchLabel) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- if_icmpge(BranchLabel) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- if_icmpgt(BranchLabel) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- if_icmple(BranchLabel) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- if_icmplt(BranchLabel) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- if_icmpne(BranchLabel) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- ifeq(BranchLabel) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- ifge(BranchLabel) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- ifgt(BranchLabel) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- ifle(BranchLabel) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- iflt(BranchLabel) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- ifne(BranchLabel) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- ifnonnull(BranchLabel) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- ifnull(BranchLabel) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- 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
-
- 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
-
- 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
-
- 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 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
-
- 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
- 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.
- 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
- iinc(int, int) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- ILLEGAL_HEXA_LITERAL - Static variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
- 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
-
- IllegalArrayOfUnionType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- illegalArrayOfUnionType(char[], TypeReference) - 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(int) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- iload_0() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- iload_1() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- iload_2() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- iload_3() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- 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
-
- implicitArguments - Variable in class org.eclipse.jdt.internal.compiler.ast.ExplicitConstructorCall
-
- implicitConversion - Variable in class org.eclipse.jdt.internal.compiler.ast.Expression
-
- ImplicitNullAnnotationVerifier - Class in org.eclipse.jdt.internal.compiler.lookup
-
Extracted slice from MethodVerifier15, which is responsible only for implicit null annotations.
- ImplicitNullAnnotationVerifier(boolean) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.ImplicitNullAnnotationVerifier
-
- 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.internal.compiler.lookup.Binding
-
- ImportAmbiguous - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- ImportBinding - Class in org.eclipse.jdt.internal.compiler.lookup
-
- ImportBinding(char[][], boolean, Binding, ImportReference) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.ImportBinding
-
- ImportConflictBinding - Class in org.eclipse.jdt.internal.compiler.lookup
-
- ImportConflictBinding(char[][], Binding, ReferenceBinding, ImportReference) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.ImportConflictBinding
-
- importCount - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveredUnit
-
- ImportInheritedNameHidesEnclosingName - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- ImportInternalNameProvided - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- ImportNotFound - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- ImportNotVisible - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- 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
-
- 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
-
- 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
-
- IN_UNBOXING - Static variable in class org.eclipse.jdt.internal.compiler.flow.FlowContext
-
- 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.
- 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
-
- 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
-
- increments - Variable in class org.eclipse.jdt.internal.compiler.ast.ForStatement
-
- 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
-
- 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.
- indexOfFirstFieldBinding - Variable in class org.eclipse.jdt.internal.compiler.ast.QualifiedNameReference
-
- indexOfSameLineEntrySincePC(int, int) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- 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() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- inferBinaryName(JavaFileManager.Location, JavaFileObject) - Method in class org.eclipse.jdt.internal.compiler.apt.util.EclipseFileManager
-
- inferBinaryName(JavaFileManager.Location, JavaFileObject) - Method in class org.eclipse.jdt.internal.compiler.tool.EclipseFileManager
-
- 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
-
- infos - Variable in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.StackMarker
-
- InheritableBits - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
-
Set of type bits that should be inherited by any sub types.
- 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, boolean[]) - 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
-
- inheritNullAnnotations - Variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
-
Should null annotations of overridden methods be inherited?
- 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
-
- 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
-
- 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
-
- 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
-
- initialize(PrintWriter, PrintWriter, boolean, Map) - Method in class org.eclipse.jdt.internal.compiler.batch.Main
-
- 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(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(PrintWriter, PrintWriter, boolean, Map, CompilationProgress) - Method in class org.eclipse.jdt.internal.compiler.tool.EclipseCompilerImpl
-
- initializeAnnotationProcessorManager() - Method in class org.eclipse.jdt.internal.compiler.batch.Main
-
- initializeAnnotationProcessorManager() - Method in class org.eclipse.jdt.internal.compiler.tool.EclipseCompilerImpl
-
- 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.
- 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
-
- 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
-
- initializeMaxLocals(MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- initializeMaxLocals(MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream
-
- initializeMessages(String, Class) - Static method in class org.eclipse.jdt.internal.compiler.util.Messages
-
- initializeMethodAccessor(MethodBinding, boolean, ReferenceBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.SyntheticMethodBinding
-
An method accessor is a method with an access$N selector, where N is incremented in case of collisions.
- initializeParser() - Method in class org.eclipse.jdt.internal.compiler.Compiler
-
- 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
-
- initializerBody - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveredInitializer
-
- InitializerMustCompleteNormally - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- initializerMustCompleteNormally(FieldDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- initializerScope - Variable in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
-
- initializeScanner() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- initialPosition - Variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
- 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
-
- INJECT_PACKAGE - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
-
- INJECT_TYPE - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
-
- 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_SIZE - Static variable in class org.eclipse.jdt.internal.compiler.ClassFile
-
- 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
-
- 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
-
- 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.
- 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
-
- INSIDE_NEGATION - Static variable in class org.eclipse.jdt.internal.compiler.flow.FlowContext
-
- 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
-
- 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 class org.eclipse.jdt.internal.compiler.lookup.MethodScope
-
- 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.internal.compiler.ast.OperatorIds
-
- 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 extends Object>' into: 'Class extends raw(X)>
- instructionPosition - Variable in class org.eclipse.jdt.internal.compiler.codegen.CaseLabel
-
- INT - Static variable in class org.eclipse.jdt.internal.compiler.apt.model.PrimitiveTypeImpl
-
- 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
-
- 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_DECL - Static variable in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
-
- InterfaceAmbiguous - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- 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
-
- InterfaceInternalNameProvided - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- InterfaceMethodRefTag - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
-
- InterfaceNotFound - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- InterfaceNotVisible - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- Intern - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
-
- Internal - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- 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.
- InternalNameProvided - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.ProblemReasons
-
- 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.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
-
- InternSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
-
- INTERSECTION_TYPE - Static variable in class org.eclipse.jdt.internal.compiler.lookup.Binding
-
- IntIntegerSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
-
- IntLiteral - Class in org.eclipse.jdt.internal.compiler.ast
-
- 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_BINARY - Static variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
- INVALID_CHAR_IN_STRING - Static variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
- INVALID_CHARACTER_CONSTANT - Static variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
- INVALID_DIGIT - Static variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
- INVALID_ESCAPE - Static variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
- INVALID_FLOAT - Static variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
- INVALID_HEXA - Static variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
- INVALID_HIGH_SURROGATE - Static variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
- INVALID_INPUT - Static variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
- INVALID_LOW_SURROGATE - Static variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
- INVALID_OCTAL - Static variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
- INVALID_UNDERSCORE - Static variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
- INVALID_UNICODE_ESCAPE - Static variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
- 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
-
- 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
-
- 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
-
- InvocationSite.EmptyWithAstNode - Class in org.eclipse.jdt.internal.compiler.lookup
-
- InvocationSite.EmptyWithAstNode(ASTNode) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.InvocationSite.EmptyWithAstNode
-
- invoke(Object, Method, Object[]) - Method in class org.eclipse.jdt.internal.compiler.apt.model.AnnotationMirrorImpl
-
- 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
-
- InvokeDynamicTag - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
-
- invokeEnumOrdinal(char[]) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- 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
-
- 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
-
- IO - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
-
- ior() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- 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
-
- IProcessorProvider - Interface in org.eclipse.jdt.internal.compiler.apt.dispatch
-
Implementors know how to discover annotation processors, and maintain a list of processors that
have been discovered and initialized so far.
- IQualifiedTypeResolutionListener - Interface in org.eclipse.jdt.internal.compiler.lookup
-
A listener, which gets notified when a type binding has been discovered.
- irem() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- ireturn() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- ireturn() - Method in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream
-
- 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
- IS_AFTER_JUMP - Static variable in class org.eclipse.jdt.internal.compiler.parser.diagnose.LexStream
-
- IS_NOTNULL - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
-
- IS_TRUE - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
-
- 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() - Method in interface org.eclipse.jdt.internal.compiler.IDebugRequestor
-
- 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
-
- isAnnotationMethod() - Method in class org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
-
- isAnnotationMethod() - Method in class org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration
-
- 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 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.
- 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
-
- IsArgument - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
-
- IsArgument - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
-
- IsArrayType - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
-
- isArrayType() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
-
- isAssignable(TypeMirror, TypeMirror) - Method in class org.eclipse.jdt.internal.compiler.apt.model.TypesImpl
-
- 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
-
- 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.
- isBlankFinal() - Method in class org.eclipse.jdt.internal.compiler.lookup.VariableBinding
-
- 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() - 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.
- 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
-
- isClass() - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
-
- isClass() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
-
- 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.
- 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
-
- 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.
- isClosedInFinallyOfEnclosing(BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.FakedTrackingVariable
-
- 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, Scope) - Method in class org.eclipse.jdt.internal.compiler.lookup.ArrayBinding
-
- isCompatibleWith(TypeBinding, Scope) - Method in class org.eclipse.jdt.internal.compiler.lookup.BaseTypeBinding
-
- isCompatibleWith(TypeBinding, Scope) - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
-
Answer true if the receiver type can be assigned to the argument type (right)
In addition to improving performance, caching also ensures there is no infinite regression
since per nature, the compatibility check is recursive through parameterized type arguments (122775)
- isCompatibleWith(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
-
- isCompatibleWith(TypeBinding, Scope) - 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.
- IsCompoundAssigned - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
-
- 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.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() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
-
- isConstructorCall - Variable in class org.eclipse.jdt.internal.compiler.lookup.MethodScope
-
- isConstructorRelated() - Method in class org.eclipse.jdt.internal.compiler.lookup.SyntheticMethodBinding
-
- 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
-
- 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 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
-
- 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(Element) - Method in class org.eclipse.jdt.internal.compiler.apt.model.ElementsImpl
-
- 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
- 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
-
- isDirty() - Method in class org.eclipse.jdt.internal.compiler.apt.util.ManyToMany
-
Return the state of the dirty bit.
- isDuplicateLocalVariable(char[]) - Method in class org.eclipse.jdt.internal.compiler.lookup.BlockScope
-
- IsEffectivelyFinal - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
-
- isEffectivelyFinal() - Method in class org.eclipse.jdt.internal.compiler.lookup.VariableBinding
-
- 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
-
- isEmptyBlock() - Method in class org.eclipse.jdt.internal.compiler.ast.Block
-
- isEmptyBlock() - Method in class org.eclipse.jdt.internal.compiler.ast.Statement
-
- isEnum() - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
-
- isEnum() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
-
- isEquivalent(Reference) - Method in class org.eclipse.jdt.internal.compiler.ast.FieldReference
-
- isEquivalent(Reference) - Method in class org.eclipse.jdt.internal.compiler.ast.QualifiedNameReference
-
- isEquivalent(Reference) - Method in class org.eclipse.jdt.internal.compiler.ast.Reference
-
- isEquivalent(Reference) - Method in class org.eclipse.jdt.internal.compiler.ast.SingleNameReference
-
- 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.
- isErasureBoundTo(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding
-
Returns true if the type variable is directly bound to a given type
- isError() - Method in interface org.eclipse.jdt.core.compiler.IProblem
-
Checks the severity to see if the Error bit is set.
- isError() - Method in class org.eclipse.jdt.internal.compiler.problem.DefaultProblem
-
- isExcluded(char[], char[][], char[][], boolean) - Static method in class org.eclipse.jdt.internal.compiler.util.Util
-
- isFakeToken() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveryScanner
-
- 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
-
- 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
-
- isFirstTag() - Method in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
- IsForeachElementVariable - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
-
- 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
-
- 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() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- ishr() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- isIdentifier(int) - Static method in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
- isImplementing() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
-
- 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
-
- 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
-
- isInsertedToken() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveryScanner
-
- 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
-
- isInsideInitializer() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodScope
-
- isInsideInitializerOrConstructor() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodScope
-
- isInsideStream(int) - Method in class org.eclipse.jdt.internal.compiler.parser.diagnose.LexStream
-
- 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 org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
-
- isInterface() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
-
- 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>
- 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
-
- isKeyword(int) - Static method in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
- 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.
- 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
-
- isLiteral(int) - Static method in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
- 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.
- IsLocalDeclarationReachable - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
-
- IsLocalType - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
-
- IsLocalType - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
-
- isLocalType() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
-
- isLowerCase(char) - Static method in class org.eclipse.jdt.internal.compiler.parser.ScannerHelper
-
- isMain() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
-
- 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.
- IsMemberType - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
-
- IsMemberType - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
-
- isMemberType() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
-
- 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
-
- isNameCompatible(String, JavaFileObject.Kind) - Method in class org.eclipse.jdt.internal.compiler.apt.util.ArchiveFileObject
-
- isNameCompatible(String, JavaFileObject.Kind) - Method in class org.eclipse.jdt.internal.compiler.tool.ArchiveFileObject
-
- 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() - Method in class org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
-
- isNative() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
-
- 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
-
- IsNonNull - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
-
- isNonNull() - Method in class org.eclipse.jdt.internal.compiler.lookup.VariableBinding
-
Answer true if null annotations are enabled and this field is specified @NonNull
- isNonReturningContext() - Method in class org.eclipse.jdt.internal.compiler.flow.FlowContext
-
- isNonReturningContext() - Method in class org.eclipse.jdt.internal.compiler.flow.InsideSubRoutineFlowContext
-
- isNullable() - Method in class org.eclipse.jdt.internal.compiler.lookup.VariableBinding
-
Answer true if null annotations are enabled and this field is specified @Nullable
- isNullcheckedFieldAccess(Reference) - Method in class org.eclipse.jdt.internal.compiler.flow.FlowContext
-
- IsNullnessKnown - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
-
- isNumericType() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
-
- 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
- ISourceField - Interface in org.eclipse.jdt.internal.compiler.env
-
- ISourceImport - Interface in org.eclipse.jdt.internal.compiler.env
-
- ISourceMethod - Interface in org.eclipse.jdt.internal.compiler.env
-
- ISourceType - Interface in org.eclipse.jdt.internal.compiler.env
-
- isOverriding() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
-
- 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.
- isPackageInfo() - Method in class org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration
-
- isParameter() - Method in class org.eclipse.jdt.internal.compiler.lookup.Binding
-
- isParameter() - Method in class org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding
-
- 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
- isPolymorphic() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
-
- isPolymorphic() - Method in class org.eclipse.jdt.internal.compiler.lookup.PolymorphicMethodBinding
-
- 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")
- isPrecededByRemovedToken() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveryScanner
-
- 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
-
- isPropagatingInnerClassEmulation - Variable in class org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration
-
- isPropagatingInnerClassEmulation - Variable in class org.eclipse.jdt.internal.compiler.lookup.MethodScope
-
- 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() - 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
- isRaw - Variable in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding
-
- 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.internal.compiler.lookup.TypeBinding
-
- IsReachable - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
-
- IsRecovered - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
-
- isRecursive(ArrayList) - Method in class org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration
-
- isReifiable() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
-
JLS(3) 4.7.
- isReplacedToken() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveryScanner
-
- 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
-
- isSameFile(FileObject, FileObject) - Method in class org.eclipse.jdt.internal.compiler.apt.util.EclipseFileManager
-
- isSameFile(FileObject, FileObject) - Method in class org.eclipse.jdt.internal.compiler.tool.EclipseFileManager
-
- isSameType(TypeMirror, TypeMirror) - Method in class org.eclipse.jdt.internal.compiler.apt.model.TypesImpl
-
- 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
-
- isSilent - Variable in exception org.eclipse.jdt.internal.compiler.problem.AbortCompilation
-
- 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.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)
- 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
-
- 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(ExecutableType, ExecutableType) - Method in class org.eclipse.jdt.internal.compiler.apt.model.TypesImpl
-
- isSubtype(TypeMirror, TypeMirror) - Method in class org.eclipse.jdt.internal.compiler.apt.model.TypesImpl
-
- 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 class org.eclipse.jdt.internal.compiler.lookup.InvocationSite.EmptyWithAstNode
-
- isSuperAccess() - Method in interface org.eclipse.jdt.internal.compiler.lookup.InvocationSite
-
- 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
-
- IsSuperType - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
-
- isSupportedOption(String) - Method in class org.eclipse.jdt.internal.compiler.apt.util.EclipseFileManager
-
- isSupportedOption(String) - Method in class org.eclipse.jdt.internal.compiler.tool.EclipseCompiler
-
- isSupportedOption(String) - Method in class org.eclipse.jdt.internal.compiler.tool.EclipseFileManager
-
- isSuppressed(CategorizedProblem) - Method in class org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration
-
- IsSynchronized - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
-
- isSynchronized() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
-
- 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
-
- 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
-
- 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
- istore(int) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- istore_0() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- istore_1() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- istore_2() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- istore_3() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- 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 class org.eclipse.jdt.internal.compiler.lookup.InvocationSite.EmptyWithAstNode
-
- isTypeAccess() - Method in interface org.eclipse.jdt.internal.compiler.lookup.InvocationSite
-
- 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 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() - 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 - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
-
- isUnnamed() - Method in class org.eclipse.jdt.internal.compiler.apt.model.PackageElementImpl
-
- 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
-
- 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
-
- isVarArgs() - Method in class org.eclipse.jdt.internal.compiler.apt.model.ExecutableElementImpl
-
- 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)
- isVolatile() - Method in class org.eclipse.jdt.internal.compiler.lookup.Binding
-
- isVolatile() - Method in class org.eclipse.jdt.internal.compiler.lookup.FieldBinding
-
- 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 (\u0009, \u000a, \u000c, \u000d, \u0020), 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
- 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 class org.eclipse.jdt.internal.compiler.codegen.VerificationTypeInfo
-
The tag value representing float 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 class org.eclipse.jdt.internal.compiler.codegen.VerificationTypeInfo
-
The tag value representing long 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 class org.eclipse.jdt.internal.compiler.codegen.VerificationTypeInfo
-
The tag value representing object 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 class org.eclipse.jdt.internal.compiler.codegen.VerificationTypeInfo
-
The tag value representing uninitialized variable info
- ITEM_UNINITIALIZED_THIS - Static variable in class org.eclipse.jdt.internal.compiler.codegen.VerificationTypeInfo
-
The tag value representing uninitialized this variable info
- 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
-
- ITypeRequestor - Interface in org.eclipse.jdt.internal.compiler.impl
-
- iushr() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- ixor() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
J
- JAR_FILE_ENTRY_SEPARATOR - Static variable in interface org.eclipse.jdt.internal.compiler.env.IDependent
-
- JAVA - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
-
- 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_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_OBJECTS - 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
-
- Javadoc - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- 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_TAG_TYPE - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
-
- 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
-
- 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
-
- 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
-
- JavaUtilIteratorConstantPoolName - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
-
- JAVAX - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
-
- JAVAX_ANNOTATION_INJECT_INJECT - 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
-
- JDK1_8 - 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
-
- jsr(BranchLabel) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- jsr_w(BranchLabel) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- jumpOverMethodBody() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- jumpOverMethodBody() - Method in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
- jumpOverUnicodeWhiteSpace() - Method in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
- JUNIT - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
-
- JUNIT_FRAMEWORK_ASSERT - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
-
K
- keyForValue(Object) - Method in class org.eclipse.jdt.internal.compiler.util.SimpleLookupTable
-
- keyHasOtherValues(T1, T2) - Method in class org.eclipse.jdt.internal.compiler.apt.util.ManyToMany
-
Check whether key
has an association to any values other
than value
- that is, whether the same key has been added
with multiple values.
- 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
-
- 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
-
- KnowsDefaultAbstractMethods - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
-
L
- l2d() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- l2f() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- 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 - 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
-
- 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
-
- LabelUsed - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
-
- ladd() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- laload() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- land() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- LANG - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
-
- LANG3 - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
-
- 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
-
- 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
-
- lastFieldBinding() - Method in class org.eclipse.jdt.internal.compiler.ast.FieldReference
-
- lastFieldBinding() - Method in class org.eclipse.jdt.internal.compiler.ast.NameReference
-
- lastFieldBinding() - Method in class org.eclipse.jdt.internal.compiler.ast.QualifiedNameReference
-
- lastFieldBinding() - Method in class org.eclipse.jdt.internal.compiler.ast.Reference
-
- 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.
- lastJavadocEnd - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- lastMemberEnd() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredType
-
- 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
-
- lastSegment(char[], char) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
-
Answers the last portion of a name given a separator.
- 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() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- lconst_0() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- lconst_1() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- 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(double) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- ldc2_w(long) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- ldcForIndex(int) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- 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 - Variable in class org.eclipse.jdt.internal.compiler.ast.BinaryExpression
-
- LEFT_SHIFT - Static variable in interface org.eclipse.jdt.internal.compiler.ast.OperatorIds
-
- length() - Method in class org.eclipse.jdt.internal.compiler.apt.model.NameImpl
-
- LENGTH - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
-
- 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
-
- 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 - 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_SEPARATOR - Static variable in class org.eclipse.jdt.internal.compiler.apt.util.Util
-
- LINE_SEPARATOR - Static variable in class org.eclipse.jdt.internal.compiler.tool.Util
-
- LINE_SEPARATOR - Static variable in class org.eclipse.jdt.internal.compiler.util.Util
-
- 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
-
- lineNumber - Variable in class org.eclipse.jdt.internal.compiler.parser.NLSTag
-
- 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
-
- lineSeparatorPositions - Variable in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- lineSeparatorPositions - Variable in class org.eclipse.jdt.internal.compiler.CompilationResult
-
- lineStarted - Variable in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
-
- list(JavaFileManager.Location, String, Set<JavaFileObject.Kind>, boolean) - Method in class org.eclipse.jdt.internal.compiler.apt.util.EclipseFileManager
-
- list(JavaFileManager.Location, String, Set<JavaFileObject.Kind>, boolean) - Method in class org.eclipse.jdt.internal.compiler.tool.EclipseFileManager
-
- listLength - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- 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(int) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- lload_0() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- lload_1() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- lload_2() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- lload_3() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- lmul() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- lneg() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- 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.
- 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.
- LOCAL - Static variable in class org.eclipse.jdt.internal.compiler.lookup.Binding
-
- LOCAL_VARIABLE - Static variable in class org.eclipse.jdt.internal.compiler.ast.AbstractVariableDeclaration
-
- 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
-
- localizedMessage(CategorizedProblem) - Method in class org.eclipse.jdt.internal.compiler.problem.DefaultProblemFactory
-
- 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
-
- 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
-
- 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
-
- 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
-
- LocalVariableCanOnlyBeNull - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- 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
-
- LocalVariableMayBeNull - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- 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
-
- 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
-
- LocalVariableTableName - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.AttributeNamesConstants
-
- LocalVariableTypeTableName - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.AttributeNamesConstants
-
- log - Variable in class org.eclipse.jdt.internal.compiler.batch.Main
-
- 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
-
- loggingExtraProblems() - Method in class org.eclipse.jdt.internal.compiler.tool.EclipseCompilerImpl
-
- 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
-
- 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.internal.compiler.apt.model.PrimitiveTypeImpl
-
- 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
-
- 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
-
- 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
-
- lookupswitch(CaseLabel, int[], int[], CaseLabel[]) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- 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, boolean) - Constructor for class org.eclipse.jdt.internal.compiler.flow.LoopingFlowContext
-
- 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_MIN_VALUE - Static variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
- 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
-
- lrem() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- lreturn() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- lreturn() - Method in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream
-
- lshl() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- lshr() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- lstore(int) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- lstore_0() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- lstore_1() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- lstore_2() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- lstore_3() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- 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() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- lxor() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
M
- 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 org.eclipse.jdt.internal.compiler.batch
-
- Main(PrintWriter, PrintWriter, boolean) - Constructor for class org.eclipse.jdt.internal.compiler.batch.Main
-
- Main(PrintWriter, PrintWriter, boolean, Map) - Constructor for class org.eclipse.jdt.internal.compiler.batch.Main
-
- 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
-
- 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
-
- MAJOR_VERSION_1_8 - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
-
- 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.
- 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
-
- ManifestAnalyzer - Class in org.eclipse.jdt.internal.compiler.util
-
- ManifestAnalyzer() - Constructor for class org.eclipse.jdt.internal.compiler.util.ManifestAnalyzer
-
- ManyToMany<T1,T2> - Class in org.eclipse.jdt.internal.compiler.apt.util
-
Manage a Map>, with reverse links so that it is possible to
efficiently find all T1s that have a particular T2 associated with them.
- ManyToMany() - Constructor for class org.eclipse.jdt.internal.compiler.apt.util.ManyToMany
-
- 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.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
-
- 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.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.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.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.
- 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
-
- MarkerAnnotation - Class in org.eclipse.jdt.internal.compiler.ast
-
- MarkerAnnotation(TypeReference, int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.MarkerAnnotation
-
- markFinallyNullStatus(LocalVariableBinding, int) - Method in class org.eclipse.jdt.internal.compiler.flow.FlowContext
-
Record a given null status of a given local variable as it will be seen in the finally block.
- markFinallyNullStatus(LocalVariableBinding, int) - Method in class org.eclipse.jdt.internal.compiler.flow.TryFlowContext
-
- 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, FlowContext, 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.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.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.UnconditionalFlowInfo
-
Mark a local as potentially having been assigned to an unknown value.
- 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.
- matches(TypeBinding[], TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.PolymorphicMethodBinding
-
- matchingField - Variable in class org.eclipse.jdt.internal.compiler.lookup.SyntheticArgumentBinding
-
- 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
-
- 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
-
- maxVariable - Variable in class org.eclipse.jdt.internal.compiler.ast.ForeachStatement
-
- MAY_NULL - Static variable in class org.eclipse.jdt.internal.compiler.flow.FlowContext
-
- mayTolerateMissingType - Variable in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
-
- 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
-
- memberValue - Variable in class org.eclipse.jdt.internal.compiler.ast.SingleMemberAnnotation
-
- 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
-
- 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
-
- 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
-
- mergeFinallyNullInfo(FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.flow.FlowContext
-
Merge the effect of a statement presumably contained in a try-block,
i.e., record how the collected info will affect the corresponding finally-block.
- mergeFinallyNullInfo(FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.flow.TryFlowContext
-
- mergeNullStatus(int, int) - Static method in class org.eclipse.jdt.internal.compiler.flow.FlowInfo
-
Merge two single bits (NULL, NON_NULL, POTENTIALLY*..) into one.
- mergeUnhandledException(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.ExceptionHandlingFlowContext
-
- Messages - Class in org.eclipse.jdt.internal.compiler.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.internal.compiler.lookup.Binding
-
- METHOD_SCOPE - Static variable in class org.eclipse.jdt.internal.compiler.lookup.Scope
-
- METHOD_TAGS - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
-
- MethodAccess - Static variable in class org.eclipse.jdt.internal.compiler.lookup.SyntheticMethodBinding
-
- methodBinding - Variable in class org.eclipse.jdt.internal.compiler.ast.JavadocFieldReference
-
- methodBinding - Variable in class org.eclipse.jdt.internal.compiler.lookup.AptBinaryLocalVariableBinding
-
- methodBinding - Variable in class org.eclipse.jdt.internal.compiler.lookup.AptSourceLocalVariableBinding
-
- 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.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
-
- 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
-
- MethodInfoWithAnnotations - Class in org.eclipse.jdt.internal.compiler.classfmt
-
- 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
-
- methodRecoveryActivated - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- MethodReducesVisibility - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- 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_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_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 interface org.eclipse.jdt.internal.compiler.ast.OperatorIds
-
- 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
-
- 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
-
- 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
-
- missingTypes - Variable in class org.eclipse.jdt.internal.compiler.ClassFile
-
- 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
-
- 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.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
-
- 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
-
- monitorenter() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- 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
-
- moveRecoveryCheckpoint() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- 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
-
- 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
-
- mustDefineDimensionsOrInitializer(ArrayAllocationExpression) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- MustDefineEitherDimensionExpressionsOrInitializer - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- 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
- 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.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
-
- 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
-
- nameEnvironment - Variable in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
-
- 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
-
- nameForReporting(ASTNode, ReferenceContext) - Method in class org.eclipse.jdt.internal.compiler.ast.FakedTrackingVariable
-
- NameImpl - Class in org.eclipse.jdt.internal.compiler.apt.model
-
A String-based implementation of the type used to return strings in javax.lang.model.
- NameImpl(CharSequence) - Constructor for class org.eclipse.jdt.internal.compiler.apt.model.NameImpl
-
- NameImpl(char[]) - Constructor for class org.eclipse.jdt.internal.compiler.apt.model.NameImpl
-
- NameReference - Class in org.eclipse.jdt.internal.compiler.ast
-
- NameReference() - Constructor for class org.eclipse.jdt.internal.compiler.ast.NameReference
-
- nameSourcePosition - Variable in class org.eclipse.jdt.internal.compiler.ast.FieldReference
-
- nameSourcePosition - Variable in class org.eclipse.jdt.internal.compiler.ast.MessageSend
-
- 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
-
- NativeMethodsCannotBeStrictfp - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- nativeMethodsCannotBeStrictfp(ReferenceBinding, AbstractMethodDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- 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
-
- 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
-
- 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
-
- new_(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- newAnnotationMirror(AnnotationBinding) - Method in class org.eclipse.jdt.internal.compiler.apt.model.Factory
-
- newAnnotationProcessorUnits - Variable in exception org.eclipse.jdt.internal.compiler.lookup.SourceTypeCollisionException
-
- newarray(int) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- newArray(ArrayBinding) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- newElement(Binding, ElementKind) - Method in class org.eclipse.jdt.internal.compiler.apt.model.Factory
-
Create a new element that knows what kind it is even if the binding is unresolved.
- newElement(Binding) - Method in class org.eclipse.jdt.internal.compiler.apt.model.Factory
-
- newInstance() - Static method in class org.eclipse.jdt.internal.compiler.ClassFilePool
-
- NewInstance - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
-
- NewInstanceSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
-
- newJavaLangAssertionError() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- newJavaLangError() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- newMessageSend() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- newMessageSendWithTypeArguments() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- newMethodVerifier() - Method in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
-
- newNoClassDefFoundError() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- newPackageElement(PackageBinding) - Method in class org.eclipse.jdt.internal.compiler.apt.model.Factory
-
Convenience method - equivalent to (PackageElement)Factory.newElement(binding)
- newStringContatenation() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- newTypeMirror(Binding) - Method in class org.eclipse.jdt.internal.compiler.apt.model.Factory
-
Given a binding of uncertain type, try to create the right sort of TypeMirror for it.
- newTypeParameterElement(TypeVariableBinding, Element) - Method in class org.eclipse.jdt.internal.compiler.apt.model.Factory
-
- newWrapperFor(int) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- 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
-
- nextCaptureID() - Method in class org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope
-
- nextIgnoredToken - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- NextSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
-
- 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
-
- nlsTags - Variable in class org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration
-
- nlsTagsPtr - Variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
- NO_ANNOTATIONS - Static variable in class org.eclipse.jdt.internal.compiler.lookup.Binding
-
- 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_ELEMENT_VALUE_PAIRS - Static variable in class org.eclipse.jdt.internal.compiler.lookup.Binding
-
- NO_EXCEPTIONS - Static variable in class org.eclipse.jdt.internal.compiler.lookup.Binding
-
- NO_FIELDS - Static variable in class org.eclipse.jdt.internal.compiler.lookup.Binding
-
- NO_FLAG - Static variable in class org.eclipse.jdt.internal.compiler.parser.diagnose.RangeUtil
-
- NO_MEMBER_TYPES - Static variable in class org.eclipse.jdt.internal.compiler.lookup.Binding
-
- NO_METHODS - Static variable in class org.eclipse.jdt.internal.compiler.lookup.Binding
-
- 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_STRINGS - Static variable in class org.eclipse.jdt.core.compiler.CharOperation
-
Constant for an empty String array.
- 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_ARGUMENTS - Static variable in class org.eclipse.jdt.internal.compiler.ast.TypeReference
-
- NO_TYPE_NONE - Static variable in class org.eclipse.jdt.internal.compiler.apt.model.NoTypeImpl
-
- NO_TYPE_PACKAGE - Static variable in class org.eclipse.jdt.internal.compiler.apt.model.NoTypeImpl
-
- NO_TYPE_VARIABLES - Static variable in class org.eclipse.jdt.internal.compiler.lookup.Binding
-
- NO_TYPE_VOID - Static variable in class org.eclipse.jdt.internal.compiler.apt.model.NoTypeImpl
-
- NO_TYPES - Static variable in class org.eclipse.jdt.internal.compiler.lookup.Binding
-
- NO_VALUE - Static variable in class org.eclipse.jdt.internal.compiler.util.HashtableOfIntValues
-
- 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
-
- NoEffectAssignment - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
-
- 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_NULL - Static variable in class org.eclipse.jdt.internal.compiler.flow.FlowInfo
-
- non_terminal_index - Static variable in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- 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.internal.compiler.batch.Main
-
- 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
-
- 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.
- NonNullExpressionComparisonYieldsFalse - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- NonNullLocalVariableComparisonYieldsFalse - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- NonNullMessageSendComparisonYieldsFalse - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- NonnullParameterAnnotationDropped - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
-
- NonNullSpecdFieldComparisonYieldsFalse - 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() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- NORMAL - Static variable in class org.eclipse.jdt.internal.compiler.parser.RecoveredAnnotation
-
- 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).
- 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 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_EQUAL - Static variable in interface org.eclipse.jdt.internal.compiler.ast.OperatorIds
-
- NOT_NULL - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
-
- 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
-
- NotFound - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.ProblemReasons
-
- 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
-
- NoTypeImpl - Class in org.eclipse.jdt.internal.compiler.apt.model
-
An implementation of NoType, which is used to represent certain psuedo-types.
- 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 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_SOURCE_STRING - Static variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
- NULL_TYPE - Static variable in class org.eclipse.jdt.internal.compiler.apt.model.NoTypeImpl
-
- NULL_UNSPECIFIED_BY_DEFAULT - Static variable in class org.eclipse.jdt.internal.compiler.lookup.Binding
-
- nullableAnnotationName - Variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
-
Fully qualified name of annotation to use as marker for nullable types.
- nullableFieldDereference(VariableBinding, long) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- NullableFieldReference - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- nullAnnotatedVariableBinding() - Method in class org.eclipse.jdt.internal.compiler.ast.Expression
-
Used on the lhs of an assignment for detecting null spec violation.
- nullAnnotatedVariableBinding() - Method in class org.eclipse.jdt.internal.compiler.ast.FieldReference
-
- nullAnnotatedVariableBinding() - Method in class org.eclipse.jdt.internal.compiler.ast.QualifiedNameReference
-
- nullAnnotatedVariableBinding() - Method in class org.eclipse.jdt.internal.compiler.ast.SingleNameReference
-
- 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
-
- nullAnnotationIsRedundant(FieldDeclaration) - 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
-
- nullDefaultAnnotationIsRedundant(ASTNode, Annotation[], Binding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- NullExpressionReference - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- 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
-
- 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.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, FlowContext) - Method in class org.eclipse.jdt.internal.compiler.ast.ArrayReference
-
- nullStatus(FlowInfo, FlowContext) - Method in class org.eclipse.jdt.internal.compiler.ast.Assignment
-
- nullStatus(FlowInfo, FlowContext) - Method in class org.eclipse.jdt.internal.compiler.ast.CastExpression
-
- nullStatus(FlowInfo, FlowContext) - Method in class org.eclipse.jdt.internal.compiler.ast.CompoundAssignment
-
- nullStatus(FlowInfo, FlowContext) - Method in class org.eclipse.jdt.internal.compiler.ast.ConditionalExpression
-
- nullStatus(FlowInfo, FlowContext) - Method in class org.eclipse.jdt.internal.compiler.ast.Expression
-
- nullStatus(FlowInfo, FlowContext) - Method in class org.eclipse.jdt.internal.compiler.ast.MessageSend
-
- nullStatus(FlowInfo, FlowContext) - Method in class org.eclipse.jdt.internal.compiler.ast.NullLiteral
-
- nullStatus(FlowInfo, FlowContext) - Method in class org.eclipse.jdt.internal.compiler.ast.OperatorExpression
-
- nullStatus(FlowInfo, FlowContext) - Method in class org.eclipse.jdt.internal.compiler.ast.Reference
-
- nullStatus(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.FlowInfo
-
Answer the null status of the given local
- NullUnboxing - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- nullUnboxing(ASTNode, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- NullUncheckedConversion - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
-
- NUM_NON_TERMINALS - Static variable in interface org.eclipse.jdt.internal.compiler.parser.ParserBasicInformation
-
- NUM_RULES - Static variable in interface org.eclipse.jdt.internal.compiler.parser.ParserBasicInformation
-
- 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
-
- 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
-
- 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
- OBJECT - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
-
- 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.
- offset - Variable in class org.eclipse.jdt.internal.compiler.codegen.VerificationTypeInfo
-
- offset - Variable in class org.eclipse.jdt.internal.compiler.lookup.BlockScope
-
- offsets - Variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
-
- OK - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
-
- OnDemand - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
-
- onDemand - Variable in class org.eclipse.jdt.internal.compiler.lookup.ImportBinding
-
- One - Static variable in class org.eclipse.jdt.internal.compiler.ast.IntLiteral
-
- 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
-
- openInputStream() - Method in class org.eclipse.jdt.internal.compiler.apt.util.ArchiveFileObject
-
- openInputStream() - Method in class org.eclipse.jdt.internal.compiler.apt.util.EclipseFileObject
-
- openInputStream() - Method in class org.eclipse.jdt.internal.compiler.tool.ArchiveFileObject
-
- openInputStream() - Method in class org.eclipse.jdt.internal.compiler.tool.EclipseFileObject
-
- openOutputStream() - Method in class org.eclipse.jdt.internal.compiler.apt.dispatch.HookedJavaFileObject
-
- openOutputStream() - Method in class org.eclipse.jdt.internal.compiler.apt.util.ArchiveFileObject
-
- openOutputStream() - Method in class org.eclipse.jdt.internal.compiler.apt.util.EclipseFileObject
-
- openOutputStream() - Method in class org.eclipse.jdt.internal.compiler.tool.ArchiveFileObject
-
- openOutputStream() - Method in class org.eclipse.jdt.internal.compiler.tool.EclipseFileObject
-
- openReader(boolean) - Method in class org.eclipse.jdt.internal.compiler.apt.util.ArchiveFileObject
-
- openReader(boolean) - Method in class org.eclipse.jdt.internal.compiler.apt.util.EclipseFileObject
-
- openReader(boolean) - Method in class org.eclipse.jdt.internal.compiler.tool.ArchiveFileObject
-
- openReader(boolean) - Method in class org.eclipse.jdt.internal.compiler.tool.EclipseFileObject
-
- openWriter() - Method in class org.eclipse.jdt.internal.compiler.apt.dispatch.HookedJavaFileObject
-
- openWriter() - Method in class org.eclipse.jdt.internal.compiler.apt.util.ArchiveFileObject
-
- openWriter() - Method in class org.eclipse.jdt.internal.compiler.apt.util.EclipseFileObject
-
- openWriter() - Method in class org.eclipse.jdt.internal.compiler.tool.ArchiveFileObject
-
- openWriter() - Method in class org.eclipse.jdt.internal.compiler.tool.EclipseFileObject
-
- operator - Variable in class org.eclipse.jdt.internal.compiler.ast.CompoundAssignment
-
- 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
-
- 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
-
- 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_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_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_InheritNullAnnotations - 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_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_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_ReportNonnullParameterAnnotationDropped - 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_ReportUnusedTypeParameter - 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_ShareCommonFinallyBlocks - 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_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_SyntacticNullAnalysisForFields - 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.internal.compiler.lookup.TypeConstants
-
- 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 - Class in org.eclipse.jdt.internal.compiler.apt.util
-
Class used to handle options in the EclipseFileManager and the EclipseCompiler
- Options() - Constructor for class org.eclipse.jdt.internal.compiler.apt.util.Options
-
- 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 - Class in org.eclipse.jdt.internal.compiler.tool
-
Class used to handle options in the EclipseFileManager and the EclipseCompiler
- Options() - Constructor for class org.eclipse.jdt.internal.compiler.tool.Options
-
- 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
-
- 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.eclipse.jdt.core - package org.eclipse.jdt.core
-
- org.eclipse.jdt.core.compiler - package org.eclipse.jdt.core.compiler
-
This package contains compiler associated infrastructure APIs.
- org.eclipse.jdt.core.compiler.batch - package org.eclipse.jdt.core.compiler.batch
-
This package contains the batch compiler API.
- org.eclipse.jdt.internal.antadapter - package org.eclipse.jdt.internal.antadapter
-
- org.eclipse.jdt.internal.compiler - package org.eclipse.jdt.internal.compiler
-
- org.eclipse.jdt.internal.compiler.apt.dispatch - package org.eclipse.jdt.internal.compiler.apt.dispatch
-
- org.eclipse.jdt.internal.compiler.apt.model - package org.eclipse.jdt.internal.compiler.apt.model
-
- org.eclipse.jdt.internal.compiler.apt.util - package org.eclipse.jdt.internal.compiler.apt.util
-
- 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.tool - package org.eclipse.jdt.internal.compiler.tool
-
- org.eclipse.jdt.internal.compiler.util - package org.eclipse.jdt.internal.compiler.util
-
- ORG_APACHE_COMMONS_LANG3_VALIDATE - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
-
- ORG_APACHE_COMMONS_LANG_VALIDATE - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
-
- ORG_ECLIPSE_CORE_RUNTIME_ASSERT - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
-
- ORG_JUNIT_ASSERT - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
-
- 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_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
-
- originalMethod - Variable in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedMethodBinding
-
- 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.
- 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
-
- 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
-
- outerTryContext - Variable in class org.eclipse.jdt.internal.compiler.flow.TryFlowContext
-
For a try statement nested inside a finally block this reference
points to the flow context of the outer try block, for access to its initsOnFinally.
- output_isFile - Static variable in class org.eclipse.jdt.internal.compiler.util.Messages
-
- 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
-
- outputClassFiles(CompilationResult) - Method in class org.eclipse.jdt.internal.compiler.batch.Main
-
- outputClassFiles(CompilationResult) - Method in class org.eclipse.jdt.internal.compiler.tool.EclipseCompilerImpl
-
- OverriddenPackageDefaultMethod - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
-
- overrides(ExecutableElement, ExecutableElement, TypeElement) - Method in class org.eclipse.jdt.internal.compiler.apt.model.ElementsImpl
-
- overrides(ExecutableElement, TypeElement) - Method in class org.eclipse.jdt.internal.compiler.apt.model.ExecutableElementImpl
-
Return true if this method overrides overridden
in the context of type
.
- 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
-
P
- PACKAGE - Static variable in class org.eclipse.jdt.internal.compiler.lookup.Binding
-
- PACKAGE_INFO_NAME - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
-
- 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
-
- PackageElementImpl - Class in org.eclipse.jdt.internal.compiler.apt.model
-
Implementation of PackageElement, which represents a package
- 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.compiler.CompilationResult
-
- packagesCache - Variable in class org.eclipse.jdt.internal.compiler.apt.util.Archive
-
- packagesCache - Variable in class org.eclipse.jdt.internal.compiler.tool.Archive
-
- 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
-
- 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
-
- 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
-
- 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
-
- parameterLackingNonnullAnnotation(Argument, ReferenceBinding, char[][]) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- ParameterLackingNullableAnnotation - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- parameterLackingNullableAnnotation(Argument, ReferenceBinding, char[][]) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- ParameterMismatch - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- parameterNonNullness - Variable in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
-
Store nullness information from annotation (incl.
- parameters - Variable in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
-
- 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
-
- 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 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
-
- parseArguments(Object) - Method in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
-
- parseClassBodyDeclarations(char[], int, int, CompilationUnitDeclaration) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- 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
-
- 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!
- parseIdentifierTag(boolean) - Method in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
-
- parseInheritDocTag() - Method in class org.eclipse.jdt.internal.compiler.parser.JavadocParser
-
- 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
-
- parseMethods(Parser, CompilationUnitDeclaration) - Method in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
-
- parseParam() - Method in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
-
- parseParam() - Method in class org.eclipse.jdt.internal.compiler.parser.JavadocParser
-
- parseQualifiedName(boolean) - Method in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
-
- 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_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
-
- ParserBasicInformation - Interface in org.eclipse.jdt.internal.compiler.parser
-
- parseReference() - Method in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
-
- parseReturn() - Method in class org.eclipse.jdt.internal.compiler.parser.JavadocParser
-
- parseSimpleTag() - Method in class org.eclipse.jdt.internal.compiler.parser.JavadocParser
-
- 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
-
- parseTag(int) - Method in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
-
- parseTag(int) - Method in class org.eclipse.jdt.internal.compiler.parser.JavadocParser
-
- parseThreshold - Variable in class org.eclipse.jdt.internal.compiler.Compiler
-
- parseThrows() - Method in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
-
- parseThrows() - Method in class org.eclipse.jdt.internal.compiler.parser.JavadocParser
-
- 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
-
- 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
-
- PassedBoundCheck - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
-
- 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.
- pattern - Variable in class org.eclipse.jdt.internal.compiler.env.AccessRule
-
- 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
-
- peekChar() - Method in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
-
- 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
-
- pendingTypeParameters - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveredType
-
- pendingTypeParametersStart - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveredType
-
- performCompilation() - Method in class org.eclipse.jdt.internal.compiler.batch.Main
-
- performMethodsFullRecovery - Variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
-
Specify if parser should perform structural recovery in methods
- performNecessaryPrimitiveTypeConversion(Class<?>, Object, boolean) - Static method in class org.eclipse.jdt.internal.compiler.apt.model.Factory
-
This method is derived from code in org.eclipse.jdt.apt.core.
- performStatementsRecovery - Variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
-
Specify if parser perform statements recovery
- persistLineSeparatorPositions() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- 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.
- 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
-
- PLUS - Static variable in interface org.eclipse.jdt.internal.compiler.ast.OperatorIds
-
- 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 org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- pop2() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- popStateIndex() - Method in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream
-
- 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
-
- 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
-
- 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
-
- PostfixExpression - Class in org.eclipse.jdt.internal.compiler.ast
-
- PostfixExpression(Expression, Expression, int, int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.PostfixExpression
-
- 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
-
- PotentialNullExpressionReference - 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
-
- PotentialNullUnboxing - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- potentialNullUnboxing(ASTNode, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- preAssignImplicitConversion - Variable in class org.eclipse.jdt.internal.compiler.ast.CompoundAssignment
-
- preConnectTrackerAcrossAssignment(ASTNode, LocalVariableBinding, Expression, FlowInfo) - 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
-
- 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.
- 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.
- prepareForBlockStatements() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- prepareSaveValueLocation(TryStatement) - Method in class org.eclipse.jdt.internal.compiler.ast.ReturnStatement
-
- PRESERVE - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
-
- 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
-
- previousAvailableLineEnd(int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredElement
-
- PrimitiveTypeImpl - Class in org.eclipse.jdt.internal.compiler.apt.model
-
- 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
-
- printAnnotations(Annotation[], StringBuffer) - Static method in class org.eclipse.jdt.internal.compiler.ast.ASTNode
-
- 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
-
- printElements(Writer, Element...) - Method in class org.eclipse.jdt.internal.compiler.apt.model.ElementsImpl
-
- 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
-
- 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
-
- printMessage(Diagnostic.Kind, CharSequence) - Method in class org.eclipse.jdt.internal.compiler.apt.dispatch.BatchMessagerImpl
-
- printMessage(Diagnostic.Kind, CharSequence, Element) - Method in class org.eclipse.jdt.internal.compiler.apt.dispatch.BatchMessagerImpl
-
- printMessage(Diagnostic.Kind, CharSequence, Element, AnnotationMirror) - Method in class org.eclipse.jdt.internal.compiler.apt.dispatch.BatchMessagerImpl
-
- printMessage(Diagnostic.Kind, CharSequence, Element, AnnotationMirror, AnnotationValue) - Method in class org.eclipse.jdt.internal.compiler.apt.dispatch.BatchMessagerImpl
-
- printModifiers(int, StringBuffer) - Static method in class org.eclipse.jdt.internal.compiler.ast.ASTNode
-
- printNewLine() - Method in class org.eclipse.jdt.internal.compiler.batch.Main.Logger
-
- 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() - 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.
- 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
-
- 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.internal.compiler.impl.CompilerOptions
-
- 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
-
- 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.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 - 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
-
- ProblemSeverities - Interface in org.eclipse.jdt.internal.compiler.problem
-
- 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.
- processAnnotations(CompilationUnitDeclaration[], ReferenceBinding[], boolean) - Method in class org.eclipse.jdt.internal.compiler.AbstractAnnotationProcessorManager
-
Run a new annotation processing round on the given values.
- processAnnotations(CompilationUnitDeclaration[], ReferenceBinding[], boolean) - Method in class org.eclipse.jdt.internal.compiler.apt.dispatch.BaseAnnotationProcessorManager
-
A single "round" of processing, in the sense implied in
Processor
.
- 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
- PROCESSED_QUEUE_SIZE - Static variable in class org.eclipse.jdt.internal.compiler.ProcessTaskManager
-
- processingOver() - Method in class org.eclipse.jdt.internal.compiler.apt.dispatch.RoundEnvImpl
-
- processOptions(String) - Static method in class org.eclipse.jdt.internal.compiler.apt.util.Options
-
- processOptions(String) - Static method in class org.eclipse.jdt.internal.compiler.tool.Options
-
- processOptionsFileManager(String) - Static method in class org.eclipse.jdt.internal.compiler.apt.util.Options
-
- processOptionsFileManager(String) - Static method in class org.eclipse.jdt.internal.compiler.tool.Options
-
- ProcessorInfo - Class in org.eclipse.jdt.internal.compiler.apt.dispatch
-
Cached information associated with a
Processor
in the context
of annotation processor dispatch.
- ProcessorInfo(Processor) - Constructor for class org.eclipse.jdt.internal.compiler.apt.dispatch.ProcessorInfo
-
Create a ProcessorInfo wrapping a particular Processor.
- processors - Variable in class org.eclipse.jdt.internal.compiler.tool.EclipseCompilerImpl
-
- processPathEntries(int, ArrayList, String, String, boolean, boolean) - Method in class org.eclipse.jdt.internal.compiler.apt.util.EclipseFileManager
-
- processPathEntries(int, ArrayList, String, String, boolean, boolean) - Method in class org.eclipse.jdt.internal.compiler.batch.Main
-
- processPathEntries(int, ArrayList, String, String, boolean, boolean) - Method in class org.eclipse.jdt.internal.compiler.tool.EclipseFileManager
-
- ProcessTaskManager - Class in org.eclipse.jdt.internal.compiler
-
- ProcessTaskManager(Compiler) - Constructor for class org.eclipse.jdt.internal.compiler.ProcessTaskManager
-
- 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
-
- progress - Variable in class org.eclipse.jdt.internal.compiler.batch.Main
-
- progress - Variable in class org.eclipse.jdt.internal.compiler.Compiler
-
- PROJECT - Static variable in class org.eclipse.jdt.internal.compiler.env.AccessRestriction
-
- propagateInnerEmulation(ReferenceBinding, boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.BlockScope
-
- propagateInnerEmulationForAllLocalTypes() - Method in class org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration
-
- PROTECTED - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
-
- providedExpectedTypes - Variable in class org.eclipse.jdt.internal.compiler.flow.FlowContext
-
- 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.internal.compiler.impl.CompilerOptions
-
- PublicClassMustMatchFileName - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- publicClassMustMatchFileName(CompilationUnitDeclaration, TypeDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- purpose - Variable in class org.eclipse.jdt.internal.compiler.lookup.SyntheticMethodBinding
-
- 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
-
- 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
-
- 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
-
- pushOnIntStack(int) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- 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
-
- pushParamName(boolean) - Method in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
-
- pushParamName(boolean) - Method in class org.eclipse.jdt.internal.compiler.parser.JavadocParser
-
- pushSeeRef(Object) - Method in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
-
- pushSeeRef(Object) - Method in class org.eclipse.jdt.internal.compiler.parser.JavadocParser
-
- pushStateIndex(int) - Method in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream
-
- 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
-
- pushThrowName(Object) - Method in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
-
- pushThrowName(Object) - Method in class org.eclipse.jdt.internal.compiler.parser.JavadocParser
-
- pushUnicodeLineSeparator() - Method in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
- put(T1, T2) - Method in class org.eclipse.jdt.internal.compiler.apt.util.ManyToMany
-
Associate the specified value with the key.
- 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
-
- 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.
- putLocal(int, VerificationTypeInfo) - Method in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrame
-
- 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
-
- QUALIFIED_NAME_RECOVERY - Static variable in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
-
- 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
-
- QualifiedNameReference - Class in org.eclipse.jdt.internal.compiler.ast
-
- QualifiedNameReference(char[][], long[], int, int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.QualifiedNameReference
-
- 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.
- 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.
- 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
-
- QualifiedTypeReference - Class in org.eclipse.jdt.internal.compiler.ast
-
- QualifiedTypeReference(char[][], long[]) - Constructor for class org.eclipse.jdt.internal.compiler.ast.QualifiedTypeReference
-
- QUESTIONCOLON - Static variable in interface org.eclipse.jdt.internal.compiler.ast.OperatorIds
-
R
- ranges - Variable in class org.eclipse.jdt.internal.compiler.codegen.ExceptionLabel
-
- 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
-
- RAW - Static variable in class org.eclipse.jdt.internal.compiler.impl.IrritantSet
-
- RAW_TYPE - Static variable in class org.eclipse.jdt.internal.compiler.lookup.Binding
-
- 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
-
- 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 - 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
-
- 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
-
- readByteTable(String) - Static method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- readChar() - Method in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
-
- 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
-
- READOBJECT - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
-
- 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
-
- readTable(String) - Static method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- 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
-
- realBlockPtr - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- realBlockStack - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- 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
-
- 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
-
- recordAbruptExit() - Method in class org.eclipse.jdt.internal.compiler.flow.FlowContext
-
Record the fact that an abrupt exit has been observed, one of:
- potential exception (incl.
- 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
-
- 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
-
- recordDeferredInheritedNullness(Scope, ASTNode, MethodBinding, Boolean, ImplicitNullAnnotationVerifier.InheritedNonNullnessInfo) - Method in class org.eclipse.jdt.internal.compiler.lookup.ImplicitNullAnnotationVerifier
-
- 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
-
- 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
-
- recordNestedType(ClassFile, TypeBinding) - Static method in class org.eclipse.jdt.internal.compiler.util.Util
-
- recordNullCheckedFieldReference(Reference, int) - Method in class org.eclipse.jdt.internal.compiler.flow.FlowContext
-
Record that a reference to a field has been seen in a non-null state.
- 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
-
- 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
-
- recordResolution(QualifiedTypeReference, TypeBinding) - Method in interface org.eclipse.jdt.internal.compiler.lookup.IQualifiedTypeResolutionListener
-
Notifies that the given resolution has been found for the given type reference.
- 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
-
- 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
-
- recordTypeConversion(TypeBinding, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope
-
- recordUnboxing(Scope, Expression, int, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.flow.FinallyFlowContext
-
- recordUnboxing(Scope, Expression, int, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.flow.FlowContext
-
Either AST analysis or checking of a child flow context has encountered an unboxing situation.
- recordUnboxing(Scope, Expression, int, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.flow.LoopingFlowContext
-
- 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
-
- 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.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.compiler.parser.Parser
-
- 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
-
- 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
-
- RedundantNullCheckOnNonNullExpression - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- RedundantNullCheckOnNonNullLocalVariable - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- RedundantNullCheckOnNonNullMessageSend - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- RedundantNullCheckOnNonNullSpecdField - 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
-
- 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
-
- 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
-
- 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
-
- 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.
- REFLECT - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
-
- refreshInlineTagPosition(int) - Method in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
-
- refreshInlineTagPosition(int) - Method in class org.eclipse.jdt.internal.compiler.parser.JavadocParser
-
- refreshReturnStatement() - Method in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
-
- refreshReturnStatement() - Method in class org.eclipse.jdt.internal.compiler.parser.JavadocParser
-
- registerExceptionHandler(ExceptionLabel) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- registerTrackingVariable(FakedTrackingVariable) - Method in class org.eclipse.jdt.internal.compiler.lookup.BlockScope
-
Register a tracking variable and compute its id.
- release(ClassFile) - Method in class org.eclipse.jdt.internal.compiler.ClassFilePool
-
- releaseClassFiles(ClassFile[]) - Method in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
-
- relocalize() - Method in class org.eclipse.jdt.internal.compiler.batch.Main
-
Creates a NLS catalog for the given locale.
- REMAINDER - Static variable in interface org.eclipse.jdt.internal.compiler.ast.OperatorIds
-
- remainingIterations - Variable in class org.eclipse.jdt.internal.compiler.Compiler
-
- remove(char[], char) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
-
Answers a new array removing a given character.
- remove(T1, T2) - Method in class org.eclipse.jdt.internal.compiler.apt.util.ManyToMany
-
Remove a particular key-value association.
- 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
-
- 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
-
- 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
-
- removeFramePosition(int) - Method in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream
-
- removeKey(T1) - Method in class org.eclipse.jdt.internal.compiler.apt.util.ManyToMany
-
Remove the key and its associated key/value entries.
- 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
-
- 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
-
- removePrefixZerosAndUnderscores(char[], boolean) - Static method in class org.eclipse.jdt.internal.compiler.ast.NumberLiteral
-
- removeProblem(CategorizedProblem) - Method in class org.eclipse.jdt.internal.compiler.CompilationResult
-
- 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.
- 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
- removeValue(T2) - Method in class org.eclipse.jdt.internal.compiler.apt.util.ManyToMany
-
Remove the value and its associated key/value entries.
- removeValue(Object) - Method in class org.eclipse.jdt.internal.compiler.util.SimpleLookupTable
-
- removeVariable(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- 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.
- 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
-
- 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
-
- reportAllEncodingErrors(String) - Method in class org.eclipse.jdt.internal.compiler.apt.util.Util.EncodingErrorCollector
-
- reportAllEncodingErrors(String) - Method in class org.eclipse.jdt.internal.compiler.tool.Util.EncodingErrorCollector
-
- reportDeadCodeInTrivialIfStatement - Variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
-
Specify whether trivial deadcode pattern is to be reported (e.g.
- 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(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
-
- 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
-
- 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
-
- reportProcessorException(Processor, Exception) - Method in class org.eclipse.jdt.internal.compiler.apt.dispatch.BatchAnnotationProcessorManager
-
- reportProcessorException(Processor, Exception) - Method in interface org.eclipse.jdt.internal.compiler.apt.dispatch.IProcessorProvider
-
Called when a processor throws an exception.
- 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
-
- 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.
- requestor - Variable in class org.eclipse.jdt.internal.compiler.Compiler
-
- REQUIRE_NON_NULL - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
-
- 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
-
- reset() - Method in class org.eclipse.jdt.internal.compiler.AbstractAnnotationProcessorManager
-
Reinitialize the receiver
- reset() - Method in class org.eclipse.jdt.internal.compiler.apt.dispatch.BaseAnnotationProcessorManager
-
- reset() - Method in class org.eclipse.jdt.internal.compiler.apt.dispatch.BaseProcessingEnvImpl
-
Called when AnnotationProcessorManager has retrieved the list of
newly generated compilation units (ie, once per round)
- reset() - Method in class org.eclipse.jdt.internal.compiler.apt.dispatch.ProcessorInfo
-
Must be called at the beginning of a build to ensure that no information is
carried over from the previous build.
- 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
-
- 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
-
- 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 enclosingInstanceType
- 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
-
- 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
-
- resetModifiers() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
Reset modifiers buffer and comment stack.
- 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
-
- 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
-
- resetReportingBits() - Method in class org.eclipse.jdt.internal.compiler.ast.FakedTrackingVariable
-
- resetSecretLocals() - Method in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream
-
- resetStacks() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- resetTo(int, int) - Method in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
Reposition the scanner on some portion of the original source.
- resolutionListeners - Variable in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
-
- 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.
- 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
- 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)
- 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
-
- resolvedPosition - Variable in class org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding
-
- resolvedType - Variable in class org.eclipse.jdt.internal.compiler.ast.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
-
- 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(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
-
- 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
-
- 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.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
-
- resolveUsing(BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.Block
-
- RESOURCE - Static variable in class org.eclipse.jdt.internal.compiler.impl.IrritantSet
-
- 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 - Variable in class org.eclipse.jdt.internal.compiler.ast.TryStatement
-
- 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
-
- restartRecovery - Variable in class org.eclipse.jdt.internal.compiler.parser.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
-
- resumeAfterRecovery() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- resumeOnSyntaxError() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- 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_() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- return_() - Method in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream
-
- RETURN_TAG - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
-
- 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
-
- 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.lookup.MethodBinding
-
- ReturnTypeAmbiguous - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- ReturnTypeCannotBeVoidArray - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- ReturnTypeIDMASK - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
-
- ReturnTypeInheritedNameHidesEnclosingName - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- ReturnTypeInternalNameProvided - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- ReturnTypeNotFound - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- ReturnTypeNotVisible - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- 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
-
- 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
-
- rhs - Static variable in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- right - Variable in class org.eclipse.jdt.internal.compiler.ast.BinaryExpression
-
- RIGHT_SHIFT - Static variable in interface org.eclipse.jdt.internal.compiler.ast.OperatorIds
-
- rootReferences - Variable in class org.eclipse.jdt.internal.compiler.CompilationResult
-
- round() - Method in class org.eclipse.jdt.internal.compiler.apt.dispatch.RoundDispatcher
-
Handle a complete round, dispatching to all appropriate processors.
- RoundBracket - Static variable in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- RoundBracket - Static variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
- RoundDispatcher - Class in org.eclipse.jdt.internal.compiler.apt.dispatch
-
Manages context during a single round of annotation processing.
- RoundDispatcher(IProcessorProvider, RoundEnvironment, Set<TypeElement>, PrintWriter, PrintWriter) - Constructor for class org.eclipse.jdt.internal.compiler.apt.dispatch.RoundDispatcher
-
- RoundEnvImpl - Class in org.eclipse.jdt.internal.compiler.apt.dispatch
-
- RoundEnvImpl(CompilationUnitDeclaration[], ReferenceBinding[], boolean, BaseProcessingEnvImpl) - Constructor for class org.eclipse.jdt.internal.compiler.apt.dispatch.RoundEnvImpl
-
- rParenPos - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- rules_compliance - Static variable in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- run() - Method in class org.eclipse.jdt.internal.compiler.ProcessTaskManager
-
- run() - Method in class org.eclipse.jdt.internal.compiler.ReadManager
-
- run(InputStream, OutputStream, OutputStream, String...) - Method in class org.eclipse.jdt.internal.compiler.tool.EclipseCompiler
-
- RUNTIME - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
-
- RuntimeInvisibleAnnotationsName - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.AttributeNamesConstants
-
- RuntimeInvisibleParameterAnnotationsName - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.AttributeNamesConstants
-
- RuntimeVisibleAnnotationsName - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.AttributeNamesConstants
-
- RuntimeVisibleParameterAnnotationsName - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.AttributeNamesConstants
-
S
- 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
-
- 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() - 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() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- saveValueVariable - Variable in class org.eclipse.jdt.internal.compiler.ast.ReturnStatement
-
- 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
-
- 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.
- scanIdentifierOrKeyword() - Method in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
- scanIdentifierOrKeywordWithBoundCheck() - Method in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
- 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
-
- 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
-
- scanNumber(boolean) - Method in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
- 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.
- 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.
- 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_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
-
- 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
- searchType - Variable in class org.eclipse.jdt.internal.compiler.lookup.ProblemBinding
-
- SecondaryError - Static variable in interface org.eclipse.jdt.internal.compiler.problem.ProblemSeverities
-
- 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
-
- seeReferences - Variable in class org.eclipse.jdt.internal.compiler.ast.Javadoc
-
- SELECTION_PARSER - Static variable in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
-
- 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.compiler.lookup.TypeConstants.CloseMethodRecord
-
- sendOperator(int, int) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- SERIAL - Static variable in class org.eclipse.jdt.internal.compiler.impl.IrritantSet
-
- 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(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_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_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_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_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
-
- 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)
- 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 class org.eclipse.jdt.internal.compiler.lookup.InvocationSite.EmptyWithAstNode
-
- setActualReceiverType(ReferenceBinding) - Method in interface org.eclipse.jdt.internal.compiler.lookup.InvocationSite
-
- setAll() - Method in class org.eclipse.jdt.internal.compiler.impl.IrritantSet
-
- 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
-
- setArrayMatchingDummyValue(Object, int, Class<?>) - Static method in class org.eclipse.jdt.internal.compiler.apt.model.Factory
-
Set an element of an array to the appropriate dummy value type
- setAsMemberType() - Method in class org.eclipse.jdt.internal.compiler.lookup.LocalTypeBinding
-
- setAssertionSupport(FieldBinding, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.Clinit
-
- setBinaryTypes(ReferenceBinding[]) - Method in class org.eclipse.jdt.internal.compiler.Compiler
-
- setBinding(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.codegen.VerificationTypeInfo
-
- 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
-
- setData(RecoveryScannerData) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveryScanner
-
- 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 class org.eclipse.jdt.internal.compiler.lookup.InvocationSite.EmptyWithAstNode
-
- setDepth(int) - Method in interface org.eclipse.jdt.internal.compiler.lookup.InvocationSite
-
- setDestinationPath(String) - Method in class org.eclipse.jdt.internal.compiler.batch.Main
-
- setEmacs() - Method in class org.eclipse.jdt.internal.compiler.batch.Main.Logger
-
- setErr(PrintWriter) - Method in class org.eclipse.jdt.internal.compiler.AbstractAnnotationProcessorManager
-
Set the print writer for the standard error.
- setErr(PrintWriter) - Method in class org.eclipse.jdt.internal.compiler.apt.dispatch.BaseAnnotationProcessorManager
-
- setErrorRaised(boolean) - Method in class org.eclipse.jdt.internal.compiler.apt.dispatch.BaseProcessingEnvImpl
-
Set or clear the errorRaised flag.
- 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
-
- 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 class org.eclipse.jdt.internal.compiler.lookup.InvocationSite.EmptyWithAstNode
-
- setFieldIndex(int) - Method in interface org.eclipse.jdt.internal.compiler.lookup.InvocationSite
-
- setFields(FieldBinding[]) - Method in class org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
-
- 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
-
- setInfos(VerificationTypeInfo[]) - Method in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.StackMarker
-
- setInlineTagStarted(boolean) - Method in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
-
- setJavadocPositions - Variable in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
-
- setKind(int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredAnnotation
-
- setLocale(Locale) - Method in class org.eclipse.jdt.internal.compiler.apt.util.EclipseFileManager
-
- setLocale(Locale) - Method in class org.eclipse.jdt.internal.compiler.batch.Main
-
- setLocale(Locale) - Method in class org.eclipse.jdt.internal.compiler.problem.DefaultProblemFactory
-
- setLocale(Locale) - Method in class org.eclipse.jdt.internal.compiler.tool.EclipseFileManager
-
- setLocation(JavaFileManager.Location, Iterable<? extends File>) - Method in class org.eclipse.jdt.internal.compiler.apt.util.EclipseFileManager
-
- setLocation(JavaFileManager.Location, Iterable<? extends File>) - Method in class org.eclipse.jdt.internal.compiler.tool.EclipseFileManager
-
- setLog(String) - Method in class org.eclipse.jdt.internal.compiler.batch.Main.Logger
-
- setMethodBindings(ReferenceBinding, ElementValuePair[]) - Static method in class org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding
-
- setMethods(MethodBinding[]) - Method in class org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
-
- setMethodsFullRecovery(boolean) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- setOriginatingFileName(char[]) - Method in class org.eclipse.jdt.internal.compiler.problem.DefaultProblem
-
- setOut(PrintWriter) - Method in class org.eclipse.jdt.internal.compiler.AbstractAnnotationProcessorManager
-
Set the print writer for the standard output.
- setOut(PrintWriter) - Method in class org.eclipse.jdt.internal.compiler.apt.dispatch.BaseAnnotationProcessorManager
-
- setParameterAnnotations(AnnotationBinding[][]) - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
-
- setPaths(ArrayList, String, ArrayList, ArrayList, ArrayList, ArrayList, String) - Method in class org.eclipse.jdt.internal.compiler.batch.Main
-
- setPaths(ArrayList, String, ArrayList, ArrayList, ArrayList, ArrayList, String) - Method in class org.eclipse.jdt.internal.compiler.tool.EclipseCompilerImpl
-
- setPendingTokens(int[]) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveryScanner
-
- setPreciseType(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.CatchParameterBinding
-
- setProcessors(Object[]) - Method in class org.eclipse.jdt.internal.compiler.AbstractAnnotationProcessorManager
-
Set the processors for annotation processing.
- setProcessors(Object[]) - Method in class org.eclipse.jdt.internal.compiler.apt.dispatch.BaseAnnotationProcessorManager
-
- setProcessors(Object[]) - Method in class org.eclipse.jdt.internal.compiler.apt.dispatch.BatchAnnotationProcessorManager
-
- 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
-
- setSelector(char[]) - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
-
- 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
-
- 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.
- 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.
- 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.
- setStatementsRecovery(boolean) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- setSyntheticAccessor(FieldBinding, int, SyntheticMethodBinding) - Method in class org.eclipse.jdt.internal.compiler.ast.QualifiedNameReference
-
- setTaskName(String) - Method in class org.eclipse.jdt.core.compiler.CompilationProgress
-
Reports the name (or description) of the current task.
- setupJavacCommand() - Method in class org.eclipse.jdt.core.JDTCompilerAdapter
-
- shareCommonFinallyBlocks - Variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
-
Indicate whether common escaping finally blocks should be shared
- shiftScopes - Variable in class org.eclipse.jdt.internal.compiler.lookup.BlockScope
-
- SHORT - Static variable in class org.eclipse.jdt.internal.compiler.apt.model.PrimitiveTypeImpl
-
- 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
-
- 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
-
- showProgress - Variable in class org.eclipse.jdt.internal.compiler.batch.Main
-
- shutdown() - Method in class org.eclipse.jdt.internal.compiler.ProcessTaskManager
-
- shutdown() - Method in class org.eclipse.jdt.internal.compiler.ReadManager
-
- signalNoImplicitStringConversionForCharArrayExpression(Expression) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- 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
-
- 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
-
- 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 - Variable in class org.eclipse.jdt.internal.compiler.lookup.BaseTypeBinding
-
- simpleNameReferences - Variable in class org.eclipse.jdt.internal.compiler.CompilationResult
-
- SimpleNameVector - Class in org.eclipse.jdt.internal.compiler.util
-
- SimpleNameVector() - Constructor for class org.eclipse.jdt.internal.compiler.util.SimpleNameVector
-
- 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
-
- 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
-
- 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
-
- sipush(int) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- 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
-
- 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.
- skipAngleContents(int) - Method in class org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper
-
- skipComments - Variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
- sort(int[], int, int, int[]) - Static method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- sortFields(FieldBinding[], int, int) - Static method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
-
Sort the field array using a quicksort
- Sorting - Class in org.eclipse.jdt.internal.compiler.util
-
Sorting utilities.
- Sorting() - Constructor for class org.eclipse.jdt.internal.compiler.util.Sorting
-
- sortMethods(MethodBinding[], int, int) - Static method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
-
Sort the field array using a quicksort
- sortTypes(ReferenceBinding[]) - Static method in class org.eclipse.jdt.internal.compiler.util.Sorting
-
Topological sort for types
Guarantee: supertypes come before subtypes.
- 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_PARSER - Static variable in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
-
- 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 class org.eclipse.jdt.internal.compiler.lookup.InvocationSite.EmptyWithAstNode
-
- 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
-
- sourceField() - Method in class org.eclipse.jdt.internal.compiler.lookup.FieldBinding
-
- 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.
- 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
-
- sourceMethod() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
-
- 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
-
- 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
-
- 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 class org.eclipse.jdt.internal.compiler.lookup.InvocationSite.EmptyWithAstNode
-
- 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
-
- sourceType - Variable in class org.eclipse.jdt.internal.compiler.lookup.CaptureBinding
-
- 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
-
- SpecdNonNullLocalVariableComparisonYieldsFalse - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- 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.
- SquareBracket - Static variable in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- SquareBracket - Static variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
- stack - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- 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
-
- StackMapFrame - Class in org.eclipse.jdt.internal.compiler.codegen
-
- StackMapFrame(int) - Constructor for class org.eclipse.jdt.internal.compiler.codegen.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
-
- 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 - 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_STATE - Static variable in interface org.eclipse.jdt.internal.compiler.parser.ParserBasicInformation
-
- 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
-
- 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
-
- 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
-
- stateIndexes - Variable in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream
-
- stateIndexesCounter - Variable in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream
-
- 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 - 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_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_ACCESS - Static variable in class org.eclipse.jdt.internal.compiler.impl.IrritantSet
-
- STATIC_METHOD - Static variable in class org.eclipse.jdt.internal.compiler.impl.IrritantSet
-
- 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
-
- 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
-
- stopOnFirstError() - Method in interface org.eclipse.jdt.internal.compiler.IErrorHandlingPolicy
-
- store(LocalVariableBinding, boolean) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- 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
-
- String2String - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
-
- STRING_INITIAL_SIZE - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
-
- 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.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
- 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
-
- 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.
- 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
-
- subSequence(int, int) - Method in class org.eclipse.jdt.internal.compiler.apt.model.NameImpl
-
- 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
-
- 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
-
- 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
-
- 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.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
-
- SuperclassAmbiguous - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- SuperclassInheritedNameHidesEnclosingName - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- SuperclassInternalNameProvided - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- 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
-
- SuperclassNotFound - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- SuperclassNotVisible - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- 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
-
- superInterfaces - Variable in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
-
- 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
-
- SuperMethodAccess - Static variable in class org.eclipse.jdt.internal.compiler.lookup.SyntheticMethodBinding
-
- SuperReference - Class in org.eclipse.jdt.internal.compiler.ast
-
- SuperReference(int, int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.SuperReference
-
- superTypeCannotUseWildcard(SourceTypeBinding, TypeReference, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- superTypeReference - Variable in class org.eclipse.jdt.internal.compiler.lookup.ClassScope
-
- SuperTypeUsingWildcard - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- supportsStar() - Method in class org.eclipse.jdt.internal.compiler.apt.dispatch.ProcessorInfo
-
- 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() - 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
-
- 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, boolean) - 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.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
-
- SYNCHRONIZED - Static variable in class org.eclipse.jdt.internal.compiler.impl.IrritantSet
-
- synchronizedBlockSourceStart - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- 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
-
- syntaxRecoverQualifiedName(int) - Method in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
-
- 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
-
- 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_ComGoogleCommonBasePreconditions - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
-
- T_ComGoogleInjectInject - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
-
- 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_int - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
-
- 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_JavaUtilObjects - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
-
- T_JavaxInjectInject - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
-
- T_JunitFrameworkAssert - 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_OrgApacheCommonsLang3Validate - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
-
- T_OrgApacheCommonsLangValidate - 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_OrgJunitAssert - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
-
- 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_void - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
-
- 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
-
- 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_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_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_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_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_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_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_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 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 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_NAMES - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
-
- TAG_OTHERS_VALUE - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
-
- 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_POSTFIX - Static variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
- TAG_POSTFIX_LENGTH - Static variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
- TAG_PREFIX - Static variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
- TAG_PREFIX_LENGTH - Static variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
- 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_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 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_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_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 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 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
-
- tagIndirectlyAccessibleMembers() - Method in class org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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_index - Static variable in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- 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_PARSE - Static variable in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
-
- TEXT_VERIF - Static variable in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
-
- textStart - Variable in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
-
- 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 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
-
- 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
-
- throwAnyException(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- throwFormatException() - Method in class org.eclipse.jdt.internal.compiler.classfmt.FieldInfo
-
- 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_TAG_EXPECTED_ORDER - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
-
- 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
-
- 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
-
- toBoolean(boolean) - Static method in class org.eclipse.jdt.internal.compiler.util.Util
-
Converts a boolean value into Boolean.
- 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
-
- tokenize(String) - Static method in class org.eclipse.jdt.internal.compiler.batch.Main
-
- tokenizeComments - Variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
- tokenizeWhiteSpace - Variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
- TokenNameabstract - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNameAND - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNameAND_AND - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNameAND_EQUAL - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNameassert - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNameAT - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNameboolean - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNamebreak - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNamebyte - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNamecase - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNamecatch - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNamechar - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNameCharacterLiteral - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNameclass - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNameCOLON - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNameCOMMA - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNameCOMMENT_BLOCK - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNameCOMMENT_JAVADOC - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNameCOMMENT_LINE - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNameconst - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNamecontinue - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNamedefault - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNameDIVIDE - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNameDIVIDE_EQUAL - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNamedo - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNameDOT - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNamedouble - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNameDoubleLiteral - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNameELLIPSIS - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNameelse - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNameenum - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNameEOF - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNameEQUAL - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNameEQUAL_EQUAL - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNameERROR - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNameextends - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNamefalse - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNamefinal - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNamefinally - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNamefloat - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNameFloatingPointLiteral - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNamefor - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNamegoto - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNameGREATER - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNameGREATER_EQUAL - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNameIdentifier - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNameif - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNameimplements - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNameimport - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNameinstanceof - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNameint - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNameIntegerLiteral - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNameinterface - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNameLBRACE - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNameLBRACKET - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNameLEFT_SHIFT - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNameLEFT_SHIFT_EQUAL - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNameLESS - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNameLESS_EQUAL - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNamelong - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNameLongLiteral - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNameLPAREN - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNameMINUS - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNameMINUS_EQUAL - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNameMINUS_MINUS - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNameMULTIPLY - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNameMULTIPLY_EQUAL - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNamenative - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNamenew - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNameNOT - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNameNOT_EQUAL - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNamenull - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNameOR - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNameOR_EQUAL - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNameOR_OR - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNamepackage - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNamePLUS - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNamePLUS_EQUAL - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNamePLUS_PLUS - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNameprivate - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNameprotected - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNamepublic - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNameQUESTION - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNameRBRACE - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNameRBRACKET - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNameREMAINDER - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNameREMAINDER_EQUAL - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNamereturn - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNameRIGHT_SHIFT - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNameRIGHT_SHIFT_EQUAL - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNameRPAREN - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNameSEMICOLON - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNameshort - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNamestatic - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNamestrictfp - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNameStringLiteral - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNamesuper - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNameswitch - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNamesynchronized - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNamethis - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNamethrow - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNamethrows - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNametransient - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNametrue - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNametry - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNameTWIDDLE - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- 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.internal.compiler.parser.TerminalTokens
-
- TokenNamevoid - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNamevolatile - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNamewhile - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNameWHITESPACE - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNameXOR - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- 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
-
- 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)
- 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
-
- 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
-
- topElement() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredElement
-
- topLevelTypes - Variable in class org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope
-
- 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.internal.compiler.apt.dispatch.ProcessorInfo
-
- toString() - Method in class org.eclipse.jdt.internal.compiler.apt.model.AnnotationMirrorImpl
-
- toString() - Method in class org.eclipse.jdt.internal.compiler.apt.model.AnnotationValueImpl
-
- toString() - Method in class org.eclipse.jdt.internal.compiler.apt.model.DeclaredTypeImpl
-
- toString() - Method in class org.eclipse.jdt.internal.compiler.apt.model.ElementImpl
-
- toString() - Method in class org.eclipse.jdt.internal.compiler.apt.model.ErrorTypeImpl
-
- toString() - Method in class org.eclipse.jdt.internal.compiler.apt.model.NameImpl
-
- toString() - Method in class org.eclipse.jdt.internal.compiler.apt.model.NoTypeImpl
-
- toString() - Method in class org.eclipse.jdt.internal.compiler.apt.model.TypeElementImpl
-
- toString() - Method in class org.eclipse.jdt.internal.compiler.apt.model.TypeMirrorImpl
-
- toString() - Method in class org.eclipse.jdt.internal.compiler.apt.model.TypeParameterElementImpl
-
- toString() - Method in class org.eclipse.jdt.internal.compiler.apt.model.VariableElementImpl
-
- toString() - Method in class org.eclipse.jdt.internal.compiler.apt.util.ArchiveFileObject
-
- toString() - Method in class org.eclipse.jdt.internal.compiler.apt.util.EclipseFileObject
-
- 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.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.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.tool.ArchiveFileObject
-
- toString() - Method in class org.eclipse.jdt.internal.compiler.tool.EclipseFileObject
-
- 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.
- toStringAction(int) - Method in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
- 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
-
- toStrings(char[][]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
-
Answers an array of strings from the given array of char array.
- ToStringSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
-
- totalUnits - Variable in class org.eclipse.jdt.internal.compiler.Compiler
-
- totalUnitsKnown - Variable in class org.eclipse.jdt.internal.compiler.CompilationResult
-
- toTypeReference() - Method in class org.eclipse.jdt.internal.compiler.ast.Expression
-
- 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
-
- toUri() - Method in class org.eclipse.jdt.internal.compiler.apt.util.ArchiveFileObject
-
- toUri() - Method in class org.eclipse.jdt.internal.compiler.tool.ArchiveFileObject
-
- trailingStarPosition - Variable in class org.eclipse.jdt.internal.compiler.ast.ImportReference
-
- 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 inner type
- 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, Map, boolean) - Method in class org.eclipse.jdt.internal.compiler.ClassFile
-
- treatOptionalErrorAsFatal - Variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
-
Specify if should treat optional error as fatal or just like warning
- trim(char[]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
-
Answers a new array removing leading and trailing spaces (' ').
- TrueLiteral - Class in org.eclipse.jdt.internal.compiler.ast
-
- TrueLiteral(int, int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.TrueLiteral
-
- tryBlock - Variable in class org.eclipse.jdt.internal.compiler.ast.TryStatement
-
- tryContext - Variable in class org.eclipse.jdt.internal.compiler.flow.FinallyFlowContext
-
- TryFlowContext - Class in org.eclipse.jdt.internal.compiler.flow
-
Shared implementation for try-statement-related flow contexts.
- TryFlowContext(FlowContext, ASTNode) - Constructor for class org.eclipse.jdt.internal.compiler.flow.TryFlowContext
-
- 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
-
- TWIDDLE - Static variable in interface org.eclipse.jdt.internal.compiler.ast.OperatorIds
-
- 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 - 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_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
-
- TypeArgumentMismatch - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- 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
-
- 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
-
- TypeConstants.CloseMethodRecord - Class in org.eclipse.jdt.internal.compiler.lookup
-
- TypeConstants.CloseMethodRecord(char[][], char[]) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.TypeConstants.CloseMethodRecord
-
- typeCount - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveredUnit
-
- 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
-
- TypeElementImpl - Class in org.eclipse.jdt.internal.compiler.apt.model
-
- typeExpected - Variable in class org.eclipse.jdt.internal.compiler.ast.AllocationExpression
-
- 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
-
- 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
-
- TypeMirrorImpl - Class in org.eclipse.jdt.internal.compiler.apt.model
-
Implementation of a TypeMirror.
- 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() - Method in class org.eclipse.jdt.internal.compiler.impl.Constant
-
- typeName - Variable in class org.eclipse.jdt.internal.compiler.lookup.TypeConstants.CloseMethodRecord
-
- typeOrPackageCache - Variable in class org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope
-
- TypeParameter - Class in org.eclipse.jdt.internal.compiler.ast
-
- TypeParameter() - Constructor for class org.eclipse.jdt.internal.compiler.ast.TypeParameter
-
- TypeParameterArityMismatch - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.ProblemReasons
-
- TypeParameterElementImpl - Class in org.eclipse.jdt.internal.compiler.apt.model
-
- TypeParameterHidingType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- 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
-
- TypeReference - Class in org.eclipse.jdt.internal.compiler.ast
-
- TypeReference() - Constructor for class org.eclipse.jdt.internal.compiler.ast.TypeReference
-
- 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 - Variable in class org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration
-
- types - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveredUnit
-
- TypesImpl - Class in org.eclipse.jdt.internal.compiler.apt.model
-
Utilities for working with types (as opposed to elements).
- TypesImpl(BaseProcessingEnvImpl) - Constructor for class org.eclipse.jdt.internal.compiler.apt.model.TypesImpl
-
- 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
-
- TypeVariableImpl - Class in org.eclipse.jdt.internal.compiler.apt.model
-
Implementation of TypeVariable
- 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
-
U
- u1At(int) - Method in class org.eclipse.jdt.internal.compiler.classfmt.ClassFileStruct
-
- u2At(int) - Method in class org.eclipse.jdt.internal.compiler.classfmt.ClassFileStruct
-
- u4At(int) - Method in class org.eclipse.jdt.internal.compiler.classfmt.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
-
- unboxedType(TypeMirror) - Method in class org.eclipse.jdt.internal.compiler.apt.model.TypesImpl
-
- UNBOXING - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
-
- UnboxingConversion - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- 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
-
- UNDERSCORES_IN_LITERALS_NOT_BELOW_17 - Static variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
- 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
-
- unicodeInitializeBuffer(int) - Method in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
- unicodeStore() - Method in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
- unicodeStore(char) - Method in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
- 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
-
- UninitializedNonNullField - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- uninitializedNonNullField(FieldBinding, ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- UninitializedNonNullFieldHintMissingDefault - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- UnionTypeReference - Class in org.eclipse.jdt.internal.compiler.ast
-
- UnionTypeReference(TypeReference[]) - Constructor for class org.eclipse.jdt.internal.compiler.ast.UnionTypeReference
-
- 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
-
- unitsToProcess - Variable in class org.eclipse.jdt.internal.compiler.Compiler
-
- UNKNOWN - Static variable in class org.eclipse.jdt.internal.compiler.flow.FlowInfo
-
- UNKNOWN_ARCHIVE - Static variable in class org.eclipse.jdt.internal.compiler.apt.util.Archive
-
- UNKNOWN_ARCHIVE - Static variable in class org.eclipse.jdt.internal.compiler.tool.Archive
-
- 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
-
- 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
-
- 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
-
- unresolvableReference(NameReference, Binding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- UnresolvedAnnotationBinding - Class in org.eclipse.jdt.internal.compiler.lookup
-
- 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
-
- 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
-
- UnsafeElementTypeConversion - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- unsafeElementTypeConversion(Expression, TypeBinding, TypeBinding) - 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_STRING - Static variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
- 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
-
- 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
-
- UnusedTypeParameter - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- UnusedTypeParameter - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
-
- unusedTypeParameter(TypeParameter) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- 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
-
- 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
-
- 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
-
- updatedMethodDeclaration(int, Set) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredMethod
-
- updateDocComment() - Method in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
-
- updateDocComment() - Method in class org.eclipse.jdt.internal.compiler.parser.JavadocParser
-
- 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
-
- 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
-
- updateLineEnd() - Method in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
-
- 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
-
- updatePolymorphicMethodReturnType(PolymorphicMethodBinding, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
-
- updateRecoveryState() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- 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
-
- UPPER_ANNOTATION_TYPE - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
-
- 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
- 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
-
- 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
-
- useFlag - Variable in class org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding
-
- 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
-
- 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 - Class in org.eclipse.jdt.internal.compiler.apt.util
-
Util class that defines helper methods to read class contents with handling of wrong encoding
- Util() - Constructor for class org.eclipse.jdt.internal.compiler.apt.util.Util
-
- UTIL - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
-
- Util - Class in org.eclipse.jdt.internal.compiler.tool
-
Util class that defines helper methods to read class contents with handling of wrong encoding
- Util() - Constructor for class org.eclipse.jdt.internal.compiler.tool.Util
-
- Util - Class in org.eclipse.jdt.internal.compiler.util
-
- Util() - Constructor for class org.eclipse.jdt.internal.compiler.util.Util
-
- Util.Displayable - Interface in org.eclipse.jdt.internal.compiler.util
-
- Util.EncodingError - Class in org.eclipse.jdt.internal.compiler.apt.util
-
- Util.EncodingError(int, int) - Constructor for class org.eclipse.jdt.internal.compiler.apt.util.Util.EncodingError
-
- Util.EncodingError - Class in org.eclipse.jdt.internal.compiler.tool
-
- Util.EncodingError(int, int) - Constructor for class org.eclipse.jdt.internal.compiler.tool.Util.EncodingError
-
- Util.EncodingErrorCollector - Class in org.eclipse.jdt.internal.compiler.apt.util
-
- Util.EncodingErrorCollector(FileObject, String) - Constructor for class org.eclipse.jdt.internal.compiler.apt.util.Util.EncodingErrorCollector
-
- Util.EncodingErrorCollector - Class in org.eclipse.jdt.internal.compiler.tool
-
- Util.EncodingErrorCollector(FileObject, String) - Constructor for class org.eclipse.jdt.internal.compiler.tool.Util.EncodingErrorCollector
-
V
- VALIDATE_CLASS - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
-
- validateNullAnnotation(long, TypeReference, Annotation[]) - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
-
- validateOptions(boolean) - Method in class org.eclipse.jdt.internal.compiler.batch.Main
-
- 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
-
- valueCast - Variable in class org.eclipse.jdt.internal.compiler.ast.MessageSend
-
- valueHasOtherKeys(T2, T1) - Method in class org.eclipse.jdt.internal.compiler.apt.util.ManyToMany
-
Check whether value
has an association from any keys other
than key
- that is, whether the same value has been added
with multiple keys.
- valueIfFalse - Variable in class org.eclipse.jdt.internal.compiler.ast.ConditionalExpression
-
- valueIfTrue - Variable in class org.eclipse.jdt.internal.compiler.ast.ConditionalExpression
-
- 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 - 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
-
- 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
-
- VARARGS_COMPATIBLE - Static variable in class org.eclipse.jdt.internal.compiler.lookup.Scope
-
- 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 class org.eclipse.jdt.internal.compiler.lookup.Binding
-
- VariableBinding - Class in org.eclipse.jdt.internal.compiler.lookup
-
- VariableBinding(char[], TypeBinding, int, Constant) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.VariableBinding
-
- VariableElementImpl - Class in org.eclipse.jdt.internal.compiler.apt.model
-
Implementation of VariableElement, which represents a a field, enum constant,
method or constructor parameter, local variable, or exception parameter.
- variablesCounter - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- 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
-
- 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_RECOVERY - Static variable in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- 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
-
- 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
-
- verifyMethods(MethodVerifier) - Method in class org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope
-
- verifySpaceOrEndComment() - Method in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
-
- VERSION_1_1 - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
-
- VERSION_1_2 - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
-
- VERSION_1_3 - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
-
- VERSION_1_4 - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
-
- VERSION_1_5 - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
-
- VERSION_1_6 - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
-
- 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_JSR14 - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
-
- 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
-
- 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(Argument, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.apt.dispatch.AnnotationDiscoveryVisitor
-
- visit(ConstructorDeclaration, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.apt.dispatch.AnnotationDiscoveryVisitor
-
- visit(FieldDeclaration, MethodScope) - Method in class org.eclipse.jdt.internal.compiler.apt.dispatch.AnnotationDiscoveryVisitor
-
- visit(MethodDeclaration, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.apt.dispatch.AnnotationDiscoveryVisitor
-
- visit(TypeDeclaration, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.apt.dispatch.AnnotationDiscoveryVisitor
-
- visit(TypeDeclaration, CompilationUnitScope) - Method in class org.eclipse.jdt.internal.compiler.apt.dispatch.AnnotationDiscoveryVisitor
-
- 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
-
- visitedTypes - Variable in class org.eclipse.jdt.internal.compiler.ClassFile
-
- 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
-
W
- 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
-
- 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
-
- wasEnclosingInstanceSupplied - Variable in class org.eclipse.jdt.internal.compiler.lookup.InnerEmulationDependency
-
- wasInferred - Variable in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding
-
- wellKnownType(Scope, int) - Static method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
-
Match a well-known type id to its binding
- WhileStatement - Class in org.eclipse.jdt.internal.compiler.ast
-
- WhileStatement(Expression, Statement, int, int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.WhileStatement
-
- 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_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.internal.compiler.lookup.Binding
-
- 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
-
- WildcardTypeImpl - Class in org.eclipse.jdt.internal.compiler.apt.model
-
Implementation of the WildcardType
- withoutUnicodeBuffer - Variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
- withoutUnicodePtr - Variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
- 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.
- wrappedConstantValue - Variable in class org.eclipse.jdt.internal.compiler.classfmt.FieldInfo
-
- WRITE - Static variable in class org.eclipse.jdt.internal.compiler.ast.FieldReference
-
- WRITE - Static variable in class org.eclipse.jdt.internal.compiler.ast.SingleNameReference
-
- 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
-
- 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
-
- 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
- XML - Static variable in class org.eclipse.jdt.internal.compiler.batch.Main.Logger
-
- XOR - Static variable in interface org.eclipse.jdt.internal.compiler.ast.OperatorIds
-
Z
- ZIP - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
-
- zipFile - Variable in class org.eclipse.jdt.internal.compiler.batch.ClasspathJar
-
_
- _binding - Variable in class org.eclipse.jdt.internal.compiler.apt.model.AnnotationMirrorImpl
-
- _binding - Variable in class org.eclipse.jdt.internal.compiler.apt.model.ElementImpl
-
- _binding - Variable in class org.eclipse.jdt.internal.compiler.apt.model.TypeMirrorImpl
-
- _compiler - Variable in class org.eclipse.jdt.internal.compiler.apt.dispatch.BaseProcessingEnvImpl
-
- _compilerOwner - Variable in class org.eclipse.jdt.internal.compiler.apt.dispatch.BatchProcessingEnvImpl
-
- _createdFiles - Variable in class org.eclipse.jdt.internal.compiler.apt.dispatch.BatchFilerImpl
-
- _dispatchManager - Variable in class org.eclipse.jdt.internal.compiler.apt.dispatch.BatchFilerImpl
-
- _dispatchManager - Variable in class org.eclipse.jdt.internal.compiler.apt.dispatch.BatchProcessingEnvImpl
-
- _elementUtils - Variable in class org.eclipse.jdt.internal.compiler.apt.dispatch.BaseProcessingEnvImpl
-
- _env - Variable in class org.eclipse.jdt.internal.compiler.apt.dispatch.BatchFilerImpl
-
- _env - Variable in class org.eclipse.jdt.internal.compiler.apt.model.AnnotationMirrorImpl
-
- _env - Variable in class org.eclipse.jdt.internal.compiler.apt.model.ElementImpl
-
- _env - Variable in class org.eclipse.jdt.internal.compiler.apt.model.TypeMirrorImpl
-
- _err - Variable in class org.eclipse.jdt.internal.compiler.apt.dispatch.BaseAnnotationProcessorManager
-
- _fileManager - Variable in class org.eclipse.jdt.internal.compiler.apt.dispatch.BatchFilerImpl
-
- _fileManager - Variable in class org.eclipse.jdt.internal.compiler.apt.dispatch.BatchProcessingEnvImpl
-
- _fileName - Variable in class org.eclipse.jdt.internal.compiler.apt.dispatch.HookedJavaFileObject
-
The name of the file that is created; this is passed to the CompilationUnit constructor,
and ultimately to the java.io.File constructor, so it is a normal pathname, just like
what would be on the compiler command line.
- _filer - Variable in class org.eclipse.jdt.internal.compiler.apt.dispatch.BaseProcessingEnvImpl
-
- _filer - Variable in class org.eclipse.jdt.internal.compiler.apt.dispatch.HookedJavaFileObject
-
The Filer implementation that we need to notify when a new file is created.
- _isFirstRound - Variable in class org.eclipse.jdt.internal.compiler.apt.dispatch.BaseAnnotationProcessorManager
-
- _messager - Variable in class org.eclipse.jdt.internal.compiler.apt.dispatch.BaseProcessingEnvImpl
-
- _out - Variable in class org.eclipse.jdt.internal.compiler.apt.dispatch.BaseAnnotationProcessorManager
-
- _printProcessorInfo - Variable in class org.eclipse.jdt.internal.compiler.apt.dispatch.BaseAnnotationProcessorManager
-
- _printRounds - Variable in class org.eclipse.jdt.internal.compiler.apt.dispatch.BaseAnnotationProcessorManager
-
- _processingEnv - Variable in class org.eclipse.jdt.internal.compiler.apt.dispatch.BaseAnnotationProcessorManager
-
- _processorOptions - Variable in class org.eclipse.jdt.internal.compiler.apt.dispatch.BaseProcessingEnvImpl
-
- _processors - Variable in class org.eclipse.jdt.internal.compiler.apt.dispatch.BaseAnnotationProcessorManager
-
The list of processors that have been loaded so far.
- _referenceContext - Variable in class org.eclipse.jdt.internal.compiler.apt.dispatch.AptProblem
-
May be null, if it was not possible to identify problem context
- _round - Variable in class org.eclipse.jdt.internal.compiler.apt.dispatch.BaseAnnotationProcessorManager
-
- _typeUtils - Variable in class org.eclipse.jdt.internal.compiler.apt.dispatch.BaseProcessingEnvImpl
-
A B C D E F G H I J K L M N O P Q R S T U V W X Z _
Copyright © 2013. All rights reserved.