void |
ProblemReporter.abstractMethodInAbstractClass(SourceTypeBinding type,
AbstractMethodDeclaration methodDecl) |
void |
ProblemReporter.abstractMethodNeedingNoBody(AbstractMethodDeclaration method) |
void |
ProblemReporter.bytecodeExceeds64KLimit(AbstractMethodDeclaration location) |
void |
ProblemReporter.duplicateEnumSpecialMethod(SourceTypeBinding type,
AbstractMethodDeclaration methodDecl) |
void |
ProblemReporter.duplicateMethodInType(AbstractMethodDeclaration methodDecl,
boolean equalParameters,
int severity) |
void |
ProblemReporter.duplicateModifierForMethod(ReferenceBinding type,
AbstractMethodDeclaration methodDecl) |
void |
ProblemReporter.enumAbstractMethodMustBeImplemented(AbstractMethodDeclaration method) |
void |
ProblemReporter.enumConstantMustImplementAbstractMethod(AbstractMethodDeclaration method,
FieldDeclaration field) |
void |
ProblemReporter.illegalAbstractModifierCombinationForMethod(AbstractMethodDeclaration methodDecl) |
void |
ProblemReporter.illegalAbstractModifierCombinationForMethod(ReferenceBinding type,
AbstractMethodDeclaration methodDecl) |
void |
ProblemReporter.illegalModifierCombinationForInterfaceMethod(AbstractMethodDeclaration methodDecl) |
void |
ProblemReporter.illegalModifierForAnnotationMember(AbstractMethodDeclaration methodDecl) |
void |
ProblemReporter.illegalModifierForEnumConstructor(AbstractMethodDeclaration constructor) |
void |
ProblemReporter.illegalModifierForInterfaceMethod(AbstractMethodDeclaration methodDecl,
boolean isJDK18orGreater) |
void |
ProblemReporter.illegalModifierForMethod(AbstractMethodDeclaration methodDecl) |
void |
ProblemReporter.illegalReturnRedefinition(AbstractMethodDeclaration abstractMethodDecl,
MethodBinding inheritedMethod,
char[][] nonNullAnnotationName) |
void |
ProblemReporter.illegalVararg(Argument argType,
AbstractMethodDeclaration methodDecl) |
void |
ProblemReporter.illegalVisibilityModifierCombinationForMethod(ReferenceBinding type,
AbstractMethodDeclaration methodDecl) |
void |
ProblemReporter.methodMustOverride(AbstractMethodDeclaration method,
long complianceLevel) |
void |
ProblemReporter.methodNeedBody(AbstractMethodDeclaration methodDecl) |
void |
ProblemReporter.missingDeprecatedAnnotationForMethod(AbstractMethodDeclaration method) |
void |
ProblemReporter.missingOverrideAnnotation(AbstractMethodDeclaration method) |
void |
ProblemReporter.missingOverrideAnnotationForInterfaceMethodImplementation(AbstractMethodDeclaration method) |
void |
ProblemReporter.missingReturnType(AbstractMethodDeclaration methodDecl) |
void |
ProblemReporter.nativeMethodsCannotBeStrictfp(ReferenceBinding type,
AbstractMethodDeclaration methodDecl) |
void |
ProblemReporter.nullAnnotationIsRedundant(AbstractMethodDeclaration sourceMethod,
int i) |
void |
ProblemReporter.tooManyParametersForSyntheticMethod(AbstractMethodDeclaration method) |
void |
ProblemReporter.unexpectedStaticModifierForMethod(ReferenceBinding type,
AbstractMethodDeclaration methodDecl) |
void |
ProblemReporter.unusedDeclaredThrownException(ReferenceBinding exceptionType,
AbstractMethodDeclaration method,
ASTNode location) |
void |
ProblemReporter.unusedPrivateMethod(AbstractMethodDeclaration methodDecl) |