org.eclipse.jdt.internal.compiler.lookup
接口 ProblemReasons
- 所有已知实现类:
- LookupEnvironment
public interface ProblemReasons
NoError
static final int NoError
- 另请参见:
- 常量字段值
NotFound
static final int NotFound
- 另请参见:
- 常量字段值
NotVisible
static final int NotVisible
- 另请参见:
- 常量字段值
Ambiguous
static final int Ambiguous
- 另请参见:
- 常量字段值
InternalNameProvided
static final int InternalNameProvided
- 另请参见:
- 常量字段值
InheritedNameHidesEnclosingName
static final int InheritedNameHidesEnclosingName
- 另请参见:
- 常量字段值
NonStaticReferenceInConstructorInvocation
static final int NonStaticReferenceInConstructorInvocation
- 另请参见:
- 常量字段值
NonStaticReferenceInStaticContext
static final int NonStaticReferenceInStaticContext
- 另请参见:
- 常量字段值
ReceiverTypeNotVisible
static final int ReceiverTypeNotVisible
- 另请参见:
- 常量字段值
IllegalSuperTypeVariable
static final int IllegalSuperTypeVariable
- 另请参见:
- 常量字段值
ParameterBoundMismatch
static final int ParameterBoundMismatch
- 另请参见:
- 常量字段值
TypeParameterArityMismatch
static final int TypeParameterArityMismatch
- 另请参见:
- 常量字段值
ParameterizedMethodTypeMismatch
static final int ParameterizedMethodTypeMismatch
- 另请参见:
- 常量字段值
TypeArgumentsForRawGenericMethod
static final int TypeArgumentsForRawGenericMethod
- 另请参见:
- 常量字段值
InvalidTypeForStaticImport
static final int InvalidTypeForStaticImport
- 另请参见:
- 常量字段值
InvalidTypeForAutoManagedResource
static final int InvalidTypeForAutoManagedResource
- 另请参见:
- 常量字段值
Copyright © 2013. All Rights Reserved.