| Package | Description |
|---|---|
| com.github.javaparser.ast.body | |
| com.github.javaparser.ast.expr | |
| com.github.javaparser.ast.stmt | |
| com.github.javaparser.resolution.declarations |
| Modifier and Type | Method and Description |
|---|---|
ResolvedConstructorDeclaration |
ConstructorDeclaration.resolve() |
| Modifier and Type | Method and Description |
|---|---|
ResolvedConstructorDeclaration |
ObjectCreationExpr.resolve()
Attempts to resolve the declaration corresponding to the invoked constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ResolvedConstructorDeclaration |
ExplicitConstructorInvocationStmt.resolve()
Attempts to resolve the declaration corresponding to the invoked constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResolvedConstructorDeclaration> |
ResolvedClassDeclaration.getConstructors()
List of constructors available for the class.
|
List<ResolvedConstructorDeclaration> |
ResolvedReferenceTypeDeclaration.getConstructors() |
Copyright © 2007–2019. All rights reserved.