Uses of Class
com.strobel.assembler.metadata.annotations.AnnotationParameter
-
Packages that use AnnotationParameter Package Description com.strobel.assembler.ir com.strobel.assembler.metadata.annotations -
-
Uses of AnnotationParameter in com.strobel.assembler.ir
Methods in com.strobel.assembler.ir with parameters of type AnnotationParameter Modifier and Type Method Description private 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 AnnotationParameter Modifier and Type Field Description private java.util.List<AnnotationParameter>
CustomAnnotation. _parameters
Methods in com.strobel.assembler.metadata.annotations that return types with arguments of type AnnotationParameter Modifier and Type Method Description java.util.List<AnnotationParameter>
CustomAnnotation. getParameters()
Methods in com.strobel.assembler.metadata.annotations with parameters of type AnnotationParameter Modifier and Type Method Description private 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 AnnotationParameter Constructor Description CustomAnnotation(TypeReference annotationType, java.util.List<AnnotationParameter> parameters)
-