class com.oracle.truffle.api.instrumentation.test.FindSourcesVisitorNestingTest$1 extends com.oracle.truffle.api.test.polyglot.ProxyLanguage
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.api.instrumentation.test.FindSourcesVisitorNestingTest$1
  super_class: com.oracle.truffle.api.test.polyglot.ProxyLanguage
{
  private final java.util.List<com.oracle.truffle.api.CallTarget> targets;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lcom/oracle/truffle/api/CallTarget;>;

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

  void <init>(com.oracle.truffle.api.instrumentation.test.FindSourcesVisitorNestingTest);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/test/FindSourcesVisitorNestingTest;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.test.FindSourcesVisitorNestingTest$1 this
         0: .line 211
            aload 0 /* this */
            aload 1
            putfield com.oracle.truffle.api.instrumentation.test.FindSourcesVisitorNestingTest$1.this$0:Lcom/oracle/truffle/api/instrumentation/test/FindSourcesVisitorNestingTest;
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.test.polyglot.ProxyLanguage.<init>:()V
         1: .line 212
            aload 0 /* this */
            new java.util.LinkedList
            dup
            invokespecial java.util.LinkedList.<init>:()V
            putfield com.oracle.truffle.api.instrumentation.test.FindSourcesVisitorNestingTest$1.targets:Ljava/util/List;
         2: .line 211
            return
        end local 0 // com.oracle.truffle.api.instrumentation.test.FindSourcesVisitorNestingTest$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/api/instrumentation/test/FindSourcesVisitorNestingTest$1;
    MethodParameters:
        Name  Flags
      this$0  final

  protected com.oracle.truffle.api.CallTarget parse(com.oracle.truffle.api.TruffleLanguage$ParsingRequest);
    descriptor: (Lcom/oracle/truffle/api/TruffleLanguage$ParsingRequest;)Lcom/oracle/truffle/api/CallTarget;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=4, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.test.FindSourcesVisitorNestingTest$1 this
        start local 1 // com.oracle.truffle.api.TruffleLanguage$ParsingRequest request
         0: .line 216
            aload 1 /* request */
            invokevirtual com.oracle.truffle.api.TruffleLanguage$ParsingRequest.getSource:()Lcom/oracle/truffle/api/source/Source;
            astore 2 /* source */
        start local 2 // com.oracle.truffle.api.source.Source source
         1: .line 217
            invokestatic com.oracle.truffle.api.Truffle.getRuntime:()Lcom/oracle/truffle/api/TruffleRuntime;
            new com.oracle.truffle.api.instrumentation.test.FindSourcesVisitorNestingTest$1$1
            dup
            aload 0 /* this */
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.FindSourcesVisitorNestingTest$1.languageInstance:Lcom/oracle/truffle/api/test/polyglot/ProxyLanguage;
            aload 2 /* source */
            invokespecial com.oracle.truffle.api.instrumentation.test.FindSourcesVisitorNestingTest$1$1.<init>:(Lcom/oracle/truffle/api/instrumentation/test/FindSourcesVisitorNestingTest$1;Lcom/oracle/truffle/api/TruffleLanguage;Lcom/oracle/truffle/api/source/Source;)V
            invokeinterface com.oracle.truffle.api.TruffleRuntime.createCallTarget:(Lcom/oracle/truffle/api/nodes/RootNode;)Lcom/oracle/truffle/api/RootCallTarget;
            astore 3 /* target */
        start local 3 // com.oracle.truffle.api.CallTarget target
         2: .line 232
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.FindSourcesVisitorNestingTest$1.targets:Ljava/util/List;
            aload 3 /* target */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         3: .line 233
            aload 3 /* target */
            areturn
        end local 3 // com.oracle.truffle.api.CallTarget target
        end local 2 // com.oracle.truffle.api.source.Source source
        end local 1 // com.oracle.truffle.api.TruffleLanguage$ParsingRequest request
        end local 0 // com.oracle.truffle.api.instrumentation.test.FindSourcesVisitorNestingTest$1 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lcom/oracle/truffle/api/instrumentation/test/FindSourcesVisitorNestingTest$1;
            0    4     1  request  Lcom/oracle/truffle/api/TruffleLanguage$ParsingRequest;
            1    4     2   source  Lcom/oracle/truffle/api/source/Source;
            2    4     3   target  Lcom/oracle/truffle/api/CallTarget;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
         Name  Flags
      request  

  static com.oracle.truffle.api.test.polyglot.ProxyLanguage access$0(com.oracle.truffle.api.instrumentation.test.FindSourcesVisitorNestingTest$1);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/test/FindSourcesVisitorNestingTest$1;)Lcom/oracle/truffle/api/test/polyglot/ProxyLanguage;
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 211
            aload 0
            getfield com.oracle.truffle.api.instrumentation.test.FindSourcesVisitorNestingTest$1.languageInstance:Lcom/oracle/truffle/api/test/polyglot/ProxyLanguage;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static com.oracle.truffle.api.instrumentation.test.FindSourcesVisitorNestingTest access$1(com.oracle.truffle.api.instrumentation.test.FindSourcesVisitorNestingTest$1);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/test/FindSourcesVisitorNestingTest$1;)Lcom/oracle/truffle/api/instrumentation/test/FindSourcesVisitorNestingTest;
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 211
            aload 0
            getfield com.oracle.truffle.api.instrumentation.test.FindSourcesVisitorNestingTest$1.this$0:Lcom/oracle/truffle/api/instrumentation/test/FindSourcesVisitorNestingTest;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "FindSourcesVisitorNestingTest.java"
EnclosingMethod: com.oracle.truffle.api.instrumentation.test.FindSourcesVisitorNestingTest.setup:()V
NestHost: com.oracle.truffle.api.instrumentation.test.FindSourcesVisitorNestingTest
InnerClasses:
  public final ParsingRequest = com.oracle.truffle.api.TruffleLanguage$ParsingRequest of com.oracle.truffle.api.TruffleLanguage
  com.oracle.truffle.api.instrumentation.test.FindSourcesVisitorNestingTest$1
  com.oracle.truffle.api.instrumentation.test.FindSourcesVisitorNestingTest$1$1