public abstract class io.vertx.core.AbstractVerticle implements io.vertx.core.Verticle
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: io.vertx.core.AbstractVerticle
  super_class: java.lang.Object
{
  protected io.vertx.core.Vertx vertx;
    descriptor: Lio/vertx/core/Vertx;
    flags: (0x0004) ACC_PROTECTED

  protected io.vertx.core.Context context;
    descriptor: Lio/vertx/core/Context;
    flags: (0x0004) ACC_PROTECTED

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.AbstractVerticle this
         0: .line 36
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.vertx.core.AbstractVerticle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/AbstractVerticle;

  public io.vertx.core.Vertx getVertx();
    descriptor: ()Lio/vertx/core/Vertx;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.AbstractVerticle this
         0: .line 55
            aload 0 /* this */
            getfield io.vertx.core.AbstractVerticle.vertx:Lio/vertx/core/Vertx;
            areturn
        end local 0 // io.vertx.core.AbstractVerticle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/AbstractVerticle;

  public void init(io.vertx.core.Vertx, io.vertx.core.Context);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/core/Context;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.core.AbstractVerticle this
        start local 1 // io.vertx.core.Vertx vertx
        start local 2 // io.vertx.core.Context context
         0: .line 66
            aload 0 /* this */
            aload 1 /* vertx */
            putfield io.vertx.core.AbstractVerticle.vertx:Lio/vertx/core/Vertx;
         1: .line 67
            aload 0 /* this */
            aload 2 /* context */
            putfield io.vertx.core.AbstractVerticle.context:Lio/vertx/core/Context;
         2: .line 68
            return
        end local 2 // io.vertx.core.Context context
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // io.vertx.core.AbstractVerticle this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lio/vertx/core/AbstractVerticle;
            0    3     1    vertx  Lio/vertx/core/Vertx;
            0    3     2  context  Lio/vertx/core/Context;
    MethodParameters:
         Name  Flags
      vertx    
      context  

  public java.lang.String deploymentID();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.AbstractVerticle this
         0: .line 75
            aload 0 /* this */
            getfield io.vertx.core.AbstractVerticle.context:Lio/vertx/core/Context;
            invokeinterface io.vertx.core.Context.deploymentID:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.core.AbstractVerticle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/AbstractVerticle;

  public io.vertx.core.json.JsonObject config();
    descriptor: ()Lio/vertx/core/json/JsonObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.AbstractVerticle this
         0: .line 85
            aload 0 /* this */
            getfield io.vertx.core.AbstractVerticle.context:Lio/vertx/core/Context;
            invokeinterface io.vertx.core.Context.config:()Lio/vertx/core/json/JsonObject;
            areturn
        end local 0 // io.vertx.core.AbstractVerticle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/AbstractVerticle;

  public java.util.List<java.lang.String> processArgs();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.AbstractVerticle this
         0: .line 93
            aload 0 /* this */
            getfield io.vertx.core.AbstractVerticle.context:Lio/vertx/core/Context;
            invokeinterface io.vertx.core.Context.processArgs:()Ljava/util/List;
            areturn
        end local 0 // io.vertx.core.AbstractVerticle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/AbstractVerticle;
    Signature: ()Ljava/util/List<Ljava/lang/String;>;

  public void start(io.vertx.core.Future<java.lang.Void>);
    descriptor: (Lio/vertx/core/Future;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.vertx.core.AbstractVerticle this
        start local 1 // io.vertx.core.Future startFuture
         0: .line 106
            aload 0 /* this */
            invokevirtual io.vertx.core.AbstractVerticle.start:()V
         1: .line 107
            aload 1 /* startFuture */
            invokeinterface io.vertx.core.Future.complete:()V
         2: .line 108
            return
        end local 1 // io.vertx.core.Future startFuture
        end local 0 // io.vertx.core.AbstractVerticle this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lio/vertx/core/AbstractVerticle;
            0    3     1  startFuture  Lio/vertx/core/Future<Ljava/lang/Void;>;
    Exceptions:
      throws java.lang.Exception
    Signature: (Lio/vertx/core/Future<Ljava/lang/Void;>;)V
    MethodParameters:
             Name  Flags
      startFuture  

  public void stop(io.vertx.core.Future<java.lang.Void>);
    descriptor: (Lio/vertx/core/Future;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.vertx.core.AbstractVerticle this
        start local 1 // io.vertx.core.Future stopFuture
         0: .line 120
            aload 0 /* this */
            invokevirtual io.vertx.core.AbstractVerticle.stop:()V
         1: .line 121
            aload 1 /* stopFuture */
            invokeinterface io.vertx.core.Future.complete:()V
         2: .line 122
            return
        end local 1 // io.vertx.core.Future stopFuture
        end local 0 // io.vertx.core.AbstractVerticle this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lio/vertx/core/AbstractVerticle;
            0    3     1  stopFuture  Lio/vertx/core/Future<Ljava/lang/Void;>;
    Exceptions:
      throws java.lang.Exception
    Signature: (Lio/vertx/core/Future<Ljava/lang/Void;>;)V
    MethodParameters:
            Name  Flags
      stopFuture  

  public void start();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AbstractVerticle this
         0: .line 130
            return
        end local 0 // io.vertx.core.AbstractVerticle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/AbstractVerticle;
    Exceptions:
      throws java.lang.Exception

  public void stop();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AbstractVerticle this
         0: .line 138
            return
        end local 0 // io.vertx.core.AbstractVerticle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/AbstractVerticle;
    Exceptions:
      throws java.lang.Exception
}
SourceFile: "AbstractVerticle.java"