Package org.jf.dexlib2.writer.builder
Class BuilderAnnotationElement
java.lang.Object
org.jf.dexlib2.base.BaseAnnotationElement
org.jf.dexlib2.writer.builder.BuilderAnnotationElement
- All Implemented Interfaces:
Comparable<AnnotationElement>,AnnotationElement
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final BuilderStringReference(package private) final BuilderEncodedValues.BuilderEncodedValueFields inherited from class org.jf.dexlib2.base.BaseAnnotationElement
BY_NAME -
Constructor Summary
ConstructorsConstructorDescriptionBuilderAnnotationElement(BuilderStringReference name, BuilderEncodedValues.BuilderEncodedValue value) -
Method Summary
Methods inherited from class org.jf.dexlib2.base.BaseAnnotationElement
compareTo, equals, hashCode
-
Field Details
-
name
-
value
-
-
Constructor Details
-
BuilderAnnotationElement
public BuilderAnnotationElement(@Nonnull BuilderStringReference name, @Nonnull BuilderEncodedValues.BuilderEncodedValue value)
-
-
Method Details
-
getName
Description copied from interface:AnnotationElementGets the name of the element.- Returns:
- The name of the element.
-
getValue
Description copied from interface:AnnotationElementGets the value of the element.- Returns:
- The value of the element
-