Package org.jf.dexlib2.dexbacked.value
Class DexBackedMethodTypeEncodedValue
- java.lang.Object
-
- org.jf.dexlib2.base.value.BaseMethodTypeEncodedValue
-
- org.jf.dexlib2.dexbacked.value.DexBackedMethodTypeEncodedValue
-
- All Implemented Interfaces:
java.lang.Comparable<EncodedValue>
,EncodedValue
,MethodTypeEncodedValue
public class DexBackedMethodTypeEncodedValue extends BaseMethodTypeEncodedValue
-
-
Field Summary
Fields Modifier and Type Field Description DexBackedDexFile
dexFile
-
Constructor Summary
Constructors Constructor Description DexBackedMethodTypeEncodedValue(DexBackedDexFile dexFile, DexReader reader, int valueArg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MethodProtoReference
getValue()
Gets the method type value.-
Methods inherited from class org.jf.dexlib2.base.value.BaseMethodTypeEncodedValue
compareTo, equals, getValueType, hashCode, toString
-
-
-
-
Field Detail
-
dexFile
@Nonnull public final DexBackedDexFile dexFile
-
-
Constructor Detail
-
DexBackedMethodTypeEncodedValue
public DexBackedMethodTypeEncodedValue(@Nonnull DexBackedDexFile dexFile, @Nonnull DexReader reader, int valueArg)
-
-
Method Detail
-
getValue
@Nonnull public MethodProtoReference getValue()
Description copied from interface:MethodTypeEncodedValue
Gets the method type value.- Returns:
- the method type value as a MethodProtoReference
-
-