final class com.oracle.truffle.api.debug.ValuePropertiesCollection extends java.util.AbstractCollection<com.oracle.truffle.api.debug.DebugValue>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.api.debug.ValuePropertiesCollection
  super_class: java.util.AbstractCollection
{
  static final com.oracle.truffle.api.interop.InteropLibrary INTEROP;
    descriptor: Lcom/oracle/truffle/api/interop/InteropLibrary;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  private final com.oracle.truffle.api.debug.DebuggerSession session;
    descriptor: Lcom/oracle/truffle/api/debug/DebuggerSession;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.oracle.truffle.api.nodes.LanguageInfo language;
    descriptor: Lcom/oracle/truffle/api/nodes/LanguageInfo;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.Object object;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.oracle.truffle.api.debug.DebugScope scope;
    descriptor: Lcom/oracle/truffle/api/debug/DebugScope;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.Object keys;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String receiverName;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 57
            invokestatic com.oracle.truffle.api.interop.InteropLibrary.getFactory:()Lcom/oracle/truffle/api/library/LibraryFactory;
            invokevirtual com.oracle.truffle.api.library.LibraryFactory.getUncached:()Lcom/oracle/truffle/api/library/Library;
            checkcast com.oracle.truffle.api.interop.InteropLibrary
            putstatic com.oracle.truffle.api.debug.ValuePropertiesCollection.INTEROP:Lcom/oracle/truffle/api/interop/InteropLibrary;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(com.oracle.truffle.api.debug.DebuggerSession, com.oracle.truffle.api.nodes.LanguageInfo, java.lang.Object, java.lang.Object, java.lang.String, com.oracle.truffle.api.debug.DebugScope);
    descriptor: (Lcom/oracle/truffle/api/debug/DebuggerSession;Lcom/oracle/truffle/api/nodes/LanguageInfo;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/String;Lcom/oracle/truffle/api/debug/DebugScope;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=7, args_size=7
        start local 0 // com.oracle.truffle.api.debug.ValuePropertiesCollection this
        start local 1 // com.oracle.truffle.api.debug.DebuggerSession session
        start local 2 // com.oracle.truffle.api.nodes.LanguageInfo language
        start local 3 // java.lang.Object object
        start local 4 // java.lang.Object keys
        start local 5 // java.lang.String receiverName
        start local 6 // com.oracle.truffle.api.debug.DebugScope scope
         0: .line 66
            aload 0 /* this */
            invokespecial java.util.AbstractCollection.<init>:()V
         1: .line 67
            aload 0 /* this */
            aload 1 /* session */
            putfield com.oracle.truffle.api.debug.ValuePropertiesCollection.session:Lcom/oracle/truffle/api/debug/DebuggerSession;
         2: .line 68
            aload 0 /* this */
            aload 2 /* language */
            putfield com.oracle.truffle.api.debug.ValuePropertiesCollection.language:Lcom/oracle/truffle/api/nodes/LanguageInfo;
         3: .line 69
            aload 0 /* this */
            aload 3 /* object */
            putfield com.oracle.truffle.api.debug.ValuePropertiesCollection.object:Ljava/lang/Object;
         4: .line 70
            aload 0 /* this */
            aload 4 /* keys */
            putfield com.oracle.truffle.api.debug.ValuePropertiesCollection.keys:Ljava/lang/Object;
         5: .line 71
            aload 0 /* this */
            aload 6 /* scope */
            putfield com.oracle.truffle.api.debug.ValuePropertiesCollection.scope:Lcom/oracle/truffle/api/debug/DebugScope;
         6: .line 72
            aload 0 /* this */
            aload 5 /* receiverName */
            putfield com.oracle.truffle.api.debug.ValuePropertiesCollection.receiverName:Ljava/lang/String;
         7: .line 73
            return
        end local 6 // com.oracle.truffle.api.debug.DebugScope scope
        end local 5 // java.lang.String receiverName
        end local 4 // java.lang.Object keys
        end local 3 // java.lang.Object object
        end local 2 // com.oracle.truffle.api.nodes.LanguageInfo language
        end local 1 // com.oracle.truffle.api.debug.DebuggerSession session
        end local 0 // com.oracle.truffle.api.debug.ValuePropertiesCollection this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    8     0          this  Lcom/oracle/truffle/api/debug/ValuePropertiesCollection;
            0    8     1       session  Lcom/oracle/truffle/api/debug/DebuggerSession;
            0    8     2      language  Lcom/oracle/truffle/api/nodes/LanguageInfo;
            0    8     3        object  Ljava/lang/Object;
            0    8     4          keys  Ljava/lang/Object;
            0    8     5  receiverName  Ljava/lang/String;
            0    8     6         scope  Lcom/oracle/truffle/api/debug/DebugScope;
    MethodParameters:
              Name  Flags
      session       
      language      
      object        
      keys          
      receiverName  
      scope         

  public java.util.Iterator<com.oracle.truffle.api.debug.DebugValue> iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.debug.ValuePropertiesCollection this
         0: .line 77
            new com.oracle.truffle.api.debug.ValuePropertiesCollection$PropertiesIterator
            dup
            aload 0 /* this */
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.ValuePropertiesCollection.receiverName:Ljava/lang/String;
            invokespecial com.oracle.truffle.api.debug.ValuePropertiesCollection$PropertiesIterator.<init>:(Lcom/oracle/truffle/api/debug/ValuePropertiesCollection;Ljava/lang/String;)V
            areturn
        end local 0 // com.oracle.truffle.api.debug.ValuePropertiesCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/debug/ValuePropertiesCollection;
    Signature: ()Ljava/util/Iterator<Lcom/oracle/truffle/api/debug/DebugValue;>;

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.oracle.truffle.api.debug.ValuePropertiesCollection this
         0: .line 83
            getstatic com.oracle.truffle.api.debug.ValuePropertiesCollection.INTEROP:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.ValuePropertiesCollection.keys:Ljava/lang/Object;
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.getArraySize:(Ljava/lang/Object;)J
            l2i
            istore 1 /* size */
        start local 1 // int size
         1: .line 84
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.ValuePropertiesCollection.receiverName:Ljava/lang/String;
            ifnull 3
         2: .line 85
            iinc 1 /* size */ -1
         3: .line 87
      StackMap locals: int
      StackMap stack:
            iload 1 /* size */
         4: ireturn
        end local 1 // int size
         5: .line 88
      StackMap locals: com.oracle.truffle.api.debug.ValuePropertiesCollection
      StackMap stack: com.oracle.truffle.api.interop.UnsupportedMessageException
            pop
         6: .line 89
            iconst_0
            ireturn
        end local 0 // com.oracle.truffle.api.debug.ValuePropertiesCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/oracle/truffle/api/debug/ValuePropertiesCollection;
            1    5     1  size  I
      Exception table:
        from    to  target  type
           0     4       5  Class com.oracle.truffle.api.interop.UnsupportedMessageException

  com.oracle.truffle.api.debug.DebugValue get(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/oracle/truffle/api/debug/DebugValue;
    flags: (0x0000) 
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.debug.ValuePropertiesCollection this
        start local 1 // java.lang.String name
         0: .line 94
            aload 1 /* name */
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.ValuePropertiesCollection.receiverName:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 2
         1: .line 95
            aconst_null
            areturn
         2: .line 97
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.truffle.api.debug.ValuePropertiesCollection.INTEROP:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.ValuePropertiesCollection.object:Ljava/lang/Object;
            aload 1 /* name */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.isMemberExisting:(Ljava/lang/Object;Ljava/lang/String;)Z
            ifeq 4
         3: .line 98
            new com.oracle.truffle.api.debug.DebugValue$ObjectMemberValue
            dup
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.ValuePropertiesCollection.session:Lcom/oracle/truffle/api/debug/DebuggerSession;
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.ValuePropertiesCollection.language:Lcom/oracle/truffle/api/nodes/LanguageInfo;
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.ValuePropertiesCollection.scope:Lcom/oracle/truffle/api/debug/DebugScope;
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.ValuePropertiesCollection.object:Ljava/lang/Object;
            aload 1 /* name */
            invokespecial com.oracle.truffle.api.debug.DebugValue$ObjectMemberValue.<init>:(Lcom/oracle/truffle/api/debug/DebuggerSession;Lcom/oracle/truffle/api/nodes/LanguageInfo;Lcom/oracle/truffle/api/debug/DebugScope;Ljava/lang/Object;Ljava/lang/String;)V
            areturn
         4: .line 100
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.oracle.truffle.api.debug.ValuePropertiesCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/oracle/truffle/api/debug/ValuePropertiesCollection;
            0    5     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  
}
Signature: Ljava/util/AbstractCollection<Lcom/oracle/truffle/api/debug/DebugValue;>;
SourceFile: "ValuePropertiesCollection.java"
NestMembers:
  com.oracle.truffle.api.debug.ValuePropertiesCollection$PropertiesIterator
InnerClasses:
  final ObjectMemberValue = com.oracle.truffle.api.debug.DebugValue$ObjectMemberValue of com.oracle.truffle.api.debug.DebugValue
  private final PropertiesIterator = com.oracle.truffle.api.debug.ValuePropertiesCollection$PropertiesIterator of com.oracle.truffle.api.debug.ValuePropertiesCollection