public class io.ebeaninternal.server.deploy.IndexDefinition
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.ebeaninternal.server.deploy.IndexDefinition
  super_class: java.lang.Object
{
  private final java.lang.String[] columns;
    descriptor: [Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final io.ebean.annotation.Platform[] platforms;
    descriptor: [Lio/ebean/annotation/Platform;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean unique;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean concurrent;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String definition;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(java.lang.String[], java.lang.String, boolean, io.ebean.annotation.Platform[], boolean, java.lang.String);
    descriptor: ([Ljava/lang/String;Ljava/lang/String;Z[Lio/ebean/annotation/Platform;ZLjava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=7, args_size=7
        start local 0 // io.ebeaninternal.server.deploy.IndexDefinition this
        start local 1 // java.lang.String[] columns
        start local 2 // java.lang.String name
        start local 3 // boolean unique
        start local 4 // io.ebean.annotation.Platform[] platforms
        start local 5 // boolean concurrent
        start local 6 // java.lang.String definition
         0: .line 20
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 21
            aload 0 /* this */
            aload 1 /* columns */
            putfield io.ebeaninternal.server.deploy.IndexDefinition.columns:[Ljava/lang/String;
         2: .line 22
            aload 0 /* this */
            iload 3 /* unique */
            putfield io.ebeaninternal.server.deploy.IndexDefinition.unique:Z
         3: .line 23
            aload 0 /* this */
            aload 2 /* name */
            putfield io.ebeaninternal.server.deploy.IndexDefinition.name:Ljava/lang/String;
         4: .line 24
            aload 0 /* this */
            aload 4 /* platforms */
            putfield io.ebeaninternal.server.deploy.IndexDefinition.platforms:[Lio/ebean/annotation/Platform;
         5: .line 25
            aload 0 /* this */
            iload 5 /* concurrent */
            putfield io.ebeaninternal.server.deploy.IndexDefinition.concurrent:Z
         6: .line 26
            aload 0 /* this */
            aload 6 /* definition */
            putfield io.ebeaninternal.server.deploy.IndexDefinition.definition:Ljava/lang/String;
         7: .line 27
            return
        end local 6 // java.lang.String definition
        end local 5 // boolean concurrent
        end local 4 // io.ebean.annotation.Platform[] platforms
        end local 3 // boolean unique
        end local 2 // java.lang.String name
        end local 1 // java.lang.String[] columns
        end local 0 // io.ebeaninternal.server.deploy.IndexDefinition this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    8     0        this  Lio/ebeaninternal/server/deploy/IndexDefinition;
            0    8     1     columns  [Ljava/lang/String;
            0    8     2        name  Ljava/lang/String;
            0    8     3      unique  Z
            0    8     4   platforms  [Lio/ebean/annotation/Platform;
            0    8     5  concurrent  Z
            0    8     6  definition  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      columns     
      name        
      unique      
      platforms   
      concurrent  
      definition  

  public void <init>(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.server.deploy.IndexDefinition this
        start local 1 // java.lang.String[] columns
         0: .line 32
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 33
            aload 0 /* this */
            aload 1 /* columns */
            putfield io.ebeaninternal.server.deploy.IndexDefinition.columns:[Ljava/lang/String;
         2: .line 34
            aload 0 /* this */
            iconst_1
            putfield io.ebeaninternal.server.deploy.IndexDefinition.unique:Z
         3: .line 35
            aload 0 /* this */
            aconst_null
            putfield io.ebeaninternal.server.deploy.IndexDefinition.name:Ljava/lang/String;
         4: .line 36
            aload 0 /* this */
            aconst_null
            putfield io.ebeaninternal.server.deploy.IndexDefinition.platforms:[Lio/ebean/annotation/Platform;
         5: .line 37
            aload 0 /* this */
            iconst_0
            putfield io.ebeaninternal.server.deploy.IndexDefinition.concurrent:Z
         6: .line 38
            aload 0 /* this */
            aconst_null
            putfield io.ebeaninternal.server.deploy.IndexDefinition.definition:Ljava/lang/String;
         7: .line 39
            return
        end local 1 // java.lang.String[] columns
        end local 0 // io.ebeaninternal.server.deploy.IndexDefinition this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Lio/ebeaninternal/server/deploy/IndexDefinition;
            0    8     1  columns  [Ljava/lang/String;
    MethodParameters:
         Name  Flags
      columns  

  public boolean isUniqueConstraint();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.server.deploy.IndexDefinition this
         0: .line 45
            aload 0 /* this */
            getfield io.ebeaninternal.server.deploy.IndexDefinition.unique:Z
            ifeq 1
            aload 0 /* this */
            getfield io.ebeaninternal.server.deploy.IndexDefinition.concurrent:Z
            ifne 1
            aload 0 /* this */
            invokevirtual io.ebeaninternal.server.deploy.IndexDefinition.noDefinition:()Z
            ifeq 1
            aload 0 /* this */
            invokevirtual io.ebeaninternal.server.deploy.IndexDefinition.noColumnFormulas:()Z
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // io.ebeaninternal.server.deploy.IndexDefinition this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/ebeaninternal/server/deploy/IndexDefinition;

  private boolean noDefinition();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.server.deploy.IndexDefinition this
         0: .line 49
            aload 0 /* this */
            getfield io.ebeaninternal.server.deploy.IndexDefinition.definition:Ljava/lang/String;
            ifnull 1
            aload 0 /* this */
            getfield io.ebeaninternal.server.deploy.IndexDefinition.definition:Ljava/lang/String;
            invokevirtual java.lang.String.isEmpty:()Z
            ifne 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 0 // io.ebeaninternal.server.deploy.IndexDefinition this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/ebeaninternal/server/deploy/IndexDefinition;

  private boolean noColumnFormulas();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=5, args_size=1
        start local 0 // io.ebeaninternal.server.deploy.IndexDefinition this
         0: .line 53
            aload 0 /* this */
            getfield io.ebeaninternal.server.deploy.IndexDefinition.columns:[Ljava/lang/String;
            dup
            astore 4
            arraylength
            istore 3
            iconst_0
            istore 2
            goto 5
      StackMap locals: io.ebeaninternal.server.deploy.IndexDefinition top int int java.lang.String[]
      StackMap stack:
         1: aload 4
            iload 2
            aaload
            astore 1 /* column */
        start local 1 // java.lang.String column
         2: .line 54
            aload 1 /* column */
            ldc "("
            invokevirtual java.lang.String.contains:(Ljava/lang/CharSequence;)Z
            ifeq 4
         3: .line 55
            iconst_0
            ireturn
        end local 1 // java.lang.String column
         4: .line 53
      StackMap locals:
      StackMap stack:
            iinc 2 1
      StackMap locals:
      StackMap stack:
         5: iload 2
            iload 3
            if_icmplt 1
         6: .line 58
            iconst_1
            ireturn
        end local 0 // io.ebeaninternal.server.deploy.IndexDefinition this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lio/ebeaninternal/server/deploy/IndexDefinition;
            2    4     1  column  Ljava/lang/String;

  public boolean isUnique();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.server.deploy.IndexDefinition this
         0: .line 65
            aload 0 /* this */
            getfield io.ebeaninternal.server.deploy.IndexDefinition.unique:Z
            ireturn
        end local 0 // io.ebeaninternal.server.deploy.IndexDefinition this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/server/deploy/IndexDefinition;

  public java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.server.deploy.IndexDefinition this
         0: .line 72
            aload 0 /* this */
            getfield io.ebeaninternal.server.deploy.IndexDefinition.name:Ljava/lang/String;
            areturn
        end local 0 // io.ebeaninternal.server.deploy.IndexDefinition this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/server/deploy/IndexDefinition;

  public java.lang.String[] getColumns();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.server.deploy.IndexDefinition this
         0: .line 79
            aload 0 /* this */
            getfield io.ebeaninternal.server.deploy.IndexDefinition.columns:[Ljava/lang/String;
            areturn
        end local 0 // io.ebeaninternal.server.deploy.IndexDefinition this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/server/deploy/IndexDefinition;

  public io.ebean.annotation.Platform[] getPlatforms();
    descriptor: ()[Lio/ebean/annotation/Platform;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.server.deploy.IndexDefinition this
         0: .line 86
            aload 0 /* this */
            getfield io.ebeaninternal.server.deploy.IndexDefinition.platforms:[Lio/ebean/annotation/Platform;
            areturn
        end local 0 // io.ebeaninternal.server.deploy.IndexDefinition this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/server/deploy/IndexDefinition;

  public boolean isConcurrent();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.server.deploy.IndexDefinition this
         0: .line 93
            aload 0 /* this */
            getfield io.ebeaninternal.server.deploy.IndexDefinition.concurrent:Z
            ireturn
        end local 0 // io.ebeaninternal.server.deploy.IndexDefinition this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/server/deploy/IndexDefinition;

  public java.lang.String getDefinition();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.server.deploy.IndexDefinition this
         0: .line 100
            aload 0 /* this */
            getfield io.ebeaninternal.server.deploy.IndexDefinition.definition:Ljava/lang/String;
            areturn
        end local 0 // io.ebeaninternal.server.deploy.IndexDefinition this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/server/deploy/IndexDefinition;
}
SourceFile: "IndexDefinition.java"