Uses of Class
com.strobel.decompiler.languages.java.ast.Annotation
Packages that use Annotation
-
Uses of Annotation in com.strobel.decompiler.languages.java
Methods in com.strobel.decompiler.languages.java with parameters of type AnnotationModifier and TypeMethodDescriptionJavaOutputVisitor.visitAnnotation(Annotation node, Void ignored) -
Uses of Annotation in com.strobel.decompiler.languages.java.ast
Fields in com.strobel.decompiler.languages.java.ast with type parameters of type AnnotationModifier and TypeFieldDescriptionstatic final Role<Annotation> Roles.ANNOTATIONstatic final Role<Annotation> EntityDeclaration.ANNOTATION_ROLEstatic final Role<Annotation> ParameterDeclaration.ANNOTATION_ROLEstatic final Role<Annotation> TypeParameterDeclaration.ANNOTATION_ROLEstatic final Role<Annotation> EntityDeclaration.UNATTACHED_ANNOTATION_ROLEMethods in com.strobel.decompiler.languages.java.ast that return AnnotationMethods in com.strobel.decompiler.languages.java.ast that return types with arguments of type AnnotationModifier and TypeMethodDescriptionfinal AstNodeCollection<Annotation> EntityDeclaration.getAnnotations()final AstNodeCollection<Annotation> TypeParameterDeclaration.getAnnotations()Methods in com.strobel.decompiler.languages.java.ast with parameters of type AnnotationModifier and TypeMethodDescriptionDepthFirstAstVisitor.visitAnnotation(Annotation node, T data) IAstVisitor.visitAnnotation(Annotation node, T data)