Package org.jf.dexlib2.rewriter
Class EncodedValueRewriter.RewrittenAnnotationEncodedValue
java.lang.Object
org.jf.dexlib2.base.value.BaseAnnotationEncodedValue
org.jf.dexlib2.rewriter.EncodedValueRewriter.RewrittenAnnotationEncodedValue
- All Implemented Interfaces:
Comparable<EncodedValue>,BasicAnnotation,AnnotationEncodedValue,EncodedValue
- Enclosing class:
EncodedValueRewriter
protected class EncodedValueRewriter.RewrittenAnnotationEncodedValue
extends BaseAnnotationEncodedValue
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRewrittenAnnotationEncodedValue(AnnotationEncodedValue annotationEncodedValue) -
Method Summary
Modifier and TypeMethodDescriptionSet<? extends AnnotationElement> Gets a set of the name/value elements associated with this annotation.getType()Gets the type of this annotation.Methods inherited from class org.jf.dexlib2.base.value.BaseAnnotationEncodedValue
compareTo, equals, getValueType, hashCode, toString
-
Field Details
-
annotationEncodedValue
-
-
Constructor Details
-
RewrittenAnnotationEncodedValue
-
-
Method Details
-
getType
Description copied from interface:AnnotationEncodedValueGets the type of this annotation. This will be the type descriptor of the class that defines this annotation.- Returns:
- The type of this annotation
-
getElements
Description copied from interface:AnnotationEncodedValueGets a set of the name/value elements associated with this annotation. The elements in the returned set will be unique by name.- Returns:
- A set of AnnotationElements
-