class com.oracle.truffle.api.instrumentation.InstrumentationHandler$NotifyLoadedOperation extends com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitOperation
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.api.instrumentation.InstrumentationHandler$NotifyLoadedOperation
  super_class: com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitOperation
{
  java.util.List<com.oracle.truffle.api.instrumentation.InstrumentationHandler$BindingLoadSourceSectionEvent> sourceSectionLoadedList;
    descriptor: Ljava/util/List;
    flags: (0x0000) 
    Signature: Ljava/util/List<Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$BindingLoadSourceSectionEvent;>;

  boolean notifyBindings;
    descriptor: Z
    flags: (0x0000) 

  final com.oracle.truffle.api.instrumentation.InstrumentationHandler this$0;
    descriptor: Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitOperation$Scope, com.oracle.truffle.api.instrumentation.EventBinding$Source<?>);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler;Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitOperation$Scope;Lcom/oracle/truffle/api/instrumentation/EventBinding$Source;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$NotifyLoadedOperation this
        start local 2 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitOperation$Scope scope
        start local 3 // com.oracle.truffle.api.instrumentation.EventBinding$Source binding
         0: .line 1304
            aload 0 /* this */
            aload 1
            putfield com.oracle.truffle.api.instrumentation.InstrumentationHandler$NotifyLoadedOperation.this$0:Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler;
         1: .line 1305
            aload 0 /* this */
            aload 2 /* scope */
            aload 3 /* binding */
            invokespecial com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitOperation.<init>:(Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitOperation$Scope;Lcom/oracle/truffle/api/instrumentation/EventBinding$Source;)V
         2: .line 1306
            return
        end local 3 // com.oracle.truffle.api.instrumentation.EventBinding$Source binding
        end local 2 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitOperation$Scope scope
        end local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$NotifyLoadedOperation this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$NotifyLoadedOperation;
            0    3     2    scope  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitOperation$Scope;
            0    3     3  binding  Lcom/oracle/truffle/api/instrumentation/EventBinding$Source<*>;
    Signature: (Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitOperation$Scope;Lcom/oracle/truffle/api/instrumentation/EventBinding$Source<*>;)V
    MethodParameters:
         Name  Flags
      this$0   final
      scope    
      binding  

  void <init>(com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitOperation$Scope, com.oracle.truffle.api.instrumentation.InstrumentationHandler$CopyOnWriteList<com.oracle.truffle.api.instrumentation.EventBinding$Source<?>>);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler;Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitOperation$Scope;Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$CopyOnWriteList;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$NotifyLoadedOperation this
        start local 2 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitOperation$Scope scope
        start local 3 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$CopyOnWriteList bindings
         0: .line 1308
            aload 0 /* this */
            aload 1
            putfield com.oracle.truffle.api.instrumentation.InstrumentationHandler$NotifyLoadedOperation.this$0:Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler;
         1: .line 1309
            aload 0 /* this */
            aload 2 /* scope */
            aload 3 /* bindings */
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler$CopyOnWriteList.getArray:()[Ljava/lang/Object;
            checkcast com.oracle.truffle.api.instrumentation.EventBinding$Source[]
            iconst_1
            invokespecial com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitOperation.<init>:(Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitOperation$Scope;[Lcom/oracle/truffle/api/instrumentation/EventBinding$Source;Z)V
         2: .line 1310
            return
        end local 3 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$CopyOnWriteList bindings
        end local 2 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitOperation$Scope scope
        end local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$NotifyLoadedOperation this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$NotifyLoadedOperation;
            0    3     2     scope  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitOperation$Scope;
            0    3     3  bindings  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$CopyOnWriteList<Lcom/oracle/truffle/api/instrumentation/EventBinding$Source<*>;>;
    Signature: (Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitOperation$Scope;Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$CopyOnWriteList<Lcom/oracle/truffle/api/instrumentation/EventBinding$Source<*>;>;)V
    MethodParameters:
          Name  Flags
      this$0    final
      scope     
      bindings  

  protected void preVisit(com.oracle.truffle.api.nodes.RootNode, com.oracle.truffle.api.source.SourceSection, boolean, com.oracle.truffle.api.nodes.Node);
    descriptor: (Lcom/oracle/truffle/api/nodes/RootNode;Lcom/oracle/truffle/api/source/SourceSection;ZLcom/oracle/truffle/api/nodes/Node;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=6, args_size=5
        start local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$NotifyLoadedOperation this
        start local 1 // com.oracle.truffle.api.nodes.RootNode root
        start local 2 // com.oracle.truffle.api.source.SourceSection rootSourceSection
        start local 3 // boolean executedRoot
        start local 4 // com.oracle.truffle.api.nodes.Node visitRoot
         0: .line 1314
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler$NotifyLoadedOperation.this$0:Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler;
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.threadLocalSourceSectionLoadedList:Ljava/lang/ThreadLocal;
            invokevirtual java.lang.ThreadLocal.get:()Ljava/lang/Object;
            checkcast java.util.List
            astore 5 /* localSourceSectionLoadedList */
        start local 5 // java.util.List localSourceSectionLoadedList
         1: .line 1315
            aload 5 /* localSourceSectionLoadedList */
            ifnonnull 6
         2: .line 1316
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 5 /* localSourceSectionLoadedList */
         3: .line 1317
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler$NotifyLoadedOperation.this$0:Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler;
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.threadLocalSourceSectionLoadedList:Ljava/lang/ThreadLocal;
            aload 5 /* localSourceSectionLoadedList */
            invokevirtual java.lang.ThreadLocal.set:(Ljava/lang/Object;)V
         4: .line 1318
            aload 0 /* this */
            iconst_1
            putfield com.oracle.truffle.api.instrumentation.InstrumentationHandler$NotifyLoadedOperation.notifyBindings:Z
         5: .line 1319
            goto 7
         6: .line 1320
      StackMap locals: java.util.List
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield com.oracle.truffle.api.instrumentation.InstrumentationHandler$NotifyLoadedOperation.notifyBindings:Z
         7: .line 1322
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 5 /* localSourceSectionLoadedList */
            putfield com.oracle.truffle.api.instrumentation.InstrumentationHandler$NotifyLoadedOperation.sourceSectionLoadedList:Ljava/util/List;
         8: .line 1323
            return
        end local 5 // java.util.List localSourceSectionLoadedList
        end local 4 // com.oracle.truffle.api.nodes.Node visitRoot
        end local 3 // boolean executedRoot
        end local 2 // com.oracle.truffle.api.source.SourceSection rootSourceSection
        end local 1 // com.oracle.truffle.api.nodes.RootNode root
        end local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$NotifyLoadedOperation this
      LocalVariableTable:
        Start  End  Slot                          Name  Signature
            0    9     0                          this  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$NotifyLoadedOperation;
            0    9     1                          root  Lcom/oracle/truffle/api/nodes/RootNode;
            0    9     2             rootSourceSection  Lcom/oracle/truffle/api/source/SourceSection;
            0    9     3                  executedRoot  Z
            0    9     4                     visitRoot  Lcom/oracle/truffle/api/nodes/Node;
            1    9     5  localSourceSectionLoadedList  Ljava/util/List<Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$BindingLoadSourceSectionEvent;>;
    MethodParameters:
                   Name  Flags
      root               
      rootSourceSection  
      executedRoot       
      visitRoot          

  protected void perform(com.oracle.truffle.api.instrumentation.EventBinding$Source<?>, com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.source.SourceSection, );
    descriptor: (Lcom/oracle/truffle/api/instrumentation/EventBinding$Source;Lcom/oracle/truffle/api/nodes/Node;Lcom/oracle/truffle/api/source/SourceSection;Z)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$NotifyLoadedOperation this
        start local 1 // com.oracle.truffle.api.instrumentation.EventBinding$Source binding
        start local 2 // com.oracle.truffle.api.nodes.Node node
        start local 3 // com.oracle.truffle.api.source.SourceSection section
        start local 4 // boolean executedRoot
         0: .line 1327
            aload 3 /* section */
            ifnull 2
         1: .line 1328
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler$NotifyLoadedOperation.sourceSectionLoadedList:Ljava/util/List;
            new com.oracle.truffle.api.instrumentation.InstrumentationHandler$BindingLoadSourceSectionEvent
            dup
            aload 1 /* binding */
            aload 2 /* node */
            aload 3 /* section */
            invokespecial com.oracle.truffle.api.instrumentation.InstrumentationHandler$BindingLoadSourceSectionEvent.<init>:(Lcom/oracle/truffle/api/instrumentation/EventBinding$Source;Lcom/oracle/truffle/api/nodes/Node;Lcom/oracle/truffle/api/source/SourceSection;)V
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         2: .line 1330
      StackMap locals:
      StackMap stack:
            return
        end local 4 // boolean executedRoot
        end local 3 // com.oracle.truffle.api.source.SourceSection section
        end local 2 // com.oracle.truffle.api.nodes.Node node
        end local 1 // com.oracle.truffle.api.instrumentation.EventBinding$Source binding
        end local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$NotifyLoadedOperation this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$NotifyLoadedOperation;
            0    3     1       binding  Lcom/oracle/truffle/api/instrumentation/EventBinding$Source<*>;
            0    3     2          node  Lcom/oracle/truffle/api/nodes/Node;
            0    3     3       section  Lcom/oracle/truffle/api/source/SourceSection;
            0    3     4  executedRoot  Z
    Signature: (Lcom/oracle/truffle/api/instrumentation/EventBinding$Source<*>;Lcom/oracle/truffle/api/nodes/Node;Lcom/oracle/truffle/api/source/SourceSection;Z)V
    MethodParameters:
              Name  Flags
      binding       
      node          
      section       
      executedRoot  

  protected void postVisitCleanup();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$NotifyLoadedOperation this
         0: .line 1334
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler$NotifyLoadedOperation.notifyBindings:Z
            ifeq 2
         1: .line 1335
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler$NotifyLoadedOperation.this$0:Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler;
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.threadLocalSourceSectionLoadedList:Ljava/lang/ThreadLocal;
            aconst_null
            invokevirtual java.lang.ThreadLocal.set:(Ljava/lang/Object;)V
         2: .line 1337
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$NotifyLoadedOperation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$NotifyLoadedOperation;

  protected void postVisitNotifications();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$NotifyLoadedOperation this
         0: .line 1341
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler$NotifyLoadedOperation.notifyBindings:Z
            ifeq 5
         1: .line 1342
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler$NotifyLoadedOperation.sourceSectionLoadedList:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 2
            goto 4
      StackMap locals: com.oracle.truffle.api.instrumentation.InstrumentationHandler$NotifyLoadedOperation top java.util.Iterator
      StackMap stack:
         2: aload 2
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.oracle.truffle.api.instrumentation.InstrumentationHandler$BindingLoadSourceSectionEvent
            astore 1 /* loadEvent */
        start local 1 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$BindingLoadSourceSectionEvent loadEvent
         3: .line 1343
            aload 1 /* loadEvent */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler$BindingLoadSourceSectionEvent.binding:Lcom/oracle/truffle/api/instrumentation/EventBinding$Source;
            aload 1 /* loadEvent */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler$BindingLoadSourceSectionEvent.node:Lcom/oracle/truffle/api/nodes/Node;
            aload 1 /* loadEvent */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler$BindingLoadSourceSectionEvent.sourceSection:Lcom/oracle/truffle/api/source/SourceSection;
            invokestatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.notifySourceSectionLoaded:(Lcom/oracle/truffle/api/instrumentation/EventBinding$Source;Lcom/oracle/truffle/api/nodes/Node;Lcom/oracle/truffle/api/source/SourceSection;)V
        end local 1 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$BindingLoadSourceSectionEvent loadEvent
         4: .line 1342
      StackMap locals:
      StackMap stack:
            aload 2
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         5: .line 1346
      StackMap locals: com.oracle.truffle.api.instrumentation.InstrumentationHandler$NotifyLoadedOperation
      StackMap stack:
            return
        end local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$NotifyLoadedOperation this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$NotifyLoadedOperation;
            3    4     1  loadEvent  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$BindingLoadSourceSectionEvent;
}
SourceFile: "InstrumentationHandler.java"
NestHost: com.oracle.truffle.api.instrumentation.InstrumentationHandler
InnerClasses:
  final Source = com.oracle.truffle.api.instrumentation.EventBinding$Source of com.oracle.truffle.api.instrumentation.EventBinding
  private BindingLoadSourceSectionEvent = com.oracle.truffle.api.instrumentation.InstrumentationHandler$BindingLoadSourceSectionEvent of com.oracle.truffle.api.instrumentation.InstrumentationHandler
  CopyOnWriteList = com.oracle.truffle.api.instrumentation.InstrumentationHandler$CopyOnWriteList of com.oracle.truffle.api.instrumentation.InstrumentationHandler
  private NotifyLoadedOperation = com.oracle.truffle.api.instrumentation.InstrumentationHandler$NotifyLoadedOperation of com.oracle.truffle.api.instrumentation.InstrumentationHandler
  private abstract VisitOperation = com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitOperation of com.oracle.truffle.api.instrumentation.InstrumentationHandler
  final Scope = com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitOperation$Scope of com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitOperation