public final class com.oracle.truffle.llvm.parser.model.attributes.AttributesGroup
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.llvm.parser.model.attributes.AttributesGroup
  super_class: java.lang.Object
{
  private final long groupId;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final long paramIdx;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  public static final long RETURN_VALUE_IDX;
    descriptor: J
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final long FUNCTION_ATTRIBUTE_IDX;
    descriptor: J
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 4294967295

  public void <init>(long, long);
    descriptor: (JJ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // com.oracle.truffle.llvm.parser.model.attributes.AttributesGroup this
        start local 1 // long groupId
        start local 3 // long paramIdx
         0: .line 46
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 41
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield com.oracle.truffle.llvm.parser.model.attributes.AttributesGroup.attributes:Ljava/util/ArrayList;
         2: .line 47
            aload 0 /* this */
            lload 1 /* groupId */
            putfield com.oracle.truffle.llvm.parser.model.attributes.AttributesGroup.groupId:J
         3: .line 48
            aload 0 /* this */
            lload 3 /* paramIdx */
            putfield com.oracle.truffle.llvm.parser.model.attributes.AttributesGroup.paramIdx:J
         4: .line 49
            return
        end local 3 // long paramIdx
        end local 1 // long groupId
        end local 0 // com.oracle.truffle.llvm.parser.model.attributes.AttributesGroup this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/oracle/truffle/llvm/parser/model/attributes/AttributesGroup;
            0    5     1   groupId  J
            0    5     3  paramIdx  J
    MethodParameters:
          Name  Flags
      groupId   
      paramIdx  

  public java.util.List<com.oracle.truffle.llvm.parser.model.attributes.Attribute> getAttributes();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.parser.model.attributes.AttributesGroup this
         0: .line 52
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.parser.model.attributes.AttributesGroup.attributes:Ljava/util/ArrayList;
            invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
            areturn
        end local 0 // com.oracle.truffle.llvm.parser.model.attributes.AttributesGroup this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/parser/model/attributes/AttributesGroup;
    Signature: ()Ljava/util/List<Lcom/oracle/truffle/llvm/parser/model/attributes/Attribute;>;

  public void addAttribute(com.oracle.truffle.llvm.parser.model.attributes.Attribute);
    descriptor: (Lcom/oracle/truffle/llvm/parser/model/attributes/Attribute;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.llvm.parser.model.attributes.AttributesGroup this
        start local 1 // com.oracle.truffle.llvm.parser.model.attributes.Attribute attr
         0: .line 56
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.parser.model.attributes.AttributesGroup.attributes:Ljava/util/ArrayList;
            aload 1 /* attr */
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
         1: .line 57
            return
        end local 1 // com.oracle.truffle.llvm.parser.model.attributes.Attribute attr
        end local 0 // com.oracle.truffle.llvm.parser.model.attributes.AttributesGroup this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/llvm/parser/model/attributes/AttributesGroup;
            0    2     1  attr  Lcom/oracle/truffle/llvm/parser/model/attributes/Attribute;
    MethodParameters:
      Name  Flags
      attr  

  public long getGroupId();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.parser.model.attributes.AttributesGroup this
         0: .line 60
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.parser.model.attributes.AttributesGroup.groupId:J
            lreturn
        end local 0 // com.oracle.truffle.llvm.parser.model.attributes.AttributesGroup this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/parser/model/attributes/AttributesGroup;

  public long getParamIdx();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.parser.model.attributes.AttributesGroup this
         0: .line 64
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.parser.model.attributes.AttributesGroup.paramIdx:J
            lreturn
        end local 0 // com.oracle.truffle.llvm.parser.model.attributes.AttributesGroup this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/parser/model/attributes/AttributesGroup;

  public boolean isReturnValueAttribute();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.parser.model.attributes.AttributesGroup this
         0: .line 68
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.parser.model.attributes.AttributesGroup.paramIdx:J
            lconst_0
            lcmp
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.oracle.truffle.llvm.parser.model.attributes.AttributesGroup this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/llvm/parser/model/attributes/AttributesGroup;

  public boolean isFunctionAttribute();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.parser.model.attributes.AttributesGroup this
         0: .line 72
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.parser.model.attributes.AttributesGroup.paramIdx:J
            ldc 4294967295
            lcmp
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.oracle.truffle.llvm.parser.model.attributes.AttributesGroup this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/llvm/parser/model/attributes/AttributesGroup;

  public boolean isParameterAttribute();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.parser.model.attributes.AttributesGroup this
         0: .line 76
            aload 0 /* this */
            invokevirtual com.oracle.truffle.llvm.parser.model.attributes.AttributesGroup.isReturnValueAttribute:()Z
            ifne 1
            aload 0 /* this */
            invokevirtual com.oracle.truffle.llvm.parser.model.attributes.AttributesGroup.isFunctionAttribute:()Z
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.oracle.truffle.llvm.parser.model.attributes.AttributesGroup this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/llvm/parser/model/attributes/AttributesGroup;

  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.AttributesGroup this
         0: .line 81
            new java.lang.StringBuilder
            dup
            ldc "AttributesGroup [groupId="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.parser.model.attributes.AttributesGroup.groupId:J
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            ldc ", paramIdx="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.parser.model.attributes.AttributesGroup.paramIdx:J
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            ldc ", attributes="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.parser.model.attributes.AttributesGroup.attributes:Ljava/util/ArrayList;
            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.AttributesGroup this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/parser/model/attributes/AttributesGroup;
}
SourceFile: "AttributesGroup.java"