Uses of Class
com.strobel.assembler.metadata.annotations.AnnotationElement
Packages that use AnnotationElement
Package
Description
-
Uses of AnnotationElement in com.strobel.assembler.ir
Methods in com.strobel.assembler.ir that return AnnotationElementModifier and TypeMethodDescriptionstatic AnnotationElement
AnnotationReader.readElement
(IMetadataScope scope, Buffer input) -
Uses of AnnotationElement in com.strobel.assembler.ir.attributes
Fields in com.strobel.assembler.ir.attributes declared as AnnotationElementModifier and TypeFieldDescriptionprivate final AnnotationElement
AnnotationDefaultAttribute._defaultValue
Methods in com.strobel.assembler.ir.attributes that return AnnotationElementConstructors in com.strobel.assembler.ir.attributes with parameters of type AnnotationElementModifierConstructorDescriptionAnnotationDefaultAttribute
(int length, AnnotationElement defaultValue) -
Uses of AnnotationElement in com.strobel.assembler.metadata.annotations
Subclasses of AnnotationElement in com.strobel.assembler.metadata.annotationsModifier and TypeClassDescriptionfinal class
final class
final class
final class
final class
Fields in com.strobel.assembler.metadata.annotations declared as AnnotationElementModifier and TypeFieldDescriptionprivate final AnnotationElement[]
ArrayAnnotationElement._elements
private final AnnotationElement
AnnotationParameter._value
Methods in com.strobel.assembler.metadata.annotations that return AnnotationElementModifier and TypeMethodDescriptionArrayAnnotationElement.getElements()
final AnnotationElement
AnnotationParameter.getValue()
private static AnnotationElement
AnnotationReader.readElement
(IMetadataScope scope, Buffer input) Constructors in com.strobel.assembler.metadata.annotations with parameters of type AnnotationElementModifierConstructorDescriptionAnnotationParameter
(String member, AnnotationElement value) ArrayAnnotationElement
(AnnotationElement[] elements) -
Uses of AnnotationElement in com.strobel.decompiler.languages.java.ast
Methods in com.strobel.decompiler.languages.java.ast with parameters of type AnnotationElement