Package org.jf.dexlib2.immutable.value
Class ImmutableCharEncodedValue
java.lang.Object
org.jf.dexlib2.base.value.BaseCharEncodedValue
org.jf.dexlib2.immutable.value.ImmutableCharEncodedValue
- All Implemented Interfaces:
Comparable<EncodedValue>,CharEncodedValue,EncodedValue,ImmutableEncodedValue
- Direct Known Subclasses:
BuilderEncodedValues.BuilderCharEncodedValue
public class ImmutableCharEncodedValue
extends BaseCharEncodedValue
implements ImmutableEncodedValue
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionchargetValue()Gets the char value.static ImmutableCharEncodedValueof(CharEncodedValue charEncodedValue) Methods inherited from class org.jf.dexlib2.base.value.BaseCharEncodedValue
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 char value
-
-
Constructor Details
-
ImmutableCharEncodedValue
public ImmutableCharEncodedValue(char value)
-
-
Method Details
-
of
-
getValue
public char getValue()Description copied from interface:CharEncodedValueGets the char value.- Specified by:
getValuein interfaceCharEncodedValue- Returns:
- the char value
-