Uses of Interface
org.jf.dexlib2.immutable.value.ImmutableEncodedValue
Packages that use ImmutableEncodedValue
Package
Description
-
Uses of ImmutableEncodedValue in org.jf.dexlib2.immutable
Fields in org.jf.dexlib2.immutable declared as ImmutableEncodedValueModifier and TypeFieldDescriptionprotected final ImmutableEncodedValueImmutableField.initialValueprotected final ImmutableEncodedValueImmutableAnnotationElement.valueConstructors in org.jf.dexlib2.immutable with parameters of type ImmutableEncodedValueModifierConstructorDescriptionImmutableAnnotationElement(String name, ImmutableEncodedValue value) ImmutableField(String definingClass, String name, String type, int accessFlags, ImmutableEncodedValue initialValue, com.google.common.collect.ImmutableSet<? extends ImmutableAnnotation> annotations, com.google.common.collect.ImmutableSet<HiddenApiRestriction> hiddenApiRestrictions) -
Uses of ImmutableEncodedValue in org.jf.dexlib2.immutable.reference
Fields in org.jf.dexlib2.immutable.reference with type parameters of type ImmutableEncodedValueModifier and TypeFieldDescriptionprotected final com.google.common.collect.ImmutableList<? extends ImmutableEncodedValue> ImmutableCallSiteReference.extraArgumentsConstructor parameters in org.jf.dexlib2.immutable.reference with type arguments of type ImmutableEncodedValueModifierConstructorDescriptionImmutableCallSiteReference(String name, ImmutableMethodHandleReference methodHandle, String methodName, ImmutableMethodProtoReference methodProto, com.google.common.collect.ImmutableList<? extends ImmutableEncodedValue> extraArguments) -
Uses of ImmutableEncodedValue in org.jf.dexlib2.immutable.value
Classes in org.jf.dexlib2.immutable.value that implement ImmutableEncodedValueModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassFields in org.jf.dexlib2.immutable.value with type parameters of type ImmutableEncodedValueModifier and TypeFieldDescriptionprivate static final ImmutableConverter<ImmutableEncodedValue, EncodedValue> ImmutableEncodedValueFactory.CONVERTERprotected final com.google.common.collect.ImmutableList<? extends ImmutableEncodedValue> ImmutableArrayEncodedValue.valueMethods in org.jf.dexlib2.immutable.value that return ImmutableEncodedValueModifier and TypeMethodDescriptionstatic ImmutableEncodedValueImmutableEncodedValueFactory.of(EncodedValue encodedValue) static ImmutableEncodedValueImmutableEncodedValueFactory.ofNullable(EncodedValue encodedValue) Methods in org.jf.dexlib2.immutable.value that return types with arguments of type ImmutableEncodedValueModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList<? extends ImmutableEncodedValue> ImmutableArrayEncodedValue.getValue()static com.google.common.collect.ImmutableList<ImmutableEncodedValue> ImmutableEncodedValueFactory.immutableListOf(Iterable<? extends EncodedValue> list) Constructor parameters in org.jf.dexlib2.immutable.value with type arguments of type ImmutableEncodedValueModifierConstructorDescriptionImmutableArrayEncodedValue(com.google.common.collect.ImmutableList<ImmutableEncodedValue> value) -
Uses of ImmutableEncodedValue in org.jf.dexlib2.writer.builder
Classes in org.jf.dexlib2.writer.builder that implement ImmutableEncodedValueModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic classstatic class -
Uses of ImmutableEncodedValue in org.jf.smali
Methods in org.jf.smali that return ImmutableEncodedValueMethods in org.jf.smali that return types with arguments of type ImmutableEncodedValueModifier and TypeMethodDescriptionfinal List<ImmutableEncodedValue> smaliTreeWalker.call_site_extra_arguments()