Uses of Class
com.strobel.decompiler.languages.java.ast.Annotation
Packages that use Annotation
Package
Description
-
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) Method parameters in com.strobel.decompiler.languages.java with type arguments of type AnnotationModifier and TypeMethodDescription(package private) voidJavaOutputVisitor.writeAnnotations(Iterable<Annotation> annotations, boolean newLineAfter) -
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) JavaNameResolver.FindDeclarationVisitor.visitAnnotation(Annotation node, String name) -
Uses of Annotation in com.strobel.decompiler.languages.java.ast.transforms
Fields in com.strobel.decompiler.languages.java.ast.transforms with type parameters of type AnnotationModifier and TypeFieldDescriptionprivate static final Predicate<Annotation> AddStandardAnnotationsTransform.IS_DEPRECATED_ANNOTATIONprivate static final Predicate<Annotation> AddStandardAnnotationsTransform.IS_OVERRIDE_ANNOTATION