org.jf.baksmali.Adaptors
Class FieldDefinition

java.lang.Object
  extended by org.jf.baksmali.Adaptors.FieldDefinition

public class FieldDefinition
extends java.lang.Object


Constructor Summary
FieldDefinition()
           
 
Method Summary
static void writeTo(org.jf.util.IndentingWriter writer, org.jf.dexlib2.iface.Field field, boolean setInStaticConstructor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldDefinition

public FieldDefinition()
Method Detail

writeTo

public static void writeTo(org.jf.util.IndentingWriter writer,
                           org.jf.dexlib2.iface.Field field,
                           boolean setInStaticConstructor)
                    throws java.io.IOException
Throws:
java.io.IOException