public final class com.oracle.truffle.api.instrumentation.LoadSourceSectionEvent
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.api.instrumentation.LoadSourceSectionEvent
  super_class: java.lang.Object
{
  private final com.oracle.truffle.api.source.SourceSection sourceSection;
    descriptor: Lcom/oracle/truffle/api/source/SourceSection;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.oracle.truffle.api.nodes.Node node;
    descriptor: Lcom/oracle/truffle/api/nodes/Node;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(com.oracle.truffle.api.source.SourceSection, com.oracle.truffle.api.nodes.Node);
    descriptor: (Lcom/oracle/truffle/api/source/SourceSection;Lcom/oracle/truffle/api/nodes/Node;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.instrumentation.LoadSourceSectionEvent this
        start local 1 // com.oracle.truffle.api.source.SourceSection sourceSection
        start local 2 // com.oracle.truffle.api.nodes.Node node
         0: .line 60
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 61
            aload 0 /* this */
            aload 1 /* sourceSection */
            putfield com.oracle.truffle.api.instrumentation.LoadSourceSectionEvent.sourceSection:Lcom/oracle/truffle/api/source/SourceSection;
         2: .line 62
            aload 0 /* this */
            aload 2 /* node */
            putfield com.oracle.truffle.api.instrumentation.LoadSourceSectionEvent.node:Lcom/oracle/truffle/api/nodes/Node;
         3: .line 63
            return
        end local 2 // com.oracle.truffle.api.nodes.Node node
        end local 1 // com.oracle.truffle.api.source.SourceSection sourceSection
        end local 0 // com.oracle.truffle.api.instrumentation.LoadSourceSectionEvent this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lcom/oracle/truffle/api/instrumentation/LoadSourceSectionEvent;
            0    4     1  sourceSection  Lcom/oracle/truffle/api/source/SourceSection;
            0    4     2           node  Lcom/oracle/truffle/api/nodes/Node;
    MethodParameters:
               Name  Flags
      sourceSection  
      node           

  public com.oracle.truffle.api.source.SourceSection getSourceSection();
    descriptor: ()Lcom/oracle/truffle/api/source/SourceSection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.LoadSourceSectionEvent this
         0: .line 71
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.LoadSourceSectionEvent.sourceSection:Lcom/oracle/truffle/api/source/SourceSection;
            areturn
        end local 0 // com.oracle.truffle.api.instrumentation.LoadSourceSectionEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/LoadSourceSectionEvent;

  public com.oracle.truffle.api.nodes.Node getNode();
    descriptor: ()Lcom/oracle/truffle/api/nodes/Node;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.LoadSourceSectionEvent this
         0: .line 80
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.LoadSourceSectionEvent.node:Lcom/oracle/truffle/api/nodes/Node;
            areturn
        end local 0 // com.oracle.truffle.api.instrumentation.LoadSourceSectionEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/LoadSourceSectionEvent;
}
SourceFile: "LoadSourceSectionEvent.java"