Class AnnotationDefaultAttribute
- java.lang.Object
-
- com.strobel.assembler.ir.attributes.SourceAttribute
-
- com.strobel.assembler.ir.attributes.AnnotationDefaultAttribute
-
public final class AnnotationDefaultAttribute extends SourceAttribute
-
-
Field Summary
Fields Modifier and Type Field Description private AnnotationElement
_defaultValue
-
Constructor Summary
Constructors Constructor Description AnnotationDefaultAttribute(int length, AnnotationElement defaultValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AnnotationElement
getDefaultValue()
-
Methods inherited from class com.strobel.assembler.ir.attributes.SourceAttribute
create, find, find, getLength, getName, readAttribute, readAttributes
-
-
-
-
Field Detail
-
_defaultValue
private final AnnotationElement _defaultValue
-
-
Constructor Detail
-
AnnotationDefaultAttribute
public AnnotationDefaultAttribute(int length, AnnotationElement defaultValue)
-
-
Method Detail
-
getDefaultValue
public AnnotationElement getDefaultValue()
-
-