Uses of Interface
org.jf.dexlib2.iface.value.ArrayEncodedValue
Packages that use ArrayEncodedValue
Package
Description
-
Uses of ArrayEncodedValue in org.jf.baksmali.formatter
Methods in org.jf.baksmali.formatter with parameters of type ArrayEncodedValueModifier and TypeMethodDescriptionprotected voidBaksmaliWriter.writeArray(ArrayEncodedValue array) Write the givenArrayEncodedValue. -
Uses of ArrayEncodedValue in org.jf.dexlib2.base.value
Classes in org.jf.dexlib2.base.value that implement ArrayEncodedValue -
Uses of ArrayEncodedValue in org.jf.dexlib2.dexbacked.value
Classes in org.jf.dexlib2.dexbacked.value that implement ArrayEncodedValue -
Uses of ArrayEncodedValue in org.jf.dexlib2.formatter
Methods in org.jf.dexlib2.formatter with parameters of type ArrayEncodedValueModifier and TypeMethodDescriptionprotected voidDexFormattedWriter.writeArray(ArrayEncodedValue array) Write the givenArrayEncodedValue. -
Uses of ArrayEncodedValue in org.jf.dexlib2.immutable.value
Classes in org.jf.dexlib2.immutable.value that implement ArrayEncodedValueMethods in org.jf.dexlib2.immutable.value with parameters of type ArrayEncodedValueModifier and TypeMethodDescriptionstatic ImmutableArrayEncodedValueImmutableArrayEncodedValue.of(ArrayEncodedValue arrayEncodedValue) -
Uses of ArrayEncodedValue in org.jf.dexlib2.rewriter
Classes in org.jf.dexlib2.rewriter that implement ArrayEncodedValueFields in org.jf.dexlib2.rewriter declared as ArrayEncodedValueModifier and TypeFieldDescriptionprotected ArrayEncodedValueEncodedValueRewriter.RewrittenArrayEncodedValue.arrayEncodedValueConstructors in org.jf.dexlib2.rewriter with parameters of type ArrayEncodedValue -
Uses of ArrayEncodedValue in org.jf.dexlib2.util
Methods in org.jf.dexlib2.util with parameters of type ArrayEncodedValueModifier and TypeMethodDescriptionprivate static voidEncodedValueUtils.writeArray(Writer writer, ArrayEncodedValue array) -
Uses of ArrayEncodedValue in org.jf.dexlib2.writer.builder
Classes in org.jf.dexlib2.writer.builder that implement ArrayEncodedValueFields in org.jf.dexlib2.writer.builder with type parameters of type ArrayEncodedValueMethods in org.jf.dexlib2.writer.builder with parameters of type ArrayEncodedValueModifier and TypeMethodDescriptionBuilderEncodedArrayPool.internArrayEncodedValue(ArrayEncodedValue arrayEncodedValue) DexBuilder.internArrayEncodedValue(ArrayEncodedValue value) -
Uses of ArrayEncodedValue in org.jf.dexlib2.writer.pool
Methods in org.jf.dexlib2.writer.pool that return ArrayEncodedValueModifier and TypeMethodDescriptionCallSitePool.getEncodedCallSite(CallSiteReference callSiteReference) ClassPool.getStaticInitializers(PoolClassDef classDef) Methods in org.jf.dexlib2.writer.pool with parameters of type ArrayEncodedValueModifier and TypeMethodDescriptionList<? extends EncodedValue> EncodedArrayPool.getEncodedValueList(ArrayEncodedValue arrayEncodedValue) voidEncodedArrayPool.intern(ArrayEncodedValue arrayEncodedValue) -
Uses of ArrayEncodedValue in org.jf.dexlib2.writer.util
Methods in org.jf.dexlib2.writer.util that return ArrayEncodedValueModifier and TypeMethodDescriptionstatic ArrayEncodedValueCallSiteUtil.getEncodedCallSite(CallSiteReference callSiteReference) static ArrayEncodedValueStaticInitializerUtil.getStaticInitializers(SortedSet<? extends Field> sortedStaticFields)