public abstract class com.oracle.truffle.llvm.parser.model.symbols.instructions.Instruction implements com.oracle.truffle.llvm.parser.model.SymbolImpl, com.oracle.truffle.llvm.parser.metadata.MetadataAttachmentHolder
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.oracle.truffle.llvm.parser.model.symbols.instructions.Instruction
  super_class: java.lang.Object
{
  private com.oracle.truffle.llvm.parser.metadata.MDLocation debugLocation;
    descriptor: Lcom/oracle/truffle/llvm/parser/metadata/MDLocation;
    flags: (0x0002) ACC_PRIVATE

  private java.util.List<com.oracle.truffle.llvm.parser.metadata.MDAttachment> mdAttachments;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lcom/oracle/truffle/llvm/parser/metadata/MDAttachment;>;

  private com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation sourceLocation;
    descriptor: Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceLocation;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.parser.model.symbols.instructions.Instruction this
         0: .line 41
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 43
            aload 0 /* this */
            aconst_null
            putfield com.oracle.truffle.llvm.parser.model.symbols.instructions.Instruction.debugLocation:Lcom/oracle/truffle/llvm/parser/metadata/MDLocation;
         2: .line 44
            aload 0 /* this */
            aconst_null
            putfield com.oracle.truffle.llvm.parser.model.symbols.instructions.Instruction.mdAttachments:Ljava/util/List;
         3: .line 45
            aload 0 /* this */
            aconst_null
            putfield com.oracle.truffle.llvm.parser.model.symbols.instructions.Instruction.sourceLocation:Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceLocation;
         4: .line 41
            return
        end local 0 // com.oracle.truffle.llvm.parser.model.symbols.instructions.Instruction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/oracle/truffle/llvm/parser/model/symbols/instructions/Instruction;

  public final com.oracle.truffle.llvm.parser.metadata.MDLocation getDebugLocation();
    descriptor: ()Lcom/oracle/truffle/llvm/parser/metadata/MDLocation;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.parser.model.symbols.instructions.Instruction this
         0: .line 48
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.parser.model.symbols.instructions.Instruction.debugLocation:Lcom/oracle/truffle/llvm/parser/metadata/MDLocation;
            areturn
        end local 0 // com.oracle.truffle.llvm.parser.model.symbols.instructions.Instruction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/parser/model/symbols/instructions/Instruction;

  public void setDebugLocation(com.oracle.truffle.llvm.parser.metadata.MDLocation);
    descriptor: (Lcom/oracle/truffle/llvm/parser/metadata/MDLocation;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.llvm.parser.model.symbols.instructions.Instruction this
        start local 1 // com.oracle.truffle.llvm.parser.metadata.MDLocation debugLocation
         0: .line 52
            aload 0 /* this */
            aload 1 /* debugLocation */
            putfield com.oracle.truffle.llvm.parser.model.symbols.instructions.Instruction.debugLocation:Lcom/oracle/truffle/llvm/parser/metadata/MDLocation;
         1: .line 53
            return
        end local 1 // com.oracle.truffle.llvm.parser.metadata.MDLocation debugLocation
        end local 0 // com.oracle.truffle.llvm.parser.model.symbols.instructions.Instruction this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lcom/oracle/truffle/llvm/parser/model/symbols/instructions/Instruction;
            0    2     1  debugLocation  Lcom/oracle/truffle/llvm/parser/metadata/MDLocation;
    MethodParameters:
               Name  Flags
      debugLocation  

  public final com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation getSourceLocation();
    descriptor: ()Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceLocation;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.parser.model.symbols.instructions.Instruction this
         0: .line 56
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.parser.model.symbols.instructions.Instruction.sourceLocation:Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceLocation;
            areturn
        end local 0 // com.oracle.truffle.llvm.parser.model.symbols.instructions.Instruction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/parser/model/symbols/instructions/Instruction;

  public final void setSourceLocation(com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation);
    descriptor: (Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceLocation;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.llvm.parser.model.symbols.instructions.Instruction this
        start local 1 // com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation sourceLocation
         0: .line 60
            aload 0 /* this */
            aload 1 /* sourceLocation */
            putfield com.oracle.truffle.llvm.parser.model.symbols.instructions.Instruction.sourceLocation:Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceLocation;
         1: .line 61
            return
        end local 1 // com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation sourceLocation
        end local 0 // com.oracle.truffle.llvm.parser.model.symbols.instructions.Instruction this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lcom/oracle/truffle/llvm/parser/model/symbols/instructions/Instruction;
            0    2     1  sourceLocation  Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceLocation;
    MethodParameters:
                Name  Flags
      sourceLocation  

  public final boolean hasAttachedMetadata();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.parser.model.symbols.instructions.Instruction this
         0: .line 65
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.parser.model.symbols.instructions.Instruction.mdAttachments:Ljava/util/List;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.oracle.truffle.llvm.parser.model.symbols.instructions.Instruction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/llvm/parser/model/symbols/instructions/Instruction;

  public final java.util.List<com.oracle.truffle.llvm.parser.metadata.MDAttachment> getAttachedMetadata();
    descriptor: ()Ljava/util/List;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.parser.model.symbols.instructions.Instruction this
         0: .line 70
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.parser.model.symbols.instructions.Instruction.mdAttachments:Ljava/util/List;
            ifnonnull 2
         1: .line 71
            aload 0 /* this */
            new java.util.ArrayList
            dup
            iconst_1
            invokespecial java.util.ArrayList.<init>:(I)V
            putfield com.oracle.truffle.llvm.parser.model.symbols.instructions.Instruction.mdAttachments:Ljava/util/List;
         2: .line 73
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.parser.model.symbols.instructions.Instruction.mdAttachments:Ljava/util/List;
            areturn
        end local 0 // com.oracle.truffle.llvm.parser.model.symbols.instructions.Instruction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/llvm/parser/model/symbols/instructions/Instruction;
    Signature: ()Ljava/util/List<Lcom/oracle/truffle/llvm/parser/metadata/MDAttachment;>;
}
SourceFile: "Instruction.java"