Uses of Class
com.strobel.decompiler.languages.java.ast.Annotation
-
Packages that use Annotation Package Description com.strobel.decompiler.languages.java com.strobel.decompiler.languages.java.ast com.strobel.decompiler.languages.java.ast.transforms -
-
Uses of Annotation in com.strobel.decompiler.languages.java
Methods in com.strobel.decompiler.languages.java with parameters of type Annotation Modifier and Type Method Description java.lang.Void
JavaOutputVisitor. visitAnnotation(Annotation node, java.lang.Void ignored)
Method parameters in com.strobel.decompiler.languages.java with type arguments of type Annotation Modifier and Type Method Description (package private) void
JavaOutputVisitor. writeAnnotations(java.lang.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 Annotation Modifier and Type Field Description static Role<Annotation>
Roles. ANNOTATION
static Role<Annotation>
EntityDeclaration. ANNOTATION_ROLE
static Role<Annotation>
ParameterDeclaration. ANNOTATION_ROLE
static Role<Annotation>
TypeParameterDeclaration. ANNOTATION_ROLE
static Role<Annotation>
EntityDeclaration. UNATTACHED_ANNOTATION_ROLE
Methods in com.strobel.decompiler.languages.java.ast that return Annotation Modifier and Type Method Description Annotation
AstBuilder. createAnnotation(CustomAnnotation annotation)
Methods in com.strobel.decompiler.languages.java.ast that return types with arguments of type Annotation Modifier and Type Method Description AstNodeCollection<Annotation>
EntityDeclaration. getAnnotations()
AstNodeCollection<Annotation>
TypeParameterDeclaration. getAnnotations()
Methods in com.strobel.decompiler.languages.java.ast with parameters of type Annotation Modifier and Type Method Description S
DepthFirstAstVisitor. visitAnnotation(Annotation node, T data)
R
IAstVisitor. visitAnnotation(Annotation node, T data)
java.util.Set<java.lang.Object>
JavaNameResolver.FindDeclarationVisitor. visitAnnotation(Annotation node, java.lang.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 Annotation Modifier and Type Field Description private static Predicate<Annotation>
AddStandardAnnotationsTransform. IS_DEPRECATED_ANNOTATION
private static Predicate<Annotation>
AddStandardAnnotationsTransform. IS_OVERRIDE_ANNOTATION
-