final class com.oracle.truffle.js.test.polyglot.ConsolePrintTest$RLikeNumber 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.js.test.polyglot.ConsolePrintTest$RLikeNumber
  super_class: java.lang.Object
{
  private final double value;
    descriptor: D
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(double);
    descriptor: (D)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.oracle.truffle.js.test.polyglot.ConsolePrintTest$RLikeNumber this
        start local 1 // double value
         0: .line 286
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 287
            aload 0 /* this */
            dload 1 /* value */
            putfield com.oracle.truffle.js.test.polyglot.ConsolePrintTest$RLikeNumber.value:D
         2: .line 288
            return
        end local 1 // double value
        end local 0 // com.oracle.truffle.js.test.polyglot.ConsolePrintTest$RLikeNumber this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/oracle/truffle/js/test/polyglot/ConsolePrintTest$RLikeNumber;
            0    3     1  value  D
    MethodParameters:
       Name  Flags
      value  

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

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

  java.lang.Object readArrayElement(long);
    descriptor: (J)Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.oracle.truffle.js.test.polyglot.ConsolePrintTest$RLikeNumber this
        start local 1 // long index
         0: .line 304
            lload 1 /* index */
            lconst_0
            lcmp
            ifne 2
         1: .line 305
            aload 0 /* this */
            getfield com.oracle.truffle.js.test.polyglot.ConsolePrintTest$RLikeNumber.value:D
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            areturn
         2: .line 307
      StackMap locals:
      StackMap stack:
            invokestatic com.oracle.truffle.api.interop.UnsupportedMessageException.create:()Lcom/oracle/truffle/api/interop/UnsupportedMessageException;
            athrow
        end local 1 // long index
        end local 0 // com.oracle.truffle.js.test.polyglot.ConsolePrintTest$RLikeNumber this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/oracle/truffle/js/test/polyglot/ConsolePrintTest$RLikeNumber;
            0    3     1  index  J
    Exceptions:
      throws com.oracle.truffle.api.interop.UnsupportedMessageException
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    MethodParameters:
       Name  Flags
      index  

  boolean isArrayElementReadable(long);
    descriptor: (J)Z
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.oracle.truffle.js.test.polyglot.ConsolePrintTest$RLikeNumber this
        start local 1 // long index
         0: .line 314
            lload 1 /* index */
            lconst_0
            lcmp
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // long index
        end local 0 // com.oracle.truffle.js.test.polyglot.ConsolePrintTest$RLikeNumber this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/oracle/truffle/js/test/polyglot/ConsolePrintTest$RLikeNumber;
            0    2     1  index  J
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    MethodParameters:
       Name  Flags
      index  

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

  long asPointer();
    descriptor: ()J
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.test.polyglot.ConsolePrintTest$RLikeNumber this
         0: .line 325
            aload 0 /* this */
            getfield com.oracle.truffle.js.test.polyglot.ConsolePrintTest$RLikeNumber.value:D
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            lreturn
        end local 0 // com.oracle.truffle.js.test.polyglot.ConsolePrintTest$RLikeNumber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/test/polyglot/ConsolePrintTest$RLikeNumber;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()

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

  boolean fitsInByte();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.test.polyglot.ConsolePrintTest$RLikeNumber this
         0: .line 337
            iconst_0
            ireturn
        end local 0 // com.oracle.truffle.js.test.polyglot.ConsolePrintTest$RLikeNumber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/test/polyglot/ConsolePrintTest$RLikeNumber;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()

  boolean fitsInShort();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.test.polyglot.ConsolePrintTest$RLikeNumber this
         0: .line 343
            iconst_0
            ireturn
        end local 0 // com.oracle.truffle.js.test.polyglot.ConsolePrintTest$RLikeNumber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/test/polyglot/ConsolePrintTest$RLikeNumber;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()

  boolean fitsInInt();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.test.polyglot.ConsolePrintTest$RLikeNumber this
         0: .line 349
            iconst_0
            ireturn
        end local 0 // com.oracle.truffle.js.test.polyglot.ConsolePrintTest$RLikeNumber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/test/polyglot/ConsolePrintTest$RLikeNumber;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()

  boolean fitsInLong();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.test.polyglot.ConsolePrintTest$RLikeNumber this
         0: .line 355
            iconst_0
            ireturn
        end local 0 // com.oracle.truffle.js.test.polyglot.ConsolePrintTest$RLikeNumber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/test/polyglot/ConsolePrintTest$RLikeNumber;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()

  boolean fitsInFloat();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.test.polyglot.ConsolePrintTest$RLikeNumber this
         0: .line 361
            iconst_0
            ireturn
        end local 0 // com.oracle.truffle.js.test.polyglot.ConsolePrintTest$RLikeNumber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/test/polyglot/ConsolePrintTest$RLikeNumber;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()

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

  byte asByte();
    descriptor: ()B
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.test.polyglot.ConsolePrintTest$RLikeNumber this
         0: .line 373
            invokestatic com.oracle.truffle.api.interop.UnsupportedMessageException.create:()Lcom/oracle/truffle/api/interop/UnsupportedMessageException;
            athrow
        end local 0 // com.oracle.truffle.js.test.polyglot.ConsolePrintTest$RLikeNumber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/test/polyglot/ConsolePrintTest$RLikeNumber;
    Exceptions:
      throws com.oracle.truffle.api.interop.UnsupportedMessageException
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()

  short asShort();
    descriptor: ()S
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.test.polyglot.ConsolePrintTest$RLikeNumber this
         0: .line 379
            invokestatic com.oracle.truffle.api.interop.UnsupportedMessageException.create:()Lcom/oracle/truffle/api/interop/UnsupportedMessageException;
            athrow
        end local 0 // com.oracle.truffle.js.test.polyglot.ConsolePrintTest$RLikeNumber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/test/polyglot/ConsolePrintTest$RLikeNumber;
    Exceptions:
      throws com.oracle.truffle.api.interop.UnsupportedMessageException
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()

  int asInt();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.test.polyglot.ConsolePrintTest$RLikeNumber this
         0: .line 385
            invokestatic com.oracle.truffle.api.interop.UnsupportedMessageException.create:()Lcom/oracle/truffle/api/interop/UnsupportedMessageException;
            athrow
        end local 0 // com.oracle.truffle.js.test.polyglot.ConsolePrintTest$RLikeNumber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/test/polyglot/ConsolePrintTest$RLikeNumber;
    Exceptions:
      throws com.oracle.truffle.api.interop.UnsupportedMessageException
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()

  long asLong();
    descriptor: ()J
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.test.polyglot.ConsolePrintTest$RLikeNumber this
         0: .line 391
            invokestatic com.oracle.truffle.api.interop.UnsupportedMessageException.create:()Lcom/oracle/truffle/api/interop/UnsupportedMessageException;
            athrow
        end local 0 // com.oracle.truffle.js.test.polyglot.ConsolePrintTest$RLikeNumber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/test/polyglot/ConsolePrintTest$RLikeNumber;
    Exceptions:
      throws com.oracle.truffle.api.interop.UnsupportedMessageException
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()

  float asFloat();
    descriptor: ()F
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.test.polyglot.ConsolePrintTest$RLikeNumber this
         0: .line 397
            invokestatic com.oracle.truffle.api.interop.UnsupportedMessageException.create:()Lcom/oracle/truffle/api/interop/UnsupportedMessageException;
            athrow
        end local 0 // com.oracle.truffle.js.test.polyglot.ConsolePrintTest$RLikeNumber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/test/polyglot/ConsolePrintTest$RLikeNumber;
    Exceptions:
      throws com.oracle.truffle.api.interop.UnsupportedMessageException
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()

  double asDouble();
    descriptor: ()D
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.test.polyglot.ConsolePrintTest$RLikeNumber this
         0: .line 402
            aload 0 /* this */
            getfield com.oracle.truffle.js.test.polyglot.ConsolePrintTest$RLikeNumber.value:D
            dreturn
        end local 0 // com.oracle.truffle.js.test.polyglot.ConsolePrintTest$RLikeNumber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/test/polyglot/ConsolePrintTest$RLikeNumber;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
}
SourceFile: "ConsolePrintTest.java"
NestHost: com.oracle.truffle.js.test.polyglot.ConsolePrintTest
InnerClasses:
  final RLikeNumber = com.oracle.truffle.js.test.polyglot.ConsolePrintTest$RLikeNumber of com.oracle.truffle.js.test.polyglot.ConsolePrintTest
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/api/interop/InteropLibrary;)