Class AnnotationDefaultAttr
- java.lang.Object
-
- jadx.api.plugins.input.data.attributes.PinnedAttribute
-
- jadx.api.plugins.input.data.attributes.types.AnnotationDefaultAttr
-
- All Implemented Interfaces:
IJadxAttribute
public class AnnotationDefaultAttr extends PinnedAttribute
-
-
Constructor Summary
Constructors Constructor Description AnnotationDefaultAttr(EncodedValue value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IJadxAttrType<? extends IJadxAttribute>getAttrType()EncodedValuegetValue()java.lang.StringtoString()-
Methods inherited from class jadx.api.plugins.input.data.attributes.PinnedAttribute
keepLoaded
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface jadx.api.plugins.input.data.attributes.IJadxAttribute
toAttrString
-
-
-
-
Constructor Detail
-
AnnotationDefaultAttr
public AnnotationDefaultAttr(EncodedValue value)
-
-
Method Detail
-
getValue
public EncodedValue getValue()
-
getAttrType
public IJadxAttrType<? extends IJadxAttribute> getAttrType()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-