Uses of Class
com.strobel.assembler.metadata.annotations.AnnotationElement
-
Packages that use AnnotationElement Package Description com.strobel.assembler.ir com.strobel.assembler.ir.attributes com.strobel.assembler.metadata.annotations com.strobel.decompiler.languages.java.ast -
-
Uses of AnnotationElement in com.strobel.assembler.ir
Methods in com.strobel.assembler.ir that return AnnotationElement Modifier and Type Method Description static 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 AnnotationElement Modifier and Type Field Description private AnnotationElement
AnnotationDefaultAttribute. _defaultValue
Methods in com.strobel.assembler.ir.attributes that return AnnotationElement Modifier and Type Method Description AnnotationElement
AnnotationDefaultAttribute. getDefaultValue()
Constructors in com.strobel.assembler.ir.attributes with parameters of type AnnotationElement Constructor Description AnnotationDefaultAttribute(int length, AnnotationElement defaultValue)
-
Uses of AnnotationElement in com.strobel.assembler.metadata.annotations
Subclasses of AnnotationElement in com.strobel.assembler.metadata.annotations Modifier and Type Class Description class
AnnotationAnnotationElement
class
ArrayAnnotationElement
class
ClassAnnotationElement
class
ConstantAnnotationElement
class
EnumAnnotationElement
Fields in com.strobel.assembler.metadata.annotations declared as AnnotationElement Modifier and Type Field Description private AnnotationElement[]
ArrayAnnotationElement. _elements
private AnnotationElement
AnnotationParameter. _value
Methods in com.strobel.assembler.metadata.annotations that return AnnotationElement Modifier and Type Method Description AnnotationElement[]
ArrayAnnotationElement. getElements()
AnnotationElement
AnnotationParameter. getValue()
private static AnnotationElement
AnnotationReader. readElement(IMetadataScope scope, Buffer input)
Constructors in com.strobel.assembler.metadata.annotations with parameters of type AnnotationElement Constructor Description AnnotationParameter(java.lang.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 Modifier and Type Method Description Expression
AstBuilder. createAnnotationElement(AnnotationElement element)
-