| Package | Description |
|---|---|
| org.eclipse.jdt.internal.compiler | |
| org.eclipse.jdt.internal.compiler.ast | |
| org.eclipse.jdt.internal.compiler.problem |
| Modifier and Type | Method and Description |
|---|---|
void |
ASTVisitor.endVisit(ReturnStatement returnStatement,
BlockScope scope) |
boolean |
ASTVisitor.visit(ReturnStatement returnStatement,
BlockScope scope) |
| Modifier and Type | Class and Description |
|---|---|
class |
JavadocReturnStatement |
| Modifier and Type | Method and Description |
|---|---|
void |
ProblemReporter.attemptToReturnNonVoidExpression(ReturnStatement returnStatement,
TypeBinding expectedType) |
void |
ProblemReporter.attemptToReturnVoidValue(ReturnStatement returnStatement) |
Copyright © 2013. All rights reserved.