Package org.jf.dexlib2.writer.builder
Class BuilderEncodedValues.BuilderMethodTypeEncodedValue
java.lang.Object
org.jf.dexlib2.base.value.BaseMethodTypeEncodedValue
org.jf.dexlib2.writer.builder.BuilderEncodedValues.BuilderMethodTypeEncodedValue
- All Implemented Interfaces:
Comparable<EncodedValue>,EncodedValue,MethodTypeEncodedValue,BuilderEncodedValues.BuilderEncodedValue
- Enclosing class:
BuilderEncodedValues
public static class BuilderEncodedValues.BuilderMethodTypeEncodedValue
extends BaseMethodTypeEncodedValue
implements BuilderEncodedValues.BuilderEncodedValue
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionBuilderMethodTypeEncodedValue(BuilderMethodProtoReference methodProtoReference) -
Method Summary
Methods inherited from class org.jf.dexlib2.base.value.BaseMethodTypeEncodedValue
compareTo, equals, getValueType, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.jf.dexlib2.iface.value.EncodedValue
getValueType
-
Field Details
-
methodProtoReference
-
-
Constructor Details
-
BuilderMethodTypeEncodedValue
-
-
Method Details
-
getValue
Description copied from interface:MethodTypeEncodedValueGets the method type value.- Specified by:
getValuein interfaceMethodTypeEncodedValue- Returns:
- the method type value as a MethodProtoReference
-