| Methods in org.eclipse.jdt.internal.compiler.problem with parameters of type ReferenceExpression |
void |
ProblemReporter.constructedArrayIncompatible(ReferenceExpression expression,
TypeBinding receiverType,
TypeBinding returnType)
|
void |
ProblemReporter.danglingReference(ReferenceExpression expression,
TypeBinding receiverType,
char[] selector,
TypeBinding[] descriptorParameters)
|
void |
ProblemReporter.incompatibleReturnType(ReferenceExpression expression,
MethodBinding method,
TypeBinding returnType)
|
void |
ProblemReporter.invalidArrayConstructorReference(ReferenceExpression expression,
TypeBinding lhsType,
TypeBinding[] parameters)
|
void |
ProblemReporter.methodMustBeAccessedStatically(ReferenceExpression expression,
MethodBinding nonInstanceMethod)
|
void |
ProblemReporter.methodMustBeAccessedWithInstance(ReferenceExpression expression,
MethodBinding instanceMethod)
|
void |
ProblemReporter.methodReferenceSwingsBothWays(ReferenceExpression expression,
MethodBinding instanceMethod,
MethodBinding nonInstanceMethod)
|
void |
ProblemReporter.referenceExpressionArgumentNullityMismatch(ReferenceExpression location,
TypeBinding requiredType,
TypeBinding providedType,
MethodBinding descriptorMethod,
int idx,
NullAnnotationMatching status)
|
void |
ProblemReporter.referenceExpressionsNotBelow18(ReferenceExpression rexp)
|
void |
ProblemReporter.unhandledException(TypeBinding exceptionType,
ReferenceExpression location)
|