| Package | Description |
|---|---|
| com.github.javaparser.ast.body | |
| com.github.javaparser.ast.expr | |
| com.github.javaparser.resolution.declarations |
| Modifier and Type | Method and Description |
|---|---|
ResolvedAnnotationDeclaration |
AnnotationDeclaration.resolve() |
ResolvedAnnotationDeclaration |
AnnotationDeclaration.resolve() |
| Modifier and Type | Method and Description |
|---|---|
ResolvedAnnotationDeclaration |
AnnotationExpr.resolve()
Attempts to resolve the declaration corresponding to the annotation expression.
|
ResolvedAnnotationDeclaration |
AnnotationExpr.resolve()
Attempts to resolve the declaration corresponding to the annotation expression.
|
| Modifier and Type | Method and Description |
|---|---|
default ResolvedAnnotationDeclaration |
ResolvedAnnotationDeclaration.asAnnotation() |
default ResolvedAnnotationDeclaration |
ResolvedTypeDeclaration.asAnnotation()
Return this as a AnnotationDeclaration or throw UnsupportedOperationException.
|
default ResolvedAnnotationDeclaration |
ResolvedTypeDeclaration.asAnnotation()
Return this as a AnnotationDeclaration or throw UnsupportedOperationException.
|
default ResolvedAnnotationDeclaration |
ResolvedAnnotationDeclaration.asAnnotation() |
Copyright © 2007–2022. All rights reserved.