class picocli.CommandLine$Help$TextTable$Count
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: picocli.CommandLine$Help$TextTable$Count
  super_class: java.lang.Object
{
  int charCount;
    descriptor: I
    flags: (0x0000) 

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

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // picocli.CommandLine$Help$TextTable$Count this
         0: .line 14628
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // picocli.CommandLine$Help$TextTable$Count this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lpicocli/CommandLine$Help$TextTable$Count;
}
SourceFile: "CommandLine.java"
NestHost: picocli.CommandLine
InnerClasses:
  public Help = picocli.CommandLine$Help of picocli.CommandLine
  public TextTable = picocli.CommandLine$Help$TextTable of picocli.CommandLine$Help
  Count = picocli.CommandLine$Help$TextTable$Count of picocli.CommandLine$Help$TextTable