| 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(ExplicitConstructorCall explicitConstructor,
BlockScope scope) |
boolean |
ASTVisitor.visit(ExplicitConstructorCall explicitConstructor,
BlockScope scope) |
| Modifier and Type | Field and Description |
|---|---|
ExplicitConstructorCall |
ConstructorDeclaration.constructorCall |
| Modifier and Type | Method and Description |
|---|---|
static ExplicitConstructorCall |
SuperReference.implicitSuperConstructorCall() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProblemReporter.cannotInvokeSuperConstructorInEnum(ExplicitConstructorCall constructorCall,
MethodBinding enumConstructor) |
void |
ProblemReporter.recursiveConstructorInvocation(ExplicitConstructorCall constructorCall) |
Copyright © 2013. All rights reserved.