Package org.jf.dexlib2.writer.builder
Class BuilderEncodedValues.BuilderCharEncodedValue
- java.lang.Object
-
- org.jf.dexlib2.base.value.BaseCharEncodedValue
-
- org.jf.dexlib2.immutable.value.ImmutableCharEncodedValue
-
- org.jf.dexlib2.writer.builder.BuilderEncodedValues.BuilderCharEncodedValue
-
- All Implemented Interfaces:
java.lang.Comparable<EncodedValue>
,CharEncodedValue
,EncodedValue
,ImmutableEncodedValue
,BuilderEncodedValues.BuilderEncodedValue
- Enclosing class:
- BuilderEncodedValues
public static class BuilderEncodedValues.BuilderCharEncodedValue extends ImmutableCharEncodedValue implements BuilderEncodedValues.BuilderEncodedValue
-
-
Field Summary
-
Fields inherited from class org.jf.dexlib2.immutable.value.ImmutableCharEncodedValue
value
-
-
Constructor Summary
Constructors Constructor Description BuilderCharEncodedValue(char value)
-
Method Summary
-
Methods inherited from class org.jf.dexlib2.immutable.value.ImmutableCharEncodedValue
getValue, of
-
Methods inherited from class org.jf.dexlib2.base.value.BaseCharEncodedValue
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
-
-