| Modifier and Type | Method and Description |
|---|---|
void |
ASTVisitor.endVisit(ConstructorDeclaration constructorDeclaration,
ClassScope scope) |
boolean |
ASTVisitor.visit(ConstructorDeclaration constructorDeclaration,
ClassScope scope) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AnnotationDiscoveryVisitor.visit(ConstructorDeclaration constructorDeclaration,
ClassScope scope) |
| Modifier and Type | Method and Description |
|---|---|
ConstructorDeclaration |
TypeDeclaration.createDefaultConstructor(boolean needExplicitConstructorCall,
boolean needToInsert) |
| Modifier and Type | Method and Description |
|---|---|
MethodDeclaration |
Parser.convertToMethodDeclaration(ConstructorDeclaration c,
CompilationResult compilationResult) |
void |
Parser.parse(ConstructorDeclaration cd,
CompilationUnitDeclaration unit,
boolean recordLineSeparator) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProblemReporter.annotationTypeDeclarationCannotHaveConstructor(ConstructorDeclaration constructorDeclaration) |
void |
ProblemReporter.interfaceCannotHaveConstructors(ConstructorDeclaration constructor) |
void |
ProblemReporter.unusedPrivateConstructor(ConstructorDeclaration constructorDecl) |
Copyright © 2015. All rights reserved.