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:
java.lang.Comparable<AnnotationElement>
,AnnotationElement
public class BuilderAnnotationElement extends BaseAnnotationElement
-
-
Field Summary
-
Fields inherited from class org.jf.dexlib2.base.BaseAnnotationElement
BY_NAME
-
-
Constructor Summary
Constructors Constructor Description BuilderAnnotationElement(BuilderStringReference name, BuilderEncodedValues.BuilderEncodedValue value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
Gets the name of the element.EncodedValue
getValue()
Gets the value of the element.-
Methods inherited from class org.jf.dexlib2.base.BaseAnnotationElement
compareTo, equals, hashCode
-
-
-
-
Constructor Detail
-
BuilderAnnotationElement
public BuilderAnnotationElement(@Nonnull BuilderStringReference name, @Nonnull BuilderEncodedValues.BuilderEncodedValue value)
-
-
Method Detail
-
getName
@Nonnull public java.lang.String getName()
Description copied from interface:AnnotationElement
Gets the name of the element.- Returns:
- The name of the element.
-
getValue
@Nonnull public EncodedValue getValue()
Description copied from interface:AnnotationElement
Gets the value of the element.- Returns:
- The value of the element
-
-