Searched refs:BaseAnnotationElement (Results 1 – 7 of 7) sorted by relevance
34 import org.jf.dexlib2.base.BaseAnnotationElement;40 public class BuilderAnnotationElement extends BaseAnnotationElement {
34 import org.jf.dexlib2.base.BaseAnnotationElement;40 public class DexBackedAnnotationElement extends BaseAnnotationElement {
34 import org.jf.dexlib2.base.BaseAnnotationElement;51 protected class RewrittenAnnotationElement extends BaseAnnotationElement {
35 import org.jf.dexlib2.base.BaseAnnotationElement;45 public class ImmutableAnnotationElement extends BaseAnnotationElement {
36 import org.jf.dexlib2.base.BaseAnnotationElement;77 …llection<? extends AnnotationElement> sortedElements = Ordering.from(BaseAnnotationElement.BY_NAME) in writeAnnotation()
43 import org.jf.dexlib2.base.BaseAnnotationElement;593 … Collection<? extends AnnotationElement> elements = Ordering.from(BaseAnnotationElement.BY_NAME)
39 public abstract class BaseAnnotationElement implements AnnotationElement { class