| 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(ThisReference thisReference,
BlockScope scope) |
void |
ASTVisitor.endVisit(ThisReference thisReference,
ClassScope scope) |
boolean |
ASTVisitor.visit(ThisReference thisReference,
BlockScope scope) |
boolean |
ASTVisitor.visit(ThisReference thisReference,
ClassScope scope) |
| Modifier and Type | Class and Description |
|---|---|
class |
QualifiedSuperReference |
class |
QualifiedThisReference |
class |
SuperReference |
| Modifier and Type | Method and Description |
|---|---|
static ThisReference |
ThisReference.implicitThis() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProblemReporter.fieldsOrThisBeforeConstructorInvocation(ThisReference reference) |
Copyright © 2013. All rights reserved.