Uses of Interface
com.github.javaparser.resolution.declarations.ResolvedAnnotationDeclaration
Packages that use ResolvedAnnotationDeclaration
Package
Description
Implementation of model based on JavaParser.
Implementation of model based on Javassist.
Implementation of model based on reflection.
-
Uses of ResolvedAnnotationDeclaration in com.github.javaparser.ast.body
Classes in com.github.javaparser.ast.body that implement interfaces with type arguments of type ResolvedAnnotationDeclarationModifier and TypeClassDescriptionclassAn annotation type declaration.@interface X { ... }Methods in com.github.javaparser.ast.body that return ResolvedAnnotationDeclaration -
Uses of ResolvedAnnotationDeclaration in com.github.javaparser.ast.expr
Classes in com.github.javaparser.ast.expr that implement interfaces with type arguments of type ResolvedAnnotationDeclarationModifier and TypeClassDescriptionclassA base class for the different types of annotations.Methods in com.github.javaparser.ast.expr that return ResolvedAnnotationDeclarationModifier and TypeMethodDescriptionAnnotationExpr.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 ResolvedAnnotationDeclarationModifier and TypeMethodDescriptiondefault ResolvedAnnotationDeclarationResolvedAnnotationDeclaration.asAnnotation()default ResolvedAnnotationDeclarationResolvedTypeDeclaration.asAnnotation()Return this as a AnnotationDeclaration or throw UnsupportedOperationException.Methods in com.github.javaparser.resolution.declarations that return types with arguments of type ResolvedAnnotationDeclarationModifier and TypeMethodDescriptiondefault Optional<ResolvedAnnotationDeclaration> ResolvedReferenceTypeDeclaration.getDeclaredAnnotation(String name) Returns the resolved annotation corresponding to the specified name and declared in this type declaration.default Set<ResolvedAnnotationDeclaration> ResolvedReferenceTypeDeclaration.getDeclaredAnnotations()Return a collection of all annotations declared in this type declaration. -
Uses of ResolvedAnnotationDeclaration in com.github.javaparser.symbolsolver.javaparsermodel
Methods in com.github.javaparser.symbolsolver.javaparsermodel that return types with arguments of type ResolvedAnnotationDeclaration -
Uses of ResolvedAnnotationDeclaration in com.github.javaparser.symbolsolver.javaparsermodel.declarations
Classes in com.github.javaparser.symbolsolver.javaparsermodel.declarations that implement ResolvedAnnotationDeclarationMethods in com.github.javaparser.symbolsolver.javaparsermodel.declarations that return types with arguments of type ResolvedAnnotationDeclarationModifier and TypeMethodDescriptionJavaParserAnnotationDeclaration.getDeclaredAnnotations()JavaParserClassDeclaration.getDeclaredAnnotations()JavaParserInterfaceDeclaration.getDeclaredAnnotations()JavaParserRecordDeclaration.getDeclaredAnnotations()JavaParserTypeAdapter.getDeclaredAnnotations() -
Uses of ResolvedAnnotationDeclaration in com.github.javaparser.symbolsolver.javassistmodel
Classes in com.github.javaparser.symbolsolver.javassistmodel that implement ResolvedAnnotationDeclarationMethods in com.github.javaparser.symbolsolver.javassistmodel that return types with arguments of type ResolvedAnnotationDeclarationModifier and TypeMethodDescriptionJavassistClassDeclaration.getDeclaredAnnotations()JavassistInterfaceDeclaration.getDeclaredAnnotations()JavassistRecordDeclaration.getDeclaredAnnotations()JavassistTypeDeclarationAdapter.getDeclaredAnnotations() -
Uses of ResolvedAnnotationDeclaration in com.github.javaparser.symbolsolver.reflectionmodel
Classes in com.github.javaparser.symbolsolver.reflectionmodel that implement ResolvedAnnotationDeclaration