Package org.jf.dexlib2.immutable.value
Class ImmutableMethodHandleEncodedValue
java.lang.Object
org.jf.dexlib2.base.value.BaseMethodHandleEncodedValue
org.jf.dexlib2.immutable.value.ImmutableMethodHandleEncodedValue
- All Implemented Interfaces:
Comparable<EncodedValue>,EncodedValue,MethodHandleEncodedValue,ImmutableEncodedValue
public class ImmutableMethodHandleEncodedValue
extends BaseMethodHandleEncodedValue
implements ImmutableEncodedValue
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionImmutableMethodHandleEncodedValue(ImmutableMethodHandleReference methodHandleReference) -
Method Summary
Modifier and TypeMethodDescriptiongetValue()Gets the method handle value.of(MethodHandleEncodedValue methodHandleEncodedValue) 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
-
ImmutableMethodHandleEncodedValue
public ImmutableMethodHandleEncodedValue(@Nonnull ImmutableMethodHandleReference methodHandleReference)
-
-
Method Details
-
of
@Nonnull public static ImmutableMethodHandleEncodedValue of(@Nonnull MethodHandleEncodedValue methodHandleEncodedValue) -
getValue
Description copied from interface:MethodHandleEncodedValueGets the method handle value.- Specified by:
getValuein interfaceMethodHandleEncodedValue- Returns:
- the method handle value as a MethodHandleReference
-