final class com.oracle.truffle.api.test.polyglot.ValueAPITest$TestObject 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$TestObject
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.test.polyglot.ValueAPITest$TestObject this
         0: .line 1537
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.test.polyglot.ValueAPITest$TestObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/test/polyglot/ValueAPITest$TestObject;

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

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

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

  java.lang.Object execute(java.lang.Object[]);
    descriptor: ([Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.test.polyglot.ValueAPITest$TestObject this
        start local 1 // java.lang.Object[] arguments
         0: .line 1556
            invokestatic com.oracle.truffle.api.interop.UnsupportedMessageException.create:()Lcom/oracle/truffle/api/interop/UnsupportedMessageException;
            athrow
        end local 1 // java.lang.Object[] arguments
        end local 0 // com.oracle.truffle.api.test.polyglot.ValueAPITest$TestObject this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/oracle/truffle/api/test/polyglot/ValueAPITest$TestObject;
            0    1     1  arguments  [Ljava/lang/Object;
    Exceptions:
      throws com.oracle.truffle.api.interop.UnsupportedMessageException
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    MethodParameters:
           Name  Flags
      arguments  

  java.lang.Object getMembers(boolean);
    descriptor: (Z)Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.test.polyglot.ValueAPITest$TestObject this
        start local 1 // boolean includeInternal
         0: .line 1561
            invokestatic com.oracle.truffle.api.interop.UnsupportedMessageException.create:()Lcom/oracle/truffle/api/interop/UnsupportedMessageException;
            athrow
        end local 1 // boolean includeInternal
        end local 0 // com.oracle.truffle.api.test.polyglot.ValueAPITest$TestObject this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lcom/oracle/truffle/api/test/polyglot/ValueAPITest$TestObject;
            0    1     1  includeInternal  Z
    Exceptions:
      throws com.oracle.truffle.api.interop.UnsupportedMessageException
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    MethodParameters:
                 Name  Flags
      includeInternal  

  java.lang.Object readArrayElement(long);
    descriptor: (J)Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.oracle.truffle.api.test.polyglot.ValueAPITest$TestObject this
        start local 1 // long index
         0: .line 1566
            lload 1 /* index */
            invokestatic com.oracle.truffle.api.interop.InvalidArrayIndexException.create:(J)Lcom/oracle/truffle/api/interop/InvalidArrayIndexException;
            athrow
        end local 1 // long index
        end local 0 // com.oracle.truffle.api.test.polyglot.ValueAPITest$TestObject this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/api/test/polyglot/ValueAPITest$TestObject;
            0    1     1  index  J
    Exceptions:
      throws com.oracle.truffle.api.interop.InvalidArrayIndexException
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    MethodParameters:
       Name  Flags
      index  

  long getArraySize();
    descriptor: ()J
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.test.polyglot.ValueAPITest$TestObject this
         0: .line 1571
            lconst_0
            lreturn
        end local 0 // com.oracle.truffle.api.test.polyglot.ValueAPITest$TestObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/test/polyglot/ValueAPITest$TestObject;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()

  boolean isArrayElementReadable(long);
    descriptor: (J)Z
    flags: (0x0000) 
    Code:
      stack=1, locals=3, args_size=2
        start local 0 // com.oracle.truffle.api.test.polyglot.ValueAPITest$TestObject this
        start local 1 // long index
         0: .line 1576
            iconst_0
            ireturn
        end local 1 // long index
        end local 0 // com.oracle.truffle.api.test.polyglot.ValueAPITest$TestObject this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/api/test/polyglot/ValueAPITest$TestObject;
            0    1     1  index  J
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    MethodParameters:
       Name  Flags
      index  
}
SourceFile: "ValueAPITest.java"
NestHost: com.oracle.truffle.api.test.polyglot.ValueAPITest
InnerClasses:
  final TestObject = com.oracle.truffle.api.test.polyglot.ValueAPITest$TestObject of com.oracle.truffle.api.test.polyglot.ValueAPITest
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/api/interop/InteropLibrary;)