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 CustomAnnotationAnnotationReader.read(IMetadataScope scope, Buffer input) Methods in com.strobel.assembler.ir with parameters of type CustomAnnotationModifier and TypeMethodDescriptionvoidStackMappingVisitor.visitAnnotation(CustomAnnotation annotation, boolean visible) voidStackMappingVisitor.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._annotationsprivate final CustomAnnotation[][]ParameterAnnotationsAttribute._annotationsMethods 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._customAnnotationsprivate final Collection<CustomAnnotation> MethodDefinition._customAnnotationsprivate final Collection<CustomAnnotation> ParameterDefinition._customAnnotationsprivate final Collection<CustomAnnotation> TypeDefinition._customAnnotationsprivate final List<CustomAnnotation> FieldDefinition._customAnnotationsViewprivate final List<CustomAnnotation> MethodDefinition._customAnnotationsViewprivate final List<CustomAnnotation> ParameterDefinition._customAnnotationsViewprivate final List<CustomAnnotation> TypeDefinition._customAnnotationsViewMethods 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 TypeMethodDescriptionvoidFieldVisitor.visitAnnotation(CustomAnnotation annotation, boolean visible) voidMethodVisitor.visitAnnotation(CustomAnnotation annotation, boolean visible) voidTypeVisitor.visitAnnotation(CustomAnnotation annotation, boolean visible) voidMethodVisitor.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 CustomAnnotationAnnotationAnnotationElement._annotationMethods in com.strobel.assembler.metadata.annotations that return CustomAnnotationModifier and TypeMethodDescriptionAnnotationAnnotationElement.getAnnotation()static CustomAnnotationAnnotationReader.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