class com.oracle.truffle.api.dsl.test.CachedContextTest$CachedContextLibraryReceiver
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.api.dsl.test.CachedContextTest$CachedContextLibraryReceiver
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.dsl.test.CachedContextTest$CachedContextLibraryReceiver this
         0: .line 494
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.dsl.test.CachedContextTest$CachedContextLibraryReceiver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/CachedContextTest$CachedContextLibraryReceiver;

  final java.lang.Object m0(com.oracle.truffle.api.TruffleLanguage$Env);
    descriptor: (Lcom/oracle/truffle/api/TruffleLanguage$Env;)Ljava/lang/Object;
    flags: (0x0010) ACC_FINAL
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.dsl.test.CachedContextTest$CachedContextLibraryReceiver this
        start local 1 // com.oracle.truffle.api.TruffleLanguage$Env env
         0: .line 498
            ldc "m0"
            areturn
        end local 1 // com.oracle.truffle.api.TruffleLanguage$Env env
        end local 0 // com.oracle.truffle.api.dsl.test.CachedContextTest$CachedContextLibraryReceiver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/CachedContextTest$CachedContextLibraryReceiver;
            0    1     1   env  Lcom/oracle/truffle/api/TruffleLanguage$Env;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    RuntimeInvisibleParameterAnnotations: 
      0:
        com.oracle.truffle.api.dsl.CachedContext(value = Lcom/oracle/truffle/api/dsl/test/CachedContextTest$CachedContextTestLanguage;)
    MethodParameters:
      Name  Flags
      env   

  final java.lang.Object m1(com.oracle.truffle.api.TruffleLanguage$Env);
    descriptor: (Lcom/oracle/truffle/api/TruffleLanguage$Env;)Ljava/lang/Object;
    flags: (0x0010) ACC_FINAL
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.dsl.test.CachedContextTest$CachedContextLibraryReceiver this
        start local 1 // com.oracle.truffle.api.TruffleLanguage$Env env
         0: .line 503
            ldc "m1"
            areturn
        end local 1 // com.oracle.truffle.api.TruffleLanguage$Env env
        end local 0 // com.oracle.truffle.api.dsl.test.CachedContextTest$CachedContextLibraryReceiver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/CachedContextTest$CachedContextLibraryReceiver;
            0    1     1   env  Lcom/oracle/truffle/api/TruffleLanguage$Env;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    RuntimeInvisibleParameterAnnotations: 
      0:
        com.oracle.truffle.api.dsl.CachedContext(value = Lcom/oracle/truffle/api/dsl/test/CachedContextTest$CachedContextTestLanguage;)
    MethodParameters:
      Name  Flags
      env   
}
SourceFile: "CachedContextTest.java"
NestHost: com.oracle.truffle.api.dsl.test.CachedContextTest
InnerClasses:
  public final Env = com.oracle.truffle.api.TruffleLanguage$Env of com.oracle.truffle.api.TruffleLanguage
  CachedContextLibraryReceiver = com.oracle.truffle.api.dsl.test.CachedContextTest$CachedContextLibraryReceiver of com.oracle.truffle.api.dsl.test.CachedContextTest
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/api/dsl/test/CachedContextTest$CachedContextTestLibrary;)