public class com.oracle.truffle.api.test.polyglot.ValueAPITest$JavaClass extends com.oracle.truffle.api.test.polyglot.ValueAPITest$JavaSuperClass implements com.oracle.truffle.api.test.polyglot.ValueAPITest$JavaInterface, com.oracle.truffle.api.test.polyglot.ValueAPITest$JavaFunctionalInterface
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.truffle.api.test.polyglot.ValueAPITest$JavaClass
  super_class: com.oracle.truffle.api.test.polyglot.ValueAPITest$JavaSuperClass
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.test.polyglot.ValueAPITest$JavaClass this
         0: .line 401
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.test.polyglot.ValueAPITest$JavaSuperClass.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.test.polyglot.ValueAPITest$JavaClass this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/test/polyglot/ValueAPITest$JavaClass;

  public void foo();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.test.polyglot.ValueAPITest$JavaClass this
         0: .line 404
            return
        end local 0 // com.oracle.truffle.api.test.polyglot.ValueAPITest$JavaClass this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/test/polyglot/ValueAPITest$JavaClass;
}
SourceFile: "ValueAPITest.java"
NestHost: com.oracle.truffle.api.test.polyglot.ValueAPITest
InnerClasses:
  public JavaClass = com.oracle.truffle.api.test.polyglot.ValueAPITest$JavaClass of com.oracle.truffle.api.test.polyglot.ValueAPITest
  public abstract JavaFunctionalInterface = com.oracle.truffle.api.test.polyglot.ValueAPITest$JavaFunctionalInterface of com.oracle.truffle.api.test.polyglot.ValueAPITest
  public abstract JavaInterface = com.oracle.truffle.api.test.polyglot.ValueAPITest$JavaInterface of com.oracle.truffle.api.test.polyglot.ValueAPITest
  public JavaSuperClass = com.oracle.truffle.api.test.polyglot.ValueAPITest$JavaSuperClass of com.oracle.truffle.api.test.polyglot.ValueAPITest