Class FieldDefinition


  • public class FieldDefinition
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      FieldDefinition()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void writeTo​(BaksmaliWriter 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​(BaksmaliWriter writer,
                                   org.jf.dexlib2.iface.Field field,
                                   boolean setInStaticConstructor)
                            throws java.io.IOException
        Throws:
        java.io.IOException