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 AnnotationElementAnnotationReader.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 AnnotationElementAnnotationDefaultAttribute._defaultValueMethods 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 classfinal classfinal classfinal classfinal classFields in com.strobel.assembler.metadata.annotations declared as AnnotationElementModifier and TypeFieldDescriptionprivate final AnnotationElement[]ArrayAnnotationElement._elementsprivate final AnnotationElementAnnotationParameter._valueMethods in com.strobel.assembler.metadata.annotations that return AnnotationElementModifier and TypeMethodDescriptionArrayAnnotationElement.getElements()final AnnotationElementAnnotationParameter.getValue()private static AnnotationElementAnnotationReader.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