class com.sun.tools.jdeps.JdepsTask$ListModuleDeps extends com.sun.tools.jdeps.JdepsTask$Command
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.tools.jdeps.JdepsTask$ListModuleDeps
  super_class: com.sun.tools.jdeps.JdepsTask$Command
{
  final boolean jdkinternals;
    descriptor: Z
    flags: (0x0010) ACC_FINAL

  final boolean reduced;
    descriptor: Z
    flags: (0x0010) ACC_FINAL

  final java.lang.String separator;
    descriptor: Ljava/lang/String;
    flags: (0x0010) ACC_FINAL

  final com.sun.tools.jdeps.JdepsTask this$0;
    descriptor: Lcom/sun/tools/jdeps/JdepsTask;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.sun.tools.jdeps.JdepsTask, com.sun.tools.jdeps.JdepsTask$CommandOption, boolean, boolean);
    descriptor: (Lcom/sun/tools/jdeps/JdepsTask;Lcom/sun/tools/jdeps/JdepsTask$CommandOption;ZZ)V
    flags: (0x0000) 
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // com.sun.tools.jdeps.JdepsTask$ListModuleDeps this
        start local 2 // com.sun.tools.jdeps.JdepsTask$CommandOption option
        start local 3 // boolean jdkinternals
        start local 4 // boolean reduced
         0: .line 984
            aload 0 /* this */
            aload 1
            aload 2 /* option */
            iload 3 /* jdkinternals */
            iload 4 /* reduced */
            ldc "line.separator"
            invokestatic java.lang.System.getProperty:(Ljava/lang/String;)Ljava/lang/String;
            invokespecial com.sun.tools.jdeps.JdepsTask$ListModuleDeps.<init>:(Lcom/sun/tools/jdeps/JdepsTask;Lcom/sun/tools/jdeps/JdepsTask$CommandOption;ZZLjava/lang/String;)V
         1: .line 985
            return
        end local 4 // boolean reduced
        end local 3 // boolean jdkinternals
        end local 2 // com.sun.tools.jdeps.JdepsTask$CommandOption option
        end local 0 // com.sun.tools.jdeps.JdepsTask$ListModuleDeps this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/sun/tools/jdeps/JdepsTask$ListModuleDeps;
            0    2     2        option  Lcom/sun/tools/jdeps/JdepsTask$CommandOption;
            0    2     3  jdkinternals  Z
            0    2     4       reduced  Z
    MethodParameters:
              Name  Flags
      this$0        final
      option        
      jdkinternals  
      reduced       

  void <init>(com.sun.tools.jdeps.JdepsTask, com.sun.tools.jdeps.JdepsTask$CommandOption, boolean, boolean, java.lang.String);
    descriptor: (Lcom/sun/tools/jdeps/JdepsTask;Lcom/sun/tools/jdeps/JdepsTask$CommandOption;ZZLjava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=6, args_size=6
        start local 0 // com.sun.tools.jdeps.JdepsTask$ListModuleDeps this
        start local 2 // com.sun.tools.jdeps.JdepsTask$CommandOption option
        start local 3 // boolean jdkinternals
        start local 4 // boolean reduced
        start local 5 // java.lang.String sep
         0: .line 986
            aload 0 /* this */
            aload 1
            putfield com.sun.tools.jdeps.JdepsTask$ListModuleDeps.this$0:Lcom/sun/tools/jdeps/JdepsTask;
         1: .line 987
            aload 0 /* this */
            aload 1
            aload 2 /* option */
            invokespecial com.sun.tools.jdeps.JdepsTask$Command.<init>:(Lcom/sun/tools/jdeps/JdepsTask;Lcom/sun/tools/jdeps/JdepsTask$CommandOption;)V
         2: .line 988
            aload 0 /* this */
            iload 3 /* jdkinternals */
            putfield com.sun.tools.jdeps.JdepsTask$ListModuleDeps.jdkinternals:Z
         3: .line 989
            aload 0 /* this */
            iload 4 /* reduced */
            putfield com.sun.tools.jdeps.JdepsTask$ListModuleDeps.reduced:Z
         4: .line 990
            aload 0 /* this */
            aload 5 /* sep */
            putfield com.sun.tools.jdeps.JdepsTask$ListModuleDeps.separator:Ljava/lang/String;
         5: .line 991
            return
        end local 5 // java.lang.String sep
        end local 4 // boolean reduced
        end local 3 // boolean jdkinternals
        end local 2 // com.sun.tools.jdeps.JdepsTask$CommandOption option
        end local 0 // com.sun.tools.jdeps.JdepsTask$ListModuleDeps this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/sun/tools/jdeps/JdepsTask$ListModuleDeps;
            0    6     2        option  Lcom/sun/tools/jdeps/JdepsTask$CommandOption;
            0    6     3  jdkinternals  Z
            0    6     4       reduced  Z
            0    6     5           sep  Ljava/lang/String;
    MethodParameters:
              Name  Flags
      this$0        final
      option        
      jdkinternals  
      reduced       
      sep           

  boolean checkOptions();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // com.sun.tools.jdeps.JdepsTask$ListModuleDeps this
         0: .line 995
            aload 0 /* this */
            getfield com.sun.tools.jdeps.JdepsTask$ListModuleDeps.this$0:Lcom/sun/tools/jdeps/JdepsTask;
            getfield com.sun.tools.jdeps.JdepsTask.options:Lcom/sun/tools/jdeps/JdepsTask$Options;
            getfield com.sun.tools.jdeps.JdepsTask$Options.showSummary:Z
            ifne 1
            aload 0 /* this */
            getfield com.sun.tools.jdeps.JdepsTask$ListModuleDeps.this$0:Lcom/sun/tools/jdeps/JdepsTask;
            getfield com.sun.tools.jdeps.JdepsTask.options:Lcom/sun/tools/jdeps/JdepsTask$Options;
            getfield com.sun.tools.jdeps.JdepsTask$Options.verbose:Lcom/sun/tools/jdeps/Analyzer$Type;
            ifnull 5
         1: .line 996
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdeps.JdepsTask$ListModuleDeps.this$0:Lcom/sun/tools/jdeps/JdepsTask;
            ldc "err.invalid.options"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "-summary or -verbose"
            aastore
            dup
            iconst_1
         2: .line 997
            aload 0 /* this */
            getfield com.sun.tools.jdeps.JdepsTask$ListModuleDeps.option:Lcom/sun/tools/jdeps/JdepsTask$CommandOption;
            aastore
         3: .line 996
            invokevirtual com.sun.tools.jdeps.JdepsTask.reportError:(Ljava/lang/String;[Ljava/lang/Object;)V
         4: .line 998
            iconst_0
            ireturn
         5: .line 1000
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdeps.JdepsTask$ListModuleDeps.this$0:Lcom/sun/tools/jdeps/JdepsTask;
            getfield com.sun.tools.jdeps.JdepsTask.options:Lcom/sun/tools/jdeps/JdepsTask$Options;
            getfield com.sun.tools.jdeps.JdepsTask$Options.findJDKInternals:Z
            ifeq 10
         6: .line 1001
            aload 0 /* this */
            getfield com.sun.tools.jdeps.JdepsTask$ListModuleDeps.this$0:Lcom/sun/tools/jdeps/JdepsTask;
            ldc "err.invalid.options"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "-jdkinternals"
            aastore
            dup
            iconst_1
         7: .line 1002
            aload 0 /* this */
            getfield com.sun.tools.jdeps.JdepsTask$ListModuleDeps.option:Lcom/sun/tools/jdeps/JdepsTask$CommandOption;
            aastore
         8: .line 1001
            invokevirtual com.sun.tools.jdeps.JdepsTask.reportError:(Ljava/lang/String;[Ljava/lang/Object;)V
         9: .line 1003
            iconst_0
            ireturn
        10: .line 1006
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdeps.JdepsTask$ListModuleDeps.this$0:Lcom/sun/tools/jdeps/JdepsTask;
            getfield com.sun.tools.jdeps.JdepsTask.inputArgs:Ljava/util/List;
            invokeinterface java.util.List.isEmpty:()Z
            ifne 12
            aload 0 /* this */
            getfield com.sun.tools.jdeps.JdepsTask$ListModuleDeps.this$0:Lcom/sun/tools/jdeps/JdepsTask;
            getfield com.sun.tools.jdeps.JdepsTask.options:Lcom/sun/tools/jdeps/JdepsTask$Options;
            getfield com.sun.tools.jdeps.JdepsTask$Options.rootModules:Ljava/util/Set;
            invokeinterface java.util.Set.isEmpty:()Z
            ifne 12
        11: .line 1007
            aload 0 /* this */
            getfield com.sun.tools.jdeps.JdepsTask$ListModuleDeps.this$0:Lcom/sun/tools/jdeps/JdepsTask;
            ldc "err.invalid.arg.for.option"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "-m"
            aastore
            invokevirtual com.sun.tools.jdeps.JdepsTask.reportError:(Ljava/lang/String;[Ljava/lang/Object;)V
        12: .line 1009
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdeps.JdepsTask$ListModuleDeps.this$0:Lcom/sun/tools/jdeps/JdepsTask;
            getfield com.sun.tools.jdeps.JdepsTask.inputArgs:Ljava/util/List;
            invokeinterface java.util.List.isEmpty:()Z
            ifeq 15
            aload 0 /* this */
            getfield com.sun.tools.jdeps.JdepsTask$ListModuleDeps.this$0:Lcom/sun/tools/jdeps/JdepsTask;
            getfield com.sun.tools.jdeps.JdepsTask.options:Lcom/sun/tools/jdeps/JdepsTask$Options;
            invokevirtual com.sun.tools.jdeps.JdepsTask$Options.hasSourcePath:()Z
            ifne 15
        13: .line 1010
            aload 0 /* this */
            getfield com.sun.tools.jdeps.JdepsTask$ListModuleDeps.this$0:Lcom/sun/tools/jdeps/JdepsTask;
            invokevirtual com.sun.tools.jdeps.JdepsTask.showHelp:()V
        14: .line 1011
            iconst_0
            ireturn
        15: .line 1013
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 0 // com.sun.tools.jdeps.JdepsTask$ListModuleDeps this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   16     0  this  Lcom/sun/tools/jdeps/JdepsTask$ListModuleDeps;

  boolean run(com.sun.tools.jdeps.JdepsConfiguration);
    descriptor: (Lcom/sun/tools/jdeps/JdepsConfiguration;)Z
    flags: (0x0000) 
    Code:
      stack=8, locals=2, args_size=2
        start local 0 // com.sun.tools.jdeps.JdepsTask$ListModuleDeps this
        start local 1 // com.sun.tools.jdeps.JdepsConfiguration config
         0: .line 1018
            new com.sun.tools.jdeps.ModuleExportsAnalyzer
            dup
            aload 1 /* config */
         1: .line 1019
            aload 0 /* this */
            getfield com.sun.tools.jdeps.JdepsTask$ListModuleDeps.this$0:Lcom/sun/tools/jdeps/JdepsTask;
            aload 1 /* config */
            invokevirtual com.sun.tools.jdeps.JdepsTask.dependencyFilter:(Lcom/sun/tools/jdeps/JdepsConfiguration;)Lcom/sun/tools/jdeps/JdepsFilter;
         2: .line 1020
            aload 0 /* this */
            getfield com.sun.tools.jdeps.JdepsTask$ListModuleDeps.jdkinternals:Z
         3: .line 1021
            aload 0 /* this */
            getfield com.sun.tools.jdeps.JdepsTask$ListModuleDeps.reduced:Z
         4: .line 1022
            aload 0 /* this */
            getfield com.sun.tools.jdeps.JdepsTask$ListModuleDeps.this$0:Lcom/sun/tools/jdeps/JdepsTask;
            getfield com.sun.tools.jdeps.JdepsTask.log:Ljava/io/PrintWriter;
         5: .line 1023
            aload 0 /* this */
            getfield com.sun.tools.jdeps.JdepsTask$ListModuleDeps.separator:Ljava/lang/String;
         6: .line 1018
            invokespecial com.sun.tools.jdeps.ModuleExportsAnalyzer.<init>:(Lcom/sun/tools/jdeps/JdepsConfiguration;Lcom/sun/tools/jdeps/JdepsFilter;ZZLjava/io/PrintWriter;Ljava/lang/String;)V
         7: .line 1023
            invokevirtual com.sun.tools.jdeps.ModuleExportsAnalyzer.run:()Z
         8: .line 1018
            ireturn
        end local 1 // com.sun.tools.jdeps.JdepsConfiguration config
        end local 0 // com.sun.tools.jdeps.JdepsTask$ListModuleDeps this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Lcom/sun/tools/jdeps/JdepsTask$ListModuleDeps;
            0    9     1  config  Lcom/sun/tools/jdeps/JdepsConfiguration;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      config  
}
SourceFile: "JdepsTask.java"
NestHost: com.sun.tools.jdeps.JdepsTask
InnerClasses:
  abstract Command = com.sun.tools.jdeps.JdepsTask$Command of com.sun.tools.jdeps.JdepsTask
  final CommandOption = com.sun.tools.jdeps.JdepsTask$CommandOption of com.sun.tools.jdeps.JdepsTask
  ListModuleDeps = com.sun.tools.jdeps.JdepsTask$ListModuleDeps of com.sun.tools.jdeps.JdepsTask
  private Options = com.sun.tools.jdeps.JdepsTask$Options of com.sun.tools.jdeps.JdepsTask