public class com.oracle.truffle.llvm.parser.model.attributes.AttributesCodeEntry
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.truffle.llvm.parser.model.attributes.AttributesCodeEntry
  super_class: java.lang.Object
{
  public static final com.oracle.truffle.llvm.parser.model.attributes.AttributesCodeEntry EMPTY;
    descriptor: Lcom/oracle/truffle/llvm/parser/model/attributes/AttributesCodeEntry;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  private final java.util.List<com.oracle.truffle.llvm.parser.model.attributes.AttributesGroup> codeEntry;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lcom/oracle/truffle/llvm/parser/model/attributes/AttributesGroup;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 37
            new com.oracle.truffle.llvm.parser.model.attributes.AttributesCodeEntry
            dup
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            invokespecial com.oracle.truffle.llvm.parser.model.attributes.AttributesCodeEntry.<init>:(Ljava/util/List;)V
            putstatic com.oracle.truffle.llvm.parser.model.attributes.AttributesCodeEntry.EMPTY:Lcom/oracle/truffle/llvm/parser/model/attributes/AttributesCodeEntry;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(java.util.List<com.oracle.truffle.llvm.parser.model.attributes.AttributesGroup>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.llvm.parser.model.attributes.AttributesCodeEntry this
        start local 1 // java.util.List codeEntry
         0: .line 41
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 42
            aload 0 /* this */
            aload 1 /* codeEntry */
            putfield com.oracle.truffle.llvm.parser.model.attributes.AttributesCodeEntry.codeEntry:Ljava/util/List;
         2: .line 43
            return
        end local 1 // java.util.List codeEntry
        end local 0 // com.oracle.truffle.llvm.parser.model.attributes.AttributesCodeEntry this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lcom/oracle/truffle/llvm/parser/model/attributes/AttributesCodeEntry;
            0    3     1  codeEntry  Ljava/util/List<Lcom/oracle/truffle/llvm/parser/model/attributes/AttributesGroup;>;
    Signature: (Ljava/util/List<Lcom/oracle/truffle/llvm/parser/model/attributes/AttributesGroup;>;)V
    MethodParameters:
           Name  Flags
      codeEntry  

  public com.oracle.truffle.llvm.parser.model.attributes.AttributesGroup getFunctionAttributesGroup();
    descriptor: ()Lcom/oracle/truffle/llvm/parser/model/attributes/AttributesGroup;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=1
        start local 0 // com.oracle.truffle.llvm.parser.model.attributes.AttributesCodeEntry this
         0: .line 46
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.parser.model.attributes.AttributesCodeEntry.codeEntry:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 2
            goto 4
      StackMap locals: com.oracle.truffle.llvm.parser.model.attributes.AttributesCodeEntry top java.util.Iterator
      StackMap stack:
         1: aload 2
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.oracle.truffle.llvm.parser.model.attributes.AttributesGroup
            astore 1 /* entry */
        start local 1 // com.oracle.truffle.llvm.parser.model.attributes.AttributesGroup entry
         2: .line 47
            aload 1 /* entry */
            invokevirtual com.oracle.truffle.llvm.parser.model.attributes.AttributesGroup.isFunctionAttribute:()Z
            ifeq 4
         3: .line 48
            aload 1 /* entry */
            areturn
        end local 1 // com.oracle.truffle.llvm.parser.model.attributes.AttributesGroup entry
         4: .line 46
      StackMap locals:
      StackMap stack:
            aload 2
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         5: .line 51
            aconst_null
            areturn
        end local 0 // com.oracle.truffle.llvm.parser.model.attributes.AttributesCodeEntry this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lcom/oracle/truffle/llvm/parser/model/attributes/AttributesCodeEntry;
            2    4     1  entry  Lcom/oracle/truffle/llvm/parser/model/attributes/AttributesGroup;

  public com.oracle.truffle.llvm.parser.model.attributes.AttributesGroup getReturnAttributesGroup();
    descriptor: ()Lcom/oracle/truffle/llvm/parser/model/attributes/AttributesGroup;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=1
        start local 0 // com.oracle.truffle.llvm.parser.model.attributes.AttributesCodeEntry this
         0: .line 55
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.parser.model.attributes.AttributesCodeEntry.codeEntry:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 2
            goto 4
      StackMap locals: com.oracle.truffle.llvm.parser.model.attributes.AttributesCodeEntry top java.util.Iterator
      StackMap stack:
         1: aload 2
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.oracle.truffle.llvm.parser.model.attributes.AttributesGroup
            astore 1 /* entry */
        start local 1 // com.oracle.truffle.llvm.parser.model.attributes.AttributesGroup entry
         2: .line 56
            aload 1 /* entry */
            invokevirtual com.oracle.truffle.llvm.parser.model.attributes.AttributesGroup.isReturnValueAttribute:()Z
            ifeq 4
         3: .line 57
            aload 1 /* entry */
            areturn
        end local 1 // com.oracle.truffle.llvm.parser.model.attributes.AttributesGroup entry
         4: .line 55
      StackMap locals:
      StackMap stack:
            aload 2
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         5: .line 60
            aconst_null
            areturn
        end local 0 // com.oracle.truffle.llvm.parser.model.attributes.AttributesCodeEntry this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lcom/oracle/truffle/llvm/parser/model/attributes/AttributesCodeEntry;
            2    4     1  entry  Lcom/oracle/truffle/llvm/parser/model/attributes/AttributesGroup;

  public com.oracle.truffle.llvm.parser.model.attributes.AttributesGroup getParameterAttributesGroup(int);
    descriptor: (I)Lcom/oracle/truffle/llvm/parser/model/attributes/AttributesGroup;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // com.oracle.truffle.llvm.parser.model.attributes.AttributesCodeEntry this
        start local 1 // int idx
         0: .line 68
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.parser.model.attributes.AttributesCodeEntry.codeEntry:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 4
      StackMap locals: com.oracle.truffle.llvm.parser.model.attributes.AttributesCodeEntry int top java.util.Iterator
      StackMap stack:
         1: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.oracle.truffle.llvm.parser.model.attributes.AttributesGroup
            astore 2 /* entry */
        start local 2 // com.oracle.truffle.llvm.parser.model.attributes.AttributesGroup entry
         2: .line 69
            aload 2 /* entry */
            invokevirtual com.oracle.truffle.llvm.parser.model.attributes.AttributesGroup.isParameterAttribute:()Z
            ifeq 4
            aload 2 /* entry */
            invokevirtual com.oracle.truffle.llvm.parser.model.attributes.AttributesGroup.getParamIdx:()J
            iload 1 /* idx */
            iconst_1
            iadd
            i2l
            lcmp
            ifne 4
         3: .line 70
            aload 2 /* entry */
            areturn
        end local 2 // com.oracle.truffle.llvm.parser.model.attributes.AttributesGroup entry
         4: .line 68
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         5: .line 73
            aconst_null
            areturn
        end local 1 // int idx
        end local 0 // com.oracle.truffle.llvm.parser.model.attributes.AttributesCodeEntry this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lcom/oracle/truffle/llvm/parser/model/attributes/AttributesCodeEntry;
            0    6     1    idx  I
            2    4     2  entry  Lcom/oracle/truffle/llvm/parser/model/attributes/AttributesGroup;
    MethodParameters:
      Name  Flags
      idx   

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.parser.model.attributes.AttributesCodeEntry this
         0: .line 78
            new java.lang.StringBuilder
            dup
            ldc "AttributesCodeEntry [codeEntry="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.parser.model.attributes.AttributesCodeEntry.codeEntry:Ljava/util/List;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc "]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // com.oracle.truffle.llvm.parser.model.attributes.AttributesCodeEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/parser/model/attributes/AttributesCodeEntry;
}
SourceFile: "AttributesCodeEntry.java"