Package org.jf.dexlib2.immutable.value
Class ImmutableLongEncodedValue
java.lang.Object
org.jf.dexlib2.base.value.BaseLongEncodedValue
org.jf.dexlib2.immutable.value.ImmutableLongEncodedValue
- All Implemented Interfaces:
Comparable<EncodedValue>,EncodedValue,LongEncodedValue,ImmutableEncodedValue
- Direct Known Subclasses:
BuilderEncodedValues.BuilderLongEncodedValue
public class ImmutableLongEncodedValue
extends BaseLongEncodedValue
implements ImmutableEncodedValue
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonggetValue()Gets the long value.static ImmutableLongEncodedValueof(LongEncodedValue longEncodedValue) Methods inherited from class org.jf.dexlib2.base.value.BaseLongEncodedValue
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
protected final long value
-
-
Constructor Details
-
ImmutableLongEncodedValue
public ImmutableLongEncodedValue(long value)
-
-
Method Details
-
of
-
getValue
public long getValue()Description copied from interface:LongEncodedValueGets the long value.- Specified by:
getValuein interfaceLongEncodedValue- Returns:
- the long value
-