class com.oracle.truffle.api.instrumentation.test.FindSourcesVisitorNestingTest$CreateCallTargetOnMaterializeNode extends com.oracle.truffle.api.nodes.Node implements com.oracle.truffle.api.instrumentation.InstrumentableNode
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.api.instrumentation.test.FindSourcesVisitorNestingTest$CreateCallTargetOnMaterializeNode
  super_class: com.oracle.truffle.api.nodes.Node
{
  private com.oracle.truffle.api.instrumentation.test.FindSourcesVisitorNestingTest$DummyInstrumentableNode dummyInstrumentableNode;
    descriptor: Lcom/oracle/truffle/api/instrumentation/test/FindSourcesVisitorNestingTest$DummyInstrumentableNode;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.nodes.Node$Child()

  private final com.oracle.truffle.api.instrumentation.TruffleInstrument$Env env;
    descriptor: Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.oracle.truffle.api.test.polyglot.ProxyLanguage language;
    descriptor: Lcom/oracle/truffle/api/test/polyglot/ProxyLanguage;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.oracle.truffle.api.source.SourceSection sourceSection;
    descriptor: Lcom/oracle/truffle/api/source/SourceSection;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean materialized;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(com.oracle.truffle.api.instrumentation.TruffleInstrument$Env, com.oracle.truffle.api.test.polyglot.ProxyLanguage, com.oracle.truffle.api.source.Source, boolean);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;Lcom/oracle/truffle/api/test/polyglot/ProxyLanguage;Lcom/oracle/truffle/api/source/Source;Z)V
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // com.oracle.truffle.api.instrumentation.test.FindSourcesVisitorNestingTest$CreateCallTargetOnMaterializeNode this
        start local 1 // com.oracle.truffle.api.instrumentation.TruffleInstrument$Env env
        start local 2 // com.oracle.truffle.api.test.polyglot.ProxyLanguage language
        start local 3 // com.oracle.truffle.api.source.Source source
        start local 4 // boolean materialized
         0: .line 124
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.nodes.Node.<init>:()V
         1: .line 125
            aload 0 /* this */
            aload 1 /* env */
            putfield com.oracle.truffle.api.instrumentation.test.FindSourcesVisitorNestingTest$CreateCallTargetOnMaterializeNode.env:Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;
         2: .line 126
            aload 0 /* this */
            aload 2 /* language */
            putfield com.oracle.truffle.api.instrumentation.test.FindSourcesVisitorNestingTest$CreateCallTargetOnMaterializeNode.language:Lcom/oracle/truffle/api/test/polyglot/ProxyLanguage;
         3: .line 127
            aload 0 /* this */
            iload 4 /* materialized */
            putfield com.oracle.truffle.api.instrumentation.test.FindSourcesVisitorNestingTest$CreateCallTargetOnMaterializeNode.materialized:Z
         4: .line 128
            aload 0 /* this */
            aload 3 /* source */
            iconst_1
            invokevirtual com.oracle.truffle.api.source.Source.createSection:(I)Lcom/oracle/truffle/api/source/SourceSection;
            putfield com.oracle.truffle.api.instrumentation.test.FindSourcesVisitorNestingTest$CreateCallTargetOnMaterializeNode.sourceSection:Lcom/oracle/truffle/api/source/SourceSection;
         5: .line 129
            aload 0 /* this */
            new com.oracle.truffle.api.instrumentation.test.FindSourcesVisitorNestingTest$DummyInstrumentableNode
            dup
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.FindSourcesVisitorNestingTest$CreateCallTargetOnMaterializeNode.sourceSection:Lcom/oracle/truffle/api/source/SourceSection;
            invokespecial com.oracle.truffle.api.instrumentation.test.FindSourcesVisitorNestingTest$DummyInstrumentableNode.<init>:(Lcom/oracle/truffle/api/source/SourceSection;)V
            putfield com.oracle.truffle.api.instrumentation.test.FindSourcesVisitorNestingTest$CreateCallTargetOnMaterializeNode.dummyInstrumentableNode:Lcom/oracle/truffle/api/instrumentation/test/FindSourcesVisitorNestingTest$DummyInstrumentableNode;
         6: .line 130
            return
        end local 4 // boolean materialized
        end local 3 // com.oracle.truffle.api.source.Source source
        end local 2 // com.oracle.truffle.api.test.polyglot.ProxyLanguage language
        end local 1 // com.oracle.truffle.api.instrumentation.TruffleInstrument$Env env
        end local 0 // com.oracle.truffle.api.instrumentation.test.FindSourcesVisitorNestingTest$CreateCallTargetOnMaterializeNode this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    7     0          this  Lcom/oracle/truffle/api/instrumentation/test/FindSourcesVisitorNestingTest$CreateCallTargetOnMaterializeNode;
            0    7     1           env  Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;
            0    7     2      language  Lcom/oracle/truffle/api/test/polyglot/ProxyLanguage;
            0    7     3        source  Lcom/oracle/truffle/api/source/Source;
            0    7     4  materialized  Z
    MethodParameters:
              Name  Flags
      env           
      language      
      source        
      materialized  

  void <init>(com.oracle.truffle.api.instrumentation.test.FindSourcesVisitorNestingTest$CreateCallTargetOnMaterializeNode);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/test/FindSourcesVisitorNestingTest$CreateCallTargetOnMaterializeNode;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.test.FindSourcesVisitorNestingTest$CreateCallTargetOnMaterializeNode this
        start local 1 // com.oracle.truffle.api.instrumentation.test.FindSourcesVisitorNestingTest$CreateCallTargetOnMaterializeNode copy
         0: .line 132
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.nodes.Node.<init>:()V
         1: .line 133
            aload 0 /* this */
            aload 1 /* copy */
            getfield com.oracle.truffle.api.instrumentation.test.FindSourcesVisitorNestingTest$CreateCallTargetOnMaterializeNode.env:Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;
            putfield com.oracle.truffle.api.instrumentation.test.FindSourcesVisitorNestingTest$CreateCallTargetOnMaterializeNode.env:Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;
         2: .line 134
            aload 0 /* this */
            aload 1 /* copy */
            getfield com.oracle.truffle.api.instrumentation.test.FindSourcesVisitorNestingTest$CreateCallTargetOnMaterializeNode.language:Lcom/oracle/truffle/api/test/polyglot/ProxyLanguage;
            putfield com.oracle.truffle.api.instrumentation.test.FindSourcesVisitorNestingTest$CreateCallTargetOnMaterializeNode.language:Lcom/oracle/truffle/api/test/polyglot/ProxyLanguage;
         3: .line 135
            aload 0 /* this */
            aload 1 /* copy */
            getfield com.oracle.truffle.api.instrumentation.test.FindSourcesVisitorNestingTest$CreateCallTargetOnMaterializeNode.materialized:Z
            putfield com.oracle.truffle.api.instrumentation.test.FindSourcesVisitorNestingTest$CreateCallTargetOnMaterializeNode.materialized:Z
         4: .line 136
            aload 0 /* this */
            aload 1 /* copy */
            getfield com.oracle.truffle.api.instrumentation.test.FindSourcesVisitorNestingTest$CreateCallTargetOnMaterializeNode.sourceSection:Lcom/oracle/truffle/api/source/SourceSection;
            putfield com.oracle.truffle.api.instrumentation.test.FindSourcesVisitorNestingTest$CreateCallTargetOnMaterializeNode.sourceSection:Lcom/oracle/truffle/api/source/SourceSection;
         5: .line 137
            aload 0 /* this */
            aload 1 /* copy */
            getfield com.oracle.truffle.api.instrumentation.test.FindSourcesVisitorNestingTest$CreateCallTargetOnMaterializeNode.dummyInstrumentableNode:Lcom/oracle/truffle/api/instrumentation/test/FindSourcesVisitorNestingTest$DummyInstrumentableNode;
            putfield com.oracle.truffle.api.instrumentation.test.FindSourcesVisitorNestingTest$CreateCallTargetOnMaterializeNode.dummyInstrumentableNode:Lcom/oracle/truffle/api/instrumentation/test/FindSourcesVisitorNestingTest$DummyInstrumentableNode;
         6: .line 138
            return
        end local 1 // com.oracle.truffle.api.instrumentation.test.FindSourcesVisitorNestingTest$CreateCallTargetOnMaterializeNode copy
        end local 0 // com.oracle.truffle.api.instrumentation.test.FindSourcesVisitorNestingTest$CreateCallTargetOnMaterializeNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/oracle/truffle/api/instrumentation/test/FindSourcesVisitorNestingTest$CreateCallTargetOnMaterializeNode;
            0    7     1  copy  Lcom/oracle/truffle/api/instrumentation/test/FindSourcesVisitorNestingTest$CreateCallTargetOnMaterializeNode;
    MethodParameters:
      Name  Flags
      copy  

  public boolean isInstrumentable();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.FindSourcesVisitorNestingTest$CreateCallTargetOnMaterializeNode this
         0: .line 142
            iconst_1
            ireturn
        end local 0 // com.oracle.truffle.api.instrumentation.test.FindSourcesVisitorNestingTest$CreateCallTargetOnMaterializeNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/FindSourcesVisitorNestingTest$CreateCallTargetOnMaterializeNode;

  public com.oracle.truffle.api.instrumentation.InstrumentableNode$WrapperNode createWrapper(com.oracle.truffle.api.instrumentation.ProbeNode);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/ProbeNode;)Lcom/oracle/truffle/api/instrumentation/InstrumentableNode$WrapperNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.test.FindSourcesVisitorNestingTest$CreateCallTargetOnMaterializeNode this
         0: .line 147
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tCreateCallTargetOnMaterializeNodeWrapper cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.oracle.truffle.api.instrumentation.test.FindSourcesVisitorNestingTest$CreateCallTargetOnMaterializeNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/FindSourcesVisitorNestingTest$CreateCallTargetOnMaterializeNode;
    MethodParameters:
       Name  Flags
      probe  

  public boolean hasTag(java.lang.Class<? extends com.oracle.truffle.api.instrumentation.Tag>);
    descriptor: (Ljava/lang/Class;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.test.FindSourcesVisitorNestingTest$CreateCallTargetOnMaterializeNode this
        start local 1 // java.lang.Class tag
         0: .line 152
            aload 1 /* tag */
            ldc Lcom/oracle/truffle/api/instrumentation/StandardTags$StatementTag;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Class tag
        end local 0 // com.oracle.truffle.api.instrumentation.test.FindSourcesVisitorNestingTest$CreateCallTargetOnMaterializeNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/FindSourcesVisitorNestingTest$CreateCallTargetOnMaterializeNode;
            0    1     1   tag  Ljava/lang/Class<+Lcom/oracle/truffle/api/instrumentation/Tag;>;
    Signature: (Ljava/lang/Class<+Lcom/oracle/truffle/api/instrumentation/Tag;>;)Z
    MethodParameters:
      Name  Flags
      tag   

  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.test.FindSourcesVisitorNestingTest$CreateCallTargetOnMaterializeNode this
         0: .line 157
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.FindSourcesVisitorNestingTest$CreateCallTargetOnMaterializeNode.sourceSection:Lcom/oracle/truffle/api/source/SourceSection;
            areturn
        end local 0 // com.oracle.truffle.api.instrumentation.test.FindSourcesVisitorNestingTest$CreateCallTargetOnMaterializeNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/FindSourcesVisitorNestingTest$CreateCallTargetOnMaterializeNode;

  private void attachListeners();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.FindSourcesVisitorNestingTest$CreateCallTargetOnMaterializeNode this
         0: .line 162
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.FindSourcesVisitorNestingTest$CreateCallTargetOnMaterializeNode.env:Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;
            invokevirtual com.oracle.truffle.api.instrumentation.TruffleInstrument$Env.getInstrumenter:()Lcom/oracle/truffle/api/instrumentation/Instrumenter;
            getstatic com.oracle.truffle.api.instrumentation.SourceFilter.ANY:Lcom/oracle/truffle/api/instrumentation/SourceFilter;
            invokedynamic onLoad()Lcom/oracle/truffle/api/instrumentation/LoadSourceListener;
              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:
                  (Lcom/oracle/truffle/api/instrumentation/LoadSourceEvent;)V
                  com/oracle/truffle/api/instrumentation/test/FindSourcesVisitorNestingTest$CreateCallTargetOnMaterializeNode.lambda$0(Lcom/oracle/truffle/api/instrumentation/LoadSourceEvent;)V (6)
                  (Lcom/oracle/truffle/api/instrumentation/LoadSourceEvent;)V
         1: .line 163
            iconst_1
         2: .line 162
            invokevirtual com.oracle.truffle.api.instrumentation.Instrumenter.attachLoadSourceListener:(Lcom/oracle/truffle/api/instrumentation/SourceFilter;Lcom/oracle/truffle/api/instrumentation/LoadSourceListener;Z)Lcom/oracle/truffle/api/instrumentation/EventBinding;
            pop
         3: .line 164
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.FindSourcesVisitorNestingTest$CreateCallTargetOnMaterializeNode.env:Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;
            invokevirtual com.oracle.truffle.api.instrumentation.TruffleInstrument$Env.getInstrumenter:()Lcom/oracle/truffle/api/instrumentation/Instrumenter;
            getstatic com.oracle.truffle.api.instrumentation.SourceSectionFilter.ANY:Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;
            new com.oracle.truffle.api.instrumentation.test.FindSourcesVisitorNestingTest$CreateCallTargetOnMaterializeNode$1
            dup
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.instrumentation.test.FindSourcesVisitorNestingTest$CreateCallTargetOnMaterializeNode$1.<init>:(Lcom/oracle/truffle/api/instrumentation/test/FindSourcesVisitorNestingTest$CreateCallTargetOnMaterializeNode;)V
            invokevirtual com.oracle.truffle.api.instrumentation.Instrumenter.attachExecutionEventListener:(Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;Lcom/oracle/truffle/api/instrumentation/ExecutionEventListener;)Lcom/oracle/truffle/api/instrumentation/EventBinding;
            pop
         4: .line 180
            return
        end local 0 // com.oracle.truffle.api.instrumentation.test.FindSourcesVisitorNestingTest$CreateCallTargetOnMaterializeNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/oracle/truffle/api/instrumentation/test/FindSourcesVisitorNestingTest$CreateCallTargetOnMaterializeNode;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary()

  public boolean execute(com.oracle.truffle.api.frame.VirtualFrame);
    descriptor: (Lcom/oracle/truffle/api/frame/VirtualFrame;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.test.FindSourcesVisitorNestingTest$CreateCallTargetOnMaterializeNode this
        start local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
         0: .line 183
            aload 0 /* this */
            invokevirtual com.oracle.truffle.api.instrumentation.test.FindSourcesVisitorNestingTest$CreateCallTargetOnMaterializeNode.attachListeners:()V
         1: .line 184
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.FindSourcesVisitorNestingTest$CreateCallTargetOnMaterializeNode.dummyInstrumentableNode:Lcom/oracle/truffle/api/instrumentation/test/FindSourcesVisitorNestingTest$DummyInstrumentableNode;
            aload 1 /* frame */
            invokevirtual com.oracle.truffle.api.instrumentation.test.FindSourcesVisitorNestingTest$DummyInstrumentableNode.execute:(Lcom/oracle/truffle/api/frame/VirtualFrame;)Z
            ireturn
        end local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
        end local 0 // com.oracle.truffle.api.instrumentation.test.FindSourcesVisitorNestingTest$CreateCallTargetOnMaterializeNode this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/oracle/truffle/api/instrumentation/test/FindSourcesVisitorNestingTest$CreateCallTargetOnMaterializeNode;
            0    2     1  frame  Lcom/oracle/truffle/api/frame/VirtualFrame;
    MethodParameters:
       Name  Flags
      frame  

  public com.oracle.truffle.api.instrumentation.InstrumentableNode materializeInstrumentableNodes(java.util.Set<java.lang.Class<? extends com.oracle.truffle.api.instrumentation.Tag>>);
    descriptor: (Ljava/util/Set;)Lcom/oracle/truffle/api/instrumentation/InstrumentableNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.test.FindSourcesVisitorNestingTest$CreateCallTargetOnMaterializeNode this
        start local 1 // java.util.Set materializedTags
         0: .line 189
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.FindSourcesVisitorNestingTest$CreateCallTargetOnMaterializeNode.materialized:Z
            ifeq 2
         1: .line 190
            aload 0 /* this */
            areturn
         2: .line 193
      StackMap locals:
      StackMap stack:
            invokestatic com.oracle.truffle.api.Truffle.getRuntime:()Lcom/oracle/truffle/api/TruffleRuntime;
            new com.oracle.truffle.api.instrumentation.test.FindSourcesVisitorNestingTest$CreateCallTargetOnMaterializeNode$2
            dup
            aload 0 /* this */
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.FindSourcesVisitorNestingTest$CreateCallTargetOnMaterializeNode.language:Lcom/oracle/truffle/api/test/polyglot/ProxyLanguage;
            invokespecial com.oracle.truffle.api.instrumentation.test.FindSourcesVisitorNestingTest$CreateCallTargetOnMaterializeNode$2.<init>:(Lcom/oracle/truffle/api/instrumentation/test/FindSourcesVisitorNestingTest$CreateCallTargetOnMaterializeNode;Lcom/oracle/truffle/api/TruffleLanguage;)V
            invokeinterface com.oracle.truffle.api.TruffleRuntime.createCallTarget:(Lcom/oracle/truffle/api/nodes/RootNode;)Lcom/oracle/truffle/api/RootCallTarget;
            pop
         3: .line 205
            new com.oracle.truffle.api.instrumentation.test.FindSourcesVisitorNestingTest$CreateCallTargetOnMaterializeNode
            dup
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.FindSourcesVisitorNestingTest$CreateCallTargetOnMaterializeNode.env:Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.FindSourcesVisitorNestingTest$CreateCallTargetOnMaterializeNode.language:Lcom/oracle/truffle/api/test/polyglot/ProxyLanguage;
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.FindSourcesVisitorNestingTest$CreateCallTargetOnMaterializeNode.sourceSection:Lcom/oracle/truffle/api/source/SourceSection;
            invokevirtual com.oracle.truffle.api.source.SourceSection.getSource:()Lcom/oracle/truffle/api/source/Source;
            iconst_1
            invokespecial com.oracle.truffle.api.instrumentation.test.FindSourcesVisitorNestingTest$CreateCallTargetOnMaterializeNode.<init>:(Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;Lcom/oracle/truffle/api/test/polyglot/ProxyLanguage;Lcom/oracle/truffle/api/source/Source;Z)V
            areturn
        end local 1 // java.util.Set materializedTags
        end local 0 // com.oracle.truffle.api.instrumentation.test.FindSourcesVisitorNestingTest$CreateCallTargetOnMaterializeNode this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    4     0              this  Lcom/oracle/truffle/api/instrumentation/test/FindSourcesVisitorNestingTest$CreateCallTargetOnMaterializeNode;
            0    4     1  materializedTags  Ljava/util/Set<Ljava/lang/Class<+Lcom/oracle/truffle/api/instrumentation/Tag;>;>;
    Signature: (Ljava/util/Set<Ljava/lang/Class<+Lcom/oracle/truffle/api/instrumentation/Tag;>;>;)Lcom/oracle/truffle/api/instrumentation/InstrumentableNode;
    MethodParameters:
                  Name  Flags
      materializedTags  

  private static void lambda$0(com.oracle.truffle.api.instrumentation.LoadSourceEvent);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/LoadSourceEvent;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.LoadSourceEvent event
         0: .line 163
            return
        end local 0 // com.oracle.truffle.api.instrumentation.LoadSourceEvent event
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  event  Lcom/oracle/truffle/api/instrumentation/LoadSourceEvent;
}
SourceFile: "FindSourcesVisitorNestingTest.java"
NestHost: com.oracle.truffle.api.instrumentation.test.FindSourcesVisitorNestingTest
InnerClasses:
  public abstract TruffleBoundary = com.oracle.truffle.api.CompilerDirectives$TruffleBoundary of com.oracle.truffle.api.CompilerDirectives
  public abstract WrapperNode = com.oracle.truffle.api.instrumentation.InstrumentableNode$WrapperNode of com.oracle.truffle.api.instrumentation.InstrumentableNode
  public final StatementTag = com.oracle.truffle.api.instrumentation.StandardTags$StatementTag of com.oracle.truffle.api.instrumentation.StandardTags
  public final Env = com.oracle.truffle.api.instrumentation.TruffleInstrument$Env of com.oracle.truffle.api.instrumentation.TruffleInstrument
  CreateCallTargetOnMaterializeNode = com.oracle.truffle.api.instrumentation.test.FindSourcesVisitorNestingTest$CreateCallTargetOnMaterializeNode of com.oracle.truffle.api.instrumentation.test.FindSourcesVisitorNestingTest
  com.oracle.truffle.api.instrumentation.test.FindSourcesVisitorNestingTest$CreateCallTargetOnMaterializeNode$1
  com.oracle.truffle.api.instrumentation.test.FindSourcesVisitorNestingTest$CreateCallTargetOnMaterializeNode$2
  DummyInstrumentableNode = com.oracle.truffle.api.instrumentation.test.FindSourcesVisitorNestingTest$DummyInstrumentableNode of com.oracle.truffle.api.instrumentation.test.FindSourcesVisitorNestingTest
  public abstract Child = com.oracle.truffle.api.nodes.Node$Child of com.oracle.truffle.api.nodes.Node
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.instrumentation.GenerateWrapper()