Uses of Class
com.strobel.assembler.metadata.annotations.AnnotationParameter
Packages that use AnnotationParameter
-
Uses of AnnotationParameter in com.strobel.assembler.ir
Methods in com.strobel.assembler.ir with parameters of type AnnotationParameterModifier and TypeMethodDescriptionprivate static void
AnnotationReader.readParameters
(AnnotationParameter[] parameters, IMetadataScope scope, Buffer input, boolean namedParameter) -
Uses of AnnotationParameter in com.strobel.assembler.metadata.annotations
Fields in com.strobel.assembler.metadata.annotations with type parameters of type AnnotationParameterModifier and TypeFieldDescriptionprivate final List
<AnnotationParameter> CustomAnnotation._parameters
Methods in com.strobel.assembler.metadata.annotations that return types with arguments of type AnnotationParameterMethods in com.strobel.assembler.metadata.annotations with parameters of type AnnotationParameterModifier and TypeMethodDescriptionprivate static void
AnnotationReader.readParameters
(AnnotationParameter[] parameters, IMetadataScope scope, Buffer input, boolean namedParameter) Constructor parameters in com.strobel.assembler.metadata.annotations with type arguments of type AnnotationParameterModifierConstructorDescriptionCustomAnnotation
(TypeReference annotationType, List<AnnotationParameter> parameters)