Package org.jf.dexlib2.writer.builder
Class BuilderEncodedValues.BuilderTypeEncodedValue
java.lang.Object
org.jf.dexlib2.base.value.BaseTypeEncodedValue
org.jf.dexlib2.writer.builder.BuilderEncodedValues.BuilderTypeEncodedValue
- All Implemented Interfaces:
Comparable<EncodedValue>,EncodedValue,TypeEncodedValue,BuilderEncodedValues.BuilderEncodedValue
- Enclosing class:
BuilderEncodedValues
public static class BuilderEncodedValues.BuilderTypeEncodedValue
extends BaseTypeEncodedValue
implements BuilderEncodedValues.BuilderEncodedValue
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jf.dexlib2.base.value.BaseTypeEncodedValue
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
-
typeReference
-
-
Constructor Details
-
BuilderTypeEncodedValue
BuilderTypeEncodedValue(@Nonnull BuilderTypeReference typeReference)
-
-
Method Details
-
getValue
Description copied from interface:TypeEncodedValueGets the type value.- Specified by:
getValuein interfaceTypeEncodedValue- Returns:
- the type value
-