- 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.LambdaExpression
-
- 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
-
- abstractFirst(MethodBinding[], int) - Static method in class org.eclipse.jdt.internal.compiler.util.Sorting
-
- 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 (not from the JVMS, should have been defined in ExtraCompilerModifiers).
- 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
-
- AccDefaultMethod - 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
-
Bits that are depending upon ClassFileConstants (relying that classfiles only use the 16 lower bits).
- AccLocallyUsed - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.ExtraCompilerModifiers
-
- AccMandated - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
-
From classfile version 52 (compliance 1.8 up), meaning that a formal parameter is mandated
by a language specification, so all compilers for the language must emit it.
- 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
-
- actualMethodBinding - Variable in class org.eclipse.jdt.internal.compiler.ast.FunctionalExpression
-
- 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.
- actualType() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
-
- actualType() - Method in class org.eclipse.jdt.internal.compiler.lookup.WildcardBinding
-
- 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(LocalDeclaration, int) - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredField
-
- 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
-
- addContainee(Annotation) - Method in class org.eclipse.jdt.internal.compiler.ast.ContainerAnnotation
-
- 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.
- addProblemMethod(ProblemMethodBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.InferenceContext18
-
- 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.ast.LambdaExpression
-
- 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
-
- addSyntheticArrayClone(SyntheticMethodBinding) - Method in class org.eclipse.jdt.internal.compiler.ClassFile
-
- addSyntheticArrayConstructor(SyntheticMethodBinding) - Method in class org.eclipse.jdt.internal.compiler.ClassFile
-
- addSyntheticArrayMethod(ArrayBinding, int) - Method in class org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
-
- 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.
- addSyntheticDeserializeLambda(SyntheticMethodBinding, SyntheticMethodBinding[]) - Method in class org.eclipse.jdt.internal.compiler.ClassFile
-
- 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
- addSyntheticFactoryMethod(SyntheticMethodBinding) - Method in class org.eclipse.jdt.internal.compiler.ClassFile
-
- addSyntheticFactoryMethod(MethodBinding, MethodBinding, TypeBinding[]) - Method in class org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
-
- 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(LambdaExpression) - 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
-
- addThrowsContraints(TypeBinding[], InferenceVariable[], ReferenceBinding[]) - Method in class org.eclipse.jdt.internal.compiler.lookup.InferenceContext18
-
JLS 18.1.3 Bounds: throws α: the inference variable α appears in a throws clause
- addTypeVariableSubstitutions(TypeBinding[]) - Method in class org.eclipse.jdt.internal.compiler.lookup.InferenceContext18
-
Add new inference variables for the given type variables.
- 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
-
- allBounds() - Method in class org.eclipse.jdt.internal.compiler.lookup.WildcardBinding
-
- 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
-
- allTypeAnnotationContexts - Variable in class org.eclipse.jdt.internal.compiler.codegen.TypeAnnotationCodeStream
-
- 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
-
- alreadyCompletedLocalInitialization - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveredLocalVariable
-
- alreadyDefinedLabel(char[], ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- ALTMETAFACTORY - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
-
- 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
-
- analyse(TypeBinding, TypeBinding, int) - Static method in class org.eclipse.jdt.internal.compiler.ast.NullAnnotationMatching
-
Find any mismatches between the two given types, which are caused by null type annotations.
- analyse(TypeBinding, TypeBinding, TypeBinding, int, NullAnnotationMatching.CheckMode) - Static method in class org.eclipse.jdt.internal.compiler.ast.NullAnnotationMatching
-
Find any mismatches between the two given types, which are caused by null type annotations.
- 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.LambdaExpression
-
- 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.ReferenceExpression
-
- 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
-
- AnnotatableTypeSystem - Class in org.eclipse.jdt.internal.compiler.lookup
-
- AnnotatableTypeSystem(LookupEnvironment) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.AnnotatableTypeSystem
-
- annotatedDebugName() - Method in class org.eclipse.jdt.internal.compiler.lookup.ArrayBinding
-
- annotatedDebugName() - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
-
- annotatedDebugName() - Method in class org.eclipse.jdt.internal.compiler.lookup.RawTypeBinding
-
- annotatedDebugName() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
-
- annotatedDebugName() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding
-
- annotatedDebugName() - Method in class org.eclipse.jdt.internal.compiler.lookup.WildcardBinding
-
- annotateTypeReference(Wildcard) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- Annotation - Class in org.eclipse.jdt.internal.compiler.ast
-
Annotation
- Annotation() - Constructor for class org.eclipse.jdt.internal.compiler.ast.Annotation
-
- annotation - Variable in class org.eclipse.jdt.internal.compiler.codegen.AnnotationContext
-
- 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.
- AnnotationBinding(ReferenceBinding, ElementValuePair[]) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding
-
- 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
-
- AnnotationContext - Class in org.eclipse.jdt.internal.compiler.codegen
-
- AnnotationContext(Annotation, Expression, int, int) - Constructor for class org.eclipse.jdt.internal.compiler.codegen.AnnotationContext
-
- 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
-
- 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
-
- AnnotationForTypeParameter - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
-
- AnnotationForTypeUse - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
-
- AnnotationFunctionalInterface - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
-
From Java 8
- 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
-
- AnnotationNullMASK - 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
-
- AnnotationRepeatable - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
-
From Java 8
- 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.ast.TypeReference
-
- 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
-
- annotationsOnDimensions - Variable in class org.eclipse.jdt.internal.compiler.ast.ArrayAllocationExpression
-
- 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
-
- AnnotationTargetTypeConstants - Interface in org.eclipse.jdt.internal.compiler.codegen
-
- 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
-
- ANONYMOUS_METHOD - 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_DBUTILS - 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
-
- appendNullAnnotation(StringBuffer, CompilerOptions) - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
-
- APPLICABILITY - Static variable in class org.eclipse.jdt.internal.compiler.lookup.Scope
-
Request Invocation Applicability Inference (18.5.1).
- APPLICABILITY_INFERRED - Static variable in class org.eclipse.jdt.internal.compiler.lookup.InferenceContext18
-
Applicability Inference (18.5.1) has been completed.
- ApplicableMethodOverriddenByInapplicable - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- ApplicableMethodOverriddenByInapplicable - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.ProblemReasons
-
- applyCloseableClassWhitelists() - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
-
- applyCloseableInterfaceWhitelists() - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
-
- applyTypeArgumentsOnConstructor(TypeBinding[]) - Method in class org.eclipse.jdt.internal.compiler.lookup.SyntheticFactoryMethodBinding
-
Apply the given type arguments on the (declaring class of the) actual constructor being represented by this factory method.
- 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
-
- areReturnTypesCompatible(MethodBinding, MethodBinding, LookupEnvironment) - Static method in class org.eclipse.jdt.internal.compiler.lookup.MethodVerifier
-
- areSameTypes(TypeBinding, TypeBinding, TypeBinding) - Static method in class org.eclipse.jdt.internal.compiler.ast.NullAnnotationMatching
-
Are both types identical wrt the unannotated type and any null type annotations? Only unstructured types and captures are considered.
- 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(char[], long, TypeReference, int, boolean) - 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
-
- arguments - Variable in class org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
-
- arguments - Variable in class org.eclipse.jdt.internal.compiler.ast.AllocationExpression
-
- arguments() - Method in class org.eclipse.jdt.internal.compiler.ast.AllocationExpression
-
- arguments - Variable in class org.eclipse.jdt.internal.compiler.ast.ExplicitConstructorCall
-
- arguments() - Method in class org.eclipse.jdt.internal.compiler.ast.ExplicitConstructorCall
-
- arguments() - Method in interface org.eclipse.jdt.internal.compiler.ast.Invocation
-
- arguments - Variable in class org.eclipse.jdt.internal.compiler.ast.LambdaExpression
-
- arguments() - Method in class org.eclipse.jdt.internal.compiler.ast.LambdaExpression
-
- arguments - Variable in class org.eclipse.jdt.internal.compiler.ast.MessageSend
-
- arguments() - Method in class org.eclipse.jdt.internal.compiler.ast.MessageSend
-
- arguments - Variable in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
-
- argumentsHaveErrors - Variable in class org.eclipse.jdt.internal.compiler.ast.AllocationExpression
-
- argumentsHaveErrors - Variable in class org.eclipse.jdt.internal.compiler.ast.MessageSend
-
- argumentsTypeElided() - Method in class org.eclipse.jdt.internal.compiler.ast.FunctionalExpression
-
- argumentsTypeElided() - Method in class org.eclipse.jdt.internal.compiler.ast.LambdaExpression
-
- ArgumentTypeAmbiguous - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- ArgumentTypeCannotBeVoid - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- argumentTypeCannotBeVoid(ASTNode, 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
-
- argumentTypes() - Method in class org.eclipse.jdt.internal.compiler.ast.LambdaExpression
-
- 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
-
- ArrayClone - Static variable in class org.eclipse.jdt.internal.compiler.lookup.SyntheticMethodBinding
-
- 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
-
- ArrayConstructor - Static variable in class org.eclipse.jdt.internal.compiler.lookup.SyntheticMethodBinding
-
- 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
-
- ArrayQualifiedTypeReference(char[][], int, Annotation[][], 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
-
- ArrayReferencePotentialNullReference - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- arrayReferencePotentialNullReference(ArrayReference) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- 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.
- ArrayTypeReference(char[], int, Annotation[][], long) - Constructor for class org.eclipse.jdt.internal.compiler.ast.ArrayTypeReference
-
- arrowPosition - Variable in class org.eclipse.jdt.internal.compiler.ast.LambdaExpression
-
- arrowPosition() - Method in class org.eclipse.jdt.internal.compiler.ast.LambdaExpression
-
- 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
-
- asRawMethod(LookupEnvironment) - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
-
- 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
-
- AssertionFailedException(String) - Constructor for exception org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo.AssertionFailedException
-
- 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
-
- assistNodeNeedsStacking() - Method in class org.eclipse.jdt.internal.compiler.parser.CommitRollbackParser
-
- 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
-
- atConflictScenario(int) - Method in interface org.eclipse.jdt.internal.compiler.parser.ConflictedParser
-
- atConflictScenario(int) - Method in class org.eclipse.jdt.internal.compiler.parser.diagnose.DiagnoseParser
-
- atConflictScenario(int) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- 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
-
- AttemptToBypassDirectSuper - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.ProblemReasons
-
- 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_METHOD_PARAMETERS - 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_TYPE_ANNOTATION - 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
-
- atTypeAnnotation() - Method in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
- augmentTypeWithAdditionalDimensions(int, Annotation[][], boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.IntersectionCastTypeReference
-
- augmentTypeWithAdditionalDimensions(int, Annotation[][], boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.JavadocImplicitTypeReference
-
- augmentTypeWithAdditionalDimensions(int, Annotation[][], boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.ParameterizedQualifiedTypeReference
-
- augmentTypeWithAdditionalDimensions(int, Annotation[][], boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.ParameterizedSingleTypeReference
-
- augmentTypeWithAdditionalDimensions(int, Annotation[][], boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.QualifiedTypeReference
-
- augmentTypeWithAdditionalDimensions(int, Annotation[][], boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.SingleTypeReference
-
- augmentTypeWithAdditionalDimensions(int, Annotation[][], boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.TypeReference
-
- augmentTypeWithAdditionalDimensions(int, Annotation[][], boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.UnionTypeReference
-
- augmentTypeWithAdditionalDimensions(TypeReference, int, Annotation[][], boolean) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- 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
-
- automatonState() - Method in class org.eclipse.jdt.internal.compiler.parser.CommitRollbackParser
-
- automatonState() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- automatonWillShift(int, int) - Method in class org.eclipse.jdt.internal.compiler.parser.CommitRollbackParser
-
- automatonWillShift(int, int) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- 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)
- awaitingColonColon() - Method in class org.eclipse.jdt.internal.compiler.parser.diagnose.LexStream
-
- 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
-
- cacheDerivedType(TypeBinding, TypeBinding, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeSystem
-
- 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.IntersectionCastTypeBinding
-
- 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(PackageBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.IntersectionCastTypeBinding
-
- canBeSeenBy(Scope) - Method in class org.eclipse.jdt.internal.compiler.lookup.IntersectionCastTypeBinding
-
- canBeSeenBy(ReferenceBinding, ReferenceBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.IntersectionCastTypeBinding
-
- 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.
- canBeSeenBy(Scope) - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
-
- 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(ASTNode, 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, boolean) - 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(Expression, 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
-
- cannotReferToNonEffectivelyFinalOuterLocal(LocalVariableBinding, ASTNode) - 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 - Static variable in class org.eclipse.jdt.internal.compiler.lookup.ReductionResult
-
- 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)
- CAPTURE18 - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
-
- CaptureBinding - Class in org.eclipse.jdt.internal.compiler.lookup
-
- CaptureBinding(WildcardBinding, ReferenceBinding, int, int) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.CaptureBinding
-
- CaptureBinding(ReferenceBinding, char[], int, int, LookupEnvironment) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.CaptureBinding
-
- CaptureBinding(CaptureBinding) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.CaptureBinding
-
- CaptureBinding18 - Class in org.eclipse.jdt.internal.compiler.lookup
-
Capture-like type variable introduced during 1.8 type inference.
- CaptureBinding18(ReferenceBinding, char[], char[], int, int, LookupEnvironment) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.CaptureBinding18
-
- 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 interface org.eclipse.jdt.internal.compiler.codegen.AnnotationTargetTypeConstants
-
- 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_LOOSE - Static variable in class org.eclipse.jdt.internal.compiler.lookup.InferenceContext18
-
- 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_STRICT - Static variable in class org.eclipse.jdt.internal.compiler.lookup.InferenceContext18
-
- check_table - Static variable in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- CHECK_VARARG - Static variable in class org.eclipse.jdt.internal.compiler.lookup.InferenceContext18
-
- checkAccess(BlockScope, ReferenceBinding) - Method in class org.eclipse.jdt.internal.compiler.ast.ThisReference
-
- checkAgainstFinalTargetType(TypeBinding, Scope) - Method in class org.eclipse.jdt.internal.compiler.ast.AllocationExpression
-
- checkAgainstFinalTargetType(TypeBinding, Scope) - Method in class org.eclipse.jdt.internal.compiler.ast.ConditionalExpression
-
- checkAgainstFinalTargetType(TypeBinding, Scope) - Method in class org.eclipse.jdt.internal.compiler.ast.Expression
-
Once outer contexts have finalized the target type for this expression,
perform any checks that might have been delayed previously.
- checkAgainstFinalTargetType(TypeBinding, Scope) - Method in class org.eclipse.jdt.internal.compiler.ast.FunctionalExpression
-
- checkAgainstFinalTargetType(TypeBinding, Scope) - Method in class org.eclipse.jdt.internal.compiler.ast.MessageSend
-
- checkAgainstNullTypeAnnotation(BlockScope, TypeBinding, Expression, FlowContext, FlowInfo) - Method in class org.eclipse.jdt.internal.compiler.ast.Statement
-
- checkAndSetModifiers(int) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- checkAppropriateMethodAgainstSupers(char[], MethodBinding, TypeBinding[], InvocationSite) - Method in class org.eclipse.jdt.internal.compiler.lookup.BlockScope
-
15.12.3 (Java 8) "Compile-Time Step 3: Is the Chosen Method Appropriate?"
- checkAssignment(BlockScope, FlowContext, VariableBinding, int, Expression, TypeBinding) - Static method in class org.eclipse.jdt.internal.compiler.ast.NullAnnotationMatching
-
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
-
- checkcast(TypeReference, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- checkcast(TypeReference, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.codegen.TypeAnnotationCodeStream
-
- 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.
- checkContainerAnnotationType(ASTNode, BlockScope, ReferenceBinding, ReferenceBinding, boolean) - Static method in class org.eclipse.jdt.internal.compiler.ast.Annotation
-
- checkContainingAnnotationTargetAtUse(Annotation, BlockScope, TypeBinding, TypeBinding) - Static method in class org.eclipse.jdt.internal.compiler.ast.Annotation
-
- 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
-
- checkEffectiveFinality(LocalVariableBinding, Scope) - Method in class org.eclipse.jdt.internal.compiler.ast.NameReference
-
- 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
-
- checkForContraditions(MethodBinding, InvocationSite, Scope) - Static method in class org.eclipse.jdt.internal.compiler.ast.NullAnnotationMatching
-
After a method has substituted type parameters, check if this resulted in any contradictory null annotations.
- checkForDiamond(TypeReference) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- checkForInstancesOfRepeatableWithRepeatingContainerAnnotation(BlockScope, ReferenceBinding, Annotation[]) - Static method in class org.eclipse.jdt.internal.compiler.ast.Annotation
-
Check to see if a repeating annotation is in fact of a container annotation type for an annotation which is also present at the same target.
- 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.ArrayReference
-
- 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
-
- checkNullConstraints(Scope, TypeReference[]) - Method in class org.eclipse.jdt.internal.compiler.ast.TypeReference
-
Check all typeArguments against null constraints on their corresponding type variables.
- checkNullConstraints(Scope, TypeBinding[], int) - Method in class org.eclipse.jdt.internal.compiler.ast.TypeReference
-
Check whether this type reference conforms to all null constraints defined for any of the given type variables.
- 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, boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
-
- checkRedundantNullnessDefaultRecurse(ASTNode, Annotation[], long, boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.LocalTypeBinding
-
- checkRedundantNullnessDefaultRecurse(ASTNode, Annotation[], long, boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.NestedTypeBinding
-
- checkRedundantNullnessDefaultRecurse(ASTNode, Annotation[], long, boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
-
Recursively check if the given annotations are redundant with equal annotations at an enclosing level.
- checkRepeatableMetaAnnotation(BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.Annotation
-
- 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.
- checkUninternedIdentityComparison - Variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
- 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_EXTENDS - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.AnnotationTargetTypeConstants
-
- 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
-
- CLASS_TYPE_PARAMETER - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.AnnotationTargetTypeConstants
-
- CLASS_TYPE_PARAMETER_BOUND - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.AnnotationTargetTypeConstants
-
- 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
-
- ClasspathNormalizer() - Constructor for class org.eclipse.jdt.internal.compiler.batch.FileSystem.ClasspathNormalizer
-
- 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 class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
-
- clone(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.BaseTypeBinding
-
- clone(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding
-
- clone(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.CaptureBinding
-
- clone(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.CaptureBinding18
-
- clone(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.LocalTypeBinding
-
- clone(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.MemberTypeBinding
-
- clone(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.MissingTypeBinding
-
- clone(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.NullTypeBinding
-
- clone(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
-
- clone(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.ProblemReferenceBinding
-
- clone(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.RawTypeBinding
-
- clone(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
-
- clone(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
-
Virtual copy constructor: a copy is made of the receiver's entire instance state and then suitably
parameterized by the arguments to the clone operation as seen fit by each type.
- CLONE - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
-
- clone(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding
-
- clone(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding
-
- clone(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.VoidTypeBinding
-
- clone(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.WildcardBinding
-
- 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
-
- CloneSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
-
- 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
-
- CloseMethodRecord(char[][], char[], int) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.TypeConstants.CloseMethodRecord
-
- 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.
- colonColonStart - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- 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
-
- combineTypeAnnotations(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding
-
- 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
-
- commit() - Method in class org.eclipse.jdt.internal.compiler.parser.CommitRollbackParser
-
- CommitRollbackParser - Class in org.eclipse.jdt.internal.compiler.parser
-
- CommitRollbackParser() - Constructor for class org.eclipse.jdt.internal.compiler.parser.CommitRollbackParser
-
- 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.ReductionResult
-
Used to accept unchecked conversion to make ecj conform with javac bug https://bugs.openjdk.java.net/browse/JDK-8026527
- 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.FunctionalExpression
-
- compilationResult() - Method in class org.eclipse.jdt.internal.compiler.ast.LambdaExpression
-
- 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
-
- Compiler(INameEnvironment, IErrorHandlingPolicy, Map, ICompilerRequestor, IProblemFactory, boolean) - Constructor for class org.eclipse.jdt.internal.compiler.Compiler
-
- 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 - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
-
- 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
-
- compilerAnnotation - Variable in class org.eclipse.jdt.internal.compiler.ast.Annotation
-
The representation of this annotation in the type system.
- 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
-
- 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.
- complainOnUninternedIdentityComparison - Variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
-
- 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
-
- computeBoxingType() - Method in class org.eclipse.jdt.internal.compiler.lookup.PolyTypeBinding
-
- computeCompatibleMethod(MethodBinding, TypeBinding[], Scope, InvocationSite, int) - 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, int) - 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, int, 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
-
- computeConversions(BlockScope, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.ast.ConditionalExpression
-
- 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, Annotation[][]) - 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
-
- computeSubstituteMethod(MethodBinding, MethodBinding, LookupEnvironment) - Static method in class org.eclipse.jdt.internal.compiler.lookup.MethodVerifier
-
- 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.CaptureBinding18
-
- 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.
- concreteFirst(MethodBinding[], int) - Static method in class org.eclipse.jdt.internal.compiler.util.Sorting
-
- 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
-
- ConflictedParser - Interface in org.eclipse.jdt.internal.compiler.parser
-
- 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.InferenceVariable
-
- constantPoolName() - Method in class org.eclipse.jdt.internal.compiler.lookup.IntersectionCastTypeBinding
-
- 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.PolyTypeBinding
-
- 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
-
- ConstraintExceptionFormula - Class in org.eclipse.jdt.internal.compiler.lookup
-
Constraint formula expressing that a given expression must have an exception type.
- ConstraintExceptionFormula(FunctionalExpression, TypeBinding) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.ConstraintExceptionFormula
-
- constraintsWithUncheckedConversion - Variable in class org.eclipse.jdt.internal.compiler.lookup.InferenceContext18
-
Signals whether any type compatibility makes use of unchecked conversion.
- ConstructedArrayIncompatible - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- constructedArrayIncompatible(ReferenceExpression, TypeBinding, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- ConstructionTypeMismatch - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- CONSTRUCTOR_INVOCATION_TYPE_ARGUMENT - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.AnnotationTargetTypeConstants
-
- CONSTRUCTOR_REFERENCE - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.AnnotationTargetTypeConstants
-
- CONSTRUCTOR_REFERENCE_TYPE_ARGUMENT - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.AnnotationTargetTypeConstants
-
- 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
-
- ConstructorReferenceNotBelow18 - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- 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
-
- consumeBlockStatement() - 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
-
- consumeCastExpressionLL1WithBounds() - 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
-
- consumeElidedLeftBraceAndReturn() - 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
-
- consumeEmptyTypeArguments() - 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
-
- consumeExplicitThisParameter(boolean) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeExpression() - 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
-
- consumeIdentifierOrNew(boolean) - 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
-
- consumeInsideCastExpressionLL1WithBounds() - 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
-
- consumeInterfaceMethodDeclaration(boolean) - 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
-
- consumeInvocationExpression() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeLabel() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeLambdaExpression() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeLambdaHeader() - 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(boolean) - 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, 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
-
- consumeNestedLambda() - 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
-
- consumeNonTypeUseName() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeNormalAnnotation(boolean) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeOneDimLoop(boolean) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeOneMoreTypeAnnotation() - 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
-
- consumePushCombineModifiers() - 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(boolean) - 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
-
- consumeReferenceExpression(ReferenceExpression) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeReferenceExpressionGenericTypeForm() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeReferenceExpressionPrimaryForm() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeReferenceExpressionSuperForm() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeReferenceExpressionTypeArgumentsAndTrunk(boolean) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeReferenceExpressionTypeForm(boolean) - 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(boolean) - 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
-
- consumeTypeAnnotation() - 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
-
- consumeTypeElidedLambdaParameter(boolean) - 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
-
- consumeUnannotatableQualifiedName() - 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
-
- consumeVariableDeclaratorIdParameter() - 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
-
- consumeZeroAdditionalBounds() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- consumeZeroTypeAnnotations() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- ContainerAnnotation - Class in org.eclipse.jdt.internal.compiler.ast
-
- ContainerAnnotation(Annotation, ReferenceBinding, BlockScope) - Constructor for class org.eclipse.jdt.internal.compiler.ast.ContainerAnnotation
-
- containerAnnotationType() - Method in class org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding
-
- containerAnnotationType() - Method in class org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
-
- containerAnnotationType() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
-
- ContainerAnnotationTypeHasNonDefaultMembers - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- containerAnnotationTypeHasNonDefaultMembers(ASTNode, ReferenceBinding, char[]) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- ContainerAnnotationTypeHasShorterRetention - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- containerAnnotationTypeHasShorterRetention(ASTNode, ReferenceBinding, String, ReferenceBinding, String) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- ContainerAnnotationTypeHasWrongValueType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- containerAnnotationTypeHasWrongValueType(ASTNode, ReferenceBinding, ReferenceBinding, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- ContainerAnnotationTypeMustHaveValue - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- containerAnnotationTypeMustHaveValue(ASTNode, ReferenceBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- 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
-
- containsNullTypeAnnotation(IBinaryAnnotation[]) - Method in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
-
- 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 - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.ProblemReasons
-
- contradictoryNullAnnotations(Annotation) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- contradictoryNullAnnotations(Annotation[]) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- contradictoryNullAnnotations(int, int) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- ContradictoryNullAnnotationsInferred - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- contradictoryNullAnnotationsInferred(MethodBinding, ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- contradictoryNullAnnotationsInferred(MethodBinding, InvocationSite) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- contradictoryNullAnnotationsInferred(MethodBinding, int, int) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- ContradictoryNullAnnotationsOnBound - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- contradictoryNullAnnotationsOnBounds(Annotation, long) - 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
-
- 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
-
- copySE8AnnotationsToType(BlockScope, Binding, Annotation[], boolean) - Static method in class org.eclipse.jdt.internal.compiler.ast.ASTNode
-
- copyState(CommitRollbackParser) - Method in class org.eclipse.jdt.internal.compiler.parser.CommitRollbackParser
-
- copyState(CommitRollbackParser) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- 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
-
- createAnnotatedType(TypeBinding, AnnotationBinding[][]) - Method in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
-
- createAnnotatedType(TypeBinding, AnnotationBinding[]) - Method in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
-
- 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, AnnotationBinding[]) - Method in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
-
- createArrayType(TypeBinding, int) - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
-
- createArrayType(TypeBinding, int, AnnotationBinding[]) - 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
-
- createInitialBoundSet(TypeVariableBinding[]) - Method in class org.eclipse.jdt.internal.compiler.lookup.InferenceContext18
-
JLS 18.1.3: Create initial bounds from a given set of type parameters declarations.
- createInitialConstraintsForParameters(TypeBinding[], boolean, TypeBinding, MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.InferenceContext18
-
JLS 18.5.1: compute bounds from formal and actual parameters.
- createIntersectionCastType(ReferenceBinding[]) - Method in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
-
- createIntersectionCastTypeReference(TypeReference[]) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- 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
-
- createMemberType(ReferenceBinding, ReferenceBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
-
- 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
-
- createParameterizedType(ReferenceBinding, TypeBinding[], ReferenceBinding, AnnotationBinding[]) - 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
- createPseudoExpressions(TypeBinding[]) - Method in class org.eclipse.jdt.internal.compiler.ast.ReferenceExpression
-
- createRawType(ReferenceBinding, ReferenceBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
-
- createRawType(ReferenceBinding, ReferenceBinding, AnnotationBinding[]) - 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
-
- createSnapShotParser() - Method in class org.eclipse.jdt.internal.compiler.parser.CommitRollbackParser
-
- 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
-
- createUnresolvedAnnotation(ReferenceBinding, ElementValuePair[]) - Method in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
-
- createWildcard(ReferenceBinding, int, TypeBinding, TypeBinding[], int) - Method in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
-
- createWildcard(ReferenceBinding, int, TypeBinding, TypeBinding[], int, AnnotationBinding[]) - 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.CommitRollbackParser
-
- ECLIPSE - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
-
- EclipseCompiler - Class in org.eclipse.jdt.internal.compiler.tool
-
Implementation of a batch compiler that supports the jsr199
- EclipseCompiler() - Constructor for class org.eclipse.jdt.internal.compiler.tool.EclipseCompiler
-
- EclipseCompilerImpl - Class in org.eclipse.jdt.internal.compiler.tool
-
- EclipseCompilerImpl(PrintWriter, PrintWriter, boolean) - Constructor for class org.eclipse.jdt.internal.compiler.tool.EclipseCompilerImpl
-
- EclipseFileManager - Class in org.eclipse.jdt.internal.compiler.apt.util
-
Implementation of the Standard Java File Manager
- EclipseFileManager(Locale, Charset) - Constructor for class org.eclipse.jdt.internal.compiler.apt.util.EclipseFileManager
-
- EclipseFileManager - Class in org.eclipse.jdt.internal.compiler.tool
-
Implementation of the Standard Java File Manager
- EclipseFileManager(Locale, Charset) - Constructor for class org.eclipse.jdt.internal.compiler.tool.EclipseFileManager
-
- EclipseFileObject - Class in org.eclipse.jdt.internal.compiler.apt.util
-
Implementation of a Java file object that corresponds to a file on the file system
- EclipseFileObject(String, URI, JavaFileObject.Kind, Charset) - Constructor for class org.eclipse.jdt.internal.compiler.apt.util.EclipseFileObject
-
- EclipseFileObject - Class in org.eclipse.jdt.internal.compiler.tool
-
Implementation of a Java file object that corresponds to a file on the file system
- EclipseFileObject(String, URI, JavaFileObject.Kind, Charset) - Constructor for class org.eclipse.jdt.internal.compiler.tool.EclipseFileObject
-
- effectivelyEqual(Object[], Object[]) - Static method in class org.eclipse.jdt.internal.compiler.util.Util
-
- elapsedTime() - Method in class org.eclipse.jdt.internal.compiler.impl.CompilerStats
-
Returns the total elapsed time (between start and end)
- elementAt(int) - Method in class org.eclipse.jdt.internal.compiler.util.CompoundNameVector
-
- elementAt(int) - Method in class org.eclipse.jdt.internal.compiler.util.ObjectVector
-
- elementAt(int) - Method in class org.eclipse.jdt.internal.compiler.util.SimpleNameVector
-
- ElementImpl - Class in org.eclipse.jdt.internal.compiler.apt.model
-
Element represents any defined Java language element - a package,
a method, a class or interface.
- ElementImpl(BaseProcessingEnvImpl, Binding) - Constructor for class org.eclipse.jdt.internal.compiler.apt.model.ElementImpl
-
- ElementsImpl - Class in org.eclipse.jdt.internal.compiler.apt.model
-
Utilities for working with language elements.
- ElementsImpl(BaseProcessingEnvImpl) - Constructor for class org.eclipse.jdt.internal.compiler.apt.model.ElementsImpl
-
- elementSize - Variable in class org.eclipse.jdt.internal.compiler.util.HashSetOfInt
-
- elementSize - Variable in class org.eclipse.jdt.internal.compiler.util.HashtableOfInt
-
- elementSize - Variable in class org.eclipse.jdt.internal.compiler.util.HashtableOfIntValues
-
- elementSize - Variable in class org.eclipse.jdt.internal.compiler.util.HashtableOfLong
-
- elementSize - Variable in class org.eclipse.jdt.internal.compiler.util.HashtableOfObject
-
- elementSize - Variable in class org.eclipse.jdt.internal.compiler.util.HashtableOfObjectToInt
-
- elementSize - Variable in class org.eclipse.jdt.internal.compiler.util.HashtableOfObjectToIntArray
-
- elementSize - Variable in class org.eclipse.jdt.internal.compiler.util.HashtableOfPackage
-
- elementSize - Variable in class org.eclipse.jdt.internal.compiler.util.HashtableOfType
-
- elementSize - Variable in class org.eclipse.jdt.internal.compiler.util.SimpleLookupTable
-
- elementSize - Variable in class org.eclipse.jdt.internal.compiler.util.SimpleSet
-
- elementSize - Variable in class org.eclipse.jdt.internal.compiler.util.SimpleSetOfCharArray
-
- elementsType() - Method in class org.eclipse.jdt.internal.compiler.lookup.ArrayBinding
-
- ElementValuePair - Class in org.eclipse.jdt.internal.compiler.lookup
-
- ElementValuePair(char[], Expression, MethodBinding) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.ElementValuePair
-
- ElementValuePair(char[], Object, MethodBinding) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.ElementValuePair
-
- ElementValuePair.UnresolvedEnumConstant - Class in org.eclipse.jdt.internal.compiler.lookup
-
We want to avoid eagerly resolving of all enums that are used in annotations.
- ElementValuePairInfo - Class in org.eclipse.jdt.internal.compiler.classfmt
-
- elementVariable - Variable in class org.eclipse.jdt.internal.compiler.ast.ForeachStatement
-
- elementVariableImplicitWidening - Variable in class org.eclipse.jdt.internal.compiler.ast.ForeachStatement
-
- ellipsisArgument - Variable in class org.eclipse.jdt.internal.compiler.ast.FunctionalExpression
-
- elseStatement - Variable in class org.eclipse.jdt.internal.compiler.ast.IfStatement
-
- EMACS - Static variable in class org.eclipse.jdt.internal.compiler.batch.Main.Logger
-
- Empty - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
-
- EMPTY_ANNOTATION_MIRRORS - Static variable in class org.eclipse.jdt.internal.compiler.apt.model.Factory
-
- EMPTY_ANNOTATION_WALKER - Static variable in class org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker
-
A no-effect annotation walker, all walking methods are implemented as identity-functions.
- EMPTY_ARGUMENT_RECOVERY - Static variable in class org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser
-
- EMPTY_INT_ARRAY - Static variable in class org.eclipse.jdt.internal.compiler.util.Util
-
- EMPTY_STRING - Static variable in class org.eclipse.jdt.internal.compiler.util.Util
-
- EMPTY_VALUES - Static variable in class org.eclipse.jdt.internal.compiler.problem.DefaultProblem
-
- EmptyControlFlowStatement - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- emptyControlFlowStatement(int, int) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- EmptyStatement - Class in org.eclipse.jdt.internal.compiler.ast
-
- EmptyStatement(int, int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.EmptyStatement
-
- EmptyStatement - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
-
- EmptyWithAstNode(ASTNode) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.InvocationSite.EmptyWithAstNode
-
- emulateJavacBug8031744 - Variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
-
- emulateOuterAccess(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.BlockScope
-
- EmulationPathToImplicitThis - Static variable in class org.eclipse.jdt.internal.compiler.lookup.BlockScope
-
- enableAll(int) - Method in class org.eclipse.jdt.internal.compiler.batch.Main
-
- ENABLED - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
-
- enableSyntacticNullAnalysisForFields - Variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
-
Should immediate null-check for fields be considered during null analysis (syntactical match)?
- enclosingCase - Variable in class org.eclipse.jdt.internal.compiler.lookup.BlockScope
-
- enclosingCase - Variable in class org.eclipse.jdt.internal.compiler.lookup.LocalTypeBinding
-
- enclosingClassFile - Variable in class org.eclipse.jdt.internal.compiler.ClassFile
-
- enclosingClassScope() - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
-
- enclosingInitializer() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredElement
-
- enclosingInstance() - Method in class org.eclipse.jdt.internal.compiler.ast.AllocationExpression
-
- enclosingInstance - Variable in class org.eclipse.jdt.internal.compiler.ast.QualifiedAllocationExpression
-
- enclosingInstance() - Method in class org.eclipse.jdt.internal.compiler.ast.QualifiedAllocationExpression
-
- EnclosingInstanceInConstructorCall - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- enclosingInstances - Variable in class org.eclipse.jdt.internal.compiler.lookup.NestedTypeBinding
-
- enclosingLambdaScope() - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
-
- enclosingMethod - Variable in class org.eclipse.jdt.internal.compiler.lookup.LocalTypeBinding
-
- enclosingMethod() - Method in class org.eclipse.jdt.internal.compiler.lookup.LocalTypeBinding
-
- enclosingMethod() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
-
- enclosingMethod() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredElement
-
- EnclosingMethodName - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.AttributeNamesConstants
-
- enclosingMethodScope() - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
-
- enclosingReceiverType() - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
-
- enclosingReferenceContext() - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
-
Returns the immediately enclosing reference context, starting from current scope parent.
- enclosingScope - Variable in class org.eclipse.jdt.internal.compiler.ast.FunctionalExpression
-
- enclosingSourceType() - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
-
- enclosingType - Variable in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
-
- enclosingType - Variable in class org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding
-
- enclosingType() - Method in class org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding
-
- enclosingType - Variable in class org.eclipse.jdt.internal.compiler.lookup.NestedTypeBinding
-
- enclosingType() - Method in class org.eclipse.jdt.internal.compiler.lookup.NestedTypeBinding
-
- enclosingType - Variable in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
-
- enclosingType() - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
-
- enclosingType() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
-
- enclosingType() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredElement
-
- enclosingType() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredType
-
- enclosingTypeAt(int) - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
-
- encoding - Variable in exception org.eclipse.jdt.internal.compiler.problem.AbortCompilationUnit
-
- EncodingError(int, int) - Constructor for class org.eclipse.jdt.internal.compiler.apt.util.Util.EncodingError
-
- EncodingError(int, int) - Constructor for class org.eclipse.jdt.internal.compiler.tool.Util.EncodingError
-
- EncodingErrorCollector(FileObject, String) - Constructor for class org.eclipse.jdt.internal.compiler.apt.util.Util.EncodingErrorCollector
-
- EncodingErrorCollector(FileObject, String) - Constructor for class org.eclipse.jdt.internal.compiler.tool.Util.EncodingErrorCollector
-
- encodings - Variable in class org.eclipse.jdt.internal.compiler.batch.Main
-
- end - Variable in class org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper
-
- end(int) - Method in class org.eclipse.jdt.internal.compiler.parser.diagnose.LexStream
-
- end - Variable in class org.eclipse.jdt.internal.compiler.parser.NLSTag
-
- END_OF_SOURCE - Static variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
- EndAnnotationCheck - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
-
- EndHierarchyCheck - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
-
- endIndex - Variable in class org.eclipse.jdt.internal.compiler.lookup.SyntheticMethodBinding
-
- endLoggingSource() - Method in class org.eclipse.jdt.internal.compiler.batch.Main.Logger
-
- endLoggingSources() - Method in class org.eclipse.jdt.internal.compiler.batch.Main.Logger
-
- endLoggingTasks() - Method in class org.eclipse.jdt.internal.compiler.batch.Main.Logger
-
- EndOfSource - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- endParse(int) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- endPart1Position - Variable in class org.eclipse.jdt.internal.compiler.ast.FieldDeclaration
-
- endPart2Position - Variable in class org.eclipse.jdt.internal.compiler.ast.FieldDeclaration
-
- endPosition - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- endStatementPosition - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- endsWith(char[], char[]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
-
Return true if array ends with the sequence of characters contained in toBeFound,
otherwise false.
- endTag(String, boolean, boolean) - Method in class org.eclipse.jdt.internal.compiler.util.GenericXMLWriter
-
- endTime - Variable in class org.eclipse.jdt.internal.compiler.impl.CompilerStats
-
- endVisit(AllocationExpression, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(AND_AND_Expression, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(AnnotationMethodDeclaration, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(Argument, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(Argument, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(ArrayAllocationExpression, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(ArrayInitializer, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(ArrayInitializer, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(ArrayQualifiedTypeReference, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(ArrayQualifiedTypeReference, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(ArrayReference, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(ArrayTypeReference, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(ArrayTypeReference, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(AssertStatement, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(Assignment, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(BinaryExpression, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(Block, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(BreakStatement, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(CaseStatement, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(CastExpression, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(CharLiteral, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(ClassLiteralAccess, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(Clinit, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(CompilationUnitDeclaration, CompilationUnitScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(CompoundAssignment, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(ConditionalExpression, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(ConstructorDeclaration, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(ContinueStatement, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(DoStatement, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(DoubleLiteral, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(EmptyStatement, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(EqualExpression, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(ExplicitConstructorCall, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(ExtendedStringLiteral, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(FalseLiteral, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(FieldDeclaration, MethodScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(FieldReference, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(FieldReference, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(FloatLiteral, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(ForeachStatement, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(ForStatement, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(IfStatement, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(ImportReference, CompilationUnitScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(Initializer, MethodScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(InstanceOfExpression, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(IntLiteral, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(Javadoc, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(Javadoc, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(JavadocAllocationExpression, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(JavadocAllocationExpression, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(JavadocArgumentExpression, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(JavadocArgumentExpression, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(JavadocArrayQualifiedTypeReference, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(JavadocArrayQualifiedTypeReference, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(JavadocArraySingleTypeReference, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(JavadocArraySingleTypeReference, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(JavadocFieldReference, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(JavadocFieldReference, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(JavadocImplicitTypeReference, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(JavadocImplicitTypeReference, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(JavadocMessageSend, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(JavadocMessageSend, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(JavadocQualifiedTypeReference, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(JavadocQualifiedTypeReference, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(JavadocReturnStatement, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(JavadocReturnStatement, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(JavadocSingleNameReference, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(JavadocSingleNameReference, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(JavadocSingleTypeReference, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(JavadocSingleTypeReference, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(LabeledStatement, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(LocalDeclaration, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(LongLiteral, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(MarkerAnnotation, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(MarkerAnnotation, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(MemberValuePair, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(MemberValuePair, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(MessageSend, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(MethodDeclaration, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(StringLiteralConcatenation, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(NormalAnnotation, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(NormalAnnotation, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(NullLiteral, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(OR_OR_Expression, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(ParameterizedQualifiedTypeReference, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(ParameterizedQualifiedTypeReference, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(ParameterizedSingleTypeReference, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(ParameterizedSingleTypeReference, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(PostfixExpression, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(PrefixExpression, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(QualifiedAllocationExpression, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(QualifiedNameReference, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(QualifiedNameReference, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(QualifiedSuperReference, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(QualifiedSuperReference, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(QualifiedThisReference, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(QualifiedThisReference, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(QualifiedTypeReference, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(QualifiedTypeReference, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(ReturnStatement, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(SingleMemberAnnotation, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(SingleMemberAnnotation, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(SingleNameReference, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(SingleNameReference, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(SingleTypeReference, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(SingleTypeReference, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(StringLiteral, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(SuperReference, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(SwitchStatement, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(SynchronizedStatement, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(ThisReference, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(ThisReference, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(ThrowStatement, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(TrueLiteral, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(TryStatement, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(TypeDeclaration, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(TypeDeclaration, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(TypeDeclaration, CompilationUnitScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(TypeParameter, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(TypeParameter, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(UnaryExpression, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(UnionTypeReference, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(UnionTypeReference, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(WhileStatement, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(Wildcard, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(Wildcard, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(LambdaExpression, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(ReferenceExpression, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(IntersectionCastTypeReference, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- endVisit(IntersectionCastTypeReference, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- enterAnyExceptionHandler(CodeStream) - Method in class org.eclipse.jdt.internal.compiler.ast.SubRoutineStatement
-
- enterAnyExceptionHandler(CodeStream) - Method in class org.eclipse.jdt.internal.compiler.ast.TryStatement
-
- enterDeclaredExceptionHandlers(CodeStream) - Method in class org.eclipse.jdt.internal.compiler.ast.SubRoutineStatement
-
- enterDeclaredExceptionHandlers(CodeStream) - Method in class org.eclipse.jdt.internal.compiler.ast.TryStatement
-
- enterLambda(LambdaExpression) - Method in class org.eclipse.jdt.internal.compiler.lookup.InferenceContext18
-
- enterPolyInvocation(InvocationSite, Expression[]) - Method in class org.eclipse.jdt.internal.compiler.lookup.InferenceContext18
-
- enterRecursiveFunction() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
-
Call this before descending into type details to prevent infinite recursion.
- enterRecursiveFunction() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding
-
- enterRecursiveFunction() - Method in class org.eclipse.jdt.internal.compiler.lookup.WildcardBinding
-
- ENUM_CONSTANT - Static variable in class org.eclipse.jdt.internal.compiler.ast.AbstractVariableDeclaration
-
- ENUM_DECL - Static variable in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
-
- EnumAbstractMethodMustBeImplemented - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- enumAbstractMethodMustBeImplemented(AbstractMethodDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- enumConstant - Variable in class org.eclipse.jdt.internal.compiler.ast.AllocationExpression
-
- EnumConstantCannotDefineAbstractMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- enumConstantCount() - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
-
- EnumConstantMustImplementAbstractMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- enumConstantMustImplementAbstractMethod(AbstractMethodDeclaration, FieldDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- EnumConstantsCannotBeSurroundedByParenthesis - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- enumConstantsCannotBeSurroundedByParenthesis(Expression) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- enumConstantsCounter - Variable in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
-
- EnumConstantSignature - Class in org.eclipse.jdt.internal.compiler.env
-
Represents a reference to a enum constant in the class file.
- EnumConstantSignature(char[], char[]) - Constructor for class org.eclipse.jdt.internal.compiler.env.EnumConstantSignature
-
- EnumName - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
-
- EnumOrdinal - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
-
- EnumStaticFieldInInInitializerContext - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- enumStaticFieldUsedDuringInitialization(FieldBinding, ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- EnumSwitchCannotTargetField - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- enumSwitchCannotTargetField(Reference, FieldBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- EnumUsedAsAnIdentifier - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
-
- EnumValueOf - Static variable in class org.eclipse.jdt.internal.compiler.lookup.SyntheticMethodBinding
-
- EnumValues - Static variable in class org.eclipse.jdt.internal.compiler.lookup.SyntheticMethodBinding
-
- enumValuesSyntheticfield - Variable in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
-
- environment() - Method in class org.eclipse.jdt.internal.compiler.lookup.ArrayBinding
-
- environment - Variable in class org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding
-
- environment - Variable in class org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope
-
- environment - Variable in class org.eclipse.jdt.internal.compiler.lookup.ImplicitNullAnnotationVerifier
-
- environment() - Method in class org.eclipse.jdt.internal.compiler.lookup.InferenceSubstitution
-
- environment - Variable in class org.eclipse.jdt.internal.compiler.lookup.PackageBinding
-
- environment() - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding
-
- environment - Variable in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
-
- environment() - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
-
- environment() - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
-
- environment() - Method in interface org.eclipse.jdt.internal.compiler.lookup.Substitution
-
Returns the lookup environment
- eofPosition - Variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
- EOFT_SYMBOL - Static variable in interface org.eclipse.jdt.internal.compiler.parser.ParserBasicInformation
-
- EOLT_SYMBOL - Static variable in interface org.eclipse.jdt.internal.compiler.parser.ParserBasicInformation
-
- EQUAL - Static variable in interface org.eclipse.jdt.internal.compiler.ast.OperatorIds
-
- EQUAL_EQUAL - Static variable in interface org.eclipse.jdt.internal.compiler.ast.OperatorIds
-
- EQUAL_OR_MORE_SPECIFIC - Static variable in class org.eclipse.jdt.internal.compiler.lookup.Scope
-
- EqualExpression - Class in org.eclipse.jdt.internal.compiler.ast
-
- EqualExpression(Expression, Expression, int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.EqualExpression
-
- equals(char[][], char[][]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
-
Answers true if the two arrays are identical character by character, otherwise false.
- equals(char[][], char[][], boolean) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
-
If isCaseSensite is true, answers true if the two arrays are identical character
by character, otherwise false.
- equals(char[], char[]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
-
Answers true if the two arrays are identical character by character, otherwise false.
- equals(char[], char[], int, int) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
-
Answers true if the first array is identical character by character to a portion of the second array
delimited from position secondStart (inclusive) to secondEnd(exclusive), otherwise false.
- equals(char[], char[], int, int, boolean) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
-
Answers true if the first array is identical character by character to a portion of the second array
delimited from position secondStart (inclusive) to secondEnd(exclusive), otherwise false.
- equals(char[], char[], boolean) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
-
If isCaseSensite is true, answers true if the two arrays are identical character
by character, otherwise false.
- equals(Object) - Method in class org.eclipse.jdt.internal.compiler.apt.dispatch.ProcessorInfo
-
- equals(Object) - Method in class org.eclipse.jdt.internal.compiler.apt.model.AnnotationMirrorImpl
-
- equals(Object) - Method in class org.eclipse.jdt.internal.compiler.apt.model.AnnotationValueImpl
-
- equals(Object) - Method in class org.eclipse.jdt.internal.compiler.apt.model.ElementImpl
-
- equals(Object) - Method in class org.eclipse.jdt.internal.compiler.apt.model.NameImpl
-
- equals(Object) - Method in class org.eclipse.jdt.internal.compiler.apt.model.TypeMirrorImpl
-
- equals(Object) - Method in class org.eclipse.jdt.internal.compiler.apt.util.ArchiveFileObject
-
- equals(Object) - Method in class org.eclipse.jdt.internal.compiler.apt.util.EclipseFileObject
-
- equals(Object) - Method in class org.eclipse.jdt.internal.compiler.batch.ClasspathLocation
-
- equals(Object) - Method in class org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo
-
- equals(Object) - Method in class org.eclipse.jdt.internal.compiler.classfmt.ElementValuePairInfo
-
- equals(Object) - Method in class org.eclipse.jdt.internal.compiler.classfmt.FieldInfo
-
- equals(Object) - Method in class org.eclipse.jdt.internal.compiler.classfmt.MethodInfo
-
- equals(Object) - Method in class org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationInfo
-
- Equals - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
-
- equals(Object) - Method in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.ExceptionMarker
-
- equals(Object) - Method in class org.eclipse.jdt.internal.compiler.codegen.VerificationTypeInfo
-
- equals(Object) - Method in class org.eclipse.jdt.internal.compiler.env.AccessRule
-
- equals(Object) - Method in class org.eclipse.jdt.internal.compiler.env.AccessRuleSet
-
- equals(Object) - Method in class org.eclipse.jdt.internal.compiler.env.ClassSignature
-
- equals(Object) - Method in class org.eclipse.jdt.internal.compiler.env.EnumConstantSignature
-
- equals(Object) - Method in class org.eclipse.jdt.internal.compiler.impl.BooleanConstant
-
- equals(Object) - Method in class org.eclipse.jdt.internal.compiler.impl.ByteConstant
-
- equals(Object) - Method in class org.eclipse.jdt.internal.compiler.impl.CharConstant
-
- equals(Object) - Method in class org.eclipse.jdt.internal.compiler.impl.DoubleConstant
-
- equals(Object) - Method in class org.eclipse.jdt.internal.compiler.impl.FloatConstant
-
- equals(Object) - Method in class org.eclipse.jdt.internal.compiler.impl.IntConstant
-
- equals(Object) - Method in class org.eclipse.jdt.internal.compiler.impl.LongConstant
-
- equals(Object) - Method in class org.eclipse.jdt.internal.compiler.impl.ShortConstant
-
- equals(Object) - Method in class org.eclipse.jdt.internal.compiler.impl.StringConstant
-
- equals(Object) - Method in class org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding
-
- equals(Object) - Method in class org.eclipse.jdt.internal.compiler.lookup.InferenceVariable
-
- equals(Object) - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBound
-
- EQUALS - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
-
- equals(Object) - Method in class org.eclipse.jdt.internal.compiler.tool.ArchiveFileObject
-
- equals(Object) - Method in class org.eclipse.jdt.internal.compiler.tool.EclipseFileObject
-
- equalsEquals(TypeBinding, TypeBinding) - Static method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
-
- EqualsSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
-
- erasure(TypeMirror) - Method in class org.eclipse.jdt.internal.compiler.apt.model.TypesImpl
-
- erasure() - Method in class org.eclipse.jdt.internal.compiler.lookup.ArrayBinding
-
- erasure() - Method in class org.eclipse.jdt.internal.compiler.lookup.CaptureBinding18
-
- erasure() - Method in class org.eclipse.jdt.internal.compiler.lookup.InferenceVariable
-
- erasure() - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
-
- erasure() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
-
- erasure() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding
-
- erasure() - Method in class org.eclipse.jdt.internal.compiler.lookup.WildcardBinding
-
- ErrBadClassname - Static variable in exception org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException
-
- ErrBadConstantClass - Static variable in exception org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException
-
- ErrBadConstantFieldRef - Static variable in exception org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException
-
- ErrBadConstantInterfaceMethodRef - Static variable in exception org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException
-
- ErrBadConstantMethodRef - Static variable in exception org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException
-
- ErrBadConstantNameAndType - Static variable in exception org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException
-
- ErrBadConstantPoolIndex - Static variable in exception org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException
-
- ErrBadConstantString - Static variable in exception org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException
-
- ErrBadFieldInfo - Static variable in exception org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException
-
- ErrBadInterface - Static variable in exception org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException
-
- ErrBadMagic - Static variable in exception org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException
-
- ErrBadMajorVersion - Static variable in exception org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException
-
- ErrBadMethodInfo - Static variable in exception org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException
-
- ErrBadMinorVersion - Static variable in exception org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException
-
- ErrBadModifiers - Static variable in exception org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException
-
- ErrBadSuperclassName - Static variable in exception org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException
-
- ErrClassCannotBeAbstractFinal - Static variable in exception org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException
-
- ErrEmptyConstantPool - Static variable in exception org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException
-
- ErrIncorrectInterfaceMethods - Static variable in exception org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException
-
- ErrInterfaceCannotBeFinal - Static variable in exception org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException
-
- ErrInterfaceMustBeAbstract - Static variable in exception org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException
-
- ErrInterfaceMustSubclassObject - Static variable in exception org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException
-
- ErrInvalidMethodName - Static variable in exception org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException
-
- ErrInvalidMethodSignature - Static variable in exception org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException
-
- ErrMalformedAttribute - Static variable in exception org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException
-
- ErrMalformedUtf8 - Static variable in exception org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException
-
- ErrMethodMustBeAbstract - Static variable in exception org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException
-
- ERROR - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
-
- Error - Static variable in interface org.eclipse.jdt.internal.compiler.problem.ProblemSeverities
-
- ERROR_ACTION - Static variable in interface org.eclipse.jdt.internal.compiler.parser.ParserBasicInformation
-
- ERROR_SYMBOL - Static variable in interface org.eclipse.jdt.internal.compiler.parser.ParserBasicInformation
-
- ErrorInSignature - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
-
- errorNoMethodFor(MessageSend, TypeBinding, TypeBinding[]) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- errorNoMethodFor(Expression, TypeBinding, char[], TypeBinding[]) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- errorNoSuperInInterface(ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- errorRaised() - Method in class org.eclipse.jdt.internal.compiler.apt.dispatch.BaseProcessingEnvImpl
-
Has an error been raised in any of the rounds of processing in this build?
- errorRaised() - Method in class org.eclipse.jdt.internal.compiler.apt.dispatch.RoundEnvImpl
-
- errorReportSource(char[]) - Method in class org.eclipse.jdt.internal.compiler.problem.DefaultProblem
-
- errorThisSuperInStatic(ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- errorThreshold - Variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
-
- ErrorTypeElement - Class in org.eclipse.jdt.internal.compiler.apt.model
-
Element corresponding to the Error type mirror
- ErrorTypeImpl - Class in org.eclipse.jdt.internal.compiler.apt.model
-
- ErrTruncatedInput - Static variable in exception org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException
-
- ErrUnknownConstantTag - Static variable in exception org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException
-
- ESCAPING - Static variable in class org.eclipse.jdt.internal.compiler.ast.SwitchStatement
-
- evaluateNullAnnotations(Scope, TypeParameter) - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding
-
- exception - Variable in class org.eclipse.jdt.internal.compiler.ast.ThrowStatement
-
- exception - Variable in exception org.eclipse.jdt.internal.compiler.problem.AbortCompilation
-
- EXCEPTION_PARAMETER - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.AnnotationTargetTypeConstants
-
- exceptionArgument - Variable in class org.eclipse.jdt.internal.compiler.ast.AssertStatement
-
- exceptionCount - Variable in class org.eclipse.jdt.internal.compiler.flow.InitializationFlowContext
-
- ExceptionHandlingFlowContext - Class in org.eclipse.jdt.internal.compiler.flow
-
Reflects the context of code analysis, keeping track of enclosing
try statements, exception handlers, etc...
- ExceptionHandlingFlowContext(FlowContext, ASTNode, ReferenceBinding[], FlowContext, BlockScope, UnconditionalFlowInfo) - Constructor for class org.eclipse.jdt.internal.compiler.flow.ExceptionHandlingFlowContext
-
- ExceptionHandlingFlowContext(FlowContext, TryStatement, ReferenceBinding[], int[], FlowContext, BlockScope, FlowInfo) - Constructor for class org.eclipse.jdt.internal.compiler.flow.ExceptionHandlingFlowContext
-
- ExceptionLabel - Class in org.eclipse.jdt.internal.compiler.codegen
-
- ExceptionLabel(CodeStream, TypeBinding, TypeReference, Annotation[]) - Constructor for class org.eclipse.jdt.internal.compiler.codegen.ExceptionLabel
-
- ExceptionLabel(CodeStream, TypeBinding) - Constructor for class org.eclipse.jdt.internal.compiler.codegen.ExceptionLabel
-
- exceptionLabels - Variable in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- exceptionLabelsCounter - Variable in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- ExceptionMarker(int, char[]) - Constructor for class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.ExceptionMarker
-
- exceptionMarkers - Variable in class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream
-
- exceptionNames - Variable in class org.eclipse.jdt.internal.compiler.classfmt.MethodInfo
-
- exceptionReferences - Variable in class org.eclipse.jdt.internal.compiler.ast.Javadoc
-
- ExceptionsName - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.AttributeNamesConstants
-
- exceptionThrowerFlowInfos - Variable in class org.eclipse.jdt.internal.compiler.flow.InitializationFlowContext
-
- exceptionThrowers - Variable in class org.eclipse.jdt.internal.compiler.flow.InitializationFlowContext
-
- exceptionType - Variable in class org.eclipse.jdt.internal.compiler.ast.ThrowStatement
-
- exceptionType - Variable in class org.eclipse.jdt.internal.compiler.codegen.ExceptionLabel
-
- ExceptionTypeAmbiguous - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- ExceptionTypeInheritedNameHidesEnclosingName - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- ExceptionTypeInternalNameProvided - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- ExceptionTypeNotFound - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- ExceptionTypeNotVisible - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- exceptionTypeReference - Variable in class org.eclipse.jdt.internal.compiler.codegen.ExceptionLabel
-
- ExecutableElementImpl - Class in org.eclipse.jdt.internal.compiler.apt.model
-
- ExecutableTypeImpl - Class in org.eclipse.jdt.internal.compiler.apt.model
-
Implementation of the ExecutableType
- execute() - Method in class org.eclipse.jdt.core.JDTCompilerAdapter
-
Performs a compile using the JDT batch compiler
- Exit - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
-
- EXIT_RESOURCE - Static variable in class org.eclipse.jdt.internal.compiler.flow.FlowContext
-
- exitAfterAllProblems() - Static method in class org.eclipse.jdt.internal.compiler.DefaultErrorHandlingPolicies
-
- exitAnyExceptionHandler() - Method in class org.eclipse.jdt.internal.compiler.ast.SubRoutineStatement
-
- exitAnyExceptionHandler() - Method in class org.eclipse.jdt.internal.compiler.ast.TryStatement
-
- exitDeclaredExceptionHandlers(CodeStream) - Method in class org.eclipse.jdt.internal.compiler.ast.SubRoutineStatement
-
- exitDeclaredExceptionHandlers(CodeStream) - Method in class org.eclipse.jdt.internal.compiler.ast.TryStatement
-
- ExitIntSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
-
- exitOnFirstError() - Static method in class org.eclipse.jdt.internal.compiler.DefaultErrorHandlingPolicies
-
- exitRecursiveFunction() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
-
Exit the context of a potentially recursive function.
- exitRecursiveFunction() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding
-
- exitRecursiveFunction() - Method in class org.eclipse.jdt.internal.compiler.lookup.WildcardBinding
-
- exitUserScope(BlockScope) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- exitUserScope(BlockScope, LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- expectedResultType() - Method in class org.eclipse.jdt.internal.compiler.ast.LambdaExpression
-
- expectedType - Variable in class org.eclipse.jdt.internal.compiler.ast.CastExpression
-
- expectedType - Variable in class org.eclipse.jdt.internal.compiler.ast.FunctionalExpression
-
- expectedType() - Method in class org.eclipse.jdt.internal.compiler.ast.FunctionalExpression
-
- expectedType - Variable in class org.eclipse.jdt.internal.compiler.ast.MessageSend
-
- expectedType() - Method in class org.eclipse.jdt.internal.compiler.ast.Statement
-
Simpler notion of expected type, suitable for code assist purposes.
- expireNullCheckedFieldInfo() - Method in class org.eclipse.jdt.internal.compiler.flow.FlowContext
-
Forget any information about fields that were previously known to be non-null.
- ExplicitAnnotationTargetRequired - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- ExplicitConstructorCall - Class in org.eclipse.jdt.internal.compiler.ast
-
- ExplicitConstructorCall(int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.ExplicitConstructorCall
-
- explicitDeclarations - Variable in class org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
-
- explicitDeclarations - Variable in class org.eclipse.jdt.internal.compiler.ast.Block
-
- explicitDeclarations - Variable in class org.eclipse.jdt.internal.compiler.ast.SwitchStatement
-
- ExplicitlyClosedAutoCloseable - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- ExplicitlyClosedAutoCloseable - Static variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
-
- explicitlyClosedAutoCloseable(FakedTrackingVariable) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- ExplicitThisParameterNotBelow18 - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- ExplicitThisParameterNotInLambda - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- explitAnnotationTargetRequired(Annotation) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- exportedClassFilesCounter - Variable in class org.eclipse.jdt.internal.compiler.batch.Main
-
- expression - Variable in class org.eclipse.jdt.internal.compiler.ast.Assignment
-
- expression - Variable in class org.eclipse.jdt.internal.compiler.ast.CastExpression
-
- Expression - Class in org.eclipse.jdt.internal.compiler.ast
-
- Expression() - Constructor for class org.eclipse.jdt.internal.compiler.ast.Expression
-
- expression - Variable in class org.eclipse.jdt.internal.compiler.ast.InstanceOfExpression
-
- expression - Variable in class org.eclipse.jdt.internal.compiler.ast.ReturnStatement
-
- expression - Variable in class org.eclipse.jdt.internal.compiler.ast.SwitchStatement
-
- expression - Variable in class org.eclipse.jdt.internal.compiler.ast.SynchronizedStatement
-
- expression - Variable in class org.eclipse.jdt.internal.compiler.ast.UnaryExpression
-
- ExpressionContext - Enum in org.eclipse.jdt.internal.compiler.ast
-
- expressionContext - Variable in class org.eclipse.jdt.internal.compiler.ast.FunctionalExpression
-
- expressionLengthPtr - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- expressionLengthStack - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- expressionNonNullComparison(Expression, boolean) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- expressionNullReference(ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- expressionPotentialNullReference(ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- expressionPtr - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- expressions - Variable in class org.eclipse.jdt.internal.compiler.ast.ArrayInitializer
-
- ExpressionShouldBeAVariable - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- expressionShouldBeAVariable(Expression) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- expressionStack - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- ExpressionStackIncrement - Static variable in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- extendedDimensions - Variable in class org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration
-
- extendedDimensions - Variable in class org.eclipse.jdt.internal.compiler.ast.ArrayQualifiedTypeReference
-
- extendedDimensions - Variable in class org.eclipse.jdt.internal.compiler.ast.ArrayTypeReference
-
- extendedExceptions - Variable in class org.eclipse.jdt.internal.compiler.flow.ExceptionHandlingFlowContext
-
- ExtendedStringLiteral - Class in org.eclipse.jdt.internal.compiler.ast
-
- ExtendedStringLiteral(StringLiteral, CharLiteral) - Constructor for class org.eclipse.jdt.internal.compiler.ast.ExtendedStringLiteral
-
Build a string+char literal
- ExtendedStringLiteral(StringLiteral, StringLiteral) - Constructor for class org.eclipse.jdt.internal.compiler.ast.ExtendedStringLiteral
-
Build a two-strings literal
- EXTENDS - Static variable in class org.eclipse.jdt.internal.compiler.ast.Wildcard
-
- extendsWith(StringLiteral) - Method in class org.eclipse.jdt.internal.compiler.ast.StringLiteral
-
Add the lit source to mine, just as if it was mine
- extendsWith(StringLiteral) - Method in class org.eclipse.jdt.internal.compiler.ast.StringLiteralConcatenation
-
Add the lit source to mine, just as if it was mine
- extendTimeToLiveForNullCheckedField(int) - Method in class org.eclipse.jdt.internal.compiler.flow.FlowContext
-
If a null checked field has been recorded recently, increase its time to live.
- extendWith(CharLiteral) - Method in class org.eclipse.jdt.internal.compiler.ast.ExtendedStringLiteral
-
Add the lit source to mine, just as if it was mine
- extendWith(StringLiteral) - Method in class org.eclipse.jdt.internal.compiler.ast.ExtendedStringLiteral
-
Add the lit source to mine, just as if it was mine
- extendWith(CharLiteral) - Method in class org.eclipse.jdt.internal.compiler.ast.StringLiteral
-
- extendWith(StringLiteral) - Method in class org.eclipse.jdt.internal.compiler.ast.StringLiteral
-
- EXTENSION_class - Static variable in interface org.eclipse.jdt.internal.compiler.util.SuffixConstants
-
- EXTENSION_CLASS - Static variable in interface org.eclipse.jdt.internal.compiler.util.SuffixConstants
-
- EXTENSION_java - Static variable in interface org.eclipse.jdt.internal.compiler.util.SuffixConstants
-
- EXTENSION_JAVA - Static variable in interface org.eclipse.jdt.internal.compiler.util.SuffixConstants
-
- ExternalProblemFixable - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- ExternalProblemNotFixable - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- extra - Variable in class org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo
-
- ExtraCompilerModifiers - Interface in org.eclipse.jdt.internal.compiler.lookup
-
- extractDestinationPathFromSourceFile(CompilationResult) - Method in class org.eclipse.jdt.internal.compiler.batch.Main
-
- extraDefiniteInits - Variable in class org.eclipse.jdt.internal.compiler.lookup.MethodScope
-
- extraDimensions() - Method in class org.eclipse.jdt.internal.compiler.ast.ArrayQualifiedTypeReference
-
- extraDimensions() - Method in class org.eclipse.jdt.internal.compiler.ast.ArrayTypeReference
-
- extraDimensions() - Method in class org.eclipse.jdt.internal.compiler.ast.TypeReference
-
This method is used to return the array dimension declared after the
name of a local or a field declaration.
- extraLength - Static variable in class org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo
-
- extraProblems - Variable in class org.eclipse.jdt.internal.compiler.batch.Main
-
- extraSyntheticArguments - Variable in class org.eclipse.jdt.internal.compiler.lookup.MethodScope
-
- 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
-
- generateCode(TypeReference, ArrayAllocationExpression, 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, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.LambdaExpression
-
- generateCode(ClassScope, ClassFile) - Method in class org.eclipse.jdt.internal.compiler.ast.LambdaExpression
-
- generateCode(ClassFile) - Method in class org.eclipse.jdt.internal.compiler.ast.LambdaExpression
-
- 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, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.ReferenceExpression
-
- 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
-
- generateGenericSignatureForLambdaExpressions - Variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
-
Indicates whether generic signature should be generated for lambda expressions
- 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.
- generateImplicitLambda(BlockScope, CodeStream, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.ReferenceExpression
-
- 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
-
- generateSyntheticBodyForArrayClone(SyntheticMethodBinding) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- generateSyntheticBodyForArrayConstructor(SyntheticMethodBinding) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- generateSyntheticBodyForConstructorAccess(SyntheticMethodBinding) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- generateSyntheticBodyForDeserializeLambda(SyntheticMethodBinding, SyntheticMethodBinding[]) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
This is intended to match what javac generates.
- 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
-
- generateSyntheticBodyForFactoryMethod(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
-
- generateTypeAnnotationsOnCodeAttribute() - Method in class org.eclipse.jdt.internal.compiler.ClassFile
-
- 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
-
- GenericInferenceError - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- genericInferenceError(String, InvocationSite) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- genericInferenceProblem(String, InvocationSite, int) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- genericMethod() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
-
- genericMethod() - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding
-
- 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.ReferenceExpression
-
- 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.CaptureBinding18
-
- 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
-
- getAllAnnotationContexts(int, List) - Method in class org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
-
- getAllAnnotationContexts(int, int, List) - Method in class org.eclipse.jdt.internal.compiler.ast.ArrayAllocationExpression
-
- getAllAnnotationContexts(int, List) - Method in class org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration
-
- getAllAnnotationContexts(int, List) - Method in class org.eclipse.jdt.internal.compiler.ast.FieldDeclaration
-
- getAllAnnotationContexts(int, LocalVariableBinding, List) - Method in class org.eclipse.jdt.internal.compiler.ast.LocalDeclaration
-
- getAllAnnotationContexts(int, int, List) - Method in class org.eclipse.jdt.internal.compiler.ast.LocalDeclaration
-
- getAllAnnotationContexts(int, List) - Method in class org.eclipse.jdt.internal.compiler.ast.MethodDeclaration
-
- getAllAnnotationContexts(int, int, List) - Method in class org.eclipse.jdt.internal.compiler.ast.TypeParameter
-
- getAllAnnotationContexts(int) - Method in class org.eclipse.jdt.internal.compiler.ast.TypeReference
-
- getAllAnnotationContexts(int, int, List) - Method in class org.eclipse.jdt.internal.compiler.ast.TypeReference
-
info can be either a type index (superclass/superinterfaces) or a pc into the bytecode
- getAllAnnotationContexts(int, int, List, Annotation[]) - Method in class org.eclipse.jdt.internal.compiler.ast.TypeReference
-
- getAllAnnotationContexts(int, int, List, Annotation[][], int) - Method in class org.eclipse.jdt.internal.compiler.ast.TypeReference
-
info can be either a type index (superclass/superinterfaces) or a pc into the bytecode
- getAllAnnotationContexts(int, int, int, List) - Method in class org.eclipse.jdt.internal.compiler.ast.TypeReference
-
- getAllAnnotationContexts(int, List) - Method in class org.eclipse.jdt.internal.compiler.ast.TypeReference
-
- 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
-
- getAnnotatableLevels() - Method in class org.eclipse.jdt.internal.compiler.ast.QualifiedTypeReference
-
- getAnnotatableLevels() - Method in class org.eclipse.jdt.internal.compiler.ast.TypeReference
-
- getAnnotatedParametersCount() - Method in class org.eclipse.jdt.internal.compiler.classfmt.MethodInfo
-
- getAnnotatedParametersCount() - Method in interface org.eclipse.jdt.internal.compiler.env.IBinaryMethod
-
- getAnnotatedType(TypeBinding, AnnotationBinding[][]) - Method in class org.eclipse.jdt.internal.compiler.lookup.AnnotatableTypeSystem
-
- getAnnotatedType(TypeBinding, AnnotationBinding[][]) - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeSystem
-
- getAnnotatedTypes(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.AnnotatableTypeSystem
-
- getAnnotatedTypes(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
-
- getAnnotatedTypes(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeSystem
-
- 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
-
- getAnnotation(Class<A>) - Method in class org.eclipse.jdt.internal.compiler.apt.model.ErrorTypeImpl
-
- getAnnotation(AnnotationBinding[], Class<A>) - Method in class org.eclipse.jdt.internal.compiler.apt.model.Factory
-
- getAnnotation(Class<A>) - Method in class org.eclipse.jdt.internal.compiler.apt.model.NoTypeImpl
-
- getAnnotation(Class<A>) - Method in class org.eclipse.jdt.internal.compiler.apt.model.TypeMirrorImpl
-
- getAnnotation(Class<A>) - Method in class org.eclipse.jdt.internal.compiler.apt.model.TypeParameterElementImpl
-
- getAnnotation() - Method in class org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationInfo
-
- getAnnotation() - Method in interface org.eclipse.jdt.internal.compiler.env.IBinaryTypeAnnotation
-
- getAnnotationBindings() - Method in class org.eclipse.jdt.internal.compiler.apt.model.ArrayTypeImpl
-
- 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.TypeMirrorImpl
-
- 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() - Method in class org.eclipse.jdt.internal.compiler.apt.model.ErrorTypeImpl
-
- 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
- getAnnotationMirrors() - Method in class org.eclipse.jdt.internal.compiler.apt.model.NoTypeImpl
-
- getAnnotationMirrors() - Method in class org.eclipse.jdt.internal.compiler.apt.model.TypeMirrorImpl
-
- getAnnotationMirrors() - Method in class org.eclipse.jdt.internal.compiler.apt.model.TypeParameterElementImpl
-
- 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.AptSourceLocalVariableBinding
-
- getAnnotations() - Method in class org.eclipse.jdt.internal.compiler.lookup.Binding
-
- 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
-
- getAnnotationsAtCursor(int) - Method in class org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker
-
- getAnnotationsAtCursor(int) - Method in class org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker
-
Retrieve the type annotations at the current position
reached by invocations of toXYZ() methods.
- getAnnotationsByType(Class<A>) - Method in class org.eclipse.jdt.internal.compiler.apt.model.ElementImpl
-
- getAnnotationsByType(Class<A>) - Method in class org.eclipse.jdt.internal.compiler.apt.model.ErrorTypeElement
-
- getAnnotationsByType(Class<A>) - Method in class org.eclipse.jdt.internal.compiler.apt.model.ErrorTypeImpl
-
- getAnnotationsByType(AnnotationBinding[], Class<A>) - Method in class org.eclipse.jdt.internal.compiler.apt.model.Factory
-
- getAnnotationsByType(Class<A>) - Method in class org.eclipse.jdt.internal.compiler.apt.model.NoTypeImpl
-
- getAnnotationsByType(Class<A>) - Method in class org.eclipse.jdt.internal.compiler.apt.model.TypeMirrorImpl
-
- getAnnotationsByType(Class<A>) - Method in class org.eclipse.jdt.internal.compiler.apt.model.TypeParameterElementImpl
-
- getAnnotationsOnDimensions() - Method in class org.eclipse.jdt.internal.compiler.ast.ArrayAllocationExpression
-
- getAnnotationsOnDimensions(boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.ArrayQualifiedTypeReference
-
- getAnnotationsOnDimensions(boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.ArrayTypeReference
-
- getAnnotationsOnDimensions() - Method in class org.eclipse.jdt.internal.compiler.ast.TypeReference
-
- getAnnotationsOnDimensions(boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.TypeReference
-
- getAnnotationsOnDimensions(int) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- 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(ReferenceBinding, boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeSystem
-
- 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.
- getArgumentTypesForCandidate(MethodBinding, TypeBinding[]) - Method in class org.eclipse.jdt.internal.compiler.ast.InnerInferenceHelper
-
- getArrayType(TypeMirror) - Method in class org.eclipse.jdt.internal.compiler.apt.model.TypesImpl
-
- getArrayType(TypeBinding, int, AnnotationBinding[]) - Method in class org.eclipse.jdt.internal.compiler.lookup.AnnotatableTypeSystem
-
- getArrayType(TypeBinding, int) - Method in class org.eclipse.jdt.internal.compiler.lookup.AnnotatableTypeSystem
-
- getArrayType(TypeBinding, int) - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeSystem
-
- getArrayType(TypeBinding, int, AnnotationBinding[]) - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeSystem
-
- 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
-
- getBoundIndex() - Method in class org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationInfo
-
- getBoundIndex() - Method in interface org.eclipse.jdt.internal.compiler.env.IBinaryTypeAnnotation
-
Applicable for target type 0x11(CLASS_TYPE_PARAMETER_BOUND), 0x12(METHOD_TYPE_PARAMETER_BOUND)
- 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
-
- GetCapturedArg - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
-
- GetCapturedArgSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
-
- 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.LambdaExpression
-
- 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
-
- getConstructor0(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
-
- getDerivedTypes(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeSystem
-
- 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
-
- getEnumConstantName() - Method in class org.eclipse.jdt.internal.compiler.lookup.ElementValuePair.UnresolvedEnumConstant
-
- 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, InvocationSite) - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
-
- getExactConstructor(TypeBinding[]) - Method in class org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
-
- getExactMethod() - Method in class org.eclipse.jdt.internal.compiler.ast.ReferenceExpression
-
- 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(TypeBinding, char[], InvocationSite) - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
-
- 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.
- getExpressionContext() - Method in class org.eclipse.jdt.internal.compiler.ast.AllocationExpression
-
- getExpressionContext() - Method in class org.eclipse.jdt.internal.compiler.ast.ConditionalExpression
-
- getExpressionContext() - Method in class org.eclipse.jdt.internal.compiler.ast.FunctionalExpression
-
- getExpressionContext() - Method in class org.eclipse.jdt.internal.compiler.ast.MessageSend
-
- getExpressionContext() - Method in class org.eclipse.jdt.internal.compiler.ast.Statement
-
- getExpressionContext() - Method in class org.eclipse.jdt.internal.compiler.lookup.InvocationSite.EmptyWithAstNode
-
- getExpressionContext() - Method in interface org.eclipse.jdt.internal.compiler.lookup.InvocationSite
-
- 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
-
- GetFunctionalInterfaceClass - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
-
- GetFunctionalInterfaceClassSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
-
- GetFunctionalInterfaceMethodName - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
-
- GetFunctionalInterfaceMethodNameSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
-
- GetFunctionalInterfaceMethodSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
-
- GetFunctionalInterfaceMethodSignatureSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
-
- getFunctionInterfaceArgumentSolutions(TypeBinding[]) - Method in class org.eclipse.jdt.internal.compiler.lookup.InferenceContext18
-
- 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.
- getIdentityComparisonLines() - Method in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
- GetImplClass - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
-
- GetImplClassSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
-
- getImplicitMethod(char[], TypeBinding[], InvocationSite) - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
-
- GetImplMethodKind - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
-
- GetImplMethodKindSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
-
- GetImplMethodName - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
-
- GetImplMethodNameSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
-
- GetImplMethodSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
-
- GetImplMethodSignatureSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
-
- 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
-
- getInferenceContext(ParameterizedMethodBinding) - Method in class org.eclipse.jdt.internal.compiler.ast.AllocationExpression
-
- getInferenceContext(ParameterizedMethodBinding) - Method in class org.eclipse.jdt.internal.compiler.ast.ExplicitConstructorCall
-
- getInferenceContext(ParameterizedMethodBinding) - Method in interface org.eclipse.jdt.internal.compiler.ast.Invocation
-
- getInferenceContext(ParameterizedMethodBinding) - Method in class org.eclipse.jdt.internal.compiler.ast.MessageSend
-
- getInitializationContext() - Method in class org.eclipse.jdt.internal.compiler.flow.ExceptionHandlingFlowContext
-
- getInitializationContext() - Method in class org.eclipse.jdt.internal.compiler.flow.FlowContext
-
Answer flow context that corresponds to initialization.
- getInitializationContext() - Method in class org.eclipse.jdt.internal.compiler.flow.InitializationFlowContext
-
- 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.
- getIntersectingTypes() - Method in class org.eclipse.jdt.internal.compiler.lookup.IntersectionCastTypeBinding
-
- getIntersectingTypes() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
-
- getIntersectingTypes() - Method in class org.eclipse.jdt.internal.compiler.lookup.WildcardBinding
-
- getIntersectionCastType(ReferenceBinding[]) - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeSystem
-
- 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
-
- getJavaLangIllegalArgumentException() - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
-
- getJavaLangInvokeLambdaMetafactory() - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
-
- getJavaLangInvokeMethodHandlesLookup() - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
-
- getJavaLangInvokeSerializedLambda() - 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.IntersectionCastTypeReference
-
- 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
-
- getLocations(Expression, Annotation) - Static method in class org.eclipse.jdt.internal.compiler.ast.Annotation
-
Return the location for the corresponding annotation inside the type reference, null if none.
- 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
-
- getMarkerInterfaces() - Method in class org.eclipse.jdt.internal.compiler.ast.LambdaExpression
-
- 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(ReferenceBinding, ReferenceBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.AnnotatableTypeSystem
-
- getMemberType(char[]) - Method in class org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding
-
Rewrite of default memberTypes() 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
-
- getMemberType(ReferenceBinding, ReferenceBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeSystem
-
- 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.
- getMergedAnnotationsOnDimensions(int, Annotation[][]) - Method in class org.eclipse.jdt.internal.compiler.ast.TypeReference
-
- 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.ast.FunctionalExpression
-
- getMethodBinding() - Method in class org.eclipse.jdt.internal.compiler.ast.LambdaExpression
-
- getMethodBinding() - Method in class org.eclipse.jdt.internal.compiler.ast.ReferenceExpression
-
- 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.
- getMethodFormalParameterIndex() - Method in class org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationInfo
-
- getMethodFormalParameterIndex() - Method in interface org.eclipse.jdt.internal.compiler.env.IBinaryTypeAnnotation
-
Applicable for target type 0x16(METHOD_FORMAL_PARAMETER)
- 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.CaptureBinding18
-
- getMethods(char[]) - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
-
- getMethods(char[]) - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
-
- getMethods(char[], int) - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
-
- getMethods(char[]) - Method in class org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
-
- getMethods(char[]) - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
-
- 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.ast.NameReference
-
- getName() - Method in class org.eclipse.jdt.internal.compiler.ast.QualifiedNameReference
-
- getName() - Method in class org.eclipse.jdt.internal.compiler.ast.SingleNameReference
-
- 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.CommitRollbackParser
-
- getNextToken() - Method in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
- getNextToken0() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveryScanner
-
- getNextToken0() - 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
-
- getNonNullAnnotation() - Method in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
-
- getNonNullAnnotationName() - Method in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
-
- getNonNullByDefaultAnnotationName() - Method in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
-
- getNonWildcardParameterization(Scope) - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
-
- 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
-
- getNullableAnnotation() - Method in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
-
- 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
-
- getP(int) - Method in class org.eclipse.jdt.internal.compiler.lookup.InferenceSubstitution
-
Get the type corresponding to the ith inference variable.
- 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.InferenceVariable
-
- getPackage() - Method in class org.eclipse.jdt.internal.compiler.lookup.IntersectionCastTypeBinding
-
- getPackage() - Method in class org.eclipse.jdt.internal.compiler.lookup.PolyTypeBinding
-
- 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
-
- getPackedAnnotationBindings() - Method in class org.eclipse.jdt.internal.compiler.apt.model.ElementImpl
-
- getPackedAnnotationBindings(AnnotationBinding[]) - Static method in class org.eclipse.jdt.internal.compiler.apt.model.Factory
-
- getPackedAnnotationBindings() - Method in class org.eclipse.jdt.internal.compiler.apt.model.TypeMirrorImpl
-
- getParameter(TypeBinding[], int, boolean) - Static method in class org.eclipse.jdt.internal.compiler.lookup.InferenceContext18
-
Retrieve the rank'th parameter, possibly respecting varargs invocation, see 15.12.2.4.
- getParameterAnnotations(int) - Method in class org.eclipse.jdt.internal.compiler.classfmt.MethodInfo
-
- getParameterAnnotations(int) - Method in interface org.eclipse.jdt.internal.compiler.env.IBinaryMethod
-
Answer the annotations on the indexth parameter or null if none
- getParameterAnnotations() - Method in class org.eclipse.jdt.internal.compiler.lookup.AnnotationHolder
-
- getParameterAnnotations() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
-
- getParameterCount(char[]) - Static method in class org.eclipse.jdt.internal.compiler.util.Util
-
- getParameterizedType(ReferenceBinding, TypeBinding[], ReferenceBinding, AnnotationBinding[]) - Method in class org.eclipse.jdt.internal.compiler.lookup.AnnotatableTypeSystem
-
- getParameterizedType(ReferenceBinding, TypeBinding[], ReferenceBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.AnnotatableTypeSystem
-
- getParameterizedType(ReferenceBinding, TypeBinding[], ReferenceBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeSystem
-
- getParameterizedType(ReferenceBinding, TypeBinding[], ReferenceBinding, AnnotationBinding[]) - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeSystem
-
- 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.
- getPersistibleAnnotation() - Method in class org.eclipse.jdt.internal.compiler.ast.Annotation
-
- 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(BaseTypeBinding) - Method in class org.eclipse.jdt.internal.compiler.apt.model.Factory
-
- 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.
- getput(char[], ReferenceBinding) - Method in class org.eclipse.jdt.internal.compiler.util.HashtableOfType
-
- 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
-
- getRawType(ReferenceBinding, ReferenceBinding, AnnotationBinding[]) - Method in class org.eclipse.jdt.internal.compiler.lookup.AnnotatableTypeSystem
-
- getRawType(ReferenceBinding, ReferenceBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.AnnotatableTypeSystem
-
- getRawType(ReferenceBinding, ReferenceBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeSystem
-
- getRawType(ReferenceBinding, ReferenceBinding, AnnotationBinding[]) - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeSystem
-
- getReceiverType() - Method in class org.eclipse.jdt.internal.compiler.apt.model.ExecutableElementImpl
-
- getReceiverType() - Method in class org.eclipse.jdt.internal.compiler.apt.model.ExecutableTypeImpl
-
- getReceiverType(MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.apt.model.Factory
-
- getRequiredBridges() - Method in class org.eclipse.jdt.internal.compiler.ast.FunctionalExpression
-
- getResolvedCopyForInferenceTargeting(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.ast.LambdaExpression
-
Get a resolved copy of this lambda for use by type inference, as to avoid spilling any premature
type results into the original lambda.
- 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
-
- getReturnProblemMethodIfNeeded(TypeBinding, MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.InferenceContext18
-
Create a problem method signaling failure of invocation type inference,
unless the given candidate is tolerable to be compatible with buggy javac.
- 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
-
- getSAMType(Scope) - Method in class org.eclipse.jdt.internal.compiler.lookup.IntersectionCastTypeBinding
-
- getScope() - Method in class org.eclipse.jdt.internal.compiler.ast.LambdaExpression
-
- 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
-
- getSingleAbstractMethod(Scope, boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.IntersectionCastTypeBinding
-
- getSingleAbstractMethod(Scope, boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
-
- getSingleAbstractMethod(Scope, boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.RawTypeBinding
-
- getSingleAbstractMethod(Scope, boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
-
- getSingleAbstractMethod(Scope, boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
-
Return the single abstract method of a functional interface, or null, if the receiver is not a functional interface as defined in JLS 9.8.
- getSolutions(TypeVariableBinding[], InvocationSite, BoundSet) - Method in class org.eclipse.jdt.internal.compiler.lookup.InferenceContext18
-
Retrieve the resolved solutions for all given type variables.
- 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(ParameterizedTypeBinding, ReferenceBinding, TypeBinding[], Invocation) - 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.
- getSupertypeIndex() - Method in class org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationInfo
-
- getSupertypeIndex() - Method in interface org.eclipse.jdt.internal.compiler.env.IBinaryTypeAnnotation
-
Applicable for target type 0x10(CLASS_EXTENDS)
- getSupportedAnnotationTypesAsString() - Method in class org.eclipse.jdt.internal.compiler.apt.dispatch.ProcessorInfo
-
- getSyntheticArgument(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.ast.LambdaExpression
-
- 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
-
- getTargetType() - Method in class org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationInfo
-
- getTargetType() - Method in interface org.eclipse.jdt.internal.compiler.env.IBinaryTypeAnnotation
-
- 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.
- getThrownExceptions() - Method in class org.eclipse.jdt.internal.compiler.ast.LambdaExpression
-
- getThrownTypes() - Method in class org.eclipse.jdt.internal.compiler.apt.model.ExecutableElementImpl
-
- getThrownTypes() - Method in class org.eclipse.jdt.internal.compiler.apt.model.ExecutableTypeImpl
-
- getThrowsTypeIndex() - Method in class org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationInfo
-
- getThrowsTypeIndex() - Method in interface org.eclipse.jdt.internal.compiler.env.IBinaryTypeAnnotation
-
Applicable for target type 0x17(THROWS)
- 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
-
- getTypeAnnotations() - Method in class org.eclipse.jdt.internal.compiler.classfmt.ClassFileReader
-
- getTypeAnnotations() - Method in class org.eclipse.jdt.internal.compiler.classfmt.FieldInfo
-
- getTypeAnnotations() - Method in class org.eclipse.jdt.internal.compiler.classfmt.FieldInfoWithTypeAnnotation
-
- getTypeAnnotations() - Method in class org.eclipse.jdt.internal.compiler.classfmt.MethodInfo
-
- getTypeAnnotations() - Method in interface org.eclipse.jdt.internal.compiler.env.IBinaryField
-
Answer the runtime visible and invisible type annotations for this field or null if none.
- getTypeAnnotations() - Method in interface org.eclipse.jdt.internal.compiler.env.IBinaryMethod
-
Answer the type annotations on this method.
- getTypeAnnotations() - Method in interface org.eclipse.jdt.internal.compiler.env.IBinaryType
-
Answer the runtime visible and invisible type annotations for this type or null if none.
- getTypeAnnotations() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
-
- getTypeArguments() - Method in class org.eclipse.jdt.internal.compiler.apt.model.DeclaredTypeImpl
-
- getTypeArguments() - Method in class org.eclipse.jdt.internal.compiler.apt.model.ErrorTypeImpl
-
- getTypeArguments() - Method in class org.eclipse.jdt.internal.compiler.ast.ParameterizedQualifiedTypeReference
-
- getTypeArguments() - Method in class org.eclipse.jdt.internal.compiler.ast.ParameterizedSingleTypeReference
-
- getTypeArguments() - Method in class org.eclipse.jdt.internal.compiler.ast.TypeReference
-
- 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.IntersectionCastTypeReference
-
- getTypeBinding(Scope) - Method in class org.eclipse.jdt.internal.compiler.ast.JavadocImplicitTypeReference
-
- getTypeBinding() - Method in class org.eclipse.jdt.internal.compiler.ast.LambdaExpression
-
- 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[][][], TypeAnnotationWalker) - Method in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
-
- getTypeName() - Method in class org.eclipse.jdt.internal.compiler.ast.IntersectionCastTypeReference
-
- 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.
- getTypeParameterIndex() - Method in class org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationInfo
-
- getTypeParameterIndex() - Method in interface org.eclipse.jdt.internal.compiler.env.IBinaryTypeAnnotation
-
Applicable for target type 0x00(CLASS_TYPE_PARAMETER), 0x01(METHOD_TYPE_PARAMETER)
- 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
-
- getTypePath() - Method in class org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationInfo
-
- getTypePath() - Method in interface org.eclipse.jdt.internal.compiler.env.IBinaryTypeAnnotation
-
- 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
-
- getTypeReferences() - Method in class org.eclipse.jdt.internal.compiler.ast.IntersectionCastTypeReference
-
- getTypeReferences() - Method in class org.eclipse.jdt.internal.compiler.ast.TypeReference
-
- 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
-
- getUnannotatedType(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
-
- getUnannotatedType(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeSystem
-
- getUnitToProcess(int) - Method in class org.eclipse.jdt.internal.compiler.Compiler
-
- getUnpackedAnnotationBindings(AnnotationBinding[]) - Static method in class org.eclipse.jdt.internal.compiler.apt.model.Factory
-
- getUnspecifiedReference() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- getUnspecifiedReference(boolean) - 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
-
- getWildcard(ReferenceBinding, int, TypeBinding, TypeBinding[], int, AnnotationBinding[]) - Method in class org.eclipse.jdt.internal.compiler.lookup.AnnotatableTypeSystem
-
- getWildcard(ReferenceBinding, int, TypeBinding, TypeBinding[], int) - Method in class org.eclipse.jdt.internal.compiler.lookup.AnnotatableTypeSystem
-
- getWildcard(ReferenceBinding, int, TypeBinding, TypeBinding[], int) - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeSystem
-
- getWildcard(ReferenceBinding, int, TypeBinding, TypeBinding[], int, AnnotationBinding[]) - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeSystem
-
- 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(boolean) - 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, LookupEnvironment) - 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
- HALT - Static variable in class org.eclipse.jdt.internal.compiler.parser.CommitRollbackParser
-
- 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
-
Given the rhs of an assignment or local declaration has a (Auto)Closeable type (or null), setup for leak analysis now:
Create or re-use a tracking variable, and wire and initialize everything.
- 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
-
- HasAnnotatedVariants - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
-
- 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
-
- HasCapturedWildcard - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
-
- hasConstant() - Method in class org.eclipse.jdt.internal.compiler.classfmt.FieldInfo
-
Return true if the field has a constant value attribute, false otherwise.
- hasDefaultNullnessFor(int) - Method in class org.eclipse.jdt.internal.compiler.lookup.BlockScope
-
- hasDefaultNullnessFor(int) - Method in class org.eclipse.jdt.internal.compiler.lookup.ClassScope
-
- hasDefaultNullnessFor(int) - Method in class org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope
-
- hasDefaultNullnessFor(int) - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodScope
-
- hasDefaultNullnessFor(int) - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
-
Answer a defaultNullness defined for the closest enclosing scope, using bits from Binding.NullnessDefaultMASK.
- 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
-
- hasElidedType() - Method in class org.eclipse.jdt.internal.compiler.ast.Argument
-
- 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.LambdaExpression
-
- 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
-
- HasFunctionalInterfaceTypes - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
-
- hasFunctionalTypes() - Method in class org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration
-
- hasFunctionalTypes - Variable in class org.eclipse.jdt.internal.compiler.CompilationResult
-
- 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() - Method in class org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationInfo
-
- 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.AnnotationBinding
-
- hashCode() - Method in class org.eclipse.jdt.internal.compiler.lookup.ArrayBinding
-
- hashCode() - Method in class org.eclipse.jdt.internal.compiler.lookup.InferenceVariable
-
- hashCode() - Method in class org.eclipse.jdt.internal.compiler.lookup.LocalTypeBinding
-
- hashCode() - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
-
- hashCode() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBound
-
- 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.ArchiveFileObject
-
- 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
-
- HashedParameterizedTypes() - Constructor for class org.eclipse.jdt.internal.compiler.lookup.TypeSystem.HashedParameterizedTypes
-
- 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
-
- hasNonNullDefaultFor(int, boolean) - 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
-
- HasNullTypeAnnotation - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
-
- hasNullTypeAnnotations() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
-
Does this type or any of its details (array dimensions, type arguments)
have a null type annotation?
- HasParameterAnnotations - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
-
- hasParentheses - Variable in class org.eclipse.jdt.internal.compiler.ast.LambdaExpression
-
- 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
-
- hasResultFor(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.InferenceContext18
-
- 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
-
- HasTypeAnnotations - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
-
- HasTypeAnnotations - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
-
- hasTypeAnnotations() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
-
- hasTypeBit(int) - Method in class org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding
-
- hasTypeBit(int) - Method in class org.eclipse.jdt.internal.compiler.lookup.InferenceVariable
-
- hasTypeBit(int) - Method in class org.eclipse.jdt.internal.compiler.lookup.IntersectionCastTypeBinding
-
- 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.SourceTypeBinding
-
- hasTypeBit(int) - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
-
- 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, 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
-
- IBinaryTypeAnnotation - Interface in org.eclipse.jdt.internal.compiler.env
-
This represents class file information about an annotation instance.
- 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
-
- IDENTITY_COMPARISON_TAG - Static variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
- 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
-
- ignoreAllErrors() - Method in interface org.eclipse.jdt.internal.compiler.IErrorHandlingPolicy
-
- ignoreAllProblems() - Static method in class org.eclipse.jdt.internal.compiler.DefaultErrorHandlingPolicies
-
- 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
- ignoreNextClosingBrace() - Method in class org.eclipse.jdt.internal.compiler.parser.CommitRollbackParser
-
- ignoreNextClosingBrace - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- ignoreNextClosingBrace() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- 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
-
- illegalAbstractModifierCombinationForMethod(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[], long) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- illegalAnnotationForBaseType(Annotation, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- IllegalArgumentExceptionConstructorSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
-
- IllegalArrayOfUnionType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- illegalArrayOfUnionType(char[], TypeReference) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- IllegalArrayTypeInIntersectionCast - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- illegalArrayTypeInIntersectionCast(TypeReference) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- IllegalBasetypeInIntersectionCast - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- 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
-
- IllegalDeclarationOfThisParameter - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- IllegalDefaultModifierSpecification - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- 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
-
- IllegalModifierCombinationForInterfaceMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- illegalModifierCombinationForInterfaceMethod(AbstractMethodDeclaration) - 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, boolean) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- IllegalModifierForInterfaceMethod18 - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- 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
-
- 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
-
- IllegalModifiers - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- illegalModifiers(int, int) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- IllegalModifiersForElidedType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- illegalModifiersForElidedType(Argument) - 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
-
- IllegalQualifierForExplicitThis - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- illegalQualifierForExplicitThis(Receiver, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- IllegalQualifierForExplicitThis2 - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- illegalQualifierForExplicitThis2(Receiver) - 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
-
- illegalReturnRedefinition(ASTNode, MethodBinding, char[][], char[][], TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- illegalSourceLevelForThis(Argument) - 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
-
- IllegalStrictfpForAbstractInterfaceMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- illegalSuperAccess(TypeBinding, TypeBinding, ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- illegalSuperCallBypassingOverride(InvocationSite, MethodBinding, ReferenceBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- IllegalSuperTypeVariable - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.ProblemReasons
-
- illegalThis(Argument) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- illegalThisDeclaration(Argument) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- IllegalTypeAnnotationsInStaticMemberAccess - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- illegalTypeAnnotationsInStaticMemberAccess(Annotation, Annotation) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- IllegalTypeArgumentsInRawConstructorReference - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- IllegalTypeForExplicitThis - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- illegalTypeForExplicitThis(Receiver, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- 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
-
- IllegalUsageOfTypeAnnotations - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- illegalUsageOfTypeAnnotations(Annotation) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- illegalUsageOfWildcard(TypeReference) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- IllegalUseOfUnderscoreAsAnIdentifier - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- illegalUseOfUnderscoreAsAnIdentifier(int, int, boolean) - 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
-
- IllegalVarargInLambda - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- illegalVarargInLambda(Argument) - 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
-
- illFormedParameterizationOfFunctionalInterface - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- illFormedParameterizationOfFunctionalInterface(FunctionalExpression) - 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(LookupEnvironment, 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
-
- IncompatibleLambdaParameterType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- IncompatibleMethodReference - 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
-
- incompatibleReturnType(ReferenceExpression, MethodBinding, TypeBinding) - 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(ParameterizedTypeBinding, 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
-
- inferenceContext - Variable in class org.eclipse.jdt.internal.compiler.lookup.ProblemMethodBinding
-
- InferenceContext18 - Class in org.eclipse.jdt.internal.compiler.lookup
-
Main class for new type inference as per JLS8 sect 18.
- InferenceContext18(Scope, Expression[], InvocationSite) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.InferenceContext18
-
Construct an inference context for an invocation (method/constructor).
- InferenceContext18(Scope) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.InferenceContext18
-
- InferenceFailureException - Exception in org.eclipse.jdt.internal.compiler.lookup
-
Thrown when a definite compile error is detected deep within the type inference.
- InferenceFailureException(String) - Constructor for exception org.eclipse.jdt.internal.compiler.lookup.InferenceFailureException
-
- inferenceKind - Variable in class org.eclipse.jdt.internal.compiler.ast.ReferenceExpression
-
- InferenceSubstitution - Class in org.eclipse.jdt.internal.compiler.lookup
-
A type variable substitution strategy based on inference variables (JLS8 18.1.1)
- InferenceSubstitution(LookupEnvironment, InferenceVariable[]) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.InferenceSubstitution
-
- InferenceVariable - Class in org.eclipse.jdt.internal.compiler.lookup
-
Implementation of 18.1.1 in JLS8
- InferenceVariable(TypeBinding, int, InvocationSite, LookupEnvironment, ReferenceBinding) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.InferenceVariable
-
- inferFunctionalInterfaceParameterization(LambdaExpression, BlockScope, ParameterizedTypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.InferenceContext18
-
18.5.3 Functional Interface Parameterization Inference
- inferInvocationApplicability(MethodBinding, TypeBinding[], boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.InferenceContext18
-
JLS 18.5.1 Invocation Applicability Inference.
- inferInvocationType(BoundSet, TypeBinding, InvocationSite, MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.InferenceContext18
-
JLS 18.5.2 Invocation Type Inference
- inferInvocationType(Invocation, ParameterizedGenericMethodBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.InferenceContext18
-
Simplified API to perform Invocation Type Inference (JLS 18.5.2)
and perform subsequent steps: bound check, rebinding of inner poly expressions,
and creating of a problem method binding if needed.
- inferInvocationType(InvocationSite, MethodBinding, TypeBinding[]) - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
-
Given a selected applicable method, check if it has an unfinished InferenceContext18 associated.
- inferredReturnType - Variable in class org.eclipse.jdt.internal.compiler.ast.AllocationExpression
-
- inferredReturnType - Variable in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding
-
- info - Variable in class org.eclipse.jdt.internal.compiler.codegen.AnnotationContext
-
- info2 - Variable in class org.eclipse.jdt.internal.compiler.codegen.AnnotationContext
-
- 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.
- InheritedDefaultMethodConflictsWithOtherInherited - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- inheritedDefaultMethodConflictsWithOtherInherited(SourceTypeBinding, MethodBinding, MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- 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(ClassFile) - Method in class org.eclipse.jdt.internal.compiler.codegen.TypeAnnotationCodeStream
-
- 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(CompilationResult, Expression, TypeReference[], char[], int) - Method in class org.eclipse.jdt.internal.compiler.ast.ReferenceExpression
-
- 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.FieldInfoWithTypeAnnotation
-
- 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() - Method in class org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationInfo
-
- 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, Annotation[]) - 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.
- initializeBounds(Scope, ParameterizedTypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.CaptureBinding18
-
- 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
-
- innerInferenceHelper - Variable in class org.eclipse.jdt.internal.compiler.ast.AllocationExpression
-
- innerInferenceHelper() - Method in class org.eclipse.jdt.internal.compiler.ast.AllocationExpression
-
- innerInferenceHelper() - Method in class org.eclipse.jdt.internal.compiler.ast.ExplicitConstructorCall
-
- InnerInferenceHelper - Class in org.eclipse.jdt.internal.compiler.ast
-
- InnerInferenceHelper() - Constructor for class org.eclipse.jdt.internal.compiler.ast.InnerInferenceHelper
-
- innerInferenceHelper() - Method in interface org.eclipse.jdt.internal.compiler.ast.Invocation
-
If this invocation has any poly expressions as arguments, this method answers an inference helper
that mediates during overload resolution, even if no actual inference happens for this invocation.
- innerInferenceHelper - Variable in class org.eclipse.jdt.internal.compiler.ast.MessageSend
-
- innerInferenceHelper() - Method in class org.eclipse.jdt.internal.compiler.ast.MessageSend
-
- 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),
- innersNeedUpdate() - Method in class org.eclipse.jdt.internal.compiler.ast.AllocationExpression
-
- innersNeedUpdate() - Method in class org.eclipse.jdt.internal.compiler.ast.ExplicitConstructorCall
-
- innersNeedUpdate() - Method in interface org.eclipse.jdt.internal.compiler.ast.Invocation
-
Answer whether the current invocation has inner expressions that still need updating after inference.
- innersNeedUpdate() - Method in class org.eclipse.jdt.internal.compiler.ast.MessageSend
-
- innerTracker - Variable in class org.eclipse.jdt.internal.compiler.ast.FakedTrackingVariable
-
- innerTypesCannotDeclareStaticInitializers(ReferenceBinding, Initializer) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- innerUpdateDone() - Method in class org.eclipse.jdt.internal.compiler.ast.AllocationExpression
-
- innerUpdateDone() - Method in class org.eclipse.jdt.internal.compiler.ast.ExplicitConstructorCall
-
- innerUpdateDone() - Method in interface org.eclipse.jdt.internal.compiler.ast.Invocation
-
- innerUpdateDone() - Method in class org.eclipse.jdt.internal.compiler.ast.MessageSend
-
- 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.BlockScope
-
- instance_of(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
We didn't call it instanceof because there is a conflict with the
instanceof keyword
- instance_of(TypeReference, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
We didn't call it instanceof because there is a conflict with the
instanceof keyword
- instance_of(TypeReference, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.codegen.TypeAnnotationCodeStream
-
- 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
-
- INSTANCEOF - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.AnnotationTargetTypeConstants
-
- 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
-
- InterfaceNotFunctionalInterface - 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
-
- INTERNAL - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
-
- 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.
- InternalError - Static variable in interface org.eclipse.jdt.internal.compiler.problem.ProblemSeverities
-
- 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, int) - Method in class org.eclipse.jdt.internal.compiler.ast.ArrayQualifiedTypeReference
-
- internalResolveType(Scope, int) - Method in class org.eclipse.jdt.internal.compiler.ast.ArrayTypeReference
-
- internalResolveType(Scope) - Method in class org.eclipse.jdt.internal.compiler.ast.JavadocFieldReference
-
- internalResolveType(Scope, int) - Method in class org.eclipse.jdt.internal.compiler.ast.JavadocImplicitTypeReference
-
- internalResolveType(Scope, int) - Method in class org.eclipse.jdt.internal.compiler.ast.JavadocSingleTypeReference
-
- internalResolveType(Scope, int) - 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
-
- intersectingTypes - Variable in class org.eclipse.jdt.internal.compiler.lookup.IntersectionCastTypeBinding
-
- INTERSECTION_CAST_TYPE - Static variable in class org.eclipse.jdt.internal.compiler.lookup.Binding
-
- INTERSECTION_TYPE - Static variable in class org.eclipse.jdt.internal.compiler.lookup.Binding
-
- IntersectionCastNotBelow18 - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- intersectionCastNotBelow18(TypeReference[]) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- IntersectionCastTypeBinding - Class in org.eclipse.jdt.internal.compiler.lookup
-
- IntersectionCastTypeBinding(ReferenceBinding[], LookupEnvironment) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.IntersectionCastTypeBinding
-
- IntersectionCastTypeReference - Class in org.eclipse.jdt.internal.compiler.ast
-
- IntersectionCastTypeReference(TypeReference[]) - Constructor for class org.eclipse.jdt.internal.compiler.ast.IntersectionCastTypeReference
-
- IntersectionHasMultipleFunctionalInterfaces - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.ProblemReasons
-
- 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
-
- InvalidArrayConstructorReference - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- invalidArrayConstructorReference(ReferenceExpression, TypeBinding, TypeBinding[]) - 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
-
- 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
-
- InvalidUsageOfTypeAnnotations - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- invalidUsageOfTypeAnnotations(Annotation) - 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
-
- INVISIBLE - Static variable in class org.eclipse.jdt.internal.compiler.codegen.AnnotationContext
-
- Invocation - Interface in org.eclipse.jdt.internal.compiler.ast
-
Abstraction for invocation AST nodes that can trigger
Invocation Applicability Inferences (18.5.1), and
Invocation Type Inference (18.5.2).
- INVOCATION_ARGUMENT_OK - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
-
- INVOCATION_ARGUMENT_UNCHECKED - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
-
- INVOCATION_ARGUMENT_WILDCARD - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
-
- INVOCATION_TYPE - Static variable in class org.eclipse.jdt.internal.compiler.lookup.Scope
-
Request Invocation Type Inference (18.5.2).
- InvocationSite - Interface in org.eclipse.jdt.internal.compiler.lookup
-
- InvocationSite.EmptyWithAstNode - Class in org.eclipse.jdt.internal.compiler.lookup
-
- invocationTargetType() - Method in class org.eclipse.jdt.internal.compiler.ast.AllocationExpression
-
- invocationTargetType() - Method in class org.eclipse.jdt.internal.compiler.ast.FunctionalExpression
-
- invocationTargetType() - Method in class org.eclipse.jdt.internal.compiler.ast.MessageSend
-
- invocationTargetType() - Method in class org.eclipse.jdt.internal.compiler.ast.Statement
-
- invocationTargetType() - Method in class org.eclipse.jdt.internal.compiler.lookup.InvocationSite.EmptyWithAstNode
-
- invocationTargetType() - Method in interface org.eclipse.jdt.internal.compiler.lookup.InvocationSite
-
- 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(byte, MethodBinding, TypeBinding, TypeReference[]) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- invoke(byte, MethodBinding, TypeBinding, TypeReference[]) - Method in class org.eclipse.jdt.internal.compiler.codegen.TypeAnnotationCodeStream
-
- INVOKE - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
-
- INVOKE_METHOD_METHOD_NAME - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
-
- INVOKE_METHOD_METHOD_SIGNATURE - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
-
- invokeAccessibleObjectSetAccessible() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- invokeArrayNewInstance() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- invokeAutoCloseableClose(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- invokeClassForName() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- invokeClassGetDeclaredConstructor() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- invokeClassGetDeclaredField() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- invokeClassGetDeclaredMethod() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- invokeDynamic(int, int, int, char[], char[]) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- invokeDynamic(int, int, int, char[], char[], boolean, TypeReference, TypeReference[]) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- invokeDynamic(int, int, int, char[], char[], boolean, TypeReference, TypeReference[]) - Method in class org.eclipse.jdt.internal.compiler.codegen.TypeAnnotationCodeStream
-
- 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
-
- invokeObjectEquals() - 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
-
- isAnnotatedTypeSystem() - Method in class org.eclipse.jdt.internal.compiler.lookup.AnnotatableTypeSystem
-
- isAnnotatedTypeSystem() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeSystem
-
- 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.Binding
-
- isAnnotationType() - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
-
- isAnonymous() - Method in class org.eclipse.jdt.internal.compiler.classfmt.ClassFileReader
-
Answer true if the receiver is an anonymous type, false otherwise
- isAnonymous() - Method in interface org.eclipse.jdt.internal.compiler.env.IBinaryType
-
Answer true if the receiver is an anonymous class.
- isAnonymous() - Method in interface org.eclipse.jdt.internal.compiler.env.ISourceType
-
Answer whether the receiver type is anonymous
- 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
-
- isAnyMismatch() - Method in class org.eclipse.jdt.internal.compiler.ast.NullAnnotationMatching
-
- 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() - Method in class org.eclipse.jdt.internal.compiler.ast.Argument
-
- IsArgument - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
-
- isArgument() - Method in class org.eclipse.jdt.internal.compiler.ast.LocalDeclaration
-
- IsArgument - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
-
- isArrayConstructorReference() - Method in class org.eclipse.jdt.internal.compiler.ast.ReferenceExpression
-
- 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
-
- isAssignmentCompatible(TypeBinding, Scope) - Method in class org.eclipse.jdt.internal.compiler.ast.Expression
-
- isAssistParser() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- isAtAssistIdentifier() - Method in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
- 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() - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
-
Returns true if parameterized type AND not of the form List>
- 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>
- isBoxedPrimitiveType() - Method in class org.eclipse.jdt.internal.compiler.lookup.IntersectionCastTypeBinding
-
- isBoxedPrimitiveType() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
-
- isBoxingCompatible(TypeBinding, TypeBinding, Expression, Scope) - Method in class org.eclipse.jdt.internal.compiler.ast.Statement
-
- isBoxingCompatibleWith(TypeBinding, Scope) - Method in class org.eclipse.jdt.internal.compiler.ast.ConditionalExpression
-
- isBoxingCompatibleWith(TypeBinding, Scope) - Method in class org.eclipse.jdt.internal.compiler.ast.Expression
-
- isBoxingCompatibleWith(TypeBinding, Scope) - Method in class org.eclipse.jdt.internal.compiler.ast.FunctionalExpression
-
- 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
- IsCapturedOuterLocal - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
-
- isCaseLabel() - Method in class org.eclipse.jdt.internal.compiler.codegen.BranchLabel
-
- isCaseLabel() - Method in class org.eclipse.jdt.internal.compiler.codegen.CaseLabel
-
- isCatchParameter() - Method in class org.eclipse.jdt.internal.compiler.lookup.CatchParameterBinding
-
- isCatchParameter() - Method in class org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding
-
- 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.ast.ConditionalExpression
-
- isCompatibleWith(TypeBinding, Scope) - Method in class org.eclipse.jdt.internal.compiler.ast.Expression
-
- isCompatibleWith(TypeBinding, Scope) - Method in class org.eclipse.jdt.internal.compiler.ast.LambdaExpression
-
- isCompatibleWith(TypeBinding, Scope) - Method in class org.eclipse.jdt.internal.compiler.ast.ReferenceExpression
-
- 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.CaptureBinding18
-
- isCompatibleWith(TypeBinding, Scope) - Method in class org.eclipse.jdt.internal.compiler.lookup.InferenceVariable
-
- isCompatibleWith(TypeBinding, Scope) - Method in class org.eclipse.jdt.internal.compiler.lookup.IntersectionCastTypeBinding
-
- isCompatibleWith(TypeBinding, Scope) - Method in class org.eclipse.jdt.internal.compiler.lookup.PolyTypeBinding
-
- 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
-
- isConsistentIntersection(TypeBinding[]) - Static method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
-
- 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
-
- isConstructorReference() - Method in class org.eclipse.jdt.internal.compiler.ast.ReferenceExpression
-
- 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.apt.model.ExecutableElementImpl
-
- 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
-
- isDefaultMethod() - Method in class org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
-
- isDefaultMethod() - Method in class org.eclipse.jdt.internal.compiler.ast.MethodDeclaration
-
- isDefaultMethod() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
-
- 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
-
- isDefiniteMismatch() - Method in class org.eclipse.jdt.internal.compiler.ast.NullAnnotationMatching
-
- 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.CaptureBinding18
-
- 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
-
- isExactMethodReference() - Method in class org.eclipse.jdt.internal.compiler.ast.Expression
-
- isExactMethodReference() - Method in class org.eclipse.jdt.internal.compiler.ast.ReferenceExpression
-
- 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
-
- isFunctionalInterface(TypeElement) - Method in class org.eclipse.jdt.internal.compiler.apt.model.ElementsImpl
-
- isFunctionalInterface(Scope) - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
-
- isFunctionalInterface(Scope) - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
-
- 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
-
- isIndirectlyInsideLambdaExpression() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- 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
-
- isIntersectionCastType() - Method in class org.eclipse.jdt.internal.compiler.lookup.IntersectionCastTypeBinding
-
- isIntersectionCastType() - 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.
- isLambdaScope() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodScope
-
- isLambdaScope() - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
-
- isLambdaSubscope() - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
-
- 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
-
- isMethodReference() - Method in class org.eclipse.jdt.internal.compiler.ast.ReferenceExpression
-
- 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
-
- isMoreSpecificThan(MethodBinding, MethodBinding, boolean, boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.InferenceContext18
-
18.5.4 More Specific Method Inference
- 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
-
- isPackageInfo() - Method in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
-
- 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.ParameterizedTypeBinding
-
- isParameterizedType() - Method in class org.eclipse.jdt.internal.compiler.lookup.RawTypeBinding
-
- isParameterizedType() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
-
Returns true if the type is parameterized, e.g.
- isParameterizedTypeReference() - Method in class org.eclipse.jdt.internal.compiler.ast.ParameterizedQualifiedTypeReference
-
- isParameterizedTypeReference() - Method in class org.eclipse.jdt.internal.compiler.ast.ParameterizedSingleTypeReference
-
- isParameterizedTypeReference() - Method in class org.eclipse.jdt.internal.compiler.ast.TypeReference
-
- 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
- isPertinentToApplicability(TypeBinding, MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.ast.ConditionalExpression
-
- isPertinentToApplicability(TypeBinding, MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.ast.Expression
-
- isPertinentToApplicability(TypeBinding, MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.ast.FunctionalExpression
-
- isPertinentToApplicability(TypeBinding, MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.ast.LambdaExpression
-
- isPertinentToApplicability(TypeBinding, MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.ast.ReferenceExpression
-
- isPertinentToApplicability(TypeBinding, MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.PolyTypeBinding
-
- isPertinentToApplicability(TypeVariableBinding, MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.PolyTypeBinding
-
- isPertinentToApplicability(TypeVariableBinding, MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
-
- isPertinentToApplicability(TypeBinding, MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
-
- isPertinentToApplicability(TypeBinding, MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding
-
- isPolyExpression() - Method in class org.eclipse.jdt.internal.compiler.ast.AllocationExpression
-
- isPolyExpression(MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.ast.AllocationExpression
-
- isPolyExpression() - Method in class org.eclipse.jdt.internal.compiler.ast.ConditionalExpression
-
- isPolyExpression() - Method in class org.eclipse.jdt.internal.compiler.ast.Expression
-
- isPolyExpression(MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.ast.Expression
-
Variant of isPolyExpression() to be used during type inference, when a resolution candidate exists.
- isPolyExpression(MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.ast.FunctionalExpression
-
- isPolyExpression() - Method in class org.eclipse.jdt.internal.compiler.ast.FunctionalExpression
-
- isPolyExpression() - Method in class org.eclipse.jdt.internal.compiler.ast.MessageSend
-
- isPolyExpression(MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.ast.MessageSend
-
Variant of isPolyExpression() to be used during type inference, when a resolution candidate exists.
- 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
-
- isPrimitiveOrBoxedPrimitiveType() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
-
- isPrimitiveType() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
-
- 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
-
- isProperType(boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.ArrayBinding
-
- isProperType(boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.CaptureBinding18
-
- isProperType(boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.InferenceVariable
-
- isProperType(boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
-
- isProperType(boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.RawTypeBinding
-
- isProperType(boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
-
- isProperType(boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
-
JLS8 Sect 18.1.1
- isProperType(boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding
-
- isProperType(boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.WildcardBinding
-
- 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
-
- isPrototype() - Method in class org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
-
- 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.InferenceSubstitution
-
- 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
-
- isReceiver() - Method in class org.eclipse.jdt.internal.compiler.ast.LocalDeclaration
-
- isReceiver() - Method in class org.eclipse.jdt.internal.compiler.ast.Receiver
-
- 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.
- isRepeatableAnnotationType() - Method in class org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding
-
- isRepeatableAnnotationType() - Method in class org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
-
- isRepeatableAnnotationType() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
-
Answer true if the receiver is an annotation which may be repeatable.
- isReplacedToken() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveryScanner
-
- isResolved(BoundSet) - Method in class org.eclipse.jdt.internal.compiler.lookup.InferenceContext18
-
Have all inference variables been instantiated successfully?
- 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
-
- isRuntimeTypeInvisible() - Method in class org.eclipse.jdt.internal.compiler.ast.Annotation
-
- isRuntimeTypeVisible() - 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
-
- isSerializable - Variable in class org.eclipse.jdt.internal.compiler.ast.LambdaExpression
-
- 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)
- isStatic() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
-
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
-
- isSubstituteParameterSubsignature(MethodBinding, MethodBinding, LookupEnvironment) - Static method in class org.eclipse.jdt.internal.compiler.lookup.MethodVerifier
-
- isSubtype(TypeMirror, TypeMirror) - Method in class org.eclipse.jdt.internal.compiler.apt.model.TypesImpl
-
- isSubtypeOf(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.ArrayBinding
-
- isSubtypeOf(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.IntersectionCastTypeBinding
-
- isSubtypeOf(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
-
- isSubtypeOf(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
-
- isSubtypeOf(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding
-
- isSubTypeOfRTL(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
-
- 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.ast.ReferenceExpression
-
- 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
-
- isTaggedRepeatable() - Method in class org.eclipse.jdt.internal.compiler.lookup.Binding
-
- isTaggedRepeatable() - Method in class org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
-
- 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.ast.ReferenceExpression
-
- 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
-
- IsTypeElided - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
-
- 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
-
- isTypeUseCompatible(TypeReference, Scope) - Static method in class org.eclipse.jdt.internal.compiler.ast.Annotation
-
- isTypeUseCompatible(TypeReference, Scope, Annotation[]) - Static method in class org.eclipse.jdt.internal.compiler.ast.Annotation
-
- 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() - Method in class org.eclipse.jdt.internal.compiler.ast.NullAnnotationMatching
-
- 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
-
- isUnionType() - Method in class org.eclipse.jdt.internal.compiler.ast.TypeReference
-
- isUnionType() - Method in class org.eclipse.jdt.internal.compiler.ast.UnionTypeReference
-
- isUnnamed() - Method in class org.eclipse.jdt.internal.compiler.apt.model.PackageElementImpl
-
- isUnqualifiedSuper() - Method in class org.eclipse.jdt.internal.compiler.ast.ASTNode
-
- isUnqualifiedSuper() - Method in class org.eclipse.jdt.internal.compiler.ast.SuperReference
-
- isUnresolvedType() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
-
- isUnresolvedType() - Method in class org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding
-
- 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
-
- isValueCompatible() - Method in class org.eclipse.jdt.internal.compiler.ast.LambdaExpression
-
- 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.ast.TypeReference
-
- isVarArgs() - Method in class org.eclipse.jdt.internal.compiler.lookup.InferenceContext18
-
- 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)
- isVoidCompatible() - Method in class org.eclipse.jdt.internal.compiler.ast.LambdaExpression
-
- isVoidMethod() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
-
- 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.ast.TypeReference
-
- isWildcard() - Method in class org.eclipse.jdt.internal.compiler.ast.Wildcard
-
- 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
-
- ITYPEBINDING - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
-
- 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_REPEATABLE - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
-
- JAVA_LANG_ANNOTATION_REPEATABLE - 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_FUNCTIONAL_INTERFACE - 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_LAMBDAMETAFACTORY - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
-
- JAVA_LANG_INVOKE_LAMBDAMETAFACTORY_ALTMETAFACTORY_SIGNATURE - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
-
- JAVA_LANG_INVOKE_LAMBDAMETAFACTORY_METAFACTORY_SIGNATURE - 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_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_INVOKE_METHODHANDLES - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
-
- JAVA_LANG_INVOKE_SERIALIZEDLAMBDA - 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_NIO_FILE_FILES - 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
-
- JavaLangIllegalArgumentExceptionConstantPoolName - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
-
- JavaLangIntegerConstantPoolName - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
-
- JavaLangInvokeSerializedLambda - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
-
- JavaLangInvokeSerializedLambdaConstantPoolName - 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
-
- JDT - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
-
- 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.IntersectionCastTypeBinding
-
- 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.PolyTypeBinding
-
- 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
-
- kosherDescriptor(Scope, MethodBinding, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.FunctionalExpression
-
- kosherDescriptor(Scope, MethodBinding, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.LambdaExpression
-
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
-
- lambda - Variable in class org.eclipse.jdt.internal.compiler.lookup.SyntheticMethodBinding
-
- LAMBDA_TYPE - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
-
- LambdaDescriptorMentionsUnmentionable - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- LambdaExpression - Class in org.eclipse.jdt.internal.compiler.ast
-
- LambdaExpression(CompilationResult, boolean, boolean) - Constructor for class org.eclipse.jdt.internal.compiler.ast.LambdaExpression
-
- LambdaExpression(CompilationResult, boolean) - Constructor for class org.eclipse.jdt.internal.compiler.ast.LambdaExpression
-
- lambdaExpression - Variable in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- lambdaExpressionCannotImplementGenericMethod(LambdaExpression, MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- LambdaExpressionNotBelow18 - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- lambdaExpressionsNotBelow18(LambdaExpression) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- LambdaMethod - Static variable in class org.eclipse.jdt.internal.compiler.lookup.SyntheticMethodBinding
-
- lambdaNestLevel - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveredElement
-
- lambdaParameterTypeMismatched - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- lambdaParameterTypeMismatched(Argument, TypeReference, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- LambdaRedeclaresArgument - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- lambdaRedeclaresArgument(Argument) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- LambdaRedeclaresLocal - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- lambdaRedeclaresLocal(LocalDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- LambdaShapeComputationError - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- lambdaSignatureMismatched - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- lambdaSignatureMismatched(LambdaExpression) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- 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
-
- lhs - Variable in class org.eclipse.jdt.internal.compiler.ast.Assignment
-
- lhs - Variable in class org.eclipse.jdt.internal.compiler.ast.ReferenceExpression
-
- 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
-
- literalIndexForInvokeDynamic(int, 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
-
- literalIndexForMethodHandle(MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
-
- literalIndexForMethodHandle(int, TypeBinding, char[], char[], boolean) - Method in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
-
- literalIndexForMethodType(char[]) - 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.
- loadInt(int) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
Based on the supplied value add the most efficient load instruction to the code stream for that value.
- 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
-
- LOCAL_VARIABLE - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.AnnotationTargetTypeConstants
-
- 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
-
- LocalTypeBinding(LocalTypeBinding) - 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
-
- LocalVariableBinding(LocalDeclaration, TypeBinding, int, MethodScope) - 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
-
- Logger(Main, PrintWriter, PrintWriter) - Constructor for class org.eclipse.jdt.internal.compiler.batch.Main.Logger
-
- 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
-
- LOOKUP - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
-
- 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.ResourceBundleFactory - Class in org.eclipse.jdt.internal.compiler.batch
-
Resource bundle factory to share bundles for the same locale
- 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) - Method in class org.eclipse.jdt.internal.compiler.ast.ReferenceExpression
-
- 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).
- markEnclosingMemberWithLocalOrFunctionalType(Parser.LocalTypeKind) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- 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 - Variable in class org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker
-
- 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
-
- maybeAtLambdaOrCast() - Method in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
- maybeAtReferenceExpression() - Method in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
- 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
-
- MemberTypeBinding(MemberTypeBinding) - 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
-
- mentionsAny(TypeBinding[], int) - Method in class org.eclipse.jdt.internal.compiler.lookup.ArrayBinding
-
- mentionsAny(TypeBinding[], int) - Method in class org.eclipse.jdt.internal.compiler.lookup.IntersectionCastTypeBinding
-
- mentionsAny(TypeBinding[], int) - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
-
- mentionsAny(TypeBinding[], int) - Method in class org.eclipse.jdt.internal.compiler.lookup.RawTypeBinding
-
- mentionsAny(TypeBinding[], int) - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
-
Does this type mention any of the given type parameters, except the one at position 'idx'?
- mentionsAny(TypeBinding[], int) - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding
-
- mentionsAny(TypeBinding[], int) - Method in class org.eclipse.jdt.internal.compiler.lookup.WildcardBinding
-
- 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
-
- METAFACTORY - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
-
- METHOD - Static variable in class org.eclipse.jdt.internal.compiler.lookup.Binding
-
- METHOD_FORMAL_PARAMETER - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.AnnotationTargetTypeConstants
-
- METHOD_INVOCATION_TYPE_ARGUMENT - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.AnnotationTargetTypeConstants
-
- METHOD_RECEIVER - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.AnnotationTargetTypeConstants
-
- METHOD_REFERENCE - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.AnnotationTargetTypeConstants
-
- METHOD_REFERENCE_TYPE_ARGUMENT - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.AnnotationTargetTypeConstants
-
- METHOD_RETURN - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.AnnotationTargetTypeConstants
-
- 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
-
- METHOD_TYPE_PARAMETER - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.AnnotationTargetTypeConstants
-
- METHOD_TYPE_PARAMETER_BOUND - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.AnnotationTargetTypeConstants
-
- 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
-
- MethodHandleRefKindGetField - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
-
- MethodHandleRefKindGetStatic - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
-
- MethodHandleRefKindInvokeInterface - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
-
- MethodHandleRefKindInvokeSpecial - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
-
- MethodHandleRefKindInvokeStatic - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
-
- MethodHandleRefKindInvokeVirtual - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
-
- MethodHandleRefKindNewInvokeSpecial - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
-
- MethodHandleRefKindPutField - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
-
- MethodHandleRefKindPutStatic - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
-
- 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
-
- methodMustBeAccessedStatically(ReferenceExpression, MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- methodMustBeAccessedWithInstance(ReferenceExpression, MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- 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
-
- MethodParametersName - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.AttributeNamesConstants
-
- methodRecoveryActivated - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- MethodReducesVisibility - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- MethodReferenceNotBelow18 - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- MethodReferenceSwingsBothWays - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- methodReferenceSwingsBothWays(ReferenceExpression, MethodBinding, MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- 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(Scope, ReferenceContext, boolean) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.MethodScope
-
- MethodScope(Scope, ReferenceContext, boolean, int) - 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
-
- MisplacedTypeAnnotations - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- misplacedTypeAnnotations(Annotation, Annotation) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- 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
-
- missingImplementation(String) - Static method in class org.eclipse.jdt.internal.compiler.lookup.InferenceContext18
-
- 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
-
- MissingTypeInLambda - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- missingTypeInLambda(LambdaExpression, MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- MissingTypeInMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- missingTypeInMethod(ASTNode, 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
-
- moreDangerousType(TypeBinding, TypeBinding) - Static method in class org.eclipse.jdt.internal.compiler.ast.NullAnnotationMatching
-
- 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(TypeReference, TypeBinding, int, ArrayAllocationExpression) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- multianewarray(TypeReference, TypeBinding, int, ArrayAllocationExpression) - Method in class org.eclipse.jdt.internal.compiler.codegen.TypeAnnotationCodeStream
-
- 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
-
- MultipleFunctionalInterfaces - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- multipleFunctionalInterfaces(FunctionalExpression) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- 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
-
- 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 - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
-
- 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
-
- namedMethodScope() - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
-
- 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
-
- nameSourceStart - Variable in class org.eclipse.jdt.internal.compiler.ast.ReferenceExpression
-
- 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
-
- NestedTypeBinding(NestedTypeBinding) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.NestedTypeBinding
-
- NEW - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.AnnotationTargetTypeConstants
-
- new_(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- new_(TypeReference, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- new_(TypeReference, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.codegen.TypeAnnotationCodeStream
-
- 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
-
- newArray(TypeReference, ArrayAllocationExpression, ArrayBinding) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- newArray(TypeReference, ArrayAllocationExpression, ArrayBinding) - Method in class org.eclipse.jdt.internal.compiler.codegen.TypeAnnotationCodeStream
-
- 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)
- newReferenceExpression() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- 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
-
- NEXT_ARRAY_DIMENSION - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.AnnotationTargetTypeConstants
-
- NEXT_NESTED_TYPE - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.AnnotationTargetTypeConstants
-
- 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.classfmt.TypeAnnotationWalker
-
- NO_ANNOTATIONS - Static variable in class org.eclipse.jdt.internal.compiler.lookup.Binding
-
- NO_ARGUMENTS - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
-
- 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_PARAMETER_NAMES - 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_REFERENCE_TYPES - 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_PATH - Static variable in interface org.eclipse.jdt.internal.compiler.env.IBinaryTypeAnnotation
-
- 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
-
- NoGenericLambda - 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.
- NonNullDefaultAwareTypeAnnotationWalker - Class in org.eclipse.jdt.internal.compiler.classfmt
-
A type annotation walker that adds missing NonNull annotations according to the current default.
- NonNullDefaultAwareTypeAnnotationWalker(IBinaryTypeAnnotation[], int, LookupEnvironment) - Constructor for class org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker
-
Create initial walker with non-empty type annotations.
- NonNullDefaultAwareTypeAnnotationWalker(int, LookupEnvironment) - Constructor for class org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker
-
Create an initial walker without 'real' type annotations, but with a nonnull default.
- NonNullDefaultDetailIsNotEvaluated - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- 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
-
- NonStaticOrAlienTypeReceiver - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- NonStaticOrAlienTypeReceiver - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.ProblemReasons
-
- 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
-
- NoSuchMethodOnArray - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.ProblemReasons
-
- NoSuchSingleAbstractMethod - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.ProblemReasons
-
- NoSuperInInterfaceContext - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- 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_INFERRED - Static variable in class org.eclipse.jdt.internal.compiler.lookup.InferenceContext18
-
- 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
-
- notAFunctionalInterface(TypeDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- NotAWellFormedParameterizedType - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.ProblemReasons
-
- 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
-
- notEquals(TypeBinding, TypeBinding) - Static method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
-
- 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_ANNOTATIONS_MISMATCH - Static variable in class org.eclipse.jdt.internal.compiler.ast.NullAnnotationMatching
-
- NULL_ANNOTATIONS_OK - Static variable in class org.eclipse.jdt.internal.compiler.ast.NullAnnotationMatching
-
- NULL_ANNOTATIONS_OK_NONNULL - Static variable in class org.eclipse.jdt.internal.compiler.ast.NullAnnotationMatching
-
- NULL_ANNOTATIONS_UNCHECKED - Static variable in class org.eclipse.jdt.internal.compiler.ast.NullAnnotationMatching
-
- 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(FieldBinding, long) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- NullableFieldReference - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- nullAnnotatedReadableName(CompilerOptions, boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.ArrayBinding
-
- nullAnnotatedReadableName(CompilerOptions, boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.CaptureBinding
-
- nullAnnotatedReadableName(CompilerOptions, boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
-
- nullAnnotatedReadableName(CompilerOptions, boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
-
- nullAnnotatedReadableName(CompilerOptions, boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
-
Answer a readable name (for error reporting) that includes nullness type annotations.
- nullAnnotatedReadableName(CompilerOptions, boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding
-
- nullAnnotatedReadableName(CompilerOptions, boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.WildcardBinding
-
- nullAnnotatedVariableBinding(boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.Expression
-
Used on the lhs of an assignment for detecting null spec violation.
- nullAnnotatedVariableBinding(boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.FieldReference
-
- nullAnnotatedVariableBinding(boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.QualifiedNameReference
-
- nullAnnotatedVariableBinding(boolean) - 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
-
- NullAnnotationMatching - Class in org.eclipse.jdt.internal.compiler.ast
-
Performs matching of null type annotations.
- NullAnnotationMatching(int, int, TypeBinding) - Constructor for class org.eclipse.jdt.internal.compiler.ast.NullAnnotationMatching
-
- NullAnnotationMatching.CheckMode - Enum in org.eclipse.jdt.internal.compiler.ast
-
- nullAnnotationsFromTagBits(long) - Method in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
-
- NullAnnotationUnsupportedLocation - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- nullAnnotationUnsupportedLocation(Annotation) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- nullAnnotationUnsupportedLocation(TypeReference) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- NullAnnotationUnsupportedLocationAtType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- 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
-
- NullityMismatchAgainstFreeTypeVariable - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- NullityMismatchingTypeAnnotation - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- nullityMismatchingTypeAnnotation(Expression, TypeBinding, TypeBinding, NullAnnotationMatching) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- NullityMismatchingTypeAnnotationSuperHint - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- nullityMismatchIsNull(Expression, TypeBinding) - 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
-
- NullityMismatchTypeArgument - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- nullityMismatchTypeArgument(TypeBinding, TypeBinding, ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- NullityUncheckedTypeAnnotationDetail - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- NullityUncheckedTypeAnnotationDetailSuperHint - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- 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
-
- NullnessDefaultMASK - Static variable in class org.eclipse.jdt.internal.compiler.lookup.Binding
-
- NullNotCompatibleToFreeTypeVariable - 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.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) - Method in class org.eclipse.jdt.internal.compiler.ast.FunctionalExpression
-
- nullStatus(FlowInfo, FlowContext) - Method in class org.eclipse.jdt.internal.compiler.ast.MessageSend
-
- nullStatus - Variable in class org.eclipse.jdt.internal.compiler.ast.NullAnnotationMatching
-
- 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.Reference
-
- nullStatus(FlowInfo, FlowContext) - Method in class org.eclipse.jdt.internal.compiler.ast.SingleNameReference
-
- nullStatus(FlowInfo, FlowContext) - Method in class org.eclipse.jdt.internal.compiler.ast.ThisReference
-
- nullStatus(LocalVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.flow.FlowInfo
-
Answer the null status of the given local
- nullTagBitsFromAnnotationValue(Object) - Static method in class org.eclipse.jdt.internal.compiler.ast.Annotation
-
- nullTagBitsPerDimension - Variable in class org.eclipse.jdt.internal.compiler.lookup.ArrayBinding
-
- NullTypeBinding - Class in org.eclipse.jdt.internal.compiler.lookup
-
- 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
-
- numCloseableArgs - Variable in class org.eclipse.jdt.internal.compiler.lookup.TypeConstants.CloseMethodRecord
-
- 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
-
- onlyReferenceTypesInIntersectionCast(TypeReference) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- 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_invokedynamic - 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_EmulateJavacBug8031744 - 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_LambdaGenericSignature - 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_MethodParametersAttribute - 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_PostResolutionRawTypeCompatibilityCheck - 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_ReportUninternedIdentityComparison - 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_Store_Annotations - 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 - Variable in class org.eclipse.jdt.internal.compiler.ast.LambdaExpression
-
- 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_ECLIPSE_JDT_CORE_DOM_ITYPEBINDING - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
-
- ORG_ECLIPSE_JDT_INTERNAL_COMPILER_LOOKUP_TYPEBINDING - 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 - Variable in class org.eclipse.jdt.internal.compiler.ast.LambdaExpression
-
- original() - Method in class org.eclipse.jdt.internal.compiler.ast.LambdaExpression
-
- 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
-
- originalReferenceContext() - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
-
Returns the nearest original reference context, starting from current scope.
- 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
-
- outerContext - Variable in class org.eclipse.jdt.internal.compiler.lookup.InferenceContext18
-
Link to an outer inference context, used for bundled error reporting.
- OuterLocalMustBeEffectivelyFinal - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- OuterLocalMustBeFinal - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- outerLocalVariables - Variable in class org.eclipse.jdt.internal.compiler.ast.LambdaExpression
-
- 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, boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
-
- parameterCompatibilityLevel(TypeBinding, TypeBinding) - 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
-
- ParameterizedMethodExpectedTypeProblem - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.ProblemReasons
-
- 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
-
- ParameterizedQualifiedTypeReference(char[][], TypeReference[][], int, Annotation[][], 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
-
- ParameterizedSingleTypeReference(char[], TypeReference[], int, Annotation[][], 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
-
- parameterizedTypes - Variable in class org.eclipse.jdt.internal.compiler.lookup.TypeSystem
-
- parameterizedWithWildcard(TypeBinding) - Static method in class org.eclipse.jdt.internal.compiler.lookup.InferenceContext18
-
If 'type' is a parameterized type and one of its arguments is a wildcard answer the casted type, else null.
- 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
-
- parameterNames - Variable in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
-
Store parameter names from MethodParameters attribute (incl.
- 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, boolean) - 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.
- parseLambdaExpression(char[], int, int, CompilationUnitDeclaration, boolean) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- 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() - Constructor for class org.eclipse.jdt.internal.compiler.parser.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
-
- parsingJava8Plus - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- 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.
- pathPtr - Variable in class org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker
-
- 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
-
- POLY_TYPE - Static variable in class org.eclipse.jdt.internal.compiler.lookup.Binding
-
- 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
-
- PolyTypeBinding - Class in org.eclipse.jdt.internal.compiler.lookup
-
- PolyTypeBinding(Expression) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.PolyTypeBinding
-
- 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
-
- postResolutionRawTypeCompatibilityCheck - Variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
-
extra check for raw type compatibility post overload resolution
- 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
-
- prepareForInferenceResult(Scope) - Method in class org.eclipse.jdt.internal.compiler.ast.ReferenceExpression
-
- 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.Receiver
-
- 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.IntersectionCastTypeReference
-
- 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.LambdaExpression
-
- printExpression(int, StringBuffer, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.LambdaExpression
-
- 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.ReferenceExpression
-
- 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...
- produceMethodParameters - Variable in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
-
Classfile method patameters information as per JEP 118...
- 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
-
- prototype() - Method in class org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding
-
- prototype - Variable in class org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
-
- prototype() - Method in class org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
-
- prototype() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
-
Return the primordial type from which the receiver was cloned.
- prototype() - Method in class org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding
-
- 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(char[], long) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- 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
-
- pushOnTypeAnnotationLengthStack(int) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- pushOnTypeAnnotationStack(Annotation) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- 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.InferenceVariable
-
- qualifiedSourceName() - Method in class org.eclipse.jdt.internal.compiler.lookup.IntersectionCastTypeBinding
-
- qualifiedSourceName() - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
-
- qualifiedSourceName() - Method in class org.eclipse.jdt.internal.compiler.lookup.PolyTypeBinding
-
- 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
-
- qualifyingName - Variable in class org.eclipse.jdt.internal.compiler.ast.Receiver
-
- 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
-
- rawConstructorReferenceNotWithExplicitTypeArguments(TypeReference[]) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- 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
-
- rBracketPosition - 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.CaptureBinding18
-
- 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.InferenceVariable
-
- readableName() - Method in class org.eclipse.jdt.internal.compiler.lookup.IntersectionCastTypeBinding
-
- 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.PolyTypeBinding
-
- 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
-
- rebindInnerPolies(MethodBinding, InvocationSite) - Method in class org.eclipse.jdt.internal.compiler.lookup.InferenceContext18
-
- rebindInnerPolies(BoundSet, TypeBinding[]) - Method in class org.eclipse.jdt.internal.compiler.lookup.InferenceContext18
-
After inference has finished, iterate all inner poly expressions (Invocations), that
have been included in the inference.
- receiver - Variable in class org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
-
- 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
-
- Receiver - Class in org.eclipse.jdt.internal.compiler.ast
-
- Receiver(char[], long, TypeReference, NameReference, int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.Receiver
-
- receiver - Variable in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
-
- receiverIsImplicitThis() - Method in class org.eclipse.jdt.internal.compiler.ast.ASTNode
-
- receiverIsImplicitThis() - Method in class org.eclipse.jdt.internal.compiler.ast.MessageSend
-
- receiverIsImplicitThis() - Method in class org.eclipse.jdt.internal.compiler.lookup.InvocationSite.EmptyWithAstNode
-
- receiverIsImplicitThis() - Method in interface org.eclipse.jdt.internal.compiler.lookup.InvocationSite
-
- receiverType - Variable in class org.eclipse.jdt.internal.compiler.ast.ReferenceExpression
-
- ReceiverTypeNotVisible - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.ProblemReasons
-
- receiverVariable - Variable in class org.eclipse.jdt.internal.compiler.ast.ReferenceExpression
-
- recipient - Variable in class org.eclipse.jdt.internal.compiler.ast.Annotation
-
- record(LocalTypeBinding) - Method in class org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration
-
- record(FunctionalExpression) - 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.
- recordBootstrapMethod(FunctionalExpression) - Method in class org.eclipse.jdt.internal.compiler.ClassFile
-
- 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
-
- recordExceptionsForEnclosingLambda(BlockScope, TypeBinding...) - Method in class org.eclipse.jdt.internal.compiler.ast.Statement
-
If an exception-throwing statement is resolved within the scope of a lambda, record the exception type(s).
- 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
-
- recordFunctionalType(Scope) - Method in class org.eclipse.jdt.internal.compiler.ast.FunctionalExpression
-
- 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, ReferenceContext) - 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
-
- recordUncheckedConversion(ConstraintTypeFormula) - Method in class org.eclipse.jdt.internal.compiler.lookup.InferenceContext18
-
Record the fact that the given constraint requires unchecked conversion.
- 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
-
- redeclaresPublicObjectMethod(Scope) - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
-
- redefineArgument(Argument) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- RedefinedArgument - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- RedefinedLocal - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- redefineLocal(LocalDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- reduce(InferenceContext18) - Method in class org.eclipse.jdt.internal.compiler.lookup.ConstraintExceptionFormula
-
- reduceAndIncorporate(ConstraintFormula) - Method in class org.eclipse.jdt.internal.compiler.lookup.InferenceContext18
-
When inference produces a new constraint, reduce it to a suitable type bound and add the latter to the bound set.
- reduceWithEqualityConstraints(TypeBinding[], TypeBinding[]) - Method in class org.eclipse.jdt.internal.compiler.lookup.InferenceContext18
-
- ReductionResult - Class in org.eclipse.jdt.internal.compiler.lookup
-
Generalization over TypeBounds and ConstraintFormulas which both
can be created during reduction.
- ReductionResult() - Constructor for class org.eclipse.jdt.internal.compiler.lookup.ReductionResult
-
- 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
-
- RedundantNullCheckAgainstNonNullType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- RedundantNullCheckOnField - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- 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(ReferenceBinding) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
-
- 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
-
- ReferenceExpression - Class in org.eclipse.jdt.internal.compiler.ast
-
- ReferenceExpression() - Constructor for class org.eclipse.jdt.internal.compiler.ast.ReferenceExpression
-
- referenceExpressionArgumentNullityMismatch(ReferenceExpression, TypeBinding, TypeBinding, MethodBinding, int, NullAnnotationMatching) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- ReferenceExpressionParameterNullityMismatch - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- ReferenceExpressionParameterNullityUnchecked - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- ReferenceExpressionReturnNullRedef - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- ReferenceExpressionReturnNullRedefUnchecked - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- referenceExpressionsNotBelow18(ReferenceExpression) - Method 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 or lambda scope.
- referenceMethodBinding() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodScope
-
Answers the binding of the reference method or reference lambda expression.
- 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
-
- registerInferenceContext(ParameterizedGenericMethodBinding, InferenceContext18) - Method in class org.eclipse.jdt.internal.compiler.ast.AllocationExpression
-
- registerInferenceContext(ParameterizedGenericMethodBinding, InferenceContext18) - Method in class org.eclipse.jdt.internal.compiler.ast.ExplicitConstructorCall
-
- registerInferenceContext(ParameterizedGenericMethodBinding, InferenceContext18) - Method in interface org.eclipse.jdt.internal.compiler.ast.Invocation
-
Register the given inference context, which produced the given method as its intermediate result.
- registerInferenceContext(ParameterizedGenericMethodBinding, InferenceContext18) - Method in class org.eclipse.jdt.internal.compiler.ast.MessageSend
-
- registerInnerResult(MethodBinding, TypeBinding, int, int) - Method in class org.eclipse.jdt.internal.compiler.ast.InnerInferenceHelper
-
- registerSolution(TypeBinding, MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.InferenceContext18
-
- registerTrackingVariable(FakedTrackingVariable) - Method in class org.eclipse.jdt.internal.compiler.lookup.BlockScope
-
Register a tracking variable and compute its id.
- rejectAnnotationsOnPackageQualifiers(Scope, PackageBinding) - Method in class org.eclipse.jdt.internal.compiler.ast.QualifiedTypeReference
-
- rejectAnnotationsOnStaticMemberQualififer(Scope, ReferenceBinding, Annotation[]) - Static method in class org.eclipse.jdt.internal.compiler.ast.QualifiedTypeReference
-
- rejectIllegalLeadingTypeAnnotations(TypeReference) - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- relation - Variable in class org.eclipse.jdt.internal.compiler.lookup.ReductionResult
-
- relationToString(int) - Static method in class org.eclipse.jdt.internal.compiler.lookup.ReductionResult
-
- 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
-
- RepeatableAnnotationTypeIsDocumented - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- repeatableAnnotationTypeIsDocumented(ASTNode, ReferenceBinding, ReferenceBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- RepeatableAnnotationTypeIsInherited - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- repeatableAnnotationTypeIsInherited(ASTNode, ReferenceBinding, ReferenceBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- RepeatableAnnotationTypeTargetMismatch - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- repeatableAnnotationTypeTargetMismatch(ASTNode, ReferenceBinding, ReferenceBinding, String) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- repeatableAnnotationWithRepeatingContainer(Annotation, ReferenceBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- RepeatableAnnotationWithRepeatingContainerAnnotation - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- repeatedAnnotationWithContainer(Annotation, Annotation) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- RepeatedAnnotationWithContainerAnnotation - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- 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
-
- reportInvalidInvocation(Invocation, MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.InferenceContext18
-
- 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
-
- reportSamProblem(BlockScope, MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.ast.FunctionalExpression
-
- 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.FieldInfoWithTypeAnnotation
-
- reset() - Method in class org.eclipse.jdt.internal.compiler.classfmt.MethodInfoWithAnnotations
-
- reset() - Method in class org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationInfo
-
- reset(AbstractMethodDeclaration, ClassFile) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
-
- reset(LambdaExpression, 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(ClassFile) - Method in class org.eclipse.jdt.internal.compiler.codegen.TypeAnnotationCodeStream
-
- 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.lookup.TypeSystem
-
- 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
-
- resetDefaults() - Method in class org.eclipse.jdt.internal.compiler.impl.CompilerOptions
-
- 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.
- resolve() - Method in class org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding
-
- resolve() - Method in class org.eclipse.jdt.internal.compiler.lookup.UnresolvedAnnotationBinding
-
- resolveAnnotations(BlockScope, Annotation[], Binding) - Static method in class org.eclipse.jdt.internal.compiler.ast.ASTNode
-
- resolveAnnotations(BlockScope, Annotation[], Binding, boolean) - Static method in class org.eclipse.jdt.internal.compiler.ast.ASTNode
-
Resolve annotations, and check duplicates, answers combined tagBits
for recognized standard annotations.
- resolveAnnotations(BlockScope, Annotation[][], TypeBinding) - Static method in class org.eclipse.jdt.internal.compiler.ast.ASTNode
-
Resolve JSR308 annotations on a type reference, array creation expression or a wildcard.
- resolveAnnotations(Scope) - Method in class org.eclipse.jdt.internal.compiler.ast.TypeParameter
-
- resolveAnnotations(Scope, int) - Method in class org.eclipse.jdt.internal.compiler.ast.TypeReference
-
- 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
-
- resolvedTypeArguments - Variable in class org.eclipse.jdt.internal.compiler.ast.ReferenceExpression
-
- 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
-
- resolvePolyExpressionArguments(Invocation, MethodBinding, TypeBinding[], Scope) - Static method in class org.eclipse.jdt.internal.compiler.ast.ASTNode
-
After method lookup has produced 'methodBinding' but when poly expressions have been seen as arguments,
inspect the arguments to trigger another round of resolving with improved target types from the methods parameters.
- resolvePolyExpressionArguments(Invocation, MethodBinding, Scope) - Static method in class org.eclipse.jdt.internal.compiler.ast.ASTNode
-
- resolveReceiver() - Method in class org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
-
- 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.ContainerAnnotation
-
- 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.FunctionalExpression
-
- resolveType(BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.InstanceOfExpression
-
- resolveType(BlockScope, boolean, int) - Method in class org.eclipse.jdt.internal.compiler.ast.IntersectionCastTypeReference
-
- 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, int) - Method in class org.eclipse.jdt.internal.compiler.ast.JavadocQualifiedTypeReference
-
- resolveType(ClassScope, int) - Method in class org.eclipse.jdt.internal.compiler.ast.JavadocQualifiedTypeReference
-
- resolveType(BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ast.LambdaExpression
-
- 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, int) - Method in class org.eclipse.jdt.internal.compiler.ast.ParameterizedQualifiedTypeReference
-
- resolveType(ClassScope, int) - Method in class org.eclipse.jdt.internal.compiler.ast.ParameterizedQualifiedTypeReference
-
- resolveType(BlockScope, boolean, int) - Method in class org.eclipse.jdt.internal.compiler.ast.ParameterizedSingleTypeReference
-
- resolveType(ClassScope, int) - 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.ReferenceExpression
-
- 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(BlockScope, boolean, int) - Method in class org.eclipse.jdt.internal.compiler.ast.TypeReference
-
- resolveType(ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ast.TypeReference
-
- resolveType(ClassScope, int) - 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, int) - Method in class org.eclipse.jdt.internal.compiler.ast.UnionTypeReference
-
- resolveType(BlockScope, boolean, int) - Method in class org.eclipse.jdt.internal.compiler.ast.Wildcard
-
- resolveType(ClassScope, int) - 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
-
- RESOURCE_FREE_CLOSEABLE_STREAM - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
-
- RESOURCE_VARIABLE - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.AnnotationTargetTypeConstants
-
- ResourceBundleFactory() - Constructor for class org.eclipse.jdt.internal.compiler.batch.Main.ResourceBundleFactory
-
- 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 - Static variable in class org.eclipse.jdt.internal.compiler.parser.CommitRollbackParser
-
- 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
-
- restrict(long, int) - Method in class org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker
-
- restrict(long, int) - Method in class org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker
-
- RESTRICTION - Static variable in class org.eclipse.jdt.internal.compiler.impl.IrritantSet
-
- RestrictiveFlagMASK - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
-
- resultExpressions - Variable in class org.eclipse.jdt.internal.compiler.ast.FunctionalExpression
-
- resultExpressions() - Method in class org.eclipse.jdt.internal.compiler.ast.LambdaExpression
-
- RESUME - Static variable in class org.eclipse.jdt.internal.compiler.parser.CommitRollbackParser
-
- resumeAfterRecovery() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- resumeOnSyntaxError() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- resumeSuspendedInference(InferenceContext18.SuspendedInferenceRecord) - Method in class org.eclipse.jdt.internal.compiler.lookup.InferenceContext18
-
- 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
-
- returnsExpression(Expression, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.ast.LambdaExpression
-
- 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(Expression, int, int, boolean) - 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
-
- ReturnTypeMismatch - 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 - Variable in class org.eclipse.jdt.internal.compiler.lookup.ReductionResult
-
- 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
-
- RuntimeInvisibleTypeAnnotationsName - 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
-
- RuntimeVisibleTypeAnnotationsName - 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 - Static variable in class org.eclipse.jdt.internal.compiler.lookup.ReductionResult
-
- 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
-
- samProblemBinding - Static variable in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
-
- 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.CommitRollbackParser
-
- 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.LambdaExpression
-
- 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.Substitutor - Class in org.eclipse.jdt.internal.compiler.lookup
-
- 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
-
- se7Annotations - Variable in class org.eclipse.jdt.internal.compiler.codegen.ExceptionLabel
-
- SE7AnnotationTargetMASK - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
-
- 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.ast.ReferenceExpression
-
- 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)
- setActiveParser(ConflictedParser) - Method in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
- 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.ast.ReferenceExpression
-
- 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[], Scope) - Method in class org.eclipse.jdt.internal.compiler.lookup.Binding
-
- setAnnotations(AnnotationBinding[]) - Method in class org.eclipse.jdt.internal.compiler.lookup.Binding
-
- 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
-
- setAnnotationsOnDimensions(Annotation[][]) - Method in class org.eclipse.jdt.internal.compiler.ast.ArrayQualifiedTypeReference
-
- setAnnotationsOnDimensions(Annotation[][]) - Method in class org.eclipse.jdt.internal.compiler.ast.ArrayTypeReference
-
- setAnnotationsOnDimensions(Annotation[][]) - Method in class org.eclipse.jdt.internal.compiler.ast.TypeReference
-
- setArguments(Argument[]) - Method in class org.eclipse.jdt.internal.compiler.ast.LambdaExpression
-
- 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
- setArrowPosition(int) - Method in class org.eclipse.jdt.internal.compiler.ast.LambdaExpression
-
- 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
-
- setBody(Statement) - Method in class org.eclipse.jdt.internal.compiler.ast.LambdaExpression
-
- setCompilationResult(CompilationResult) - Method in class org.eclipse.jdt.internal.compiler.ast.FunctionalExpression
-
- 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
-
- setContainerAnnotationType(ReferenceBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding
-
- setContainerAnnotationType(ReferenceBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
-
- setContainerAnnotationType(ReferenceBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
-
- 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.ast.ReferenceExpression
-
- 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.ConditionalExpression
-
- 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.FunctionalExpression
-
- setExpectedType(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.ast.MessageSend
-
- setExpressionContext(ExpressionContext) - Method in class org.eclipse.jdt.internal.compiler.ast.AllocationExpression
-
- setExpressionContext(ExpressionContext) - Method in class org.eclipse.jdt.internal.compiler.ast.ConditionalExpression
-
- setExpressionContext(ExpressionContext) - Method in class org.eclipse.jdt.internal.compiler.ast.Expression
-
- setExpressionContext(ExpressionContext) - Method in class org.eclipse.jdt.internal.compiler.ast.FunctionalExpression
-
- setExpressionContext(ExpressionContext) - 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.ast.ReferenceExpression
-
- 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
-
- setFirstBound(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding
-
- 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
-
- setMemberTypes(ReferenceBinding[]) - Method in class org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
-
- 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
-
- setPersistibleAnnotation(ContainerAnnotation) - Method in class org.eclipse.jdt.internal.compiler.ast.Annotation
-
- 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
-
- setSuperClass(ReferenceBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
-
- setSuperClass(ReferenceBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding
-
- setSuperInterfaces(ReferenceBinding[]) - Method in class org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
-
- setSuperInterfaces(ReferenceBinding[]) - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding
-
- 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.
- setTypeAnnotations(AnnotationBinding[], boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.ArrayBinding
-
- setTypeAnnotations(AnnotationBinding[], boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.BaseTypeBinding
-
- setTypeAnnotations(AnnotationBinding[], boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.MissingTypeBinding
-
- setTypeAnnotations(AnnotationBinding[], boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.NullTypeBinding
-
- setTypeAnnotations(AnnotationBinding[], boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.ProblemReferenceBinding
-
- setTypeAnnotations(AnnotationBinding[], boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
-
- setTypeAnnotations(AnnotationBinding[], boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding
-
- setTypeAnnotations(AnnotationBinding[], boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.VoidTypeBinding
-
- setTypeVariables(TypeVariableBinding[]) - Method in class org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
-
- setupJavacCommand() - Method in class org.eclipse.jdt.core.JDTCompilerAdapter
-
- setUpperBounds(TypeBinding[], ReferenceBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.CaptureBinding18
-
- severity - Variable in class org.eclipse.jdt.internal.compiler.ast.NullAnnotationMatching
-
0 = OK, 1 = unchecked, 2 = definite mismatch
- ShadowsOuterLocal - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
-
- shallowOriginal() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
-
Strips one level of parameterization, so if both class & method are parameterized,
leave the class parameters in place.
- shallowOriginal() - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedMethodBinding
-
- 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.CaptureBinding18
-
- shortReadableName() - Method in class org.eclipse.jdt.internal.compiler.lookup.IntersectionCastTypeBinding
-
- 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.PolyTypeBinding
-
- 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
-
- shouldCaptureInstance - Variable in class org.eclipse.jdt.internal.compiler.ast.LambdaExpression
-
- shouldConsultShadowOriginal - Variable in class org.eclipse.jdt.internal.compiler.lookup.BlockScope
-
- shouldConsultShadowOriginal() - Method in class org.eclipse.jdt.internal.compiler.lookup.BlockScope
-
- 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
-
- shouldStackAssistNode() - Method in class org.eclipse.jdt.internal.compiler.parser.CommitRollbackParser
-
- 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
-
- silentErrorHandlingPolicy - Static variable in class org.eclipse.jdt.internal.compiler.ast.FunctionalExpression
-
- 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
-
- singleAbstractMethod - Variable in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
-
- SingleMemberAnnotation - Class in org.eclipse.jdt.internal.compiler.ast
-
SingleMemberAnnotation node
- SingleMemberAnnotation(TypeReference, int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.SingleMemberAnnotation
-
- SingleMemberAnnotation() - 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
-
- sIsMoreSpecific(TypeBinding, TypeBinding, Scope) - Method in class org.eclipse.jdt.internal.compiler.ast.ConditionalExpression
-
- sIsMoreSpecific(TypeBinding, TypeBinding, Scope) - Method in class org.eclipse.jdt.internal.compiler.ast.Expression
-
- sIsMoreSpecific(TypeBinding, TypeBinding, Scope) - Method in class org.eclipse.jdt.internal.compiler.ast.LambdaExpression
-
- sIsMoreSpecific(TypeBinding, TypeBinding, Scope) - Method in class org.eclipse.jdt.internal.compiler.ast.MessageSend
-
- sIsMoreSpecific(TypeBinding, TypeBinding, Scope) - Method in class org.eclipse.jdt.internal.compiler.ast.ReferenceExpression
-
- sIsMoreSpecific(TypeBinding, TypeBinding, Scope) - Method in class org.eclipse.jdt.internal.compiler.lookup.PolyTypeBinding
-
- sIsMoreSpecific(TypeBinding, TypeBinding, Scope) - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
-
- 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
-
- snapShot - Variable in class org.eclipse.jdt.internal.compiler.parser.CommitRollbackParser
-
- solve() - Method in class org.eclipse.jdt.internal.compiler.lookup.InferenceContext18
-
Try to solve the inference problem defined by constraints and bounds previously registered.
- solve(InferenceVariable[]) - Method in class org.eclipse.jdt.internal.compiler.lookup.InferenceContext18
-
- 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
- sortInferenceVariables(InferenceVariable[]) - Static method in class org.eclipse.jdt.internal.compiler.util.Sorting
-
Sort inference variables by rank.
- 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.
- sourceLambda() - Method in class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
-
- sourceLambda() - Method in class org.eclipse.jdt.internal.compiler.lookup.SyntheticMethodBinding
-
- 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.InferenceVariable
-
- sourceName() - Method in class org.eclipse.jdt.internal.compiler.lookup.IntersectionCastTypeBinding
-
- sourceName() - Method in class org.eclipse.jdt.internal.compiler.lookup.LocalTypeBinding
-
- sourceName() - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
-
- sourceName() - Method in class org.eclipse.jdt.internal.compiler.lookup.PolyTypeBinding
-
- sourceName() - Method in class org.eclipse.jdt.internal.compiler.lookup.ProblemReferenceBinding
-
- 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
-
- SourceTypeBinding(SourceTypeBinding) - 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
-
- StackDepthMarker(int, int, TypeBinding) - Constructor for class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.StackDepthMarker
-
- StackDepthMarker(int, int) - Constructor for class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.StackDepthMarker
-
- 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.StackDepthMarker - Class in org.eclipse.jdt.internal.compiler.codegen
-
- StackMapFrameCodeStream.StackMarker - Class in org.eclipse.jdt.internal.compiler.codegen
-
- StackMapName - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.AttributeNamesConstants
-
- StackMapTableName - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.AttributeNamesConstants
-
- StackMarker(int, int) - Constructor for class org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.StackMarker
-
- 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
-
- statementExpression() - Method in class org.eclipse.jdt.internal.compiler.ast.AllocationExpression
-
- statementExpression() - Method in class org.eclipse.jdt.internal.compiler.ast.Assignment
-
- statementExpression() - Method in class org.eclipse.jdt.internal.compiler.ast.Expression
-
- statementExpression() - Method in class org.eclipse.jdt.internal.compiler.ast.MessageSend
-
- 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
-
- StaticInterfaceMethodNotBelow18 - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- staticInterfaceMethodsNotBelow18(MethodDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- 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
-
- StaticMethodShouldBeAccessedStatically - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- stats - Variable in class org.eclipse.jdt.internal.compiler.Compiler
-
- stepCompleted - Variable in class org.eclipse.jdt.internal.compiler.lookup.InferenceContext18
-
Marks how much work has been done so far? Used to avoid performing any of these tasks more than once.
- 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(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.InferenceContext18
-
Substitute any type variables mentioned in 'type' by the corresponding inference variable, if one exists.
- substitute(Substitution, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.InferenceSubstitution
-
- substitute(TypeVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.InferenceSubstitution
-
- 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(Substitution, ReferenceBinding[]) - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope.Substitutor
-
Returns an array of types, where original types got substituted given a substitution.
- substitute(Substitution, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope.Substitutor
-
Returns a type, where original type was substituted using the receiver
parameterized type.
- substitute(Substitution, TypeBinding[]) - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope.Substitutor
-
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
-
- Substitutor() - Constructor for class org.eclipse.jdt.internal.compiler.lookup.Scope.Substitutor
-
- SUBTYPE - Static variable in class org.eclipse.jdt.internal.compiler.lookup.ReductionResult
-
- 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
-
- SuperAccessCannotBypassDirectSuper - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- SuperCallCannotBypassOverride - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- 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() - Method in class org.eclipse.jdt.internal.compiler.lookup.IntersectionCastTypeBinding
-
- 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() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
-
- 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() - Method in class org.eclipse.jdt.internal.compiler.lookup.InferenceVariable
-
- superInterfaces() - Method in class org.eclipse.jdt.internal.compiler.lookup.IntersectionCastTypeBinding
-
- 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() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
-
- 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
-
- SUPERTYPE - Static variable in class org.eclipse.jdt.internal.compiler.lookup.ReductionResult
-
- superTypeCannotUseWildcard(SourceTypeBinding, TypeReference, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- superTypeHint - Variable in class org.eclipse.jdt.internal.compiler.ast.NullAnnotationMatching
-
If non-null this field holds the supertype of the provided type which was used for direct matching.
- superTypeHintName(CompilerOptions, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.NullAnnotationMatching
-
- 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
-
- suppressImportErrors - Variable in class org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope
-
Flag that should be set during annotation traversal or similar runs
to prevent caching of failures regarding imports of yet to be generated classes.
- 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.UnresolvedReferenceBinding
-
- swapUnresolved(UnresolvedReferenceBinding, ReferenceBinding, LookupEnvironment) - Method in class org.eclipse.jdt.internal.compiler.lookup.WildcardBinding
-
- switchErrorHandlingPolicy(IErrorHandlingPolicy) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemHandler
-
- 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
-
- SyntheticFactoryMethodBinding - Class in org.eclipse.jdt.internal.compiler.lookup
-
Encodes a synthetic <factory> method used for resolving a diamond constructor.
- SyntheticFactoryMethodBinding(MethodBinding, LookupEnvironment, ReferenceBinding) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.SyntheticFactoryMethodBinding
-
- 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) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.SyntheticMethodBinding
-
Construct $deserializeLambda$ method
- 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
-
- SyntheticMethodBinding(int, ArrayBinding, char[], SourceTypeBinding) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.SyntheticMethodBinding
-
- SyntheticMethodBinding(LambdaExpression, char[], SourceTypeBinding) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.SyntheticMethodBinding
-
- SyntheticMethodBinding(MethodBinding, MethodBinding, char[], TypeBinding[], 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.TypeBinding
-
- 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_JavaLangAnnotationRepeatable - 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_JavaLangFunctionalInterface - 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_LastWellKnownTypeId - 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
-
- tagAsAccessingEnclosingInstanceStateOf(ReferenceBinding, boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
-
- tagAsEllipsisArgument() - Method in class org.eclipse.jdt.internal.compiler.ast.ConditionalExpression
-
- tagAsEllipsisArgument() - Method in class org.eclipse.jdt.internal.compiler.ast.Expression
-
- tagAsEllipsisArgument() - Method in class org.eclipse.jdt.internal.compiler.ast.FunctionalExpression
-
- tagAsHavingDefectiveContainerType() - Method in class org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding
-
- tagAsHavingDefectiveContainerType() - Method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
-
- tagAsHavingDefectiveContainerType() - Method in class org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
-
- 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.LambdaExpression
-
- tagAsHavingErrors() - Method in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
-
- tagAsHavingErrors() - Method in interface org.eclipse.jdt.internal.compiler.impl.ReferenceContext
-
- tagAsHavingIgnoredMandatoryErrors(int) - Method in class org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
-
- tagAsHavingIgnoredMandatoryErrors(int) - Method in class org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration
-
- tagAsHavingIgnoredMandatoryErrors(int) - Method in class org.eclipse.jdt.internal.compiler.ast.LambdaExpression
-
- tagAsHavingIgnoredMandatoryErrors(int) - Method in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
-
- tagAsHavingIgnoredMandatoryErrors(int) - 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
-
- tagBitsToNullStatus(long) - Static method in class org.eclipse.jdt.internal.compiler.flow.FlowInfo
-
- 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
-
- targetType - Variable in class org.eclipse.jdt.internal.compiler.codegen.AnnotationContext
-
- targetTypeIsNotAFunctionalInterface(FunctionalExpression) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- TargetTypeNotAFunctionalInterface - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- 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 - Variable in class org.eclipse.jdt.internal.compiler.ast.LambdaExpression
-
- 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 - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.AnnotationTargetTypeConstants
-
- THROWS_TAG_EXPECTED_ORDER - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
-
- throwsException(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.ast.LambdaExpression
-
- 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.
- toField() - Method in class org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker
-
Walk to a field.
- token - Variable in class org.eclipse.jdt.internal.compiler.ast.FieldReference
-
- token - Variable in class org.eclipse.jdt.internal.compiler.ast.JavadocArgumentExpression
-
- token - Variable in class org.eclipse.jdt.internal.compiler.ast.JavadocImplicitTypeReference
-
- token - Variable in class org.eclipse.jdt.internal.compiler.ast.SingleNameReference
-
- token - Variable in class org.eclipse.jdt.internal.compiler.ast.SingleTypeReference
-
- token(int) - Method in class org.eclipse.jdt.internal.compiler.parser.diagnose.LexStream
-
- Token() - Constructor for class org.eclipse.jdt.internal.compiler.parser.diagnose.LexStream.Token
-
- 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
-
- TokenNameARROW - 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
-
- TokenNameAT308 - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNameAT308DOTDOTDOT - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNameBeginIntersectionCast - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNameBeginLambda - Static variable in interface org.eclipse.jdt.internal.compiler.parser.TerminalTokens
-
- TokenNameBeginTypeArguments - 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
-
- TokenNameCOLON_COLON - 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
-
- TokenNameElidedSemicolonAndRightBrace - 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
-
- TokenNameNotAToken - 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
-
- ToleratedMisplacedTypeAnnotations - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- toleratedMisplacedTypeAnnotations(Annotation, Annotation) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- 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
-
- toMethodParameter(short) - Method in class org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker
-
- toMethodParameter(short) - Method in class org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker
-
Walk to the index'th visible formal method parameter (i.e., not counting synthetic args).
- toMethodReturn() - Method in class org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker
-
- toMethodReturn() - Method in class org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker
-
Walk to the return type of a method.
- toNextArrayDimension() - Method in class org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker
-
Descend down one level of array dimensions.
- toNextDetail(int) - Method in class org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker
-
- toNextNestedType() - Method in class org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker
-
Descend down one level of type nesting.
- 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
-
- toReceiver() - Method in class org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker
-
Walk to the receiver type of a method.
- 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.FieldInfoWithTypeAnnotation
-
- 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.classfmt.TypeAnnotationInfo
-
- toString() - Method in class org.eclipse.jdt.internal.compiler.codegen.AnnotationContext
-
- 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.ConstraintExceptionFormula
-
- 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.InferenceContext18
-
- toString() - Method in class org.eclipse.jdt.internal.compiler.lookup.InferenceVariable
-
- toString() - Method in class org.eclipse.jdt.internal.compiler.lookup.IntersectionCastTypeBinding
-
- 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.PolyTypeBinding
-
- 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.TypeBound
-
- 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
-
- toSupertype(short) - Method in class org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker
-
Walk to the specified supertype: -1 is superclass, else the superinterface at the given index.
- totalUnits - Variable in class org.eclipse.jdt.internal.compiler.Compiler
-
- totalUnitsKnown - Variable in class org.eclipse.jdt.internal.compiler.CompilationResult
-
- toTarget(int) - Method in class org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker
-
- toThrows(int) - Method in class org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker
-
Walk to the throws type at the given index.
- toTypeArgument(int) - Method in class org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker
-
- toTypeArgument(int) - Method in class org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker
-
Walk to the type argument of the given rank.
- toTypeBound(short) - Method in class org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker
-
- toTypeBound(short) - Method in class org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker
-
- toTypeParameter(boolean, int) - Method in class org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker
-
- toTypeParameter(boolean, int) - Method in class org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker
-
Walk to the type parameter of the given rank.
- toTypeParameterBounds(boolean, int) - Method in class org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker
-
- toTypeParameterBounds(boolean, int) - Method in class org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker
-
Walk to the bounds of a type parameter of either a class or a method (signaled by isClassTypeParameter).
- 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
-
- toWildcardBound() - Method in class org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker
-
Walk to the bound of a wildcard.
- 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.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, CompilationUnitScope, boolean) - 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.IntersectionCastTypeReference
-
- traverse(ASTVisitor, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ast.IntersectionCastTypeReference
-
- 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.LambdaExpression
-
- 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, ClassScope) - 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, ClassScope) - 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, ClassScope) - 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.ReferenceExpression
-
- 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, ClassScope) - 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
- trialResolution - Variable in class org.eclipse.jdt.internal.compiler.ast.ReferenceExpression
-
- trim(char[]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
-
Answers a new array removing leading and trailing spaces (' ').
- TRUE - Static variable in class org.eclipse.jdt.internal.compiler.lookup.ReductionResult
-
- 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 - Variable in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
-
- 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_ARGUMENT - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.AnnotationTargetTypeConstants
-
- TYPE_ARGUMENT_CONTAINED - Static variable in class org.eclipse.jdt.internal.compiler.lookup.ReductionResult
-
- TYPE_INFERRED - Static variable in class org.eclipse.jdt.internal.compiler.lookup.InferenceContext18
-
Invocation Type Inference (18.5.2) has been completed (for some target type).
- TYPE_PARAMETER - Static variable in class org.eclipse.jdt.internal.compiler.ast.AbstractVariableDeclaration
-
- TYPE_PARAMETER - Static variable in class org.eclipse.jdt.internal.compiler.lookup.Binding
-
- TYPE_PARAMETER_TARGET - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
-
- TYPE_USE - Static variable in class org.eclipse.jdt.internal.compiler.lookup.Binding
-
- TYPE_USE_BINDING - Static variable in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
-
- TYPE_USE_TARGET - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
-
- TypeAnnotationCodeStream - Class in org.eclipse.jdt.internal.compiler.codegen
-
- TypeAnnotationCodeStream(ClassFile) - Constructor for class org.eclipse.jdt.internal.compiler.codegen.TypeAnnotationCodeStream
-
- TypeAnnotationInfo - Class in org.eclipse.jdt.internal.compiler.classfmt
-
The TypeAnnotationInfo class does not currently support type annotations within code
blocks (those that have a target type of 0x40 and higher) - it is not yet clear that
these need to be accessible.
- typeAnnotationLengthPtr - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- typeAnnotationLengthStack - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- typeAnnotationPtr - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- typeAnnotations - Variable in class org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker
-
- typeAnnotations - Variable in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
-
- typeAnnotationsResolutionScope(Scope) - Static method in class org.eclipse.jdt.internal.compiler.lookup.Scope
-
- typeAnnotationStack - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- TypeAnnotationStackIncrement - Static variable in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- TypeAnnotationWalker - Class in org.eclipse.jdt.internal.compiler.classfmt
-
A TypeAnnotationWalker is initialized with all type annotations found at a given element.
- TypeAnnotationWalker(IBinaryTypeAnnotation[]) - Constructor for class org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker
-
- TypeAnnotationWalker(IBinaryTypeAnnotation[], long, int) - Constructor for class org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker
-
- 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.ast.ReferenceExpression
-
- typeArguments - Variable in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding
-
- typeArguments() - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
-
- 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
-
- TypeBinding(TypeBinding) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
-
- TYPEBINDING - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
-
- TypeBindingVisitor - Class in org.eclipse.jdt.internal.compiler.lookup
-
- TypeBindingVisitor() - Constructor for class org.eclipse.jdt.internal.compiler.lookup.TypeBindingVisitor
-
- TypeBound - Class in org.eclipse.jdt.internal.compiler.lookup
-
Implementation of 18.1.3 in JLS8
- 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
-
- 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
-
- typeElidedArgument() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- 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
-
- typeReference - Variable in class org.eclipse.jdt.internal.compiler.codegen.AnnotationContext
-
- typeReferences - Variable in class org.eclipse.jdt.internal.compiler.ast.IntersectionCastTypeReference
-
- 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
-
- TypeSystem - Class in org.eclipse.jdt.internal.compiler.lookup
-
- TypeSystem(LookupEnvironment) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.TypeSystem
-
- TypeSystem.HashedParameterizedTypes - Class in org.eclipse.jdt.internal.compiler.lookup
-
- 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
-
- TypeVariableBinding(TypeVariableBinding) - 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
-
- unannotated(boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.ArrayBinding
-
- unannotated(boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.BaseTypeBinding
-
- unannotated(boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding
-
- unannotated(boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.NullTypeBinding
-
- unannotated(boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
-
- unannotated(boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.RawTypeBinding
-
- unannotated(boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
-
- unannotated(boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
-
Return this type minus its type annotations
- unannotated(boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding
-
- unannotated(boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.VoidTypeBinding
-
- unannotated(boolean) - Method in class org.eclipse.jdt.internal.compiler.lookup.WildcardBinding
-
- 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
-
- uncapture(Scope) - Method in class org.eclipse.jdt.internal.compiler.lookup.ArrayBinding
-
- uncapture(Scope) - Method in class org.eclipse.jdt.internal.compiler.lookup.CaptureBinding
-
- uncapture(Scope) - Method in class org.eclipse.jdt.internal.compiler.lookup.CaptureBinding18
-
- uncapture(Scope) - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
-
Perform capture deconversion for a parameterized type with captured wildcard arguments
- uncapture(Scope) - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
-
Perform capture "deconversion" on a given type
- uncapture(Scope) - Method in class org.eclipse.jdt.internal.compiler.lookup.WildcardBinding
-
- 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.
- 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
-
- ungetToken(int) - Method in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
- UnhandledException - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- unhandledException(TypeBinding, ASTNode) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- unhandledException(TypeBinding, ReferenceExpression) - 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
-
- UninternedIdentityComparison - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- uninternedIdentityComparison(EqualExpression, TypeBinding, TypeBinding, CompilationUnitDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- 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
-
- UnresolvedReferenceBinding(UnresolvedReferenceBinding) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding
-
- 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
-
- UnsafeNullnessCast - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- unsafeNullnessCast(CastExpression, Scope) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- 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
-
- unstackedAct - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- 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
-
- updateBindings(MethodBinding, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.ast.AllocationExpression
-
- updateBindings(MethodBinding, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.ast.ExplicitConstructorCall
-
- updateBindings(MethodBinding, TypeBinding) - Method in interface org.eclipse.jdt.internal.compiler.ast.Invocation
-
Where the AST node may hold references to the results of Invocation Applicability Inference,
this method allows to update those references to the result of Invocation Type Inference.
- updateBindings(MethodBinding, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.ast.MessageSend
-
- 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
-
- updateCaches(UnresolvedReferenceBinding, ReferenceBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeSystem
-
- 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
-
- 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
-
- usesAnnotatedTypeSystem() - Method in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
-
- usesInference() - Method in class org.eclipse.jdt.internal.compiler.ast.AllocationExpression
-
- usesInference() - Method in class org.eclipse.jdt.internal.compiler.ast.ExplicitConstructorCall
-
- usesInference() - Method in interface org.eclipse.jdt.internal.compiler.ast.Invocation
-
Answer true if this invocation has determined its binding using inference.
- usesInference() - Method in class org.eclipse.jdt.internal.compiler.ast.MessageSend
-
- useSingleThread - Variable in class org.eclipse.jdt.internal.compiler.Compiler
-
- usesUncheckedConversion() - Method in class org.eclipse.jdt.internal.compiler.lookup.InferenceContext18
-
For use by 15.12.2.6 Method Invocation Type
- 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 - Class in org.eclipse.jdt.internal.compiler.tool
-
- Util.EncodingErrorCollector - Class in org.eclipse.jdt.internal.compiler.apt.util
-
- Util.EncodingErrorCollector - Class in org.eclipse.jdt.internal.compiler.tool
-
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
-
- validIdentityComparisonLines - Variable in class org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration
-
- validIdentityComparisonLines - Variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
-
- validNullTagBits(long) - Static method in class org.eclipse.jdt.internal.compiler.ast.NullAnnotationMatching
-
- 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
-
- valueLambdaNestDepth - Variable in class org.eclipse.jdt.internal.compiler.parser.Parser
-
- valueOf(String) - Static method in enum org.eclipse.jdt.internal.compiler.ast.ExpressionContext
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jdt.internal.compiler.ast.NullAnnotationMatching.CheckMode
-
Returns the enum constant of this type with the specified name.
- 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 method in enum org.eclipse.jdt.internal.compiler.ast.ExpressionContext
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.eclipse.jdt.internal.compiler.ast.NullAnnotationMatching.CheckMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- 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 - Variable in class org.eclipse.jdt.internal.compiler.codegen.AnnotationContext
-
- 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_1_8 - 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
-
- visibility - Variable in class org.eclipse.jdt.internal.compiler.codegen.AnnotationContext
-
- visibilityConflict(MethodBinding, MethodBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
-
- VISIBLE - Static variable in class org.eclipse.jdt.internal.compiler.codegen.AnnotationContext
-
- 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(TypeParameter, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.apt.dispatch.AnnotationDiscoveryVisitor
-
- visit(TypeParameter, BlockScope) - 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(ArrayInitializer, ClassScope) - 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(MarkerAnnotation, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- visit(MemberValuePair, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- visit(MemberValuePair, ClassScope) - 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(NormalAnnotation, ClassScope) - 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(SingleMemberAnnotation, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- visit(SingleNameReference, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- visit(SingleNameReference, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- visit(SingleTypeReference, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- visit(SingleTypeReference, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- visit(StringLiteral, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- visit(SuperReference, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- visit(SwitchStatement, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- visit(SynchronizedStatement, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- visit(ThisReference, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- visit(ThisReference, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- visit(ThrowStatement, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- visit(TrueLiteral, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- visit(TryStatement, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- visit(TypeDeclaration, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- visit(TypeDeclaration, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- visit(TypeDeclaration, CompilationUnitScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- visit(TypeParameter, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- visit(TypeParameter, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- visit(UnaryExpression, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- visit(UnionTypeReference, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- visit(UnionTypeReference, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- visit(WhileStatement, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- visit(Wildcard, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- visit(Wildcard, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- visit(LambdaExpression, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- visit(ReferenceExpression, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- visit(IntersectionCastTypeReference, ClassScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- visit(IntersectionCastTypeReference, BlockScope) - Method in class org.eclipse.jdt.internal.compiler.ASTVisitor
-
- visit(BaseTypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBindingVisitor
-
- visit(ArrayBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBindingVisitor
-
- visit(TypeVariableBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBindingVisitor
-
- visit(ReferenceBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBindingVisitor
-
- visit(WildcardBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBindingVisitor
-
- visit(ParameterizedTypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBindingVisitor
-
- visit(IntersectionCastTypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBindingVisitor
-
- visit(RawTypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeBindingVisitor
-
- visit(TypeBindingVisitor, ReferenceBinding[]) - Static method in class org.eclipse.jdt.internal.compiler.lookup.TypeBindingVisitor
-
- visit(TypeBindingVisitor, TypeBinding) - Static method in class org.eclipse.jdt.internal.compiler.lookup.TypeBindingVisitor
-
- visit(TypeBindingVisitor, TypeBinding[]) - Static method in class org.eclipse.jdt.internal.compiler.lookup.TypeBindingVisitor
-
- 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
-
- VoidTypeBinding - Class in org.eclipse.jdt.internal.compiler.lookup
-
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.codegen.AnnotationContext
-
- wildcard - Variable in class org.eclipse.jdt.internal.compiler.lookup.CaptureBinding
-
- WILDCARD_BOUND - Static variable in interface org.eclipse.jdt.internal.compiler.codegen.AnnotationTargetTypeConstants
-
- 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 © 2015. All rights reserved.