class jdk.tools.jmod.JmodTask$JmodHelpFormatter$1 implements jdk.internal.joptsimple.OptionDescriptor
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: jdk.tools.jmod.JmodTask$JmodHelpFormatter$1
  super_class: java.lang.Object
{
  final jdk.tools.jmod.JmodTask$JmodHelpFormatter this$1;
    descriptor: Ljdk/tools/jmod/JmodTask$JmodHelpFormatter;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(jdk.tools.jmod.JmodTask$JmodHelpFormatter);
    descriptor: (Ljdk/tools/jmod/JmodTask$JmodHelpFormatter;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.tools.jmod.JmodTask$JmodHelpFormatter$1 this
         0: .line 1225
            aload 0 /* this */
            aload 1
            putfield jdk.tools.jmod.JmodTask$JmodHelpFormatter$1.this$1:Ljdk/tools/jmod/JmodTask$JmodHelpFormatter;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // jdk.tools.jmod.JmodTask$JmodHelpFormatter$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/tools/jmod/JmodTask$JmodHelpFormatter$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public java.util.List<java.lang.String> options();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // jdk.tools.jmod.JmodTask$JmodHelpFormatter$1 this
         0: .line 1228
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 1 /* ret */
        start local 1 // java.util.List ret
         1: .line 1229
            aload 1 /* ret */
            ldc "@<filename>"
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         2: .line 1230
            aload 1 /* ret */
            areturn
        end local 1 // java.util.List ret
        end local 0 // jdk.tools.jmod.JmodTask$JmodHelpFormatter$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljdk/tools/jmod/JmodTask$JmodHelpFormatter$1;
            1    3     1   ret  Ljava/util/List<Ljava/lang/String;>;
    Signature: ()Ljava/util/List<Ljava/lang/String;>;

  public java.lang.String description();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // jdk.tools.jmod.JmodTask$JmodHelpFormatter$1 this
         0: .line 1233
            ldc "main.opt.cmdfile"
            iconst_0
            anewarray java.lang.Object
            invokestatic jdk.tools.jmod.JmodTask.getMessage:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            areturn
        end local 0 // jdk.tools.jmod.JmodTask$JmodHelpFormatter$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/tools/jmod/JmodTask$JmodHelpFormatter$1;

  public java.util.List<?> defaultValues();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.tools.jmod.JmodTask$JmodHelpFormatter$1 this
         0: .line 1235
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            areturn
        end local 0 // jdk.tools.jmod.JmodTask$JmodHelpFormatter$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/tools/jmod/JmodTask$JmodHelpFormatter$1;
    Signature: ()Ljava/util/List<*>;

  public boolean isRequired();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.tools.jmod.JmodTask$JmodHelpFormatter$1 this
         0: .line 1237
            iconst_0
            ireturn
        end local 0 // jdk.tools.jmod.JmodTask$JmodHelpFormatter$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/tools/jmod/JmodTask$JmodHelpFormatter$1;

  public boolean acceptsArguments();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.tools.jmod.JmodTask$JmodHelpFormatter$1 this
         0: .line 1239
            iconst_0
            ireturn
        end local 0 // jdk.tools.jmod.JmodTask$JmodHelpFormatter$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/tools/jmod/JmodTask$JmodHelpFormatter$1;

  public boolean requiresArgument();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.tools.jmod.JmodTask$JmodHelpFormatter$1 this
         0: .line 1241
            iconst_0
            ireturn
        end local 0 // jdk.tools.jmod.JmodTask$JmodHelpFormatter$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/tools/jmod/JmodTask$JmodHelpFormatter$1;

  public java.lang.String argumentDescription();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.tools.jmod.JmodTask$JmodHelpFormatter$1 this
         0: .line 1243
            aconst_null
            areturn
        end local 0 // jdk.tools.jmod.JmodTask$JmodHelpFormatter$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/tools/jmod/JmodTask$JmodHelpFormatter$1;

  public java.lang.String argumentTypeIndicator();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.tools.jmod.JmodTask$JmodHelpFormatter$1 this
         0: .line 1245
            aconst_null
            areturn
        end local 0 // jdk.tools.jmod.JmodTask$JmodHelpFormatter$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/tools/jmod/JmodTask$JmodHelpFormatter$1;

  public boolean representsNonOptions();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.tools.jmod.JmodTask$JmodHelpFormatter$1 this
         0: .line 1247
            iconst_0
            ireturn
        end local 0 // jdk.tools.jmod.JmodTask$JmodHelpFormatter$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/tools/jmod/JmodTask$JmodHelpFormatter$1;
}
SourceFile: "JmodTask.java"
EnclosingMethod: jdk.tools.jmod.JmodTask$JmodHelpFormatter.format:(Ljava/util/Map;)Ljava/lang/String;
NestHost: jdk.tools.jmod.JmodTask
InnerClasses:
  private final JmodHelpFormatter = jdk.tools.jmod.JmodTask$JmodHelpFormatter of jdk.tools.jmod.JmodTask
  jdk.tools.jmod.JmodTask$JmodHelpFormatter$1