public class io.ebeaninternal.dbmigration.migration.DropIndex
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.ebeaninternal.dbmigration.migration.DropIndex
  super_class: java.lang.Object
{
  protected java.lang.String indexName;
    descriptor: Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    RuntimeVisibleAnnotations: 
      javax.xml.bind.annotation.XmlAttribute(name = "indexName", required = true)

  protected java.lang.String tableName;
    descriptor: Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    RuntimeVisibleAnnotations: 
      javax.xml.bind.annotation.XmlAttribute(name = "tableName", required = true)

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.dbmigration.migration.DropIndex this
         0: .line 29
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.ebeaninternal.dbmigration.migration.DropIndex this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/dbmigration/migration/DropIndex;

  public java.lang.String getIndexName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.dbmigration.migration.DropIndex this
         0: .line 43
            aload 0 /* this */
            getfield io.ebeaninternal.dbmigration.migration.DropIndex.indexName:Ljava/lang/String;
            areturn
        end local 0 // io.ebeaninternal.dbmigration.migration.DropIndex this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/dbmigration/migration/DropIndex;

  public void setIndexName(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.ebeaninternal.dbmigration.migration.DropIndex this
        start local 1 // java.lang.String value
         0: .line 53
            aload 0 /* this */
            aload 1 /* value */
            putfield io.ebeaninternal.dbmigration.migration.DropIndex.indexName:Ljava/lang/String;
         1: .line 54
            return
        end local 1 // java.lang.String value
        end local 0 // io.ebeaninternal.dbmigration.migration.DropIndex this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/ebeaninternal/dbmigration/migration/DropIndex;
            0    2     1  value  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      value  

  public java.lang.String getTableName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.dbmigration.migration.DropIndex this
         0: .line 63
            aload 0 /* this */
            getfield io.ebeaninternal.dbmigration.migration.DropIndex.tableName:Ljava/lang/String;
            areturn
        end local 0 // io.ebeaninternal.dbmigration.migration.DropIndex this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/dbmigration/migration/DropIndex;

  public void setTableName(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.ebeaninternal.dbmigration.migration.DropIndex this
        start local 1 // java.lang.String value
         0: .line 73
            aload 0 /* this */
            aload 1 /* value */
            putfield io.ebeaninternal.dbmigration.migration.DropIndex.tableName:Ljava/lang/String;
         1: .line 74
            return
        end local 1 // java.lang.String value
        end local 0 // io.ebeaninternal.dbmigration.migration.DropIndex this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/ebeaninternal/dbmigration/migration/DropIndex;
            0    2     1  value  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      value  
}
SourceFile: "DropIndex.java"
    RuntimeVisibleAnnotations: 
      javax.xml.bind.annotation.XmlAccessorType(value = javax.xml.bind.annotation.XmlAccessType.FIELD:Ljavax/xml/bind/annotation/XmlAccessType;)
      javax.xml.bind.annotation.XmlType(name = "")
      javax.xml.bind.annotation.XmlRootElement(name = "dropIndex")