Package org.jf.dexlib2.writer.builder
Class BuilderEncodedValues.BuilderMethodEncodedValue
- java.lang.Object
-
- org.jf.dexlib2.base.value.BaseMethodEncodedValue
-
- org.jf.dexlib2.writer.builder.BuilderEncodedValues.BuilderMethodEncodedValue
-
- All Implemented Interfaces:
java.lang.Comparable<EncodedValue>
,EncodedValue
,MethodEncodedValue
,BuilderEncodedValues.BuilderEncodedValue
- Enclosing class:
- BuilderEncodedValues
public static class BuilderEncodedValues.BuilderMethodEncodedValue extends BaseMethodEncodedValue implements BuilderEncodedValues.BuilderEncodedValue
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BuilderMethodReference
getValue()
Gets the method value.-
Methods inherited from class org.jf.dexlib2.base.value.BaseMethodEncodedValue
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
-
-
-
-
Method Detail
-
getValue
public BuilderMethodReference getValue()
Description copied from interface:MethodEncodedValue
Gets the method value.- Specified by:
getValue
in interfaceMethodEncodedValue
- Returns:
- the method value as a MethodReference
-
-