Uses of Class
com.strobel.assembler.metadata.annotations.CustomAnnotation
Packages that use CustomAnnotation
Package
Description
-
Uses of CustomAnnotation in com.strobel.assembler.ir
Methods in com.strobel.assembler.ir that return CustomAnnotationModifier and TypeMethodDescriptionstatic CustomAnnotation
AnnotationReader.read
(IMetadataScope scope, Buffer input) Methods in com.strobel.assembler.ir with parameters of type CustomAnnotationModifier and TypeMethodDescriptionvoid
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 CustomAnnotationModifier and TypeFieldDescriptionprivate final CustomAnnotation[]
AnnotationsAttribute._annotations
private final CustomAnnotation[][]
ParameterAnnotationsAttribute._annotations
Methods in com.strobel.assembler.ir.attributes that return CustomAnnotationModifier and TypeMethodDescriptionAnnotationsAttribute.getAnnotations()
CustomAnnotation[][]
ParameterAnnotationsAttribute.getAnnotations()
Constructors in com.strobel.assembler.ir.attributes with parameters of type CustomAnnotationModifierConstructorDescriptionAnnotationsAttribute
(String name, int length, CustomAnnotation[] annotations) ParameterAnnotationsAttribute
(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 CustomAnnotationModifier and TypeFieldDescriptionprivate final Collection
<CustomAnnotation> FieldDefinition._customAnnotations
private final Collection
<CustomAnnotation> MethodDefinition._customAnnotations
private final Collection
<CustomAnnotation> ParameterDefinition._customAnnotations
private final Collection
<CustomAnnotation> TypeDefinition._customAnnotations
private final List
<CustomAnnotation> FieldDefinition._customAnnotationsView
private final List
<CustomAnnotation> MethodDefinition._customAnnotationsView
private final List
<CustomAnnotation> ParameterDefinition._customAnnotationsView
private final List
<CustomAnnotation> TypeDefinition._customAnnotationsView
Methods in com.strobel.assembler.metadata that return types with arguments of type CustomAnnotationModifier and TypeMethodDescriptionfinal List
<CustomAnnotation> FieldDefinition.getAnnotations()
IAnnotationsProvider.getAnnotations()
MemberReference.getAnnotations()
final List
<CustomAnnotation> MethodDefinition.getAnnotations()
ParameterDefinition.getAnnotations()
final List
<CustomAnnotation> TypeDefinition.getAnnotations()
protected final Collection
<CustomAnnotation> FieldDefinition.getAnnotationsInternal()
protected final Collection
<CustomAnnotation> MethodDefinition.getAnnotationsInternal()
protected final Collection
<CustomAnnotation> ParameterDefinition.getAnnotationsInternal()
protected final Collection
<CustomAnnotation> TypeDefinition.getAnnotationsInternal()
private List
<CustomAnnotation> ParameterDefinition.populateCustomAnnotations()
Methods in com.strobel.assembler.metadata with parameters of type CustomAnnotationModifier and TypeMethodDescriptionvoid
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 CustomAnnotationModifier and TypeFieldDescriptionprivate final CustomAnnotation
AnnotationAnnotationElement._annotation
Methods in com.strobel.assembler.metadata.annotations that return CustomAnnotationModifier and TypeMethodDescriptionAnnotationAnnotationElement.getAnnotation()
static CustomAnnotation
AnnotationReader.read
(IMetadataScope scope, Buffer input) Constructors in com.strobel.assembler.metadata.annotations with parameters of type CustomAnnotation -
Uses of CustomAnnotation in com.strobel.decompiler.languages.java.ast
Methods in com.strobel.decompiler.languages.java.ast with parameters of type CustomAnnotation