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:
java.lang.Comparable<EncodedValue>
,EncodedValue
,MethodTypeEncodedValue
,BuilderEncodedValues.BuilderEncodedValue
- Enclosing class:
- BuilderEncodedValues
public static class BuilderEncodedValues.BuilderMethodTypeEncodedValue extends BaseMethodTypeEncodedValue implements BuilderEncodedValues.BuilderEncodedValue
-
-
Constructor Summary
Constructors Constructor Description BuilderMethodTypeEncodedValue(BuilderMethodProtoReference methodProtoReference)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BuilderMethodProtoReference
getValue()
Gets the method type value.-
Methods inherited from class org.jf.dexlib2.base.value.BaseMethodTypeEncodedValue
compareTo, equals, getValueType, hashCode, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.jf.dexlib2.iface.value.EncodedValue
getValueType
-
-
-
-
Constructor Detail
-
BuilderMethodTypeEncodedValue
public BuilderMethodTypeEncodedValue(@Nonnull BuilderMethodProtoReference methodProtoReference)
-
-
Method Detail
-
getValue
@Nonnull public BuilderMethodProtoReference getValue()
Description copied from interface:MethodTypeEncodedValue
Gets the method type value.- Specified by:
getValue
in interfaceMethodTypeEncodedValue
- Returns:
- the method type value as a MethodProtoReference
-
-