Uses of Class
com.strobel.assembler.metadata.annotations.AnnotationElementType
-
Packages that use AnnotationElementType Package Description com.strobel.assembler.metadata.annotations -
-
Uses of AnnotationElementType in com.strobel.assembler.metadata.annotations
Fields in com.strobel.assembler.metadata.annotations declared as AnnotationElementType Modifier and Type Field Description private AnnotationElementType
AnnotationElement. _elementType
Methods in com.strobel.assembler.metadata.annotations that return AnnotationElementType Modifier and Type Method Description static AnnotationElementType
AnnotationElementType. forTag(char tag)
AnnotationElementType
AnnotationElement. getElementType()
static AnnotationElementType
AnnotationElementType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AnnotationElementType[]
AnnotationElementType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.strobel.assembler.metadata.annotations with parameters of type AnnotationElementType Constructor Description AnnotationElement(AnnotationElementType elementType)
-