final class com.oracle.truffle.polyglot.PolyglotValue$PrimitiveValue extends com.oracle.truffle.polyglot.PolyglotValue
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.polyglot.PolyglotValue$PrimitiveValue
  super_class: com.oracle.truffle.polyglot.PolyglotValue
{
  private final com.oracle.truffle.api.interop.InteropLibrary interop;
    descriptor: Lcom/oracle/truffle/api/interop/InteropLibrary;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(com.oracle.truffle.polyglot.PolyglotImpl, com.oracle.truffle.polyglot.PolyglotLanguageContext, java.lang.Object);
    descriptor: (Lcom/oracle/truffle/polyglot/PolyglotImpl;Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;Ljava/lang/Object;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.oracle.truffle.polyglot.PolyglotValue$PrimitiveValue this
        start local 1 // com.oracle.truffle.polyglot.PolyglotImpl polyglot
        start local 2 // com.oracle.truffle.polyglot.PolyglotLanguageContext context
        start local 3 // java.lang.Object primitiveValue
         0: .line 2399
            aload 0 /* this */
            aload 1 /* polyglot */
            aload 2 /* context */
            invokespecial com.oracle.truffle.polyglot.PolyglotValue.<init>:(Lcom/oracle/truffle/polyglot/PolyglotImpl;Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;)V
         1: .line 2404
            aload 0 /* this */
            invokestatic com.oracle.truffle.api.interop.InteropLibrary.getFactory:()Lcom/oracle/truffle/api/library/LibraryFactory;
            aload 3 /* primitiveValue */
            invokevirtual com.oracle.truffle.api.library.LibraryFactory.getUncached:(Ljava/lang/Object;)Lcom/oracle/truffle/api/library/Library;
            checkcast com.oracle.truffle.api.interop.InteropLibrary
            putfield com.oracle.truffle.polyglot.PolyglotValue$PrimitiveValue.interop:Lcom/oracle/truffle/api/interop/InteropLibrary;
         2: .line 2405
            return
        end local 3 // java.lang.Object primitiveValue
        end local 2 // com.oracle.truffle.polyglot.PolyglotLanguageContext context
        end local 1 // com.oracle.truffle.polyglot.PolyglotImpl polyglot
        end local 0 // com.oracle.truffle.polyglot.PolyglotValue$PrimitiveValue this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Lcom/oracle/truffle/polyglot/PolyglotValue$PrimitiveValue;
            0    3     1        polyglot  Lcom/oracle/truffle/polyglot/PolyglotImpl;
            0    3     2         context  Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;
            0    3     3  primitiveValue  Ljava/lang/Object;
    MethodParameters:
                Name  Flags
      polyglot        
      context         
      primitiveValue  

  public boolean isString(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.PolyglotValue$PrimitiveValue this
        start local 1 // java.lang.Object receiver
         0: .line 2409
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotValue$PrimitiveValue.interop:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 1 /* receiver */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.isString:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object receiver
        end local 0 // com.oracle.truffle.polyglot.PolyglotValue$PrimitiveValue this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/oracle/truffle/polyglot/PolyglotValue$PrimitiveValue;
            0    1     1  receiver  Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      receiver  

  public boolean isBoolean(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.PolyglotValue$PrimitiveValue this
        start local 1 // java.lang.Object receiver
         0: .line 2414
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotValue$PrimitiveValue.interop:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 1 /* receiver */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.isBoolean:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object receiver
        end local 0 // com.oracle.truffle.polyglot.PolyglotValue$PrimitiveValue this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/oracle/truffle/polyglot/PolyglotValue$PrimitiveValue;
            0    1     1  receiver  Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      receiver  

  public boolean asBoolean(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.PolyglotValue$PrimitiveValue this
        start local 1 // java.lang.Object receiver
         0: .line 2420
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotValue$PrimitiveValue.interop:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 1 /* receiver */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.asBoolean:(Ljava/lang/Object;)Z
         1: ireturn
         2: .line 2421
      StackMap locals:
      StackMap stack: com.oracle.truffle.api.interop.UnsupportedMessageException
            pop
         3: .line 2422
            aload 0 /* this */
            aload 1 /* receiver */
            invokespecial com.oracle.truffle.polyglot.PolyglotValue.asBoolean:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object receiver
        end local 0 // com.oracle.truffle.polyglot.PolyglotValue$PrimitiveValue this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lcom/oracle/truffle/polyglot/PolyglotValue$PrimitiveValue;
            0    4     1  receiver  Ljava/lang/Object;
      Exception table:
        from    to  target  type
           0     1       2  Class com.oracle.truffle.api.interop.UnsupportedMessageException
    MethodParameters:
          Name  Flags
      receiver  

  public java.lang.String asString(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.PolyglotValue$PrimitiveValue this
        start local 1 // java.lang.Object receiver
         0: .line 2429
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotValue$PrimitiveValue.interop:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 1 /* receiver */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.asString:(Ljava/lang/Object;)Ljava/lang/String;
         1: areturn
         2: .line 2430
      StackMap locals:
      StackMap stack: com.oracle.truffle.api.interop.UnsupportedMessageException
            pop
         3: .line 2431
            aload 0 /* this */
            aload 1 /* receiver */
            invokespecial com.oracle.truffle.polyglot.PolyglotValue.asString:(Ljava/lang/Object;)Ljava/lang/String;
            areturn
        end local 1 // java.lang.Object receiver
        end local 0 // com.oracle.truffle.polyglot.PolyglotValue$PrimitiveValue this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lcom/oracle/truffle/polyglot/PolyglotValue$PrimitiveValue;
            0    4     1  receiver  Ljava/lang/Object;
      Exception table:
        from    to  target  type
           0     1       2  Class com.oracle.truffle.api.interop.UnsupportedMessageException
    MethodParameters:
          Name  Flags
      receiver  

  public boolean isNumber(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.PolyglotValue$PrimitiveValue this
        start local 1 // java.lang.Object receiver
         0: .line 2437
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotValue$PrimitiveValue.interop:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 1 /* receiver */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.isNumber:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object receiver
        end local 0 // com.oracle.truffle.polyglot.PolyglotValue$PrimitiveValue this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/oracle/truffle/polyglot/PolyglotValue$PrimitiveValue;
            0    1     1  receiver  Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      receiver  

  public boolean fitsInByte(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.PolyglotValue$PrimitiveValue this
        start local 1 // java.lang.Object receiver
         0: .line 2442
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotValue$PrimitiveValue.interop:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 1 /* receiver */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.fitsInByte:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object receiver
        end local 0 // com.oracle.truffle.polyglot.PolyglotValue$PrimitiveValue this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/oracle/truffle/polyglot/PolyglotValue$PrimitiveValue;
            0    1     1  receiver  Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      receiver  

  public boolean fitsInShort(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.PolyglotValue$PrimitiveValue this
        start local 1 // java.lang.Object receiver
         0: .line 2447
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotValue$PrimitiveValue.interop:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 1 /* receiver */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.fitsInShort:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object receiver
        end local 0 // com.oracle.truffle.polyglot.PolyglotValue$PrimitiveValue this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/oracle/truffle/polyglot/PolyglotValue$PrimitiveValue;
            0    1     1  receiver  Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      receiver  

  public boolean fitsInInt(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.PolyglotValue$PrimitiveValue this
        start local 1 // java.lang.Object receiver
         0: .line 2452
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotValue$PrimitiveValue.interop:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 1 /* receiver */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.fitsInInt:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object receiver
        end local 0 // com.oracle.truffle.polyglot.PolyglotValue$PrimitiveValue this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/oracle/truffle/polyglot/PolyglotValue$PrimitiveValue;
            0    1     1  receiver  Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      receiver  

  public boolean fitsInLong(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.PolyglotValue$PrimitiveValue this
        start local 1 // java.lang.Object receiver
         0: .line 2457
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotValue$PrimitiveValue.interop:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 1 /* receiver */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.fitsInLong:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object receiver
        end local 0 // com.oracle.truffle.polyglot.PolyglotValue$PrimitiveValue this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/oracle/truffle/polyglot/PolyglotValue$PrimitiveValue;
            0    1     1  receiver  Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      receiver  

  public boolean fitsInFloat(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.PolyglotValue$PrimitiveValue this
        start local 1 // java.lang.Object receiver
         0: .line 2462
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotValue$PrimitiveValue.interop:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 1 /* receiver */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.fitsInFloat:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object receiver
        end local 0 // com.oracle.truffle.polyglot.PolyglotValue$PrimitiveValue this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/oracle/truffle/polyglot/PolyglotValue$PrimitiveValue;
            0    1     1  receiver  Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      receiver  

  public boolean fitsInDouble(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.PolyglotValue$PrimitiveValue this
        start local 1 // java.lang.Object receiver
         0: .line 2467
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotValue$PrimitiveValue.interop:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 1 /* receiver */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.fitsInDouble:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object receiver
        end local 0 // com.oracle.truffle.polyglot.PolyglotValue$PrimitiveValue this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/oracle/truffle/polyglot/PolyglotValue$PrimitiveValue;
            0    1     1  receiver  Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      receiver  

  public byte asByte(java.lang.Object);
    descriptor: (Ljava/lang/Object;)B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.PolyglotValue$PrimitiveValue this
        start local 1 // java.lang.Object receiver
         0: .line 2473
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotValue$PrimitiveValue.interop:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 1 /* receiver */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.asByte:(Ljava/lang/Object;)B
         1: ireturn
         2: .line 2474
      StackMap locals:
      StackMap stack: com.oracle.truffle.api.interop.UnsupportedMessageException
            pop
         3: .line 2475
            aload 0 /* this */
            aload 1 /* receiver */
            invokespecial com.oracle.truffle.polyglot.PolyglotValue.asByte:(Ljava/lang/Object;)B
            ireturn
        end local 1 // java.lang.Object receiver
        end local 0 // com.oracle.truffle.polyglot.PolyglotValue$PrimitiveValue this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lcom/oracle/truffle/polyglot/PolyglotValue$PrimitiveValue;
            0    4     1  receiver  Ljava/lang/Object;
      Exception table:
        from    to  target  type
           0     1       2  Class com.oracle.truffle.api.interop.UnsupportedMessageException
    MethodParameters:
          Name  Flags
      receiver  

  public short asShort(java.lang.Object);
    descriptor: (Ljava/lang/Object;)S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.PolyglotValue$PrimitiveValue this
        start local 1 // java.lang.Object receiver
         0: .line 2482
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotValue$PrimitiveValue.interop:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 1 /* receiver */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.asShort:(Ljava/lang/Object;)S
         1: ireturn
         2: .line 2483
      StackMap locals:
      StackMap stack: com.oracle.truffle.api.interop.UnsupportedMessageException
            pop
         3: .line 2484
            aload 0 /* this */
            aload 1 /* receiver */
            invokespecial com.oracle.truffle.polyglot.PolyglotValue.asShort:(Ljava/lang/Object;)S
            ireturn
        end local 1 // java.lang.Object receiver
        end local 0 // com.oracle.truffle.polyglot.PolyglotValue$PrimitiveValue this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lcom/oracle/truffle/polyglot/PolyglotValue$PrimitiveValue;
            0    4     1  receiver  Ljava/lang/Object;
      Exception table:
        from    to  target  type
           0     1       2  Class com.oracle.truffle.api.interop.UnsupportedMessageException
    MethodParameters:
          Name  Flags
      receiver  

  public int asInt(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.PolyglotValue$PrimitiveValue this
        start local 1 // java.lang.Object receiver
         0: .line 2491
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotValue$PrimitiveValue.interop:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 1 /* receiver */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.asInt:(Ljava/lang/Object;)I
         1: ireturn
         2: .line 2492
      StackMap locals:
      StackMap stack: com.oracle.truffle.api.interop.UnsupportedMessageException
            pop
         3: .line 2493
            aload 0 /* this */
            aload 1 /* receiver */
            invokespecial com.oracle.truffle.polyglot.PolyglotValue.asInt:(Ljava/lang/Object;)I
            ireturn
        end local 1 // java.lang.Object receiver
        end local 0 // com.oracle.truffle.polyglot.PolyglotValue$PrimitiveValue this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lcom/oracle/truffle/polyglot/PolyglotValue$PrimitiveValue;
            0    4     1  receiver  Ljava/lang/Object;
      Exception table:
        from    to  target  type
           0     1       2  Class com.oracle.truffle.api.interop.UnsupportedMessageException
    MethodParameters:
          Name  Flags
      receiver  

  public long asLong(java.lang.Object);
    descriptor: (Ljava/lang/Object;)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.PolyglotValue$PrimitiveValue this
        start local 1 // java.lang.Object receiver
         0: .line 2500
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotValue$PrimitiveValue.interop:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 1 /* receiver */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.asLong:(Ljava/lang/Object;)J
         1: lreturn
         2: .line 2501
      StackMap locals:
      StackMap stack: com.oracle.truffle.api.interop.UnsupportedMessageException
            pop
         3: .line 2502
            aload 0 /* this */
            aload 1 /* receiver */
            invokespecial com.oracle.truffle.polyglot.PolyglotValue.asLong:(Ljava/lang/Object;)J
            lreturn
        end local 1 // java.lang.Object receiver
        end local 0 // com.oracle.truffle.polyglot.PolyglotValue$PrimitiveValue this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lcom/oracle/truffle/polyglot/PolyglotValue$PrimitiveValue;
            0    4     1  receiver  Ljava/lang/Object;
      Exception table:
        from    to  target  type
           0     1       2  Class com.oracle.truffle.api.interop.UnsupportedMessageException
    MethodParameters:
          Name  Flags
      receiver  

  public float asFloat(java.lang.Object);
    descriptor: (Ljava/lang/Object;)F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.PolyglotValue$PrimitiveValue this
        start local 1 // java.lang.Object receiver
         0: .line 2509
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotValue$PrimitiveValue.interop:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 1 /* receiver */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.asFloat:(Ljava/lang/Object;)F
         1: freturn
         2: .line 2510
      StackMap locals:
      StackMap stack: com.oracle.truffle.api.interop.UnsupportedMessageException
            pop
         3: .line 2511
            aload 0 /* this */
            aload 1 /* receiver */
            invokespecial com.oracle.truffle.polyglot.PolyglotValue.asFloat:(Ljava/lang/Object;)F
            freturn
        end local 1 // java.lang.Object receiver
        end local 0 // com.oracle.truffle.polyglot.PolyglotValue$PrimitiveValue this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lcom/oracle/truffle/polyglot/PolyglotValue$PrimitiveValue;
            0    4     1  receiver  Ljava/lang/Object;
      Exception table:
        from    to  target  type
           0     1       2  Class com.oracle.truffle.api.interop.UnsupportedMessageException
    MethodParameters:
          Name  Flags
      receiver  

  public double asDouble(java.lang.Object);
    descriptor: (Ljava/lang/Object;)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.PolyglotValue$PrimitiveValue this
        start local 1 // java.lang.Object receiver
         0: .line 2518
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotValue$PrimitiveValue.interop:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 1 /* receiver */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.asDouble:(Ljava/lang/Object;)D
         1: dreturn
         2: .line 2519
      StackMap locals:
      StackMap stack: com.oracle.truffle.api.interop.UnsupportedMessageException
            pop
         3: .line 2520
            aload 0 /* this */
            aload 1 /* receiver */
            invokespecial com.oracle.truffle.polyglot.PolyglotValue.asDouble:(Ljava/lang/Object;)D
            dreturn
        end local 1 // java.lang.Object receiver
        end local 0 // com.oracle.truffle.polyglot.PolyglotValue$PrimitiveValue this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lcom/oracle/truffle/polyglot/PolyglotValue$PrimitiveValue;
            0    4     1  receiver  Ljava/lang/Object;
      Exception table:
        from    to  target  type
           0     1       2  Class com.oracle.truffle.api.interop.UnsupportedMessageException
    MethodParameters:
          Name  Flags
      receiver  

  public <T> T as(, java.lang.Class<T>);
    descriptor: (Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.oracle.truffle.polyglot.PolyglotValue$PrimitiveValue this
         0: .line 2529
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tToHostNodeGen cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.oracle.truffle.polyglot.PolyglotValue$PrimitiveValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/PolyglotValue$PrimitiveValue;
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Object;Ljava/lang/Class<TT;>;)TT;
    MethodParameters:
            Name  Flags
      receiver    
      targetType  

  public <T> T as(, org.graalvm.polyglot.TypeLiteral<T>);
    descriptor: (Ljava/lang/Object;Lorg/graalvm/polyglot/TypeLiteral;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.oracle.truffle.polyglot.PolyglotValue$PrimitiveValue this
        start local 1 // java.lang.Object receiver
        start local 2 // org.graalvm.polyglot.TypeLiteral targetType
         0: .line 2540
            aload 0 /* this */
            aload 1 /* receiver */
            aload 2 /* targetType */
            invokevirtual org.graalvm.polyglot.TypeLiteral.getRawType:()Ljava/lang/Class;
            invokevirtual com.oracle.truffle.polyglot.PolyglotValue$PrimitiveValue.as:(Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object;
            areturn
        end local 2 // org.graalvm.polyglot.TypeLiteral targetType
        end local 1 // java.lang.Object receiver
        end local 0 // com.oracle.truffle.polyglot.PolyglotValue$PrimitiveValue this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lcom/oracle/truffle/polyglot/PolyglotValue$PrimitiveValue;
            0    1     1    receiver  Ljava/lang/Object;
            0    1     2  targetType  Lorg/graalvm/polyglot/TypeLiteral<TT;>;
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Object;Lorg/graalvm/polyglot/TypeLiteral<TT;>;)TT;
    MethodParameters:
            Name  Flags
      receiver    
      targetType  

  public org.graalvm.polyglot.Value getMetaObjectImpl(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lorg/graalvm/polyglot/Value;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.PolyglotValue$PrimitiveValue this
        start local 1 // java.lang.Object receiver
         0: .line 2545
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* receiver */
            invokevirtual com.oracle.truffle.polyglot.PolyglotValue$PrimitiveValue.getLanguageView:(Ljava/lang/Object;)Ljava/lang/Object;
            invokespecial com.oracle.truffle.polyglot.PolyglotValue.getMetaObjectImpl:(Ljava/lang/Object;)Lorg/graalvm/polyglot/Value;
            areturn
        end local 1 // java.lang.Object receiver
        end local 0 // com.oracle.truffle.polyglot.PolyglotValue$PrimitiveValue this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/oracle/truffle/polyglot/PolyglotValue$PrimitiveValue;
            0    1     1  receiver  Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      receiver  

  protected java.lang.String toStringImpl(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.PolyglotValue$PrimitiveValue this
        start local 1 // java.lang.Object receiver
         0: .line 2550
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* receiver */
            invokevirtual com.oracle.truffle.polyglot.PolyglotValue$PrimitiveValue.getLanguageView:(Ljava/lang/Object;)Ljava/lang/Object;
            invokespecial com.oracle.truffle.polyglot.PolyglotValue.toStringImpl:(Ljava/lang/Object;)Ljava/lang/String;
            areturn
        end local 1 // java.lang.Object receiver
        end local 0 // com.oracle.truffle.polyglot.PolyglotValue$PrimitiveValue this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/oracle/truffle/polyglot/PolyglotValue$PrimitiveValue;
            0    1     1  receiver  Ljava/lang/Object;
    Exceptions:
      throws java.lang.AssertionError
    MethodParameters:
          Name  Flags
      receiver  

  private java.lang.Object getLanguageView(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.PolyglotValue$PrimitiveValue this
        start local 1 // java.lang.Object receiver
         0: .line 2554
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotValue$PrimitiveValue.languageContext:Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;
            ifnonnull 2
         1: .line 2555
            aload 1 /* receiver */
            areturn
         2: .line 2557
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotValue$PrimitiveValue.languageContext:Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;
            aload 1 /* receiver */
            invokevirtual com.oracle.truffle.polyglot.PolyglotLanguageContext.getLanguageViewNoCheck:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 1 // java.lang.Object receiver
        end local 0 // com.oracle.truffle.polyglot.PolyglotValue$PrimitiveValue this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lcom/oracle/truffle/polyglot/PolyglotValue$PrimitiveValue;
            0    3     1  receiver  Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      receiver  
}
SourceFile: "PolyglotValue.java"
NestHost: com.oracle.truffle.polyglot.PolyglotValue
InnerClasses:
  final PrimitiveValue = com.oracle.truffle.polyglot.PolyglotValue$PrimitiveValue of com.oracle.truffle.polyglot.PolyglotValue