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:
Comparable<EncodedValue>,EncodedValue,MethodHandleEncodedValue,BuilderEncodedValues.BuilderEncodedValue
- Enclosing class:
BuilderEncodedValues
public static class BuilderEncodedValues.BuilderMethodHandleEncodedValue
extends BaseMethodHandleEncodedValue
implements BuilderEncodedValues.BuilderEncodedValue
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionBuilderMethodHandleEncodedValue(BuilderMethodHandleReference methodHandleReference) -
Method Summary
Methods inherited from class org.jf.dexlib2.base.value.BaseMethodHandleEncodedValue
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
-
methodHandleReference
-
-
Constructor Details
-
BuilderMethodHandleEncodedValue
-
-
Method Details
-
getValue
Description copied from interface:MethodHandleEncodedValueGets the method handle value.- Specified by:
getValuein interfaceMethodHandleEncodedValue- Returns:
- the method handle value as a MethodHandleReference
-