void |
ProblemReporter.annotationCircularity(TypeBinding sourceType,
TypeBinding otherType,
TypeReference reference) |
void |
ProblemReporter.annotationTypeUsedAsSuperinterface(SourceTypeBinding type,
TypeReference superInterfaceRef,
ReferenceBinding superType) |
void |
ProblemReporter.anonymousClassCannotExtendFinalClass(TypeReference reference,
TypeBinding type) |
void |
ProblemReporter.cannotExtendEnum(SourceTypeBinding type,
TypeReference superclass,
TypeBinding superTypeBinding) |
void |
ProblemReporter.cannotInstantiate(TypeReference typeRef,
TypeBinding type) |
void |
ProblemReporter.classExtendFinalClass(SourceTypeBinding type,
TypeReference superclass,
TypeBinding superTypeBinding) |
void |
ProblemReporter.diamondNotWithAnoymousClasses(TypeReference type) |
void |
ProblemReporter.diamondNotWithExplicitTypeArguments(TypeReference[] typeArguments) |
void |
ProblemReporter.duplicateSuperinterface(SourceTypeBinding type,
TypeReference reference,
ReferenceBinding superType) |
void |
ProblemReporter.finalVariableBound(TypeVariableBinding typeVariable,
TypeReference typeRef) |
void |
ProblemReporter.hierarchyCircularity(SourceTypeBinding sourceType,
ReferenceBinding superType,
TypeReference reference) |
void |
ProblemReporter.hierarchyCircularity(TypeVariableBinding type,
ReferenceBinding superType,
TypeReference reference) |
void |
ProblemReporter.illegalAnnotationForBaseType(TypeReference type,
Annotation[] annotations,
char[] annotationName,
long nullAnnotationTagBit) |
void |
ProblemReporter.illegalArrayOfUnionType(char[] identifierName,
TypeReference typeReference) |
void |
ProblemReporter.illegalQualifiedParameterizedTypeAllocation(TypeReference qualifiedTypeReference,
TypeBinding allocatedType) |
void |
ProblemReporter.illegalUsageOfWildcard(TypeReference wildcard) |
void |
ProblemReporter.invalidUsageOfTypeArguments(TypeReference firstTypeReference,
TypeReference lastTypeReference) |
void |
ProblemReporter.javadocDuplicatedThrowsClassName(TypeReference typeReference,
int modifiers) |
void |
ProblemReporter.javadocInvalidThrowsClassName(TypeReference typeReference,
int modifiers) |
void |
ProblemReporter.javadocMissingThrowsTag(TypeReference typeRef,
int modifiers) |
void |
ProblemReporter.noAdditionalBoundAfterTypeVariable(TypeReference boundReference) |
void |
ProblemReporter.redundantSuperInterface(SourceTypeBinding type,
TypeReference reference,
ReferenceBinding superinterface,
ReferenceBinding declaringType) |
void |
ProblemReporter.resourceHasToImplementAutoCloseable(TypeBinding binding,
TypeReference typeReference) |
void |
ProblemReporter.superclassMustBeAClass(SourceTypeBinding type,
TypeReference superclassRef,
ReferenceBinding superType) |
void |
ProblemReporter.superinterfaceMustBeAnInterface(SourceTypeBinding type,
TypeReference superInterfaceRef,
ReferenceBinding superType) |
void |
ProblemReporter.superTypeCannotUseWildcard(SourceTypeBinding type,
TypeReference superclass,
TypeBinding superTypeBinding) |
void |
ProblemReporter.unnecessaryTypeArgumentsForMethodInvocation(MethodBinding method,
TypeBinding[] genericTypeArguments,
TypeReference[] typeArguments) |
void |
ProblemReporter.wrongSequenceOfExceptionTypes(TypeReference typeRef,
TypeBinding exceptionType,
TypeBinding hidingExceptionType) |
void |
ProblemReporter.wrongSequenceOfExceptionTypesError(TypeReference typeRef,
TypeBinding exceptionType,
TypeBinding hidingExceptionType) |