Searched defs:ImmutableAnnotationEncodedValue (Results 1 - 1 of 1) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/value/
H A DImmutableAnnotationEncodedValue.java45 public class ImmutableAnnotationEncodedValue extends BaseAnnotationEncodedValue implements ImmutableEncodedValue { class in inherits:BaseAnnotationEncodedValue,ImmutableEncodedValue
49 public ImmutableAnnotationEncodedValue(@Nonnull String type, method in class:ImmutableAnnotationEncodedValue
55 public ImmutableAnnotationEncodedValue(@Nonnull String type, method in class:ImmutableAnnotationEncodedValue
61 public static ImmutableAnnotationEncodedValue of(AnnotationEncodedValue annotationEncodedValue) {
62 if (annotationEncodedValue instanceof ImmutableAnnotationEncodedValue) {
63 return (ImmutableAnnotationEncodedValue)annotationEncodedValue;
65 return new ImmutableAnnotationEncodedValue(

Completed in 62 milliseconds