HomeSort by relevance Sort by last modified time
    Searched defs:ImmutableAnnotationElement (Results 1 - 2 of 2) sorted by null

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/
ImmutableAnnotationElement.java 45 public class ImmutableAnnotationElement extends BaseAnnotationElement {
49 public ImmutableAnnotationElement(@Nonnull String name,
55 public ImmutableAnnotationElement(@Nonnull String name,
61 public static ImmutableAnnotationElement of(AnnotationElement annotationElement) {
62 if (annotationElement instanceof ImmutableAnnotationElement) {
63 return (ImmutableAnnotationElement)annotationElement;
65 return new ImmutableAnnotationElement(
74 public static ImmutableSet<ImmutableAnnotationElement> immutableSetOf(
79 private static final ImmutableConverter<ImmutableAnnotationElement, AnnotationElement> CONVERTER =
80 new ImmutableConverter<ImmutableAnnotationElement, AnnotationElement>()
    [all...]
  /prebuilts/tools/common/m2/repository/org/smali/dexlib2/2.1.3/
dexlib2-2.1.3.jar 

Completed in 152 milliseconds