Uses of Class
com.strobel.assembler.metadata.annotations.CustomAnnotation
-
-
Uses of CustomAnnotation in com.strobel.assembler.ir
Methods in com.strobel.assembler.ir that return CustomAnnotation Modifier and Type Method Description static CustomAnnotation
AnnotationReader. read(IMetadataScope scope, Buffer input)
Methods in com.strobel.assembler.ir with parameters of type CustomAnnotation Modifier and Type Method Description void
StackMappingVisitor. visitAnnotation(CustomAnnotation annotation, boolean visible)
void
StackMappingVisitor. visitParameterAnnotation(int parameter, CustomAnnotation annotation, boolean visible)
-
Uses of CustomAnnotation in com.strobel.assembler.ir.attributes
Fields in com.strobel.assembler.ir.attributes declared as CustomAnnotation Modifier and Type Field Description private CustomAnnotation[]
AnnotationsAttribute. _annotations
private CustomAnnotation[][]
ParameterAnnotationsAttribute. _annotations
Methods in com.strobel.assembler.ir.attributes that return CustomAnnotation Modifier and Type Method Description CustomAnnotation[]
AnnotationsAttribute. getAnnotations()
CustomAnnotation[][]
ParameterAnnotationsAttribute. getAnnotations()
Constructors in com.strobel.assembler.ir.attributes with parameters of type CustomAnnotation Constructor Description AnnotationsAttribute(java.lang.String name, int length, CustomAnnotation[] annotations)
ParameterAnnotationsAttribute(java.lang.String name, int length, CustomAnnotation[][] annotations)
-
Uses of CustomAnnotation in com.strobel.assembler.metadata
Fields in com.strobel.assembler.metadata with type parameters of type CustomAnnotation Modifier and Type Field Description private Collection<CustomAnnotation>
FieldDefinition. _customAnnotations
private Collection<CustomAnnotation>
MethodDefinition. _customAnnotations
private Collection<CustomAnnotation>
ParameterDefinition. _customAnnotations
private Collection<CustomAnnotation>
TypeDefinition. _customAnnotations
private java.util.List<CustomAnnotation>
FieldDefinition. _customAnnotationsView
private java.util.List<CustomAnnotation>
MethodDefinition. _customAnnotationsView
private java.util.List<CustomAnnotation>
ParameterDefinition. _customAnnotationsView
private java.util.List<CustomAnnotation>
TypeDefinition. _customAnnotationsView
Methods in com.strobel.assembler.metadata that return types with arguments of type CustomAnnotation Modifier and Type Method Description java.util.List<CustomAnnotation>
FieldDefinition. getAnnotations()
java.util.List<CustomAnnotation>
IAnnotationsProvider. getAnnotations()
java.util.List<CustomAnnotation>
MemberReference. getAnnotations()
java.util.List<CustomAnnotation>
MethodDefinition. getAnnotations()
java.util.List<CustomAnnotation>
ParameterDefinition. getAnnotations()
java.util.List<CustomAnnotation>
TypeDefinition. getAnnotations()
protected Collection<CustomAnnotation>
FieldDefinition. getAnnotationsInternal()
protected Collection<CustomAnnotation>
MethodDefinition. getAnnotationsInternal()
protected Collection<CustomAnnotation>
ParameterDefinition. getAnnotationsInternal()
protected Collection<CustomAnnotation>
TypeDefinition. getAnnotationsInternal()
private java.util.List<CustomAnnotation>
ParameterDefinition. populateCustomAnnotations()
Methods in com.strobel.assembler.metadata with parameters of type CustomAnnotation Modifier and Type Method Description void
FieldVisitor. visitAnnotation(CustomAnnotation annotation, boolean visible)
void
MethodVisitor. visitAnnotation(CustomAnnotation annotation, boolean visible)
void
TypeVisitor. visitAnnotation(CustomAnnotation annotation, boolean visible)
void
MethodVisitor. visitParameterAnnotation(int parameter, CustomAnnotation annotation, boolean visible)
-
Uses of CustomAnnotation in com.strobel.assembler.metadata.annotations
Fields in com.strobel.assembler.metadata.annotations declared as CustomAnnotation Modifier and Type Field Description private CustomAnnotation
AnnotationAnnotationElement. _annotation
Methods in com.strobel.assembler.metadata.annotations that return CustomAnnotation Modifier and Type Method Description CustomAnnotation
AnnotationAnnotationElement. getAnnotation()
static CustomAnnotation
AnnotationReader. read(IMetadataScope scope, Buffer input)
Constructors in com.strobel.assembler.metadata.annotations with parameters of type CustomAnnotation Constructor Description AnnotationAnnotationElement(CustomAnnotation annotation)
-
Uses of CustomAnnotation in com.strobel.decompiler.languages.java.ast
Methods in com.strobel.decompiler.languages.java.ast with parameters of type CustomAnnotation Modifier and Type Method Description Annotation
AstBuilder. createAnnotation(CustomAnnotation annotation)
-