Uses of Interface
org.jf.dexlib2.iface.value.EncodedValue
Packages that use EncodedValue
Package
Description
-
Uses of EncodedValue in org.jf.baksmali.formatter
Methods in org.jf.baksmali.formatter with parameters of type EncodedValueModifier and TypeMethodDescriptionvoidBaksmaliWriter.writeEncodedValue(EncodedValue encodedValue) -
Uses of EncodedValue in org.jf.dexlib2.analysis.reflection
Methods in org.jf.dexlib2.analysis.reflection that return EncodedValue -
Uses of EncodedValue in org.jf.dexlib2.base.value
Classes in org.jf.dexlib2.base.value that implement EncodedValueModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassMethods in org.jf.dexlib2.base.value with parameters of type EncodedValueModifier and TypeMethodDescriptionintBaseAnnotationEncodedValue.compareTo(EncodedValue o) intBaseArrayEncodedValue.compareTo(EncodedValue o) intBaseBooleanEncodedValue.compareTo(EncodedValue o) intBaseByteEncodedValue.compareTo(EncodedValue o) intBaseCharEncodedValue.compareTo(EncodedValue o) intBaseDoubleEncodedValue.compareTo(EncodedValue o) intBaseEnumEncodedValue.compareTo(EncodedValue o) intBaseFieldEncodedValue.compareTo(EncodedValue o) intBaseFloatEncodedValue.compareTo(EncodedValue o) intBaseIntEncodedValue.compareTo(EncodedValue o) intBaseLongEncodedValue.compareTo(EncodedValue o) intBaseMethodEncodedValue.compareTo(EncodedValue o) intBaseMethodHandleEncodedValue.compareTo(EncodedValue o) intBaseMethodTypeEncodedValue.compareTo(EncodedValue o) intBaseNullEncodedValue.compareTo(EncodedValue o) intBaseShortEncodedValue.compareTo(EncodedValue o) intBaseStringEncodedValue.compareTo(EncodedValue o) intBaseTypeEncodedValue.compareTo(EncodedValue o) -
Uses of EncodedValue in org.jf.dexlib2.dexbacked
Fields in org.jf.dexlib2.dexbacked declared as EncodedValueModifier and TypeFieldDescriptionfinal EncodedValueDexBackedField.initialValuefinal EncodedValueDexBackedAnnotationElement.valueMethods in org.jf.dexlib2.dexbacked that return EncodedValueModifier and TypeMethodDescriptionDexBackedField.getInitialValue()DexBackedAnnotationElement.getValue() -
Uses of EncodedValue in org.jf.dexlib2.dexbacked.reference
Methods in org.jf.dexlib2.dexbacked.reference that return types with arguments of type EncodedValueModifier and TypeMethodDescriptionList<? extends EncodedValue> DexBackedCallSiteReference.getExtraArguments() -
Uses of EncodedValue in org.jf.dexlib2.dexbacked.util
Methods in org.jf.dexlib2.dexbacked.util that return EncodedValueModifier and TypeMethodDescriptionEncodedArrayItemIterator.EncodedArrayItemIteratorImpl.getNextOrNull()abstract EncodedValueEncodedArrayItemIterator.getNextOrNull() -
Uses of EncodedValue in org.jf.dexlib2.dexbacked.value
Classes in org.jf.dexlib2.dexbacked.value that implement EncodedValueModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassMethods in org.jf.dexlib2.dexbacked.value that return EncodedValueModifier and TypeMethodDescriptionstatic EncodedValueDexBackedEncodedValue.readFrom(DexBackedDexFile dexFile, DexReader reader) Methods in org.jf.dexlib2.dexbacked.value that return types with arguments of type EncodedValueModifier and TypeMethodDescriptionList<? extends EncodedValue> DexBackedArrayEncodedValue.getValue() -
Uses of EncodedValue in org.jf.dexlib2.formatter
Methods in org.jf.dexlib2.formatter with parameters of type EncodedValueModifier and TypeMethodDescriptionDexFormatter.getEncodedValue(EncodedValue encodedValue) voidDexFormattedWriter.writeEncodedValue(EncodedValue encodedValue) Write the givenEncodedValue. -
Uses of EncodedValue in org.jf.dexlib2.iface
Methods in org.jf.dexlib2.iface that return EncodedValueModifier and TypeMethodDescriptionField.getInitialValue()Gets the initial value for this field, if available.AnnotationElement.getValue()Gets the value of the element. -
Uses of EncodedValue in org.jf.dexlib2.iface.reference
Methods in org.jf.dexlib2.iface.reference that return types with arguments of type EncodedValueModifier and TypeMethodDescriptionList<? extends EncodedValue> CallSiteReference.getExtraArguments() -
Uses of EncodedValue in org.jf.dexlib2.iface.value
Subinterfaces of EncodedValue in org.jf.dexlib2.iface.valueModifier and TypeInterfaceDescriptioninterfaceThis class represents an encoded annotation value.interfaceThis class represents an encoded array value.interfaceThis class represents an encoded boolean value.interfaceThis class represents an encoded byte value.interfaceThis class represents an encoded char value.interfaceThis class represents an encoded double value.interfaceThis class represents an encoded enum value.interfaceThis class represents an encoded field value.interfaceThis class represents an encoded float value.interfaceThis class represents an encoded integer value.interfaceThis class represents an encoded long value.interfaceThis class represents an encoded method value.interfaceThis class represents an encoded method type value.interfaceThis class represents an encoded method type value.interfaceThis class represents an encoded null value.interfaceThis class represents an encoded short value.interfaceThis class represents an encoded string value.interfaceThis class represents an encoded type value.Methods in org.jf.dexlib2.iface.value that return types with arguments of type EncodedValueModifier and TypeMethodDescriptionList<? extends EncodedValue> ArrayEncodedValue.getValue()Gets the list of the values contained in this ArrayEncodedValueMethods in org.jf.dexlib2.iface.value with parameters of type EncodedValueModifier and TypeMethodDescriptionintAnnotationEncodedValue.compareTo(EncodedValue o) Compare this AnnotationEncodedValue to another EncodedValue.intArrayEncodedValue.compareTo(EncodedValue o) Compare this ArrayEncodedValue to another EncodedValue.intBooleanEncodedValue.compareTo(EncodedValue o) Compare this BooleanEncodedValue to another EncodedValue.intByteEncodedValue.compareTo(EncodedValue o) Compare this ByteEncodedValue to another EncodedValue.intCharEncodedValue.compareTo(EncodedValue o) Compare this CharEncodedValue to another EncodedValue.intDoubleEncodedValue.compareTo(EncodedValue o) Compare this DoubleEncodedValue to another EncodedValue.intEnumEncodedValue.compareTo(EncodedValue o) Compare this EnumEncodedValue to another EncodedValue.intFieldEncodedValue.compareTo(EncodedValue o) Compare this FieldEncodedValue to another EncodedValue.intFloatEncodedValue.compareTo(EncodedValue o) Compare this FloatEncodedValue to another EncodedValue.intIntEncodedValue.compareTo(EncodedValue o) Compare this IntEncodedValue to another EncodedValue.intLongEncodedValue.compareTo(EncodedValue o) Compare this LongEncodedValue to another EncodedValue.intMethodEncodedValue.compareTo(EncodedValue o) Compare this MethodEncodedValue to another EncodedValue.intMethodHandleEncodedValue.compareTo(EncodedValue o) Compare this MethodHandleEncodedValue to another EncodedValue.intMethodTypeEncodedValue.compareTo(EncodedValue o) Compare this MethodTypeEncodedValue to another EncodedValue.intNullEncodedValue.compareTo(EncodedValue o) Compare this NullEncodedValue to another EncodedValue.intShortEncodedValue.compareTo(EncodedValue o) Compare this ShortEncodedValue to another EncodedValue.intStringEncodedValue.compareTo(EncodedValue o) Compare this StringEncodedValue to another EncodedValue.intTypeEncodedValue.compareTo(EncodedValue o) Compare this TypeEncodedValue to another EncodedValue. -
Uses of EncodedValue in org.jf.dexlib2.immutable
Methods in org.jf.dexlib2.immutable that return EncodedValueModifier and TypeMethodDescriptionImmutableField.getInitialValue()ImmutableAnnotationElement.getValue()Constructors in org.jf.dexlib2.immutable with parameters of type EncodedValueModifierConstructorDescriptionImmutableAnnotationElement(String name, EncodedValue value) ImmutableField(String definingClass, String name, String type, int accessFlags, EncodedValue initialValue, Collection<? extends Annotation> annotations, Set<HiddenApiRestriction> hiddenApiRestrictions) -
Uses of EncodedValue in org.jf.dexlib2.immutable.reference
Methods in org.jf.dexlib2.immutable.reference that return types with arguments of type EncodedValueModifier and TypeMethodDescriptionList<? extends EncodedValue> ImmutableCallSiteReference.getExtraArguments()Constructor parameters in org.jf.dexlib2.immutable.reference with type arguments of type EncodedValueModifierConstructorDescriptionImmutableCallSiteReference(String name, MethodHandleReference methodHandle, String methodName, MethodProtoReference methodProto, Iterable<? extends EncodedValue> extraArguments) -
Uses of EncodedValue in org.jf.dexlib2.immutable.value
Subinterfaces of EncodedValue in org.jf.dexlib2.immutable.valueClasses in org.jf.dexlib2.immutable.value that implement EncodedValueModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassFields in org.jf.dexlib2.immutable.value with type parameters of type EncodedValueModifier and TypeFieldDescriptionprivate static final ImmutableConverter<ImmutableEncodedValue, EncodedValue> ImmutableEncodedValueFactory.CONVERTERMethods in org.jf.dexlib2.immutable.value that return EncodedValueModifier and TypeMethodDescriptionstatic EncodedValueImmutableEncodedValueFactory.defaultValueForType(String type) Methods in org.jf.dexlib2.immutable.value with parameters of type EncodedValueModifier and TypeMethodDescriptionstatic ImmutableEncodedValueImmutableEncodedValueFactory.of(EncodedValue encodedValue) static ImmutableEncodedValueImmutableEncodedValueFactory.ofNullable(EncodedValue encodedValue) Method parameters in org.jf.dexlib2.immutable.value with type arguments of type EncodedValueModifier and TypeMethodDescriptionstatic 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 EncodedValueModifierConstructorDescriptionImmutableArrayEncodedValue(Collection<? extends EncodedValue> value) -
Uses of EncodedValue in org.jf.dexlib2.rewriter
Classes in org.jf.dexlib2.rewriter that implement EncodedValueModifier and TypeClassDescriptionprotected classprotected classprotected classprotected classprotected classprotected classFields in org.jf.dexlib2.rewriter with type parameters of type EncodedValueModifier and TypeFieldDescriptionprivate final Rewriter<EncodedValue> DexRewriter.encodedValueRewriterMethods in org.jf.dexlib2.rewriter that return EncodedValueModifier and TypeMethodDescriptionFieldRewriter.RewrittenField.getInitialValue()AnnotationElementRewriter.RewrittenAnnotationElement.getValue()EncodedValueRewriter.rewrite(EncodedValue encodedValue) Methods in org.jf.dexlib2.rewriter that return types with arguments of type EncodedValueModifier and TypeMethodDescriptionDexRewriter.getEncodedValueRewriter()RewriterModule.getEncodedValueRewriter(Rewriters rewriters) Rewriters.getEncodedValueRewriter()List<? extends EncodedValue> EncodedValueRewriter.RewrittenArrayEncodedValue.getValue()Methods in org.jf.dexlib2.rewriter with parameters of type EncodedValue -
Uses of EncodedValue in org.jf.dexlib2.util
Methods in org.jf.dexlib2.util with parameters of type EncodedValueModifier and TypeMethodDescriptionstatic booleanEncodedValueUtils.isDefaultValue(EncodedValue encodedValue) static voidEncodedValueUtils.writeEncodedValue(Writer writer, EncodedValue encodedValue) Deprecated. -
Uses of EncodedValue in org.jf.dexlib2.writer.builder
Subinterfaces of EncodedValue in org.jf.dexlib2.writer.builderClasses in org.jf.dexlib2.writer.builder that implement EncodedValueModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classMethods in org.jf.dexlib2.writer.builder that return EncodedValueMethods in org.jf.dexlib2.writer.builder that return types with arguments of type EncodedValueModifier and TypeMethodDescriptionList<? extends EncodedValue> BuilderEncodedValues.BuilderArrayEncodedValue.getValue()Methods in org.jf.dexlib2.writer.builder with parameters of type EncodedValueModifier and TypeMethodDescription(package private) BuilderEncodedValues.BuilderEncodedValueDexBuilder.internEncodedValue(EncodedValue encodedValue) DexBuilder.internField(String definingClass, String name, String type, int accessFlags, EncodedValue initialValue, Set<? extends Annotation> annotations, Set<HiddenApiRestriction> hiddenApiRestrictions) (package private) BuilderEncodedValues.BuilderEncodedValueDexBuilder.internNullableEncodedValue(EncodedValue encodedValue) -
Uses of EncodedValue in org.jf.dexlib2.writer.pool
Methods in org.jf.dexlib2.writer.pool that return EncodedValueModifier and TypeMethodDescriptionAnnotationPool.getElementValue(AnnotationElement annotationElement) Methods in org.jf.dexlib2.writer.pool that return types with arguments of type EncodedValueModifier and TypeMethodDescriptionList<? extends EncodedValue> EncodedArrayPool.getEncodedValueList(ArrayEncodedValue arrayEncodedValue) Methods in org.jf.dexlib2.writer.pool with parameters of type EncodedValueModifier and TypeMethodDescription(package private) voidDexPool.internEncodedValue(EncodedValue encodedValue) protected voidDexPool.writeEncodedValue(DexWriter<CharSequence, StringReference, CharSequence, TypeReference, MethodProtoReference, FieldReference, MethodReference, PoolClassDef, CallSiteReference, MethodHandleReference, Annotation, Set<? extends Annotation>, TypeListPool.Key<? extends Collection<? extends CharSequence>>, Field, PoolMethod, ArrayEncodedValue, EncodedValue, AnnotationElement, StringPool, TypePool, ProtoPool, FieldPool, MethodPool, ClassPool, CallSitePool, MethodHandlePool, TypeListPool, AnnotationPool, AnnotationSetPool, EncodedArrayPool>.InternalEncodedValueWriter writer, EncodedValue encodedValue) -
Uses of EncodedValue in org.jf.dexlib2.writer.util
Fields in org.jf.dexlib2.writer.util with type parameters of type EncodedValueModifier and TypeFieldDescriptionprivate static final com.google.common.base.Function<Field, EncodedValue> StaticInitializerUtil.GET_INITIAL_VALUE -
Uses of EncodedValue in org.jf.smali
Methods in org.jf.smali that return EncodedValueMethods in org.jf.smali that return types with arguments of type EncodedValue
DexFormatterinstead.