final class com.lmax.disruptor.NoOpEventProcessor$SequencerFollowingSequence extends com.lmax.disruptor.Sequence
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.lmax.disruptor.NoOpEventProcessor$SequencerFollowingSequence
  super_class: com.lmax.disruptor.Sequence
{
  private final com.lmax.disruptor.RingBuffer<?> sequencer;
    descriptor: Lcom/lmax/disruptor/RingBuffer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lcom/lmax/disruptor/RingBuffer<*>;

  private void <init>(com.lmax.disruptor.RingBuffer<?>);
    descriptor: (Lcom/lmax/disruptor/RingBuffer;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.lmax.disruptor.NoOpEventProcessor$SequencerFollowingSequence this
        start local 1 // com.lmax.disruptor.RingBuffer sequencer
         0: .line 76
            aload 0 /* this */
            ldc -1
            invokespecial com.lmax.disruptor.Sequence.<init>:(J)V
         1: .line 77
            aload 0 /* this */
            aload 1 /* sequencer */
            putfield com.lmax.disruptor.NoOpEventProcessor$SequencerFollowingSequence.sequencer:Lcom/lmax/disruptor/RingBuffer;
         2: .line 78
            return
        end local 1 // com.lmax.disruptor.RingBuffer sequencer
        end local 0 // com.lmax.disruptor.NoOpEventProcessor$SequencerFollowingSequence this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lcom/lmax/disruptor/NoOpEventProcessor$SequencerFollowingSequence;
            0    3     1  sequencer  Lcom/lmax/disruptor/RingBuffer<*>;
    Signature: (Lcom/lmax/disruptor/RingBuffer<*>;)V
    MethodParameters:
           Name  Flags
      sequencer  final

  public long get();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.lmax.disruptor.NoOpEventProcessor$SequencerFollowingSequence this
         0: .line 83
            aload 0 /* this */
            getfield com.lmax.disruptor.NoOpEventProcessor$SequencerFollowingSequence.sequencer:Lcom/lmax/disruptor/RingBuffer;
            invokevirtual com.lmax.disruptor.RingBuffer.getCursor:()J
            lreturn
        end local 0 // com.lmax.disruptor.NoOpEventProcessor$SequencerFollowingSequence this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/lmax/disruptor/NoOpEventProcessor$SequencerFollowingSequence;
}
SourceFile: "NoOpEventProcessor.java"
NestHost: com.lmax.disruptor.NoOpEventProcessor
InnerClasses:
  private final SequencerFollowingSequence = com.lmax.disruptor.NoOpEventProcessor$SequencerFollowingSequence of com.lmax.disruptor.NoOpEventProcessor