final class com.oracle.truffle.polyglot.PolyglotBindingsValue 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.PolyglotBindingsValue
  super_class: com.oracle.truffle.polyglot.PolyglotValue
{
  final org.graalvm.polyglot.Value delegateBindings;
    descriptor: Lorg/graalvm/polyglot/Value;
    flags: (0x0010) ACC_FINAL

  final java.util.Map<java.lang.String, org.graalvm.polyglot.Value> values;
    descriptor: Ljava/util/Map;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/Map<Ljava/lang/String;Lorg/graalvm/polyglot/Value;>;

  void <init>(com.oracle.truffle.polyglot.PolyglotLanguageContext, com.oracle.truffle.polyglot.PolyglotBindings);
    descriptor: (Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;Lcom/oracle/truffle/polyglot/PolyglotBindings;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.oracle.truffle.polyglot.PolyglotBindingsValue this
        start local 1 // com.oracle.truffle.polyglot.PolyglotLanguageContext context
        start local 2 // com.oracle.truffle.polyglot.PolyglotBindings bindings
         0: .line 59
            aload 0 /* this */
            aload 1 /* context */
            invokespecial com.oracle.truffle.polyglot.PolyglotValue.<init>:(Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;)V
         1: .line 60
            aload 0 /* this */
            aload 1 /* context */
            getfield com.oracle.truffle.polyglot.PolyglotLanguageContext.context:Lcom/oracle/truffle/polyglot/PolyglotContextImpl;
            getfield com.oracle.truffle.polyglot.PolyglotContextImpl.polyglotBindings:Ljava/util/Map;
            putfield com.oracle.truffle.polyglot.PolyglotBindingsValue.values:Ljava/util/Map;
         2: .line 61
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* bindings */
            invokevirtual com.oracle.truffle.polyglot.PolyglotLanguageContext.asValue:(Ljava/lang/Object;)Lorg/graalvm/polyglot/Value;
            putfield com.oracle.truffle.polyglot.PolyglotBindingsValue.delegateBindings:Lorg/graalvm/polyglot/Value;
         3: .line 62
            return
        end local 2 // com.oracle.truffle.polyglot.PolyglotBindings bindings
        end local 1 // com.oracle.truffle.polyglot.PolyglotLanguageContext context
        end local 0 // com.oracle.truffle.polyglot.PolyglotBindingsValue this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lcom/oracle/truffle/polyglot/PolyglotBindingsValue;
            0    4     1   context  Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;
            0    4     2  bindings  Lcom/oracle/truffle/polyglot/PolyglotBindings;
    MethodParameters:
          Name  Flags
      context   
      bindings  

  public org.graalvm.polyglot.Value getMember(java.lang.Object, java.lang.String);
    descriptor: (Ljava/lang/Object;Ljava/lang/String;)Lorg/graalvm/polyglot/Value;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.polyglot.PolyglotBindingsValue this
        start local 1 // java.lang.Object receiver
        start local 2 // java.lang.String key
         0: .line 66
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotBindingsValue.values:Ljava/util/Map;
            aload 2 /* key */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.graalvm.polyglot.Value
            areturn
        end local 2 // java.lang.String key
        end local 1 // java.lang.Object receiver
        end local 0 // com.oracle.truffle.polyglot.PolyglotBindingsValue this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/oracle/truffle/polyglot/PolyglotBindingsValue;
            0    1     1  receiver  Ljava/lang/Object;
            0    1     2       key  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      receiver  
      key       

  public java.util.Set<java.lang.String> getMemberKeys();
    descriptor: (Ljava/lang/Object;)Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.PolyglotBindingsValue this
        start local 1 // java.lang.Object receiver
         0: .line 71
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotBindingsValue.values:Ljava/util/Map;
            invokeinterface java.util.Map.keySet:()Ljava/util/Set;
            areturn
        end local 1 // java.lang.Object receiver
        end local 0 // com.oracle.truffle.polyglot.PolyglotBindingsValue this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/oracle/truffle/polyglot/PolyglotBindingsValue;
            0    1     1  receiver  Ljava/lang/Object;
    Signature: (Ljava/lang/Object;)Ljava/util/Set<Ljava/lang/String;>;
    MethodParameters:
          Name  Flags
      receiver  

  public boolean removeMember(java.lang.Object, java.lang.String);
    descriptor: (Ljava/lang/Object;Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // com.oracle.truffle.polyglot.PolyglotBindingsValue this
        start local 1 // java.lang.Object receiver
        start local 2 // java.lang.String key
         0: .line 76
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotBindingsValue.values:Ljava/util/Map;
            aload 2 /* key */
            invokeinterface java.util.Map.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.graalvm.polyglot.Value
            astore 3 /* result */
        start local 3 // org.graalvm.polyglot.Value result
         1: .line 77
            aload 3 /* result */
            ifnull 2
            iconst_1
            ireturn
      StackMap locals: org.graalvm.polyglot.Value
      StackMap stack:
         2: iconst_0
            ireturn
        end local 3 // org.graalvm.polyglot.Value result
        end local 2 // java.lang.String key
        end local 1 // java.lang.Object receiver
        end local 0 // com.oracle.truffle.polyglot.PolyglotBindingsValue this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lcom/oracle/truffle/polyglot/PolyglotBindingsValue;
            0    3     1  receiver  Ljava/lang/Object;
            0    3     2       key  Ljava/lang/String;
            1    3     3    result  Lorg/graalvm/polyglot/Value;
    MethodParameters:
          Name  Flags
      receiver  
      key       

  public void putMember(java.lang.Object, java.lang.String, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/String;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.oracle.truffle.polyglot.PolyglotBindingsValue this
        start local 1 // java.lang.Object receiver
        start local 2 // java.lang.String key
        start local 3 // java.lang.Object member
         0: .line 82
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotBindingsValue.values:Ljava/util/Map;
            aload 2 /* key */
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotBindingsValue.languageContext:Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;
            getfield com.oracle.truffle.polyglot.PolyglotLanguageContext.context:Lcom/oracle/truffle/polyglot/PolyglotContextImpl;
            aload 3 /* member */
            invokevirtual com.oracle.truffle.polyglot.PolyglotContextImpl.asValue:(Ljava/lang/Object;)Lorg/graalvm/polyglot/Value;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 83
            return
        end local 3 // java.lang.Object member
        end local 2 // java.lang.String key
        end local 1 // java.lang.Object receiver
        end local 0 // com.oracle.truffle.polyglot.PolyglotBindingsValue this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/oracle/truffle/polyglot/PolyglotBindingsValue;
            0    2     1  receiver  Ljava/lang/Object;
            0    2     2       key  Ljava/lang/String;
            0    2     3    member  Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      receiver  
      key       
      member    

  public boolean hasMembers(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.PolyglotBindingsValue this
        start local 1 // java.lang.Object receiver
         0: .line 87
            iconst_1
            ireturn
        end local 1 // java.lang.Object receiver
        end local 0 // com.oracle.truffle.polyglot.PolyglotBindingsValue this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/oracle/truffle/polyglot/PolyglotBindingsValue;
            0    1     1  receiver  Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      receiver  

  public boolean hasMember(java.lang.Object, java.lang.String);
    descriptor: (Ljava/lang/Object;Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.polyglot.PolyglotBindingsValue this
        start local 1 // java.lang.Object receiver
        start local 2 // java.lang.String key
         0: .line 92
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotBindingsValue.values:Ljava/util/Map;
            aload 2 /* key */
            invokeinterface java.util.Map.containsKey:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // java.lang.String key
        end local 1 // java.lang.Object receiver
        end local 0 // com.oracle.truffle.polyglot.PolyglotBindingsValue this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/oracle/truffle/polyglot/PolyglotBindingsValue;
            0    1     1  receiver  Ljava/lang/Object;
            0    1     2       key  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      receiver  
      key       

  public <T> T as(, java.lang.Class<T>);
    descriptor: (Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.polyglot.PolyglotBindingsValue this
        start local 1 // java.lang.Object receiver
        start local 2 // java.lang.Class targetType
         0: .line 102
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotBindingsValue.delegateBindings:Lorg/graalvm/polyglot/Value;
            aload 2 /* targetType */
            invokevirtual org.graalvm.polyglot.Value.as:(Ljava/lang/Class;)Ljava/lang/Object;
            areturn
        end local 2 // java.lang.Class targetType
        end local 1 // java.lang.Object receiver
        end local 0 // com.oracle.truffle.polyglot.PolyglotBindingsValue this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lcom/oracle/truffle/polyglot/PolyglotBindingsValue;
            0    1     1    receiver  Ljava/lang/Object;
            0    1     2  targetType  Ljava/lang/Class<TT;>;
    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=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.polyglot.PolyglotBindingsValue this
        start local 1 // java.lang.Object receiver
        start local 2 // org.graalvm.polyglot.TypeLiteral targetType
         0: .line 107
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotBindingsValue.delegateBindings:Lorg/graalvm/polyglot/Value;
            aload 2 /* targetType */
            invokevirtual org.graalvm.polyglot.Value.as:(Lorg/graalvm/polyglot/TypeLiteral;)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.PolyglotBindingsValue this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lcom/oracle/truffle/polyglot/PolyglotBindingsValue;
            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 java.lang.String toStringImpl(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.PolyglotBindingsValue this
        start local 1 // java.lang.Object receiver
         0: .line 112
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotBindingsValue.delegateBindings:Lorg/graalvm/polyglot/Value;
            invokevirtual org.graalvm.polyglot.Value.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.Object receiver
        end local 0 // com.oracle.truffle.polyglot.PolyglotBindingsValue this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/oracle/truffle/polyglot/PolyglotBindingsValue;
            0    1     1  receiver  Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      receiver  

  public org.graalvm.polyglot.Value getMetaObjectImpl(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lorg/graalvm/polyglot/Value;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.PolyglotBindingsValue this
        start local 1 // java.lang.Object receiver
         0: .line 117
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotBindingsValue.delegateBindings:Lorg/graalvm/polyglot/Value;
            invokevirtual org.graalvm.polyglot.Value.getMetaObject:()Lorg/graalvm/polyglot/Value;
            areturn
        end local 1 // java.lang.Object receiver
        end local 0 // com.oracle.truffle.polyglot.PolyglotBindingsValue this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/oracle/truffle/polyglot/PolyglotBindingsValue;
            0    1     1  receiver  Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      receiver  
}
SourceFile: "PolyglotBindingsValue.java"