class com.oracle.truffle.api.instrumentation.ProbeNode$EventProviderChainNode extends com.oracle.truffle.api.instrumentation.ProbeNode$EventChainNode
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.api.instrumentation.ProbeNode$EventProviderChainNode
  super_class: com.oracle.truffle.api.instrumentation.ProbeNode$EventChainNode
{
  private com.oracle.truffle.api.instrumentation.ExecutionEventNode eventNode;
    descriptor: Lcom/oracle/truffle/api/instrumentation/ExecutionEventNode;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.nodes.Node$Child()

  void <init>(com.oracle.truffle.api.instrumentation.EventBinding$Source<?>, com.oracle.truffle.api.instrumentation.ExecutionEventNode);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/EventBinding$Source;Lcom/oracle/truffle/api/instrumentation/ExecutionEventNode;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.instrumentation.ProbeNode$EventProviderChainNode this
        start local 1 // com.oracle.truffle.api.instrumentation.EventBinding$Source binding
        start local 2 // com.oracle.truffle.api.instrumentation.ExecutionEventNode eventNode
         0: .line 1408
            aload 0 /* this */
            aload 1 /* binding */
            invokespecial com.oracle.truffle.api.instrumentation.ProbeNode$EventChainNode.<init>:(Lcom/oracle/truffle/api/instrumentation/EventBinding$Source;)V
         1: .line 1409
            aload 0 /* this */
            aload 2 /* eventNode */
            putfield com.oracle.truffle.api.instrumentation.ProbeNode$EventProviderChainNode.eventNode:Lcom/oracle/truffle/api/instrumentation/ExecutionEventNode;
         2: .line 1410
            return
        end local 2 // com.oracle.truffle.api.instrumentation.ExecutionEventNode eventNode
        end local 1 // com.oracle.truffle.api.instrumentation.EventBinding$Source binding
        end local 0 // com.oracle.truffle.api.instrumentation.ProbeNode$EventProviderChainNode this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lcom/oracle/truffle/api/instrumentation/ProbeNode$EventProviderChainNode;
            0    3     1    binding  Lcom/oracle/truffle/api/instrumentation/EventBinding$Source<*>;
            0    3     2  eventNode  Lcom/oracle/truffle/api/instrumentation/ExecutionEventNode;
    Signature: (Lcom/oracle/truffle/api/instrumentation/EventBinding$Source<*>;Lcom/oracle/truffle/api/instrumentation/ExecutionEventNode;)V
    MethodParameters:
           Name  Flags
      binding    
      eventNode  

  protected final void innerOnInputValue(com.oracle.truffle.api.instrumentation.EventContext, com.oracle.truffle.api.frame.VirtualFrame, com.oracle.truffle.api.instrumentation.EventBinding<?>, com.oracle.truffle.api.instrumentation.EventContext, int, );
    descriptor: (Lcom/oracle/truffle/api/instrumentation/EventContext;Lcom/oracle/truffle/api/frame/VirtualFrame;Lcom/oracle/truffle/api/instrumentation/EventBinding;Lcom/oracle/truffle/api/instrumentation/EventContext;ILjava/lang/Object;)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=5, locals=7, args_size=7
        start local 0 // com.oracle.truffle.api.instrumentation.ProbeNode$EventProviderChainNode this
        start local 1 // com.oracle.truffle.api.instrumentation.EventContext context
        start local 2 // com.oracle.truffle.api.frame.VirtualFrame frame
        start local 3 // com.oracle.truffle.api.instrumentation.EventBinding binding
        start local 4 // com.oracle.truffle.api.instrumentation.EventContext inputContext
        start local 5 // int inputIndex
        start local 6 // java.lang.Object inputValue
         0: .line 1414
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.ProbeNode$EventProviderChainNode.eventNode:Lcom/oracle/truffle/api/instrumentation/ExecutionEventNode;
            aload 2 /* frame */
            aload 4 /* inputContext */
            iload 5 /* inputIndex */
            aload 6 /* inputValue */
            invokevirtual com.oracle.truffle.api.instrumentation.ExecutionEventNode.onInputValue:(Lcom/oracle/truffle/api/frame/VirtualFrame;Lcom/oracle/truffle/api/instrumentation/EventContext;ILjava/lang/Object;)V
         1: .line 1415
            return
        end local 6 // java.lang.Object inputValue
        end local 5 // int inputIndex
        end local 4 // com.oracle.truffle.api.instrumentation.EventContext inputContext
        end local 3 // com.oracle.truffle.api.instrumentation.EventBinding binding
        end local 2 // com.oracle.truffle.api.frame.VirtualFrame frame
        end local 1 // com.oracle.truffle.api.instrumentation.EventContext context
        end local 0 // com.oracle.truffle.api.instrumentation.ProbeNode$EventProviderChainNode this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/oracle/truffle/api/instrumentation/ProbeNode$EventProviderChainNode;
            0    2     1       context  Lcom/oracle/truffle/api/instrumentation/EventContext;
            0    2     2         frame  Lcom/oracle/truffle/api/frame/VirtualFrame;
            0    2     3       binding  Lcom/oracle/truffle/api/instrumentation/EventBinding<*>;
            0    2     4  inputContext  Lcom/oracle/truffle/api/instrumentation/EventContext;
            0    2     5    inputIndex  I
            0    2     6    inputValue  Ljava/lang/Object;
    Signature: (Lcom/oracle/truffle/api/instrumentation/EventContext;Lcom/oracle/truffle/api/frame/VirtualFrame;Lcom/oracle/truffle/api/instrumentation/EventBinding<*>;Lcom/oracle/truffle/api/instrumentation/EventContext;ILjava/lang/Object;)V
    MethodParameters:
              Name  Flags
      context       
      frame         
      binding       
      inputContext  
      inputIndex    
      inputValue    

  protected final void innerOnEnter(com.oracle.truffle.api.instrumentation.EventContext, com.oracle.truffle.api.frame.VirtualFrame);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/EventContext;Lcom/oracle/truffle/api/frame/VirtualFrame;)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.instrumentation.ProbeNode$EventProviderChainNode this
        start local 1 // com.oracle.truffle.api.instrumentation.EventContext context
        start local 2 // com.oracle.truffle.api.frame.VirtualFrame frame
         0: .line 1419
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.ProbeNode$EventProviderChainNode.eventNode:Lcom/oracle/truffle/api/instrumentation/ExecutionEventNode;
            aload 2 /* frame */
            invokevirtual com.oracle.truffle.api.instrumentation.ExecutionEventNode.onEnter:(Lcom/oracle/truffle/api/frame/VirtualFrame;)V
         1: .line 1420
            return
        end local 2 // com.oracle.truffle.api.frame.VirtualFrame frame
        end local 1 // com.oracle.truffle.api.instrumentation.EventContext context
        end local 0 // com.oracle.truffle.api.instrumentation.ProbeNode$EventProviderChainNode this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/oracle/truffle/api/instrumentation/ProbeNode$EventProviderChainNode;
            0    2     1  context  Lcom/oracle/truffle/api/instrumentation/EventContext;
            0    2     2    frame  Lcom/oracle/truffle/api/frame/VirtualFrame;
    MethodParameters:
         Name  Flags
      context  
      frame    

  protected void innerOnReturnExceptional(com.oracle.truffle.api.instrumentation.EventContext, com.oracle.truffle.api.frame.VirtualFrame, java.lang.Throwable);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/EventContext;Lcom/oracle/truffle/api/frame/VirtualFrame;Ljava/lang/Throwable;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.oracle.truffle.api.instrumentation.ProbeNode$EventProviderChainNode this
        start local 1 // com.oracle.truffle.api.instrumentation.EventContext context
        start local 2 // com.oracle.truffle.api.frame.VirtualFrame frame
        start local 3 // java.lang.Throwable exception
         0: .line 1424
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.ProbeNode$EventProviderChainNode.eventNode:Lcom/oracle/truffle/api/instrumentation/ExecutionEventNode;
            aload 2 /* frame */
            aload 3 /* exception */
            invokevirtual com.oracle.truffle.api.instrumentation.ExecutionEventNode.onReturnExceptional:(Lcom/oracle/truffle/api/frame/VirtualFrame;Ljava/lang/Throwable;)V
         1: .line 1425
            return
        end local 3 // java.lang.Throwable exception
        end local 2 // com.oracle.truffle.api.frame.VirtualFrame frame
        end local 1 // com.oracle.truffle.api.instrumentation.EventContext context
        end local 0 // com.oracle.truffle.api.instrumentation.ProbeNode$EventProviderChainNode this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/oracle/truffle/api/instrumentation/ProbeNode$EventProviderChainNode;
            0    2     1    context  Lcom/oracle/truffle/api/instrumentation/EventContext;
            0    2     2      frame  Lcom/oracle/truffle/api/frame/VirtualFrame;
            0    2     3  exception  Ljava/lang/Throwable;
    MethodParameters:
           Name  Flags
      context    
      frame      
      exception  

  protected void innerOnReturnValue(com.oracle.truffle.api.instrumentation.EventContext, com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/EventContext;Lcom/oracle/truffle/api/frame/VirtualFrame;Ljava/lang/Object;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.oracle.truffle.api.instrumentation.ProbeNode$EventProviderChainNode this
        start local 1 // com.oracle.truffle.api.instrumentation.EventContext context
        start local 2 // com.oracle.truffle.api.frame.VirtualFrame frame
        start local 3 // java.lang.Object result
         0: .line 1429
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.ProbeNode$EventProviderChainNode.eventNode:Lcom/oracle/truffle/api/instrumentation/ExecutionEventNode;
            aload 2 /* frame */
            aload 3 /* result */
            invokevirtual com.oracle.truffle.api.instrumentation.ExecutionEventNode.onReturnValue:(Lcom/oracle/truffle/api/frame/VirtualFrame;Ljava/lang/Object;)V
         1: .line 1430
            return
        end local 3 // java.lang.Object result
        end local 2 // com.oracle.truffle.api.frame.VirtualFrame frame
        end local 1 // com.oracle.truffle.api.instrumentation.EventContext context
        end local 0 // com.oracle.truffle.api.instrumentation.ProbeNode$EventProviderChainNode this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/oracle/truffle/api/instrumentation/ProbeNode$EventProviderChainNode;
            0    2     1  context  Lcom/oracle/truffle/api/instrumentation/EventContext;
            0    2     2    frame  Lcom/oracle/truffle/api/frame/VirtualFrame;
            0    2     3   result  Ljava/lang/Object;
    MethodParameters:
         Name  Flags
      context  
      frame    
      result   

  protected java.lang.Object innerOnUnwind(com.oracle.truffle.api.instrumentation.EventContext, com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/EventContext;Lcom/oracle/truffle/api/frame/VirtualFrame;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.oracle.truffle.api.instrumentation.ProbeNode$EventProviderChainNode this
        start local 1 // com.oracle.truffle.api.instrumentation.EventContext context
        start local 2 // com.oracle.truffle.api.frame.VirtualFrame frame
        start local 3 // java.lang.Object info
         0: .line 1434
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.ProbeNode$EventProviderChainNode.eventNode:Lcom/oracle/truffle/api/instrumentation/ExecutionEventNode;
            aload 2 /* frame */
            aload 3 /* info */
            invokevirtual com.oracle.truffle.api.instrumentation.ExecutionEventNode.onUnwind:(Lcom/oracle/truffle/api/frame/VirtualFrame;Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 3 // java.lang.Object info
        end local 2 // com.oracle.truffle.api.frame.VirtualFrame frame
        end local 1 // com.oracle.truffle.api.instrumentation.EventContext context
        end local 0 // com.oracle.truffle.api.instrumentation.ProbeNode$EventProviderChainNode this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/oracle/truffle/api/instrumentation/ProbeNode$EventProviderChainNode;
            0    1     1  context  Lcom/oracle/truffle/api/instrumentation/EventContext;
            0    1     2    frame  Lcom/oracle/truffle/api/frame/VirtualFrame;
            0    1     3     info  Ljava/lang/Object;
    MethodParameters:
         Name  Flags
      context  
      frame    
      info     

  protected void innerOnDispose(com.oracle.truffle.api.instrumentation.EventContext, com.oracle.truffle.api.frame.VirtualFrame);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/EventContext;Lcom/oracle/truffle/api/frame/VirtualFrame;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.instrumentation.ProbeNode$EventProviderChainNode this
        start local 1 // com.oracle.truffle.api.instrumentation.EventContext context
        start local 2 // com.oracle.truffle.api.frame.VirtualFrame frame
         0: .line 1439
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.ProbeNode$EventProviderChainNode.eventNode:Lcom/oracle/truffle/api/instrumentation/ExecutionEventNode;
            aload 2 /* frame */
            invokevirtual com.oracle.truffle.api.instrumentation.ExecutionEventNode.onDispose:(Lcom/oracle/truffle/api/frame/VirtualFrame;)V
         1: .line 1440
            return
        end local 2 // com.oracle.truffle.api.frame.VirtualFrame frame
        end local 1 // com.oracle.truffle.api.instrumentation.EventContext context
        end local 0 // com.oracle.truffle.api.instrumentation.ProbeNode$EventProviderChainNode this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/oracle/truffle/api/instrumentation/ProbeNode$EventProviderChainNode;
            0    2     1  context  Lcom/oracle/truffle/api/instrumentation/EventContext;
            0    2     2    frame  Lcom/oracle/truffle/api/frame/VirtualFrame;
    MethodParameters:
         Name  Flags
      context  
      frame    
}
SourceFile: "ProbeNode.java"
NestHost: com.oracle.truffle.api.instrumentation.ProbeNode
InnerClasses:
  final Source = com.oracle.truffle.api.instrumentation.EventBinding$Source of com.oracle.truffle.api.instrumentation.EventBinding
  abstract EventChainNode = com.oracle.truffle.api.instrumentation.ProbeNode$EventChainNode of com.oracle.truffle.api.instrumentation.ProbeNode
  EventProviderChainNode = com.oracle.truffle.api.instrumentation.ProbeNode$EventProviderChainNode of com.oracle.truffle.api.instrumentation.ProbeNode
  public abstract Child = com.oracle.truffle.api.nodes.Node$Child of com.oracle.truffle.api.nodes.Node