final class com.oracle.truffle.api.test.polyglot.ValueAPITest$BooleanAndDelegate implements com.oracle.truffle.api.interop.TruffleObject
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.api.test.polyglot.ValueAPITest$BooleanAndDelegate
  super_class: java.lang.Object
{
  final java.lang.Object delegate;
    descriptor: Ljava/lang/Object;
    flags: (0x0010) ACC_FINAL

  boolean booleanValue;
    descriptor: Z
    flags: (0x0000) 

  void <init>(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.test.polyglot.ValueAPITest$BooleanAndDelegate this
        start local 1 // java.lang.Object delegate
         0: .line 1976
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1977
            aload 0 /* this */
            aload 1 /* delegate */
            putfield com.oracle.truffle.api.test.polyglot.ValueAPITest$BooleanAndDelegate.delegate:Ljava/lang/Object;
         2: .line 1978
            return
        end local 1 // java.lang.Object delegate
        end local 0 // com.oracle.truffle.api.test.polyglot.ValueAPITest$BooleanAndDelegate this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lcom/oracle/truffle/api/test/polyglot/ValueAPITest$BooleanAndDelegate;
            0    3     1  delegate  Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      delegate  

  boolean isBoolean();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.test.polyglot.ValueAPITest$BooleanAndDelegate this
         0: .line 1983
            iconst_1
            ireturn
        end local 0 // com.oracle.truffle.api.test.polyglot.ValueAPITest$BooleanAndDelegate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/test/polyglot/ValueAPITest$BooleanAndDelegate;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()

  boolean asBoolean();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.test.polyglot.ValueAPITest$BooleanAndDelegate this
         0: .line 1988
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.polyglot.ValueAPITest$BooleanAndDelegate.booleanValue:Z
            ireturn
        end local 0 // com.oracle.truffle.api.test.polyglot.ValueAPITest$BooleanAndDelegate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/test/polyglot/ValueAPITest$BooleanAndDelegate;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
}
SourceFile: "ValueAPITest.java"
NestHost: com.oracle.truffle.api.test.polyglot.ValueAPITest
InnerClasses:
  final BooleanAndDelegate = com.oracle.truffle.api.test.polyglot.ValueAPITest$BooleanAndDelegate of com.oracle.truffle.api.test.polyglot.ValueAPITest
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/api/interop/InteropLibrary;, delegateTo = "delegate")