class com.oracle.truffle.object.DynamicObjectLibraryImpl$SpecificKey$ExistingKeyIdentity extends com.oracle.truffle.object.DynamicObjectLibraryImpl$SpecificKey$ExistingKey
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.object.DynamicObjectLibraryImpl$SpecificKey$ExistingKeyIdentity
  super_class: com.oracle.truffle.object.DynamicObjectLibraryImpl$SpecificKey$ExistingKey
{
  void <init>(java.lang.Object, com.oracle.truffle.api.object.Property, com.oracle.truffle.object.DynamicObjectLibraryImpl$KeyCacheEntry);
    descriptor: (Ljava/lang/Object;Lcom/oracle/truffle/api/object/Property;Lcom/oracle/truffle/object/DynamicObjectLibraryImpl$KeyCacheEntry;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.oracle.truffle.object.DynamicObjectLibraryImpl$SpecificKey$ExistingKeyIdentity this
        start local 1 // java.lang.Object key
        start local 2 // com.oracle.truffle.api.object.Property property
        start local 3 // com.oracle.truffle.object.DynamicObjectLibraryImpl$KeyCacheEntry next
         0: .line 1134
            aload 0 /* this */
            aload 1 /* key */
            aload 2 /* property */
            aload 3 /* next */
            invokespecial com.oracle.truffle.object.DynamicObjectLibraryImpl$SpecificKey$ExistingKey.<init>:(Ljava/lang/Object;Lcom/oracle/truffle/api/object/Property;Lcom/oracle/truffle/object/DynamicObjectLibraryImpl$KeyCacheEntry;)V
         1: .line 1135
            return
        end local 3 // com.oracle.truffle.object.DynamicObjectLibraryImpl$KeyCacheEntry next
        end local 2 // com.oracle.truffle.api.object.Property property
        end local 1 // java.lang.Object key
        end local 0 // com.oracle.truffle.object.DynamicObjectLibraryImpl$SpecificKey$ExistingKeyIdentity this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/oracle/truffle/object/DynamicObjectLibraryImpl$SpecificKey$ExistingKeyIdentity;
            0    2     1       key  Ljava/lang/Object;
            0    2     2  property  Lcom/oracle/truffle/api/object/Property;
            0    2     3      next  Lcom/oracle/truffle/object/DynamicObjectLibraryImpl$KeyCacheEntry;
    MethodParameters:
          Name  Flags
      key       
      property  
      next      

  public boolean acceptsKey(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.object.DynamicObjectLibraryImpl$SpecificKey$ExistingKeyIdentity this
        start local 1 // java.lang.Object key
         0: .line 1139
            aload 0 /* this */
            getfield com.oracle.truffle.object.DynamicObjectLibraryImpl$SpecificKey$ExistingKeyIdentity.cachedKey:Ljava/lang/Object;
            aload 1 /* key */
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // java.lang.Object key
        end local 0 // com.oracle.truffle.object.DynamicObjectLibraryImpl$SpecificKey$ExistingKeyIdentity this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/object/DynamicObjectLibraryImpl$SpecificKey$ExistingKeyIdentity;
            0    2     1   key  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      key   

  boolean isIdentity();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.object.DynamicObjectLibraryImpl$SpecificKey$ExistingKeyIdentity this
         0: .line 1144
            iconst_1
            ireturn
        end local 0 // com.oracle.truffle.object.DynamicObjectLibraryImpl$SpecificKey$ExistingKeyIdentity this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/object/DynamicObjectLibraryImpl$SpecificKey$ExistingKeyIdentity;
}
SourceFile: "DynamicObjectLibraryImpl.java"
NestHost: com.oracle.truffle.object.DynamicObjectLibraryImpl
InnerClasses:
  abstract KeyCacheEntry = com.oracle.truffle.object.DynamicObjectLibraryImpl$KeyCacheEntry of com.oracle.truffle.object.DynamicObjectLibraryImpl
  abstract SpecificKey = com.oracle.truffle.object.DynamicObjectLibraryImpl$SpecificKey of com.oracle.truffle.object.DynamicObjectLibraryImpl
  ExistingKey = com.oracle.truffle.object.DynamicObjectLibraryImpl$SpecificKey$ExistingKey of com.oracle.truffle.object.DynamicObjectLibraryImpl$SpecificKey
  ExistingKeyIdentity = com.oracle.truffle.object.DynamicObjectLibraryImpl$SpecificKey$ExistingKeyIdentity of com.oracle.truffle.object.DynamicObjectLibraryImpl$SpecificKey