public class com.oracle.truffle.js.test.instrumentation.InstrumentedNodesExecutionEventListener implements com.oracle.truffle.api.instrumentation.ExecutionEventListener
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.truffle.js.test.instrumentation.InstrumentedNodesExecutionEventListener
  super_class: java.lang.Object
{
  java.util.List<com.oracle.truffle.api.nodes.Node> enteredNodes;
    descriptor: Ljava/util/List;
    flags: (0x0000) 
    Signature: Ljava/util/List<Lcom/oracle/truffle/api/nodes/Node;>;

  java.util.List<com.oracle.truffle.api.nodes.Node> exitedNodes;
    descriptor: Ljava/util/List;
    flags: (0x0000) 
    Signature: Ljava/util/List<Lcom/oracle/truffle/api/nodes/Node;>;

  java.util.List<com.oracle.truffle.api.nodes.Node> exceptionNodes;
    descriptor: Ljava/util/List;
    flags: (0x0000) 
    Signature: Ljava/util/List<Lcom/oracle/truffle/api/nodes/Node;>;

  private final java.util.Set<java.lang.Class<?>> classFilter;
    descriptor: Ljava/util/Set;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Set<Ljava/lang/Class<*>;>;

  public void <init>(java.lang.Class<?>[]);
    descriptor: ([Ljava/lang/Class;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.oracle.truffle.js.test.instrumentation.InstrumentedNodesExecutionEventListener this
        start local 1 // java.lang.Class[] classFilter
         0: .line 64
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 58
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield com.oracle.truffle.js.test.instrumentation.InstrumentedNodesExecutionEventListener.enteredNodes:Ljava/util/List;
         2: .line 59
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield com.oracle.truffle.js.test.instrumentation.InstrumentedNodesExecutionEventListener.exitedNodes:Ljava/util/List;
         3: .line 60
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield com.oracle.truffle.js.test.instrumentation.InstrumentedNodesExecutionEventListener.exceptionNodes:Ljava/util/List;
         4: .line 65
            aload 0 /* this */
            new java.util.HashSet
            dup
            aload 1 /* classFilter */
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            invokespecial java.util.HashSet.<init>:(Ljava/util/Collection;)V
            putfield com.oracle.truffle.js.test.instrumentation.InstrumentedNodesExecutionEventListener.classFilter:Ljava/util/Set;
         5: .line 66
            return
        end local 1 // java.lang.Class[] classFilter
        end local 0 // com.oracle.truffle.js.test.instrumentation.InstrumentedNodesExecutionEventListener this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Lcom/oracle/truffle/js/test/instrumentation/InstrumentedNodesExecutionEventListener;
            0    6     1  classFilter  [Ljava/lang/Class;
    Signature: ([Ljava/lang/Class<*>;)V
    MethodParameters:
             Name  Flags
      classFilter  

  private boolean filter(com.oracle.truffle.api.nodes.Node);
    descriptor: (Lcom/oracle/truffle/api/nodes/Node;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.js.test.instrumentation.InstrumentedNodesExecutionEventListener this
        start local 1 // com.oracle.truffle.api.nodes.Node node
         0: .line 69
            aload 0 /* this */
            getfield com.oracle.truffle.js.test.instrumentation.InstrumentedNodesExecutionEventListener.classFilter:Ljava/util/Set;
            invokeinterface java.util.Set.isEmpty:()Z
            ifne 1
            aload 0 /* this */
            getfield com.oracle.truffle.js.test.instrumentation.InstrumentedNodesExecutionEventListener.classFilter:Ljava/util/Set;
            invokeinterface java.util.Set.stream:()Ljava/util/stream/Stream;
            aload 1 /* node */
            invokedynamic test(Lcom/oracle/truffle/api/nodes/Node;)Ljava/util/function/Predicate;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Z
                  com/oracle/truffle/js/test/instrumentation/InstrumentedNodesExecutionEventListener.lambda$0(Lcom/oracle/truffle/api/nodes/Node;Ljava/lang/Class;)Z (6)
                  (Ljava/lang/Class;)Z
            invokeinterface java.util.stream.Stream.anyMatch:(Ljava/util/function/Predicate;)Z
            ifne 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 1 // com.oracle.truffle.api.nodes.Node node
        end local 0 // com.oracle.truffle.js.test.instrumentation.InstrumentedNodesExecutionEventListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/js/test/instrumentation/InstrumentedNodesExecutionEventListener;
            0    2     1  node  Lcom/oracle/truffle/api/nodes/Node;
    MethodParameters:
      Name  Flags
      node  

  public void onEnter(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: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.js.test.instrumentation.InstrumentedNodesExecutionEventListener this
        start local 1 // com.oracle.truffle.api.instrumentation.EventContext context
        start local 2 // com.oracle.truffle.api.frame.VirtualFrame frame
         0: .line 74
            aload 0 /* this */
            aload 1 /* context */
            invokevirtual com.oracle.truffle.api.instrumentation.EventContext.getInstrumentedNode:()Lcom/oracle/truffle/api/nodes/Node;
            invokevirtual com.oracle.truffle.js.test.instrumentation.InstrumentedNodesExecutionEventListener.filter:(Lcom/oracle/truffle/api/nodes/Node;)Z
            ifeq 2
         1: .line 75
            aload 0 /* this */
            getfield com.oracle.truffle.js.test.instrumentation.InstrumentedNodesExecutionEventListener.enteredNodes:Ljava/util/List;
            aload 1 /* context */
            invokevirtual com.oracle.truffle.api.instrumentation.EventContext.getInstrumentedNode:()Lcom/oracle/truffle/api/nodes/Node;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         2: .line 77
      StackMap locals:
      StackMap stack:
            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.js.test.instrumentation.InstrumentedNodesExecutionEventListener this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/oracle/truffle/js/test/instrumentation/InstrumentedNodesExecutionEventListener;
            0    3     1  context  Lcom/oracle/truffle/api/instrumentation/EventContext;
            0    3     2    frame  Lcom/oracle/truffle/api/frame/VirtualFrame;
    MethodParameters:
         Name  Flags
      context  
      frame    

  public void onReturnValue(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: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.oracle.truffle.js.test.instrumentation.InstrumentedNodesExecutionEventListener 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 81
            aload 0 /* this */
            aload 1 /* context */
            invokevirtual com.oracle.truffle.api.instrumentation.EventContext.getInstrumentedNode:()Lcom/oracle/truffle/api/nodes/Node;
            invokevirtual com.oracle.truffle.js.test.instrumentation.InstrumentedNodesExecutionEventListener.filter:(Lcom/oracle/truffle/api/nodes/Node;)Z
            ifeq 2
         1: .line 82
            aload 0 /* this */
            getfield com.oracle.truffle.js.test.instrumentation.InstrumentedNodesExecutionEventListener.exitedNodes:Ljava/util/List;
            aload 1 /* context */
            invokevirtual com.oracle.truffle.api.instrumentation.EventContext.getInstrumentedNode:()Lcom/oracle/truffle/api/nodes/Node;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         2: .line 84
      StackMap locals:
      StackMap stack:
            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.js.test.instrumentation.InstrumentedNodesExecutionEventListener this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/oracle/truffle/js/test/instrumentation/InstrumentedNodesExecutionEventListener;
            0    3     1  context  Lcom/oracle/truffle/api/instrumentation/EventContext;
            0    3     2    frame  Lcom/oracle/truffle/api/frame/VirtualFrame;
            0    3     3   result  Ljava/lang/Object;
    MethodParameters:
         Name  Flags
      context  
      frame    
      result   

  public void onReturnExceptional(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: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.oracle.truffle.js.test.instrumentation.InstrumentedNodesExecutionEventListener 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 88
            aload 0 /* this */
            aload 1 /* context */
            invokevirtual com.oracle.truffle.api.instrumentation.EventContext.getInstrumentedNode:()Lcom/oracle/truffle/api/nodes/Node;
            invokevirtual com.oracle.truffle.js.test.instrumentation.InstrumentedNodesExecutionEventListener.filter:(Lcom/oracle/truffle/api/nodes/Node;)Z
            ifeq 2
         1: .line 89
            aload 0 /* this */
            getfield com.oracle.truffle.js.test.instrumentation.InstrumentedNodesExecutionEventListener.exceptionNodes:Ljava/util/List;
            aload 1 /* context */
            invokevirtual com.oracle.truffle.api.instrumentation.EventContext.getInstrumentedNode:()Lcom/oracle/truffle/api/nodes/Node;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         2: .line 91
      StackMap locals:
      StackMap stack:
            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.js.test.instrumentation.InstrumentedNodesExecutionEventListener this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lcom/oracle/truffle/js/test/instrumentation/InstrumentedNodesExecutionEventListener;
            0    3     1    context  Lcom/oracle/truffle/api/instrumentation/EventContext;
            0    3     2      frame  Lcom/oracle/truffle/api/frame/VirtualFrame;
            0    3     3  exception  Ljava/lang/Throwable;
    MethodParameters:
           Name  Flags
      context    
      frame      
      exception  

  public void checkEnteredNodes(java.util.List<? extends com.oracle.truffle.api.nodes.Node>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.js.test.instrumentation.InstrumentedNodesExecutionEventListener this
        start local 1 // java.util.List expected
         0: .line 94
            aload 1 /* expected */
            aload 0 /* this */
            getfield com.oracle.truffle.js.test.instrumentation.InstrumentedNodesExecutionEventListener.enteredNodes:Ljava/util/List;
            invokestatic com.oracle.truffle.js.test.instrumentation.InstrumentedNodesExecutionEventListener.checkNodes:(Ljava/util/List;Ljava/util/List;)V
         1: .line 95
            return
        end local 1 // java.util.List expected
        end local 0 // com.oracle.truffle.js.test.instrumentation.InstrumentedNodesExecutionEventListener this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/oracle/truffle/js/test/instrumentation/InstrumentedNodesExecutionEventListener;
            0    2     1  expected  Ljava/util/List<+Lcom/oracle/truffle/api/nodes/Node;>;
    Signature: (Ljava/util/List<+Lcom/oracle/truffle/api/nodes/Node;>;)V
    MethodParameters:
          Name  Flags
      expected  

  public void checkExitedNodes(java.util.List<? extends com.oracle.truffle.api.nodes.Node>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.js.test.instrumentation.InstrumentedNodesExecutionEventListener this
        start local 1 // java.util.List expected
         0: .line 98
            aload 1 /* expected */
            aload 0 /* this */
            getfield com.oracle.truffle.js.test.instrumentation.InstrumentedNodesExecutionEventListener.enteredNodes:Ljava/util/List;
            invokestatic com.oracle.truffle.js.test.instrumentation.InstrumentedNodesExecutionEventListener.checkNodes:(Ljava/util/List;Ljava/util/List;)V
         1: .line 99
            return
        end local 1 // java.util.List expected
        end local 0 // com.oracle.truffle.js.test.instrumentation.InstrumentedNodesExecutionEventListener this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/oracle/truffle/js/test/instrumentation/InstrumentedNodesExecutionEventListener;
            0    2     1  expected  Ljava/util/List<+Lcom/oracle/truffle/api/nodes/Node;>;
    Signature: (Ljava/util/List<+Lcom/oracle/truffle/api/nodes/Node;>;)V
    MethodParameters:
          Name  Flags
      expected  

  private static void checkNodes(java.util.List<? extends com.oracle.truffle.api.nodes.Node>, java.util.List<? extends com.oracle.truffle.api.nodes.Node>);
    descriptor: (Ljava/util/List;Ljava/util/List;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // java.util.List expected
        start local 1 // java.util.List actual
         0: .line 102
            aload 0 /* expected */
            invokeinterface java.util.List.size:()I
            i2l
            aload 1 /* actual */
            invokeinterface java.util.List.size:()I
            i2l
            invokestatic org.junit.Assert.assertEquals:(JJ)V
         1: .line 103
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 5
         3: .line 104
      StackMap locals: int
      StackMap stack:
            aload 0 /* expected */
            iload 2 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            aload 1 /* actual */
            iload 2 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            invokestatic org.junit.Assert.assertSame:(Ljava/lang/Object;Ljava/lang/Object;)V
         4: .line 103
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            aload 0 /* expected */
            invokeinterface java.util.List.size:()I
            if_icmplt 3
        end local 2 // int i
         6: .line 106
            return
        end local 1 // java.util.List actual
        end local 0 // java.util.List expected
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0  expected  Ljava/util/List<+Lcom/oracle/truffle/api/nodes/Node;>;
            0    7     1    actual  Ljava/util/List<+Lcom/oracle/truffle/api/nodes/Node;>;
            2    6     2         i  I
    Signature: (Ljava/util/List<+Lcom/oracle/truffle/api/nodes/Node;>;Ljava/util/List<+Lcom/oracle/truffle/api/nodes/Node;>;)V
    MethodParameters:
          Name  Flags
      expected  
      actual    

  private static boolean lambda$0(com.oracle.truffle.api.nodes.Node, java.lang.Class);
    descriptor: (Lcom/oracle/truffle/api/nodes/Node;Ljava/lang/Class;)Z
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 1 // java.lang.Class clazz
         0: .line 69
            aload 1 /* clazz */
            aload 0
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.isAssignableFrom:(Ljava/lang/Class;)Z
            ireturn
        end local 1 // java.lang.Class clazz
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     1  clazz  Ljava/lang/Class<*>;
}
SourceFile: "InstrumentedNodesExecutionEventListener.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles