class org.apache.commons.lang.time.FastDateFormat$CharacterLiteral implements org.apache.commons.lang.time.FastDateFormat$Rule
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.commons.lang.time.FastDateFormat$CharacterLiteral
  super_class: java.lang.Object
{
  private final char mValue;
    descriptor: C
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(char);
    descriptor: (C)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.lang.time.FastDateFormat$CharacterLiteral this
        start local 1 // char value
         0: .line 1079
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1080
            aload 0 /* this */
            iload 1 /* value */
            putfield org.apache.commons.lang.time.FastDateFormat$CharacterLiteral.mValue:C
         2: .line 1081
            return
        end local 1 // char value
        end local 0 // org.apache.commons.lang.time.FastDateFormat$CharacterLiteral this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/apache/commons/lang/time/FastDateFormat$CharacterLiteral;
            0    3     1  value  C
    MethodParameters:
       Name  Flags
      value  

  public int estimateLength();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.lang.time.FastDateFormat$CharacterLiteral this
         0: .line 1087
            iconst_1
            ireturn
        end local 0 // org.apache.commons.lang.time.FastDateFormat$CharacterLiteral this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/lang/time/FastDateFormat$CharacterLiteral;

  public void appendTo(java.lang.StringBuffer, java.util.Calendar);
    descriptor: (Ljava/lang/StringBuffer;Ljava/util/Calendar;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.commons.lang.time.FastDateFormat$CharacterLiteral this
        start local 1 // java.lang.StringBuffer buffer
        start local 2 // java.util.Calendar calendar
         0: .line 1094
            aload 1 /* buffer */
            aload 0 /* this */
            getfield org.apache.commons.lang.time.FastDateFormat$CharacterLiteral.mValue:C
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
         1: .line 1095
            return
        end local 2 // java.util.Calendar calendar
        end local 1 // java.lang.StringBuffer buffer
        end local 0 // org.apache.commons.lang.time.FastDateFormat$CharacterLiteral this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/apache/commons/lang/time/FastDateFormat$CharacterLiteral;
            0    2     1    buffer  Ljava/lang/StringBuffer;
            0    2     2  calendar  Ljava/util/Calendar;
    MethodParameters:
          Name  Flags
      buffer    
      calendar  
}
SourceFile: "FastDateFormat.java"
NestHost: org.apache.commons.lang.time.FastDateFormat
InnerClasses:
  private CharacterLiteral = org.apache.commons.lang.time.FastDateFormat$CharacterLiteral of org.apache.commons.lang.time.FastDateFormat
  private abstract Rule = org.apache.commons.lang.time.FastDateFormat$Rule of org.apache.commons.lang.time.FastDateFormat