Uses of Interface
com.github.javaparser.resolution.declarations.ResolvedAnnotationDeclaration
-
Packages that use ResolvedAnnotationDeclaration Package Description com.github.javaparser.ast.body com.github.javaparser.ast.expr com.github.javaparser.resolution.declarations com.github.javaparser.symbolsolver.javaparsermodel Implementation of model based on JavaParser.com.github.javaparser.symbolsolver.javaparsermodel.declarations com.github.javaparser.symbolsolver.javassistmodel Implementation of model based on Javassist.com.github.javaparser.symbolsolver.reflectionmodel Implementation of model based on reflection. -
-
Uses of ResolvedAnnotationDeclaration in com.github.javaparser.ast.body
Methods in com.github.javaparser.ast.body that return ResolvedAnnotationDeclaration Modifier and Type Method Description ResolvedAnnotationDeclaration
AnnotationDeclaration. resolve()
-
Uses of ResolvedAnnotationDeclaration in com.github.javaparser.ast.expr
Methods in com.github.javaparser.ast.expr that return ResolvedAnnotationDeclaration Modifier and Type Method Description ResolvedAnnotationDeclaration
AnnotationExpr. resolve()
Attempts to resolve the declaration corresponding to the annotation expression. -
Uses of ResolvedAnnotationDeclaration in com.github.javaparser.resolution.declarations
Methods in com.github.javaparser.resolution.declarations that return ResolvedAnnotationDeclaration Modifier and Type Method Description default ResolvedAnnotationDeclaration
ResolvedAnnotationDeclaration. asAnnotation()
default ResolvedAnnotationDeclaration
ResolvedTypeDeclaration. asAnnotation()
Return this as a AnnotationDeclaration or throw UnsupportedOperationException. -
Uses of ResolvedAnnotationDeclaration in com.github.javaparser.symbolsolver.javaparsermodel
Methods in com.github.javaparser.symbolsolver.javaparsermodel that return types with arguments of type ResolvedAnnotationDeclaration Modifier and Type Method Description SymbolReference<ResolvedAnnotationDeclaration>
JavaParserFacade. solve(AnnotationExpr annotationExpr)
-
Uses of ResolvedAnnotationDeclaration in com.github.javaparser.symbolsolver.javaparsermodel.declarations
Classes in com.github.javaparser.symbolsolver.javaparsermodel.declarations that implement ResolvedAnnotationDeclaration Modifier and Type Class Description class
JavaParserAnnotationDeclaration
-
Uses of ResolvedAnnotationDeclaration in com.github.javaparser.symbolsolver.javassistmodel
Classes in com.github.javaparser.symbolsolver.javassistmodel that implement ResolvedAnnotationDeclaration Modifier and Type Class Description class
JavassistAnnotationDeclaration
-
Uses of ResolvedAnnotationDeclaration in com.github.javaparser.symbolsolver.reflectionmodel
Classes in com.github.javaparser.symbolsolver.reflectionmodel that implement ResolvedAnnotationDeclaration Modifier and Type Class Description class
ReflectionAnnotationDeclaration
-