org.aspectj.org.eclipse.jdt.internal.compiler.lookup
Interface ProblemReasons
- All Known Implementing Classes:
- AjLookupEnvironment, CodeSnippetAllocationExpression, CodeSnippetFieldReference, CodeSnippetQualifiedNameReference, CodeSnippetSingleNameReference, LookupEnvironment
public interface ProblemReasons
NoError
static final int NoError
- See Also:
- Constant Field Values
NotFound
static final int NotFound
- See Also:
- Constant Field Values
NotVisible
static final int NotVisible
- See Also:
- Constant Field Values
Ambiguous
static final int Ambiguous
- See Also:
- Constant Field Values
InternalNameProvided
static final int InternalNameProvided
- See Also:
- Constant Field Values
InheritedNameHidesEnclosingName
static final int InheritedNameHidesEnclosingName
- See Also:
- Constant Field Values
NonStaticReferenceInConstructorInvocation
static final int NonStaticReferenceInConstructorInvocation
- See Also:
- Constant Field Values
NonStaticReferenceInStaticContext
static final int NonStaticReferenceInStaticContext
- See Also:
- Constant Field Values
ReceiverTypeNotVisible
static final int ReceiverTypeNotVisible
- See Also:
- Constant Field Values
IllegalSuperTypeVariable
static final int IllegalSuperTypeVariable
- See Also:
- Constant Field Values
ParameterBoundMismatch
static final int ParameterBoundMismatch
- See Also:
- Constant Field Values
TypeParameterArityMismatch
static final int TypeParameterArityMismatch
- See Also:
- Constant Field Values
ParameterizedMethodTypeMismatch
static final int ParameterizedMethodTypeMismatch
- See Also:
- Constant Field Values
TypeArgumentsForRawGenericMethod
static final int TypeArgumentsForRawGenericMethod
- See Also:
- Constant Field Values
InvalidTypeForStaticImport
static final int InvalidTypeForStaticImport
- See Also:
- Constant Field Values
InvalidTypeForAutoManagedResource
static final int InvalidTypeForAutoManagedResource
- See Also:
- Constant Field Values
VarargsElementTypeNotVisible
static final int VarargsElementTypeNotVisible
- See Also:
- Constant Field Values
NoSuchSingleAbstractMethod
static final int NoSuchSingleAbstractMethod
- See Also:
- Constant Field Values
NotAWellFormedParameterizedType
static final int NotAWellFormedParameterizedType
- See Also:
- Constant Field Values
IntersectionHasMultipleFunctionalInterfaces
static final int IntersectionHasMultipleFunctionalInterfaces
- See Also:
- Constant Field Values
NonStaticOrAlienTypeReceiver
static final int NonStaticOrAlienTypeReceiver
- See Also:
- Constant Field Values
AttemptToBypassDirectSuper
static final int AttemptToBypassDirectSuper
- See Also:
- Constant Field Values
DefectiveContainerAnnotationType
static final int DefectiveContainerAnnotationType
- See Also:
- Constant Field Values
ParameterizedMethodExpectedTypeProblem
static final int ParameterizedMethodExpectedTypeProblem
- See Also:
- Constant Field Values
ApplicableMethodOverriddenByInapplicable
static final int ApplicableMethodOverriddenByInapplicable
- See Also:
- Constant Field Values
ContradictoryNullAnnotations
static final int ContradictoryNullAnnotations
- See Also:
- Constant Field Values