class ch.qos.logback.core.util.CharSequenceState
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: ch.qos.logback.core.util.CharSequenceState
  super_class: java.lang.Object
{
  final char c;
    descriptor: C
    flags: (0x0010) ACC_FINAL

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

  public void <init>(char);
    descriptor: (C)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // ch.qos.logback.core.util.CharSequenceState this
        start local 1 // char c
         0: .line 24
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 25
            aload 0 /* this */
            iload 1 /* c */
            putfield ch.qos.logback.core.util.CharSequenceState.c:C
         2: .line 26
            aload 0 /* this */
            iconst_1
            putfield ch.qos.logback.core.util.CharSequenceState.occurrences:I
         3: .line 27
            return
        end local 1 // char c
        end local 0 // ch.qos.logback.core.util.CharSequenceState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lch/qos/logback/core/util/CharSequenceState;
            0    4     1     c  C
    MethodParameters:
      Name  Flags
      c     

  void incrementOccurrences();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // ch.qos.logback.core.util.CharSequenceState this
         0: .line 30
            aload 0 /* this */
            dup
            getfield ch.qos.logback.core.util.CharSequenceState.occurrences:I
            iconst_1
            iadd
            putfield ch.qos.logback.core.util.CharSequenceState.occurrences:I
         1: .line 31
            return
        end local 0 // ch.qos.logback.core.util.CharSequenceState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lch/qos/logback/core/util/CharSequenceState;
}
SourceFile: "CharSequenceState.java"