public class io.vertx.lang.ruby.JRubyVerticle implements io.vertx.core.Verticle
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.lang.ruby.JRubyVerticle
  super_class: java.lang.Object
{
  private final io.vertx.lang.ruby.JRubyVerticleFactory factory;
    descriptor: Lio/vertx/lang/ruby/JRubyVerticleFactory;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final io.vertx.lang.ruby.ContainerHolder holder;
    descriptor: Lio/vertx/lang/ruby/ContainerHolder;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.ClassLoader classLoader;
    descriptor: Ljava/lang/ClassLoader;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String verticleName;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private io.vertx.core.Vertx vertx;
    descriptor: Lio/vertx/core/Vertx;
    flags: (0x0002) ACC_PRIVATE

  private io.vertx.core.Context context;
    descriptor: Lio/vertx/core/Context;
    flags: (0x0002) ACC_PRIVATE

  private io.vertx.lang.ruby.Deployment instance;
    descriptor: Lio/vertx/lang/ruby/Deployment;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(io.vertx.lang.ruby.JRubyVerticleFactory, io.vertx.lang.ruby.ContainerHolder, java.lang.ClassLoader, java.lang.String);
    descriptor: (Lio/vertx/lang/ruby/JRubyVerticleFactory;Lio/vertx/lang/ruby/ContainerHolder;Ljava/lang/ClassLoader;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // io.vertx.lang.ruby.JRubyVerticle this
        start local 1 // io.vertx.lang.ruby.JRubyVerticleFactory factory
        start local 2 // io.vertx.lang.ruby.ContainerHolder holder
        start local 3 // java.lang.ClassLoader classLoader
        start local 4 // java.lang.String verticleName
         0: .line 21
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 22
            aload 0 /* this */
            aload 1 /* factory */
            putfield io.vertx.lang.ruby.JRubyVerticle.factory:Lio/vertx/lang/ruby/JRubyVerticleFactory;
         2: .line 23
            aload 0 /* this */
            aload 2 /* holder */
            putfield io.vertx.lang.ruby.JRubyVerticle.holder:Lio/vertx/lang/ruby/ContainerHolder;
         3: .line 24
            aload 0 /* this */
            aload 3 /* classLoader */
            putfield io.vertx.lang.ruby.JRubyVerticle.classLoader:Ljava/lang/ClassLoader;
         4: .line 25
            aload 0 /* this */
            aload 4 /* verticleName */
            putfield io.vertx.lang.ruby.JRubyVerticle.verticleName:Ljava/lang/String;
         5: .line 26
            return
        end local 4 // java.lang.String verticleName
        end local 3 // java.lang.ClassLoader classLoader
        end local 2 // io.vertx.lang.ruby.ContainerHolder holder
        end local 1 // io.vertx.lang.ruby.JRubyVerticleFactory factory
        end local 0 // io.vertx.lang.ruby.JRubyVerticle this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lio/vertx/lang/ruby/JRubyVerticle;
            0    6     1       factory  Lio/vertx/lang/ruby/JRubyVerticleFactory;
            0    6     2        holder  Lio/vertx/lang/ruby/ContainerHolder;
            0    6     3   classLoader  Ljava/lang/ClassLoader;
            0    6     4  verticleName  Ljava/lang/String;
    MethodParameters:
              Name  Flags
      factory       
      holder        
      classLoader   
      verticleName  

  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.lang.ruby.JRubyVerticle this
         0: .line 30
            aload 0 /* this */
            getfield io.vertx.lang.ruby.JRubyVerticle.vertx:Lio/vertx/core/Vertx;
            areturn
        end local 0 // io.vertx.lang.ruby.JRubyVerticle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/lang/ruby/JRubyVerticle;

  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.lang.ruby.JRubyVerticle this
        start local 1 // io.vertx.core.Vertx vertx
        start local 2 // io.vertx.core.Context context
         0: .line 35
            aload 0 /* this */
            aload 1 /* vertx */
            putfield io.vertx.lang.ruby.JRubyVerticle.vertx:Lio/vertx/core/Vertx;
         1: .line 36
            aload 0 /* this */
            aload 2 /* context */
            putfield io.vertx.lang.ruby.JRubyVerticle.context:Lio/vertx/core/Context;
         2: .line 37
            return
        end local 2 // io.vertx.core.Context context
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // io.vertx.lang.ruby.JRubyVerticle this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lio/vertx/lang/ruby/JRubyVerticle;
            0    3     1    vertx  Lio/vertx/core/Vertx;
            0    3     2  context  Lio/vertx/core/Context;
    MethodParameters:
         Name  Flags
      vertx    
      context  

  public void start(io.vertx.core.Future<java.lang.Void>);
    descriptor: (Lio/vertx/core/Future;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // io.vertx.lang.ruby.JRubyVerticle this
        start local 1 // io.vertx.core.Future startFuture
         0: .line 41
            aload 0 /* this */
            getfield io.vertx.lang.ruby.JRubyVerticle.context:Lio/vertx/core/Context;
            invokeinterface io.vertx.core.Context.config:()Lio/vertx/core/json/JsonObject;
            ldc "GEM_PATH"
            invokevirtual io.vertx.core.json.JsonObject.getString:(Ljava/lang/String;)Ljava/lang/String;
            astore 2 /* gemPath */
        start local 2 // java.lang.String gemPath
         1: .line 42
            aload 2 /* gemPath */
            ifnull 4
            aload 2 /* gemPath */
            invokevirtual java.lang.String.trim:()Ljava/lang/String;
            invokevirtual java.lang.String.isEmpty:()Z
            ifne 4
         2: .line 43
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.lang.ruby.JRubyVerticle.holder:Lio/vertx/lang/ruby/ContainerHolder;
            aload 2 /* gemPath */
            aload 0 /* this */
            getfield io.vertx.lang.ruby.JRubyVerticle.vertx:Lio/vertx/core/Vertx;
            aload 0 /* this */
            getfield io.vertx.lang.ruby.JRubyVerticle.classLoader:Ljava/lang/ClassLoader;
            aload 1 /* startFuture */
            invokevirtual io.vertx.lang.ruby.ContainerHolder.create:(Ljava/lang/String;Lio/vertx/core/Vertx;Ljava/lang/ClassLoader;Lio/vertx/core/Future;)Lio/vertx/lang/ruby/Deployment;
            putfield io.vertx.lang.ruby.JRubyVerticle.instance:Lio/vertx/lang/ruby/Deployment;
         3: .line 44
            goto 5
         4: .line 45
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.lang.ruby.JRubyVerticle.holder:Lio/vertx/lang/ruby/ContainerHolder;
            aconst_null
            aload 0 /* this */
            getfield io.vertx.lang.ruby.JRubyVerticle.vertx:Lio/vertx/core/Vertx;
            aload 0 /* this */
            getfield io.vertx.lang.ruby.JRubyVerticle.classLoader:Ljava/lang/ClassLoader;
            aload 1 /* startFuture */
            invokevirtual io.vertx.lang.ruby.ContainerHolder.create:(Ljava/lang/String;Lio/vertx/core/Vertx;Ljava/lang/ClassLoader;Lio/vertx/core/Future;)Lio/vertx/lang/ruby/Deployment;
            putfield io.vertx.lang.ruby.JRubyVerticle.instance:Lio/vertx/lang/ruby/Deployment;
         5: .line 47
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.String gemPath
        end local 1 // io.vertx.core.Future startFuture
        end local 0 // io.vertx.lang.ruby.JRubyVerticle this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Lio/vertx/lang/ruby/JRubyVerticle;
            0    6     1  startFuture  Lio/vertx/core/Future<Ljava/lang/Void;>;
            1    6     2      gemPath  Ljava/lang/String;
    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=3, locals=2, args_size=2
        start local 0 // io.vertx.lang.ruby.JRubyVerticle this
        start local 1 // io.vertx.core.Future stopFuture
         0: .line 51
            aload 0 /* this */
            getfield io.vertx.lang.ruby.JRubyVerticle.instance:Lio/vertx/lang/ruby/Deployment;
            ifnull 3
         1: .line 52
            aload 0 /* this */
            getfield io.vertx.lang.ruby.JRubyVerticle.holder:Lio/vertx/lang/ruby/ContainerHolder;
            aload 0 /* this */
            getfield io.vertx.lang.ruby.JRubyVerticle.instance:Lio/vertx/lang/ruby/Deployment;
            aload 1 /* stopFuture */
            invokevirtual io.vertx.lang.ruby.ContainerHolder.undeploy:(Lio/vertx/lang/ruby/Deployment;Lio/vertx/core/Future;)V
         2: .line 53
            goto 4
         3: .line 54
      StackMap locals:
      StackMap stack:
            aload 1 /* stopFuture */
            invokeinterface io.vertx.core.Future.complete:()V
         4: .line 56
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.core.Future stopFuture
        end local 0 // io.vertx.lang.ruby.JRubyVerticle this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lio/vertx/lang/ruby/JRubyVerticle;
            0    5     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  
}
SourceFile: "JRubyVerticle.java"