org.jf.baksmali.Adaptors.EncodedValue
Class EncodedValueAdaptor

java.lang.Object
  extended by org.jf.baksmali.Adaptors.EncodedValue.EncodedValueAdaptor

public abstract class EncodedValueAdaptor
extends java.lang.Object


Constructor Summary
EncodedValueAdaptor()
           
 
Method Summary
static void writeTo(org.jf.util.IndentingWriter writer, org.jf.dexlib2.iface.value.EncodedValue encodedValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EncodedValueAdaptor

public EncodedValueAdaptor()
Method Detail

writeTo

public static void writeTo(org.jf.util.IndentingWriter writer,
                           org.jf.dexlib2.iface.value.EncodedValue encodedValue)
                    throws java.io.IOException
Throws:
java.io.IOException