public final class org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn extends java.lang.Enum<org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn>
  minor version: 0
  major version: 59
  flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn
  super_class: java.lang.Enum
{
  public static final org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn BCI;
    descriptor: Lorg/graalvm/compiler/core/gen/InstructionPrinter$InstructionLineColumn;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn USE;
    descriptor: Lorg/graalvm/compiler/core/gen/InstructionPrinter$InstructionLineColumn;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn VALUE;
    descriptor: Lorg/graalvm/compiler/core/gen/InstructionPrinter$InstructionLineColumn;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn INSTRUCTION;
    descriptor: Lorg/graalvm/compiler/core/gen/InstructionPrinter$InstructionLineColumn;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn END;
    descriptor: Lorg/graalvm/compiler/core/gen/InstructionPrinter$InstructionLineColumn;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  final int position;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  final java.lang.String label;
    descriptor: Ljava/lang/String;
    flags: (0x0010) ACC_FINAL

  private static final org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn[] ENUM$VALUES;
    descriptor: [Lorg/graalvm/compiler/core/gen/InstructionPrinter$InstructionLineColumn;
    flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=0, args_size=0
         0: .line 49
            new org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn
            dup
            ldc "BCI"
            iconst_0
         1: .line 52
            iconst_2
            ldc "bci"
            invokespecial org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn.<init>:(Ljava/lang/String;IILjava/lang/String;)V
            putstatic org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn.BCI:Lorg/graalvm/compiler/core/gen/InstructionPrinter$InstructionLineColumn;
         2: .line 54
            new org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn
            dup
            ldc "USE"
            iconst_1
         3: .line 57
            bipush 7
            ldc "use"
            invokespecial org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn.<init>:(Ljava/lang/String;IILjava/lang/String;)V
            putstatic org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn.USE:Lorg/graalvm/compiler/core/gen/InstructionPrinter$InstructionLineColumn;
         4: .line 59
            new org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn
            dup
            ldc "VALUE"
            iconst_2
         5: .line 62
            bipush 12
            ldc "tid"
            invokespecial org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn.<init>:(Ljava/lang/String;IILjava/lang/String;)V
            putstatic org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn.VALUE:Lorg/graalvm/compiler/core/gen/InstructionPrinter$InstructionLineColumn;
         6: .line 64
            new org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn
            dup
            ldc "INSTRUCTION"
            iconst_3
         7: .line 67
            bipush 19
            ldc "instr"
            invokespecial org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn.<init>:(Ljava/lang/String;IILjava/lang/String;)V
            putstatic org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn.INSTRUCTION:Lorg/graalvm/compiler/core/gen/InstructionPrinter$InstructionLineColumn;
         8: .line 69
            new org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn
            dup
            ldc "END"
            iconst_4
            bipush 60
            ldc ""
            invokespecial org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn.<init>:(Ljava/lang/String;IILjava/lang/String;)V
            putstatic org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn.END:Lorg/graalvm/compiler/core/gen/InstructionPrinter$InstructionLineColumn;
         9: .line 48
            iconst_5
            anewarray org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn
            dup
            iconst_0
            getstatic org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn.BCI:Lorg/graalvm/compiler/core/gen/InstructionPrinter$InstructionLineColumn;
            aastore
            dup
            iconst_1
            getstatic org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn.USE:Lorg/graalvm/compiler/core/gen/InstructionPrinter$InstructionLineColumn;
            aastore
            dup
            iconst_2
            getstatic org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn.VALUE:Lorg/graalvm/compiler/core/gen/InstructionPrinter$InstructionLineColumn;
            aastore
            dup
            iconst_3
            getstatic org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn.INSTRUCTION:Lorg/graalvm/compiler/core/gen/InstructionPrinter$InstructionLineColumn;
            aastore
            dup
            iconst_4
            getstatic org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn.END:Lorg/graalvm/compiler/core/gen/InstructionPrinter$InstructionLineColumn;
            aastore
            putstatic org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn.ENUM$VALUES:[Lorg/graalvm/compiler/core/gen/InstructionPrinter$InstructionLineColumn;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(java.lang.String, int, int, java.lang.String);
    descriptor: (Ljava/lang/String;IILjava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn this
        start local 3 // int position
        start local 4 // java.lang.String label
         0: .line 74
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
         1: .line 75
            aload 0 /* this */
            iload 3 /* position */
            putfield org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn.position:I
         2: .line 76
            aload 0 /* this */
            aload 4 /* label */
            putfield org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn.label:Ljava/lang/String;
         3: .line 77
            return
        end local 4 // java.lang.String label
        end local 3 // int position
        end local 0 // org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lorg/graalvm/compiler/core/gen/InstructionPrinter$InstructionLineColumn;
            0    4     3  position  I
            0    4     4     label  Ljava/lang/String;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  
      position       
      label          

  public void printLabel(org.graalvm.compiler.debug.LogStream);
    descriptor: (Lorg/graalvm/compiler/debug/LogStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn this
        start local 1 // org.graalvm.compiler.debug.LogStream out
         0: .line 86
            aload 1 /* out */
            aload 0 /* this */
            getfield org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn.position:I
            aload 1 /* out */
            invokevirtual org.graalvm.compiler.debug.LogStream.indentationLevel:()I
            iadd
            bipush 95
            invokevirtual org.graalvm.compiler.debug.LogStream.fillTo:(IC)Lorg/graalvm/compiler/debug/LogStream;
            pop
         1: .line 87
            aload 1 /* out */
            aload 0 /* this */
            getfield org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn.label:Ljava/lang/String;
            invokevirtual org.graalvm.compiler.debug.LogStream.print:(Ljava/lang/String;)Lorg/graalvm/compiler/debug/LogStream;
            pop
         2: .line 88
            return
        end local 1 // org.graalvm.compiler.debug.LogStream out
        end local 0 // org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/graalvm/compiler/core/gen/InstructionPrinter$InstructionLineColumn;
            0    3     1   out  Lorg/graalvm/compiler/debug/LogStream;
    MethodParameters:
      Name  Flags
      out   

  public void advance(org.graalvm.compiler.debug.LogStream);
    descriptor: (Lorg/graalvm/compiler/debug/LogStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn this
        start local 1 // org.graalvm.compiler.debug.LogStream out
         0: .line 97
            aload 1 /* out */
            aload 0 /* this */
            getfield org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn.position:I
            aload 1 /* out */
            invokevirtual org.graalvm.compiler.debug.LogStream.indentationLevel:()I
            iadd
            bipush 32
            invokevirtual org.graalvm.compiler.debug.LogStream.fillTo:(IC)Lorg/graalvm/compiler/debug/LogStream;
            pop
         1: .line 98
            return
        end local 1 // org.graalvm.compiler.debug.LogStream out
        end local 0 // org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/compiler/core/gen/InstructionPrinter$InstructionLineColumn;
            0    2     1   out  Lorg/graalvm/compiler/debug/LogStream;
    MethodParameters:
      Name  Flags
      out   

  public static org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn[] values();
    descriptor: ()[Lorg/graalvm/compiler/core/gen/InstructionPrinter$InstructionLineColumn;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn.ENUM$VALUES:[Lorg/graalvm/compiler/core/gen/InstructionPrinter$InstructionLineColumn;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn
            dup
            astore 2
            iconst_0
            iload 1
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
            aload 2
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/graalvm/compiler/core/gen/InstructionPrinter$InstructionLineColumn;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Lorg/graalvm/compiler/core/gen/InstructionPrinter$InstructionLineColumn;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  
}
Signature: Ljava/lang/Enum<Lorg/graalvm/compiler/core/gen/InstructionPrinter$InstructionLineColumn;>;
SourceFile: "InstructionPrinter.java"
NestHost: org.graalvm.compiler.core.gen.InstructionPrinter
InnerClasses:
  public final InstructionLineColumn = org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn of org.graalvm.compiler.core.gen.InstructionPrinter