class picocli.CommandLine$Help$ColorScheme$1 implements picocli.CommandLine$Help$Ansi$IStyle
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: picocli.CommandLine$Help$ColorScheme$1
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // picocli.CommandLine$Help$ColorScheme$1 this
         0: .line 14717
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // picocli.CommandLine$Help$ColorScheme$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lpicocli/CommandLine$Help$ColorScheme$1;

  public java.lang.String on();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // picocli.CommandLine$Help$ColorScheme$1 this
         0: .line 14718
            ldc ""
            areturn
        end local 0 // picocli.CommandLine$Help$ColorScheme$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lpicocli/CommandLine$Help$ColorScheme$1;

  public java.lang.String off();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // picocli.CommandLine$Help$ColorScheme$1 this
         0: .line 14719
            ldc ""
            areturn
        end local 0 // picocli.CommandLine$Help$ColorScheme$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lpicocli/CommandLine$Help$ColorScheme$1;
}
SourceFile: "CommandLine.java"
EnclosingMethod: picocli.CommandLine$Help$ColorScheme
NestHost: picocli.CommandLine
InnerClasses:
  public Help = picocli.CommandLine$Help of picocli.CommandLine
  public final Ansi = picocli.CommandLine$Help$Ansi of picocli.CommandLine$Help
  public abstract IStyle = picocli.CommandLine$Help$Ansi$IStyle of picocli.CommandLine$Help$Ansi
  public ColorScheme = picocli.CommandLine$Help$ColorScheme of picocli.CommandLine$Help
  picocli.CommandLine$Help$ColorScheme$1