abstract class com.oracle.truffle.api.TruffleContextSnippets$MyLanguage extends com.oracle.truffle.api.TruffleLanguage<com.oracle.truffle.api.TruffleContextSnippets$MyContext>
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: com.oracle.truffle.api.TruffleContextSnippets$MyLanguage
  super_class: com.oracle.truffle.api.TruffleLanguage
{
  final com.oracle.truffle.api.TruffleContextSnippets this$0;
    descriptor: Lcom/oracle/truffle/api/TruffleContextSnippets;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.oracle.truffle.api.TruffleContextSnippets);
    descriptor: (Lcom/oracle/truffle/api/TruffleContextSnippets;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.TruffleContextSnippets$MyLanguage this
         0: .line 444
            aload 0 /* this */
            aload 1
            putfield com.oracle.truffle.api.TruffleContextSnippets$MyLanguage.this$0:Lcom/oracle/truffle/api/TruffleContextSnippets;
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.TruffleLanguage.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.TruffleContextSnippets$MyLanguage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/TruffleContextSnippets$MyLanguage;
    MethodParameters:
        Name  Flags
      this$0  final
}
Signature: Lcom/oracle/truffle/api/TruffleLanguage<Lcom/oracle/truffle/api/TruffleContextSnippets$MyContext;>;
SourceFile: "TruffleContext.java"
NestHost: com.oracle.truffle.api.TruffleContextSnippets
InnerClasses:
  abstract MyContext = com.oracle.truffle.api.TruffleContextSnippets$MyContext of com.oracle.truffle.api.TruffleContextSnippets
  abstract MyLanguage = com.oracle.truffle.api.TruffleContextSnippets$MyLanguage of com.oracle.truffle.api.TruffleContextSnippets