org.eclipse.jdt.internal.compiler.lookup
Interface ProblemReasons
- All Known Implementing Classes:
- CodeSnippetAllocationExpression, CodeSnippetFieldReference, CodeSnippetMessageSend, CodeSnippetQualifiedNameReference, CodeSnippetSingleNameReference, CorrectionEngine, LookupEnvironment, NegativeCodeSnippetTest, NegativeVariableTest
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