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.VoidJavaOutputVisitor. 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) voidJavaOutputVisitor. 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. ANNOTATIONstatic Role<Annotation>EntityDeclaration. ANNOTATION_ROLEstatic Role<Annotation>ParameterDeclaration. ANNOTATION_ROLEstatic Role<Annotation>TypeParameterDeclaration. ANNOTATION_ROLEstatic Role<Annotation>EntityDeclaration. UNATTACHED_ANNOTATION_ROLEMethods in com.strobel.decompiler.languages.java.ast that return Annotation Modifier and Type Method Description AnnotationAstBuilder. 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 SDepthFirstAstVisitor. visitAnnotation(Annotation node, T data)RIAstVisitor. 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_ANNOTATIONprivate static Predicate<Annotation>AddStandardAnnotationsTransform. IS_OVERRIDE_ANNOTATION
-