Package org.jf.dexlib2.writer.builder
Class BuilderEncodedValues.BuilderMethodHandleEncodedValue
- java.lang.Object
-
- org.jf.dexlib2.base.value.BaseMethodHandleEncodedValue
-
- org.jf.dexlib2.writer.builder.BuilderEncodedValues.BuilderMethodHandleEncodedValue
-
- All Implemented Interfaces:
java.lang.Comparable<EncodedValue>
,EncodedValue
,MethodHandleEncodedValue
,BuilderEncodedValues.BuilderEncodedValue
- Enclosing class:
- BuilderEncodedValues
public static class BuilderEncodedValues.BuilderMethodHandleEncodedValue extends BaseMethodHandleEncodedValue implements BuilderEncodedValues.BuilderEncodedValue
-
-
Constructor Summary
Constructors Constructor Description BuilderMethodHandleEncodedValue(BuilderMethodHandleReference methodHandleReference)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BuilderMethodHandleReference
getValue()
Gets the method handle value.-
Methods inherited from class org.jf.dexlib2.base.value.BaseMethodHandleEncodedValue
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
-
BuilderMethodHandleEncodedValue
public BuilderMethodHandleEncodedValue(@Nonnull BuilderMethodHandleReference methodHandleReference)
-
-
Method Detail
-
getValue
@Nonnull public BuilderMethodHandleReference getValue()
Description copied from interface:MethodHandleEncodedValue
Gets the method handle value.- Specified by:
getValue
in interfaceMethodHandleEncodedValue
- Returns:
- the method handle value as a MethodHandleReference
-
-