| Package | Description |
|---|---|
| org.eclipse.jdt.internal.compiler | |
| org.eclipse.jdt.internal.compiler.ast | |
| org.eclipse.jdt.internal.compiler.parser | |
| org.eclipse.jdt.internal.compiler.problem |
| Modifier and Type | Method and Description |
|---|---|
void |
ASTVisitor.endVisit(MessageSend messageSend,
BlockScope scope) |
boolean |
ASTVisitor.visit(MessageSend messageSend,
BlockScope scope) |
| Modifier and Type | Class and Description |
|---|---|
class |
JavadocMessageSend |
| Modifier and Type | Method and Description |
|---|---|
protected MessageSend |
Parser.newMessageSend() |
protected MessageSend |
Parser.newMessageSendWithTypeArguments() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProblemReporter.cannotDireclyInvokeAbstractMethod(MessageSend messageSend,
MethodBinding method) |
void |
ProblemReporter.errorNoMethodFor(MessageSend messageSend,
TypeBinding recType,
TypeBinding[] params) |
void |
ProblemReporter.invalidMethod(MessageSend messageSend,
MethodBinding method) |
void |
ProblemReporter.javadocErrorNoMethodFor(MessageSend messageSend,
TypeBinding recType,
TypeBinding[] params,
int modifiers) |
void |
ProblemReporter.javadocInvalidMethod(MessageSend messageSend,
MethodBinding method,
int modifiers) |
void |
ProblemReporter.missingTypeInMethod(MessageSend messageSend,
MethodBinding method) |
void |
ProblemReporter.mustUseAStaticMethod(MessageSend messageSend,
MethodBinding method) |
Copyright © 2013. All rights reserved.