public final class com.oracle.truffle.llvm.tests.interop.values.BoxedIntValue implements com.oracle.truffle.api.interop.TruffleObject
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.llvm.tests.interop.values.BoxedIntValue
  super_class: java.lang.Object
{
  final int value;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.llvm.tests.interop.values.BoxedIntValue this
        start local 1 // int value
         0: .line 45
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 46
            aload 0 /* this */
            iload 1 /* value */
            putfield com.oracle.truffle.llvm.tests.interop.values.BoxedIntValue.value:I
         2: .line 47
            return
        end local 1 // int value
        end local 0 // com.oracle.truffle.llvm.tests.interop.values.BoxedIntValue this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/oracle/truffle/llvm/tests/interop/values/BoxedIntValue;
            0    3     1  value  I
    MethodParameters:
       Name  Flags
      value  

  boolean isNumber();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.tests.interop.values.BoxedIntValue this
         0: .line 51
            iconst_1
            ireturn
        end local 0 // com.oracle.truffle.llvm.tests.interop.values.BoxedIntValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/tests/interop/values/BoxedIntValue;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()

  boolean fitsInByte(com.oracle.truffle.api.interop.InteropLibrary);
    descriptor: (Lcom/oracle/truffle/api/interop/InteropLibrary;)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.llvm.tests.interop.values.BoxedIntValue this
        start local 1 // com.oracle.truffle.api.interop.InteropLibrary interop
         0: .line 56
            aload 1 /* interop */
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.tests.interop.values.BoxedIntValue.value:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.fitsInByte:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // com.oracle.truffle.api.interop.InteropLibrary interop
        end local 0 // com.oracle.truffle.llvm.tests.interop.values.BoxedIntValue this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/oracle/truffle/llvm/tests/interop/values/BoxedIntValue;
            0    1     1  interop  Lcom/oracle/truffle/api/interop/InteropLibrary;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    RuntimeInvisibleParameterAnnotations: 
      0:
        com.oracle.truffle.api.library.CachedLibrary(value = "this.value")
    MethodParameters:
         Name  Flags
      interop  

  boolean fitsInShort(com.oracle.truffle.api.interop.InteropLibrary);
    descriptor: (Lcom/oracle/truffle/api/interop/InteropLibrary;)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.llvm.tests.interop.values.BoxedIntValue this
        start local 1 // com.oracle.truffle.api.interop.InteropLibrary interop
         0: .line 61
            aload 1 /* interop */
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.tests.interop.values.BoxedIntValue.value:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.fitsInShort:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // com.oracle.truffle.api.interop.InteropLibrary interop
        end local 0 // com.oracle.truffle.llvm.tests.interop.values.BoxedIntValue this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/oracle/truffle/llvm/tests/interop/values/BoxedIntValue;
            0    1     1  interop  Lcom/oracle/truffle/api/interop/InteropLibrary;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    RuntimeInvisibleParameterAnnotations: 
      0:
        com.oracle.truffle.api.library.CachedLibrary(value = "this.value")
    MethodParameters:
         Name  Flags
      interop  

  boolean fitsInInt();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.tests.interop.values.BoxedIntValue this
         0: .line 66
            iconst_1
            ireturn
        end local 0 // com.oracle.truffle.llvm.tests.interop.values.BoxedIntValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/tests/interop/values/BoxedIntValue;
    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.llvm.tests.interop.values.BoxedIntValue this
         0: .line 71
            iconst_1
            ireturn
        end local 0 // com.oracle.truffle.llvm.tests.interop.values.BoxedIntValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/tests/interop/values/BoxedIntValue;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()

  boolean fitsInFloat(com.oracle.truffle.api.interop.InteropLibrary);
    descriptor: (Lcom/oracle/truffle/api/interop/InteropLibrary;)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.llvm.tests.interop.values.BoxedIntValue this
        start local 1 // com.oracle.truffle.api.interop.InteropLibrary interop
         0: .line 76
            aload 1 /* interop */
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.tests.interop.values.BoxedIntValue.value:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.fitsInFloat:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // com.oracle.truffle.api.interop.InteropLibrary interop
        end local 0 // com.oracle.truffle.llvm.tests.interop.values.BoxedIntValue this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/oracle/truffle/llvm/tests/interop/values/BoxedIntValue;
            0    1     1  interop  Lcom/oracle/truffle/api/interop/InteropLibrary;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    RuntimeInvisibleParameterAnnotations: 
      0:
        com.oracle.truffle.api.library.CachedLibrary(value = "this.value")
    MethodParameters:
         Name  Flags
      interop  

  boolean fitsInDouble();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.tests.interop.values.BoxedIntValue this
         0: .line 81
            iconst_1
            ireturn
        end local 0 // com.oracle.truffle.llvm.tests.interop.values.BoxedIntValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/tests/interop/values/BoxedIntValue;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()

  byte asByte(com.oracle.truffle.api.interop.InteropLibrary);
    descriptor: (Lcom/oracle/truffle/api/interop/InteropLibrary;)B
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.llvm.tests.interop.values.BoxedIntValue this
        start local 1 // com.oracle.truffle.api.interop.InteropLibrary interop
         0: .line 86
            aload 1 /* interop */
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.tests.interop.values.BoxedIntValue.value:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.asByte:(Ljava/lang/Object;)B
            ireturn
        end local 1 // com.oracle.truffle.api.interop.InteropLibrary interop
        end local 0 // com.oracle.truffle.llvm.tests.interop.values.BoxedIntValue this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/oracle/truffle/llvm/tests/interop/values/BoxedIntValue;
            0    1     1  interop  Lcom/oracle/truffle/api/interop/InteropLibrary;
    Exceptions:
      throws com.oracle.truffle.api.interop.UnsupportedMessageException
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    RuntimeInvisibleParameterAnnotations: 
      0:
        com.oracle.truffle.api.library.CachedLibrary(value = "this.value")
    MethodParameters:
         Name  Flags
      interop  

  short asShort(com.oracle.truffle.api.interop.InteropLibrary);
    descriptor: (Lcom/oracle/truffle/api/interop/InteropLibrary;)S
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.llvm.tests.interop.values.BoxedIntValue this
        start local 1 // com.oracle.truffle.api.interop.InteropLibrary interop
         0: .line 91
            aload 1 /* interop */
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.tests.interop.values.BoxedIntValue.value:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.asShort:(Ljava/lang/Object;)S
            ireturn
        end local 1 // com.oracle.truffle.api.interop.InteropLibrary interop
        end local 0 // com.oracle.truffle.llvm.tests.interop.values.BoxedIntValue this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/oracle/truffle/llvm/tests/interop/values/BoxedIntValue;
            0    1     1  interop  Lcom/oracle/truffle/api/interop/InteropLibrary;
    Exceptions:
      throws com.oracle.truffle.api.interop.UnsupportedMessageException
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    RuntimeInvisibleParameterAnnotations: 
      0:
        com.oracle.truffle.api.library.CachedLibrary(value = "this.value")
    MethodParameters:
         Name  Flags
      interop  

  public int asInt();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.tests.interop.values.BoxedIntValue this
         0: .line 96
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.tests.interop.values.BoxedIntValue.value:I
            ireturn
        end local 0 // com.oracle.truffle.llvm.tests.interop.values.BoxedIntValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/tests/interop/values/BoxedIntValue;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()

  long asLong();
    descriptor: ()J
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.tests.interop.values.BoxedIntValue this
         0: .line 101
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.tests.interop.values.BoxedIntValue.value:I
            i2l
            lreturn
        end local 0 // com.oracle.truffle.llvm.tests.interop.values.BoxedIntValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/tests/interop/values/BoxedIntValue;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()

  float asFloat(com.oracle.truffle.api.interop.InteropLibrary);
    descriptor: (Lcom/oracle/truffle/api/interop/InteropLibrary;)F
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.llvm.tests.interop.values.BoxedIntValue this
        start local 1 // com.oracle.truffle.api.interop.InteropLibrary interop
         0: .line 106
            aload 1 /* interop */
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.tests.interop.values.BoxedIntValue.value:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.asFloat:(Ljava/lang/Object;)F
            freturn
        end local 1 // com.oracle.truffle.api.interop.InteropLibrary interop
        end local 0 // com.oracle.truffle.llvm.tests.interop.values.BoxedIntValue this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/oracle/truffle/llvm/tests/interop/values/BoxedIntValue;
            0    1     1  interop  Lcom/oracle/truffle/api/interop/InteropLibrary;
    Exceptions:
      throws com.oracle.truffle.api.interop.UnsupportedMessageException
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    RuntimeInvisibleParameterAnnotations: 
      0:
        com.oracle.truffle.api.library.CachedLibrary(value = "this.value")
    MethodParameters:
         Name  Flags
      interop  

  double asDouble();
    descriptor: ()D
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.tests.interop.values.BoxedIntValue this
         0: .line 111
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.tests.interop.values.BoxedIntValue.value:I
            i2d
            dreturn
        end local 0 // com.oracle.truffle.llvm.tests.interop.values.BoxedIntValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/tests/interop/values/BoxedIntValue;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
}
SourceFile: "BoxedIntValue.java"
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/api/interop/InteropLibrary;)