Package org.jf.dexlib2.immutable.value
Class ImmutableMethodEncodedValue
java.lang.Object
org.jf.dexlib2.base.value.BaseMethodEncodedValue
org.jf.dexlib2.immutable.value.ImmutableMethodEncodedValue
- All Implemented Interfaces:
Comparable<EncodedValue>,EncodedValue,MethodEncodedValue,ImmutableEncodedValue
public class ImmutableMethodEncodedValue
extends BaseMethodEncodedValue
implements ImmutableEncodedValue
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetValue()Gets the method value.static ImmutableMethodEncodedValueof(MethodEncodedValue methodEncodedValue) Methods inherited from class org.jf.dexlib2.base.value.BaseMethodEncodedValue
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
-
value
-
-
Constructor Details
-
ImmutableMethodEncodedValue
-
-
Method Details
-
of
-
getValue
Description copied from interface:MethodEncodedValueGets the method value.- Specified by:
getValuein interfaceMethodEncodedValue- Returns:
- the method value as a MethodReference
-