public class com.oracle.truffle.api.test.polyglot.ContextAPITest$MyClass
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.truffle.api.test.polyglot.ContextAPITest$MyClass
  super_class: java.lang.Object
{
  public java.lang.Object field;
    descriptor: Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    RuntimeVisibleAnnotations: 
      org.graalvm.polyglot.HostAccess$Export()

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.test.polyglot.ContextAPITest$MyClass this
         0: .line 679
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 681
            aload 0 /* this */
            ldc "bar"
            putfield com.oracle.truffle.api.test.polyglot.ContextAPITest$MyClass.field:Ljava/lang/Object;
         2: .line 679
            return
        end local 0 // com.oracle.truffle.api.test.polyglot.ContextAPITest$MyClass this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/api/test/polyglot/ContextAPITest$MyClass;

  public int bazz();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.test.polyglot.ContextAPITest$MyClass this
         0: .line 685
            bipush 42
            ireturn
        end local 0 // com.oracle.truffle.api.test.polyglot.ContextAPITest$MyClass this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/test/polyglot/ContextAPITest$MyClass;
    RuntimeVisibleAnnotations: 
      org.graalvm.polyglot.HostAccess$Export()
}
SourceFile: "ContextAPITest.java"
NestHost: com.oracle.truffle.api.test.polyglot.ContextAPITest
InnerClasses:
  public MyClass = com.oracle.truffle.api.test.polyglot.ContextAPITest$MyClass of com.oracle.truffle.api.test.polyglot.ContextAPITest
  public abstract Export = org.graalvm.polyglot.HostAccess$Export of org.graalvm.polyglot.HostAccess