class com.oracle.truffle.api.test.polyglot.PolyglotCachingTest$4 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.test.polyglot.PolyglotCachingTest$4
  super_class: com.oracle.truffle.api.test.polyglot.ProxyLanguage
{
  final com.oracle.truffle.api.test.polyglot.PolyglotCachingTest this$0;
    descriptor: Lcom/oracle/truffle/api/test/polyglot/PolyglotCachingTest;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final java.lang.String val$testString;
    descriptor: Ljava/lang/String;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.oracle.truffle.api.test.polyglot.PolyglotCachingTest, java.lang.String);
    descriptor: (Lcom/oracle/truffle/api/test/polyglot/PolyglotCachingTest;Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.test.polyglot.PolyglotCachingTest$4 this
         0: .line 236
            aload 0 /* this */
            aload 1
            putfield com.oracle.truffle.api.test.polyglot.PolyglotCachingTest$4.this$0:Lcom/oracle/truffle/api/test/polyglot/PolyglotCachingTest;
            aload 0 /* this */
            aload 2
            putfield com.oracle.truffle.api.test.polyglot.PolyglotCachingTest$4.val$testString:Ljava/lang/String;
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.test.polyglot.ProxyLanguage.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.test.polyglot.PolyglotCachingTest$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/test/polyglot/PolyglotCachingTest$4;
    MethodParameters:
                Name  Flags
      this$0          final
      val$testString  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=4, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.test.polyglot.PolyglotCachingTest$4 this
        start local 1 // com.oracle.truffle.api.TruffleLanguage$ParsingRequest request
         0: .line 239
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.polyglot.PolyglotCachingTest$4.this$0:Lcom/oracle/truffle/api/test/polyglot/PolyglotCachingTest;
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.polyglot.PolyglotCachingTest$4.languageInstance:Lcom/oracle/truffle/api/test/polyglot/ProxyLanguage;
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.polyglot.PolyglotCachingTest$4.val$testString:Ljava/lang/String;
            aload 1 /* request */
            invokevirtual com.oracle.truffle.api.test.polyglot.PolyglotCachingTest.parse:(Lcom/oracle/truffle/api/test/polyglot/ProxyLanguage;Ljava/lang/String;Lcom/oracle/truffle/api/TruffleLanguage$ParsingRequest;)Lcom/oracle/truffle/api/CallTarget;
            areturn
        end local 1 // com.oracle.truffle.api.TruffleLanguage$ParsingRequest request
        end local 0 // com.oracle.truffle.api.test.polyglot.PolyglotCachingTest$4 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/oracle/truffle/api/test/polyglot/PolyglotCachingTest$4;
            0    1     1  request  Lcom/oracle/truffle/api/TruffleLanguage$ParsingRequest;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
         Name  Flags
      request  
}
SourceFile: "PolyglotCachingTest.java"
EnclosingMethod: com.oracle.truffle.api.test.polyglot.PolyglotCachingTest.setupTestLang:(Z)V
NestHost: com.oracle.truffle.api.test.polyglot.PolyglotCachingTest
InnerClasses:
  public final ParsingRequest = com.oracle.truffle.api.TruffleLanguage$ParsingRequest of com.oracle.truffle.api.TruffleLanguage
  com.oracle.truffle.api.test.polyglot.PolyglotCachingTest$4