public abstract class io.vertx.ext.shell.command.AnnotatedCommand
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: io.vertx.ext.shell.command.AnnotatedCommand
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.shell.command.AnnotatedCommand this
         0: .line 46
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.vertx.ext.shell.command.AnnotatedCommand this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/shell/command/AnnotatedCommand;

  public java.lang.String name();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.shell.command.AnnotatedCommand this
         0: .line 52
            aconst_null
            areturn
        end local 0 // io.vertx.ext.shell.command.AnnotatedCommand this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/shell/command/AnnotatedCommand;

  public io.vertx.core.cli.CLI cli();
    descriptor: ()Lio/vertx/core/cli/CLI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.shell.command.AnnotatedCommand this
         0: .line 59
            aconst_null
            areturn
        end local 0 // io.vertx.ext.shell.command.AnnotatedCommand this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/shell/command/AnnotatedCommand;

  public abstract void process(io.vertx.ext.shell.command.CommandProcess);
    descriptor: (Lio/vertx/ext/shell/command/CommandProcess;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      process  

  public void complete(io.vertx.ext.shell.cli.Completion);
    descriptor: (Lio/vertx/ext/shell/cli/Completion;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.shell.command.AnnotatedCommand this
        start local 1 // io.vertx.ext.shell.cli.Completion completion
         0: .line 76
            aload 1 /* completion */
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            invokeinterface io.vertx.ext.shell.cli.Completion.complete:(Ljava/util/List;)V
         1: .line 77
            return
        end local 1 // io.vertx.ext.shell.cli.Completion completion
        end local 0 // io.vertx.ext.shell.command.AnnotatedCommand this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/ext/shell/command/AnnotatedCommand;
            0    2     1  completion  Lio/vertx/ext/shell/cli/Completion;
    MethodParameters:
            Name  Flags
      completion  
}
SourceFile: "AnnotatedCommand.java"