class com.oracle.truffle.api.test.interop.InteropAssertionsTest$GetMetaObjectTest implements com.oracle.truffle.api.interop.TruffleObject
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.api.test.interop.InteropAssertionsTest$GetMetaObjectTest
  super_class: java.lang.Object
{
  java.util.function.Supplier<java.lang.Object> getMetaObject;
    descriptor: Ljava/util/function/Supplier;
    flags: (0x0000) 
    Signature: Ljava/util/function/Supplier<Ljava/lang/Object;>;

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

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.test.interop.InteropAssertionsTest$GetMetaObjectTest this
         0: .line 240
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.test.interop.InteropAssertionsTest$GetMetaObjectTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/test/interop/InteropAssertionsTest$GetMetaObjectTest;

  boolean hasMetaObject();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.test.interop.InteropAssertionsTest$GetMetaObjectTest this
         0: .line 247
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.interop.InteropAssertionsTest$GetMetaObjectTest.hasMetaObject:Z
            ireturn
        end local 0 // com.oracle.truffle.api.test.interop.InteropAssertionsTest$GetMetaObjectTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/test/interop/InteropAssertionsTest$GetMetaObjectTest;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()

  java.lang.Object getMetaObject();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.test.interop.InteropAssertionsTest$GetMetaObjectTest this
         0: .line 252
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.interop.InteropAssertionsTest$GetMetaObjectTest.getMetaObject:Ljava/util/function/Supplier;
            ifnonnull 2
         1: .line 253
            invokestatic com.oracle.truffle.api.interop.UnsupportedMessageException.create:()Lcom/oracle/truffle/api/interop/UnsupportedMessageException;
            athrow
         2: .line 255
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.interop.InteropAssertionsTest$GetMetaObjectTest.getMetaObject:Ljava/util/function/Supplier;
            invokeinterface java.util.function.Supplier.get:()Ljava/lang/Object;
            areturn
        end local 0 // com.oracle.truffle.api.test.interop.InteropAssertionsTest$GetMetaObjectTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/api/test/interop/InteropAssertionsTest$GetMetaObjectTest;
    Exceptions:
      throws com.oracle.truffle.api.interop.UnsupportedMessageException
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
}
SourceFile: "InteropAssertionsTest.java"
NestHost: com.oracle.truffle.api.test.interop.InteropAssertionsTest
InnerClasses:
  GetMetaObjectTest = com.oracle.truffle.api.test.interop.InteropAssertionsTest$GetMetaObjectTest of com.oracle.truffle.api.test.interop.InteropAssertionsTest
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/api/interop/InteropLibrary;)