abstract class org.apache.cassandra.dht.tokenallocator.ReplicationAwareTokenAllocator$GroupVisitor
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: org.apache.cassandra.dht.tokenallocator.ReplicationAwareTokenAllocator$GroupVisitor
  super_class: java.lang.Object
{
  org.apache.cassandra.dht.tokenallocator.TokenAllocatorBase$GroupInfo groupChain;
    descriptor: Lorg/apache/cassandra/dht/tokenallocator/TokenAllocatorBase$GroupInfo;
    flags: (0x0000) 

  int seen;
    descriptor: I
    flags: (0x0000) 

  final org.apache.cassandra.dht.tokenallocator.ReplicationAwareTokenAllocator this$0;
    descriptor: Lorg/apache/cassandra/dht/tokenallocator/ReplicationAwareTokenAllocator;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(org.apache.cassandra.dht.tokenallocator.ReplicationAwareTokenAllocator);
    descriptor: (Lorg/apache/cassandra/dht/tokenallocator/ReplicationAwareTokenAllocator;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.cassandra.dht.tokenallocator.ReplicationAwareTokenAllocator$GroupVisitor this
         0: .line 427
            aload 0 /* this */
            aload 1
            putfield org.apache.cassandra.dht.tokenallocator.ReplicationAwareTokenAllocator$GroupVisitor.this$0:Lorg/apache/cassandra/dht/tokenallocator/ReplicationAwareTokenAllocator;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 429
            aload 0 /* this */
            getstatic org.apache.cassandra.dht.tokenallocator.TokenAllocatorBase$GroupInfo.TERMINATOR:Lorg/apache/cassandra/dht/tokenallocator/TokenAllocatorBase$GroupInfo;
            putfield org.apache.cassandra.dht.tokenallocator.ReplicationAwareTokenAllocator$GroupVisitor.groupChain:Lorg/apache/cassandra/dht/tokenallocator/TokenAllocatorBase$GroupInfo;
         2: .line 430
            aload 0 /* this */
            iconst_0
            putfield org.apache.cassandra.dht.tokenallocator.ReplicationAwareTokenAllocator$GroupVisitor.seen:I
         3: .line 427
            return
        end local 0 // org.apache.cassandra.dht.tokenallocator.ReplicationAwareTokenAllocator$GroupVisitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/cassandra/dht/tokenallocator/ReplicationAwareTokenAllocator$GroupVisitor;
    MethodParameters:
        Name  Flags
      this$0  final

  abstract org.apache.cassandra.dht.tokenallocator.TokenAllocatorBase$GroupInfo prevSeen(org.apache.cassandra.dht.tokenallocator.TokenAllocatorBase$GroupInfo);
    descriptor: (Lorg/apache/cassandra/dht/tokenallocator/TokenAllocatorBase$GroupInfo;)Lorg/apache/cassandra/dht/tokenallocator/TokenAllocatorBase$GroupInfo;
    flags: (0x0400) ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      group  

  abstract void setPrevSeen(org.apache.cassandra.dht.tokenallocator.TokenAllocatorBase$GroupInfo, org.apache.cassandra.dht.tokenallocator.TokenAllocatorBase$GroupInfo);
    descriptor: (Lorg/apache/cassandra/dht/tokenallocator/TokenAllocatorBase$GroupInfo;Lorg/apache/cassandra/dht/tokenallocator/TokenAllocatorBase$GroupInfo;)V
    flags: (0x0400) ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      group     
      prevSeen  

  boolean add(org.apache.cassandra.dht.tokenallocator.TokenAllocatorBase$GroupInfo);
    descriptor: (Lorg/apache/cassandra/dht/tokenallocator/TokenAllocatorBase$GroupInfo;)Z
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.cassandra.dht.tokenallocator.ReplicationAwareTokenAllocator$GroupVisitor this
        start local 1 // org.apache.cassandra.dht.tokenallocator.TokenAllocatorBase$GroupInfo group
         0: .line 438
            aload 0 /* this */
            aload 1 /* group */
            invokevirtual org.apache.cassandra.dht.tokenallocator.ReplicationAwareTokenAllocator$GroupVisitor.prevSeen:(Lorg/apache/cassandra/dht/tokenallocator/TokenAllocatorBase$GroupInfo;)Lorg/apache/cassandra/dht/tokenallocator/TokenAllocatorBase$GroupInfo;
            ifnull 2
         1: .line 439
            iconst_0
            ireturn
         2: .line 440
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.apache.cassandra.dht.tokenallocator.ReplicationAwareTokenAllocator$GroupVisitor.seen:I
            iconst_1
            iadd
            putfield org.apache.cassandra.dht.tokenallocator.ReplicationAwareTokenAllocator$GroupVisitor.seen:I
         3: .line 441
            aload 0 /* this */
            aload 1 /* group */
            aload 0 /* this */
            getfield org.apache.cassandra.dht.tokenallocator.ReplicationAwareTokenAllocator$GroupVisitor.groupChain:Lorg/apache/cassandra/dht/tokenallocator/TokenAllocatorBase$GroupInfo;
            invokevirtual org.apache.cassandra.dht.tokenallocator.ReplicationAwareTokenAllocator$GroupVisitor.setPrevSeen:(Lorg/apache/cassandra/dht/tokenallocator/TokenAllocatorBase$GroupInfo;Lorg/apache/cassandra/dht/tokenallocator/TokenAllocatorBase$GroupInfo;)V
         4: .line 442
            aload 0 /* this */
            aload 1 /* group */
            putfield org.apache.cassandra.dht.tokenallocator.ReplicationAwareTokenAllocator$GroupVisitor.groupChain:Lorg/apache/cassandra/dht/tokenallocator/TokenAllocatorBase$GroupInfo;
         5: .line 443
            iconst_1
            ireturn
        end local 1 // org.apache.cassandra.dht.tokenallocator.TokenAllocatorBase$GroupInfo group
        end local 0 // org.apache.cassandra.dht.tokenallocator.ReplicationAwareTokenAllocator$GroupVisitor this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lorg/apache/cassandra/dht/tokenallocator/ReplicationAwareTokenAllocator$GroupVisitor;
            0    6     1  group  Lorg/apache/cassandra/dht/tokenallocator/TokenAllocatorBase$GroupInfo;
    MethodParameters:
       Name  Flags
      group  

  boolean visitedAll();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.cassandra.dht.tokenallocator.ReplicationAwareTokenAllocator$GroupVisitor this
         0: .line 448
            aload 0 /* this */
            getfield org.apache.cassandra.dht.tokenallocator.ReplicationAwareTokenAllocator$GroupVisitor.seen:I
            aload 0 /* this */
            getfield org.apache.cassandra.dht.tokenallocator.ReplicationAwareTokenAllocator$GroupVisitor.this$0:Lorg/apache/cassandra/dht/tokenallocator/ReplicationAwareTokenAllocator;
            getfield org.apache.cassandra.dht.tokenallocator.ReplicationAwareTokenAllocator.replicas:I
            if_icmplt 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.apache.cassandra.dht.tokenallocator.ReplicationAwareTokenAllocator$GroupVisitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/cassandra/dht/tokenallocator/ReplicationAwareTokenAllocator$GroupVisitor;

  boolean seen(org.apache.cassandra.dht.tokenallocator.TokenAllocatorBase$GroupInfo);
    descriptor: (Lorg/apache/cassandra/dht/tokenallocator/TokenAllocatorBase$GroupInfo;)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.cassandra.dht.tokenallocator.ReplicationAwareTokenAllocator$GroupVisitor this
        start local 1 // org.apache.cassandra.dht.tokenallocator.TokenAllocatorBase$GroupInfo group
         0: .line 453
            aload 0 /* this */
            aload 1 /* group */
            invokevirtual org.apache.cassandra.dht.tokenallocator.ReplicationAwareTokenAllocator$GroupVisitor.prevSeen:(Lorg/apache/cassandra/dht/tokenallocator/TokenAllocatorBase$GroupInfo;)Lorg/apache/cassandra/dht/tokenallocator/TokenAllocatorBase$GroupInfo;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // org.apache.cassandra.dht.tokenallocator.TokenAllocatorBase$GroupInfo group
        end local 0 // org.apache.cassandra.dht.tokenallocator.ReplicationAwareTokenAllocator$GroupVisitor this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/apache/cassandra/dht/tokenallocator/ReplicationAwareTokenAllocator$GroupVisitor;
            0    2     1  group  Lorg/apache/cassandra/dht/tokenallocator/TokenAllocatorBase$GroupInfo;
    MethodParameters:
       Name  Flags
      group  

  void clean();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // org.apache.cassandra.dht.tokenallocator.ReplicationAwareTokenAllocator$GroupVisitor this
         0: .line 459
            aload 0 /* this */
            getfield org.apache.cassandra.dht.tokenallocator.ReplicationAwareTokenAllocator$GroupVisitor.groupChain:Lorg/apache/cassandra/dht/tokenallocator/TokenAllocatorBase$GroupInfo;
            astore 1 /* groupChain */
        start local 1 // org.apache.cassandra.dht.tokenallocator.TokenAllocatorBase$GroupInfo groupChain
         1: .line 460
            goto 5
         2: .line 462
      StackMap locals: org.apache.cassandra.dht.tokenallocator.TokenAllocatorBase$GroupInfo
      StackMap stack:
            aload 0 /* this */
            aload 1 /* groupChain */
            invokevirtual org.apache.cassandra.dht.tokenallocator.ReplicationAwareTokenAllocator$GroupVisitor.prevSeen:(Lorg/apache/cassandra/dht/tokenallocator/TokenAllocatorBase$GroupInfo;)Lorg/apache/cassandra/dht/tokenallocator/TokenAllocatorBase$GroupInfo;
            astore 2 /* prev */
        start local 2 // org.apache.cassandra.dht.tokenallocator.TokenAllocatorBase$GroupInfo prev
         3: .line 463
            aload 0 /* this */
            aload 1 /* groupChain */
            aconst_null
            invokevirtual org.apache.cassandra.dht.tokenallocator.ReplicationAwareTokenAllocator$GroupVisitor.setPrevSeen:(Lorg/apache/cassandra/dht/tokenallocator/TokenAllocatorBase$GroupInfo;Lorg/apache/cassandra/dht/tokenallocator/TokenAllocatorBase$GroupInfo;)V
         4: .line 464
            aload 2 /* prev */
            astore 1 /* groupChain */
        end local 2 // org.apache.cassandra.dht.tokenallocator.TokenAllocatorBase$GroupInfo prev
         5: .line 460
      StackMap locals:
      StackMap stack:
            aload 1 /* groupChain */
            getstatic org.apache.cassandra.dht.tokenallocator.TokenAllocatorBase$GroupInfo.TERMINATOR:Lorg/apache/cassandra/dht/tokenallocator/TokenAllocatorBase$GroupInfo;
            if_acmpne 2
         6: .line 466
            aload 0 /* this */
            getstatic org.apache.cassandra.dht.tokenallocator.TokenAllocatorBase$GroupInfo.TERMINATOR:Lorg/apache/cassandra/dht/tokenallocator/TokenAllocatorBase$GroupInfo;
            putfield org.apache.cassandra.dht.tokenallocator.ReplicationAwareTokenAllocator$GroupVisitor.groupChain:Lorg/apache/cassandra/dht/tokenallocator/TokenAllocatorBase$GroupInfo;
         7: .line 467
            return
        end local 1 // org.apache.cassandra.dht.tokenallocator.TokenAllocatorBase$GroupInfo groupChain
        end local 0 // org.apache.cassandra.dht.tokenallocator.ReplicationAwareTokenAllocator$GroupVisitor this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    8     0        this  Lorg/apache/cassandra/dht/tokenallocator/ReplicationAwareTokenAllocator$GroupVisitor;
            1    8     1  groupChain  Lorg/apache/cassandra/dht/tokenallocator/TokenAllocatorBase$GroupInfo;
            3    5     2        prev  Lorg/apache/cassandra/dht/tokenallocator/TokenAllocatorBase$GroupInfo;
}
SourceFile: "ReplicationAwareTokenAllocator.java"
NestHost: org.apache.cassandra.dht.tokenallocator.ReplicationAwareTokenAllocator
InnerClasses:
  private abstract GroupVisitor = org.apache.cassandra.dht.tokenallocator.ReplicationAwareTokenAllocator$GroupVisitor of org.apache.cassandra.dht.tokenallocator.ReplicationAwareTokenAllocator
  GroupInfo = org.apache.cassandra.dht.tokenallocator.TokenAllocatorBase$GroupInfo of org.apache.cassandra.dht.tokenallocator.TokenAllocatorBase