Package org.jf.dexlib2.immutable.value
Class ImmutableMethodTypeEncodedValue
java.lang.Object
org.jf.dexlib2.base.value.BaseMethodTypeEncodedValue
org.jf.dexlib2.immutable.value.ImmutableMethodTypeEncodedValue
- All Implemented Interfaces:
Comparable<EncodedValue>,EncodedValue,MethodTypeEncodedValue,ImmutableEncodedValue
public class ImmutableMethodTypeEncodedValue
extends BaseMethodTypeEncodedValue
implements ImmutableEncodedValue
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionImmutableMethodTypeEncodedValue(ImmutableMethodProtoReference methodProtoReference) -
Method Summary
Modifier and TypeMethodDescriptiongetValue()Gets the method type value.of(MethodTypeEncodedValue methodTypeEncodedValue) Methods inherited from class org.jf.dexlib2.base.value.BaseMethodTypeEncodedValue
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
-
methodProtoReference
-
-
Constructor Details
-
ImmutableMethodTypeEncodedValue
-
-
Method Details
-
of
@Nonnull public static ImmutableMethodTypeEncodedValue of(@Nonnull MethodTypeEncodedValue methodTypeEncodedValue) -
getValue
Description copied from interface:MethodTypeEncodedValueGets the method type value.- Specified by:
getValuein interfaceMethodTypeEncodedValue- Returns:
- the method type value as a MethodProtoReference
-