Package org.jf.dexlib2.writer.builder
Class BuilderEncodedValues.BuilderDoubleEncodedValue
- java.lang.Object
-
- org.jf.dexlib2.base.value.BaseDoubleEncodedValue
-
- org.jf.dexlib2.immutable.value.ImmutableDoubleEncodedValue
-
- org.jf.dexlib2.writer.builder.BuilderEncodedValues.BuilderDoubleEncodedValue
-
- All Implemented Interfaces:
java.lang.Comparable<EncodedValue>
,DoubleEncodedValue
,EncodedValue
,ImmutableEncodedValue
,BuilderEncodedValues.BuilderEncodedValue
- Enclosing class:
- BuilderEncodedValues
public static class BuilderEncodedValues.BuilderDoubleEncodedValue extends ImmutableDoubleEncodedValue implements BuilderEncodedValues.BuilderEncodedValue
-
-
Field Summary
-
Fields inherited from class org.jf.dexlib2.immutable.value.ImmutableDoubleEncodedValue
value
-
-
Constructor Summary
Constructors Constructor Description BuilderDoubleEncodedValue(double value)
-
Method Summary
-
Methods inherited from class org.jf.dexlib2.immutable.value.ImmutableDoubleEncodedValue
getValue, of
-
Methods inherited from class org.jf.dexlib2.base.value.BaseDoubleEncodedValue
compareTo, equals, getValueType, hashCode, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.jf.dexlib2.iface.value.EncodedValue
getValueType
-
-