Searched refs:AnnotationEncodedValue (Results 1 – 11 of 11) sorted by relevance
36 import org.jf.dexlib2.iface.value.AnnotationEncodedValue;43 public abstract class BaseAnnotationEncodedValue implements AnnotationEncodedValue {52 if (o instanceof AnnotationEncodedValue) { in equals()53 AnnotationEncodedValue other = (AnnotationEncodedValue)o; in equals()64 AnnotationEncodedValue other = (AnnotationEncodedValue)o; in compareTo()
65 return new RewrittenAnnotationEncodedValue((AnnotationEncodedValue)encodedValue); in rewrite()132 @Nonnull protected AnnotationEncodedValue annotationEncodedValue;134 … public RewrittenAnnotationEncodedValue(@Nonnull AnnotationEncodedValue annotationEncodedValue) { in RewrittenAnnotationEncodedValue()
124 … AnnotationEncodedValue annotationEncodedValue = (AnnotationEncodedValue)encodedValue; in writeEncodedValue()181 … AnnotationEncodedValue annotationEncodedValue = (AnnotationEncodedValue)encodedValue; in internEncodedValue()
32 import org.jf.dexlib2.iface.value.AnnotationEncodedValue;43 @Nonnull AnnotationEncodedValue annotationEncodedValue, in writeTo()
48 …AnnotationEncodedValueAdaptor.writeTo(writer, (AnnotationEncodedValue)encodedValue, containingClas… in writeTo()
37 import org.jf.dexlib2.iface.value.AnnotationEncodedValue;61 … public static ImmutableAnnotationEncodedValue of(AnnotationEncodedValue annotationEncodedValue) { in of()
75 return ImmutableAnnotationEncodedValue.of((AnnotationEncodedValue)encodedValue); in of()
44 import org.jf.dexlib2.iface.value.AnnotationEncodedValue;127 … AnnotationEncodedValue dbAnnotationEncodedValue = (AnnotationEncodedValue)element.getValue(); in testEncodedAnnotationElementOrder()
39 import org.jf.dexlib2.iface.value.AnnotationEncodedValue;44 …BackedAnnotationEncodedValue extends BaseAnnotationEncodedValue implements AnnotationEncodedValue {
44 public interface AnnotationEncodedValue extends EncodedValue, BasicAnnotation { interface
293 return internAnnotationEncodedValue((AnnotationEncodedValue)encodedValue);330 …BuilderAnnotationEncodedValue internAnnotationEncodedValue(@Nonnull AnnotationEncodedValue value) {