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) void
JavaOutputVisitor.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.ANNOTATION
static final Role
<Annotation> EntityDeclaration.ANNOTATION_ROLE
static final Role
<Annotation> ParameterDeclaration.ANNOTATION_ROLE
static final Role
<Annotation> TypeParameterDeclaration.ANNOTATION_ROLE
static final Role
<Annotation> EntityDeclaration.UNATTACHED_ANNOTATION_ROLE
Methods 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_ANNOTATION
private static final Predicate
<Annotation> AddStandardAnnotationsTransform.IS_OVERRIDE_ANNOTATION