interface org.apache.commons.lang.time.FastDateFormat$NumberRule extends org.apache.commons.lang.time.FastDateFormat$Rule
  minor version: 0
  major version: 59
  flags: flags: (0x0600) ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.apache.commons.lang.time.FastDateFormat$NumberRule
  super_class: java.lang.Object
{
  public abstract void appendTo(java.lang.StringBuffer, int);
    descriptor: (Ljava/lang/StringBuffer;I)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      buffer  
      value   
}
SourceFile: "FastDateFormat.java"
NestHost: org.apache.commons.lang.time.FastDateFormat
InnerClasses:
  private abstract NumberRule = org.apache.commons.lang.time.FastDateFormat$NumberRule of org.apache.commons.lang.time.FastDateFormat
  private abstract Rule = org.apache.commons.lang.time.FastDateFormat$Rule of org.apache.commons.lang.time.FastDateFormat