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:
Comparable<EncodedValue>,EncodedValue,MethodTypeEncodedValue
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDexBackedMethodTypeEncodedValue(DexBackedDexFile dexFile, DexReader reader, int valueArg) -
Method Summary
Methods inherited from class org.jf.dexlib2.base.value.BaseMethodTypeEncodedValue
compareTo, equals, getValueType, hashCode, toString
-
Field Details
-
dexFile
-
methodProtoIndex
private final int methodProtoIndex
-
-
Constructor Details
-
DexBackedMethodTypeEncodedValue
public DexBackedMethodTypeEncodedValue(@Nonnull DexBackedDexFile dexFile, @Nonnull DexReader reader, int valueArg)
-
-
Method Details
-
getValue
Description copied from interface:MethodTypeEncodedValueGets the method type value.- Returns:
- the method type value as a MethodProtoReference
-