| Package | Description |
|---|---|
| com.github.javaparser.resolution.declarations |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ResolvedAnnotationDeclaration |
interface |
ResolvedClassDeclaration
Declaration of a Class (not an interface or an enum).
|
interface |
ResolvedConstructorDeclaration
A declaration of a constructor.
|
interface |
ResolvedInterfaceDeclaration
An interface declaration.
|
interface |
ResolvedMethodDeclaration
A declaration of a method (either in an interface, a class, an enum or an annotation).
|
Copyright © 2007–2019. All rights reserved.