public class io.vertx.lang.js.JSVerticleFactory$JSVerticle extends io.vertx.core.AbstractVerticle
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.lang.js.JSVerticleFactory$JSVerticle
  super_class: io.vertx.core.AbstractVerticle
{
  private static final java.lang.String VERTX_START_FUNCTION;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "vertxStart"

  private static final java.lang.String VERTX_START_ASYNC_FUNCTION;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "vertxStartAsync"

  private static final java.lang.String VERTX_STOP_FUNCTION;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "vertxStop"

  private static final java.lang.String VERTX_STOP_ASYNC_FUNCTION;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "vertxStopAsync"

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

  private ScriptObjectMirror exports;
    descriptor: LScriptObjectMirror;
    flags: (0x0002) ACC_PRIVATE

  final io.vertx.lang.js.JSVerticleFactory this$0;
    descriptor: Lio/vertx/lang/js/JSVerticleFactory;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(io.vertx.lang.js.JSVerticleFactory, java.lang.String);
    descriptor: (Lio/vertx/lang/js/JSVerticleFactory;Ljava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.lang.js.JSVerticleFactory$JSVerticle this
         0: .line 24
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import jdk.nashorn cannot be resolved\n\tScriptObjectMirror cannot be resolved to a type\n\tScriptObjectMirror cannot be resolved to a type\n\tScriptObjectMirror cannot be resolved to a type\n\tScriptObjectMirror cannot be resolved to a type\n\tScriptObjectMirror cannot be resolved to a type\n\tScriptObjectMirror cannot be resolved to a type\n\tScriptObjectMirror cannot be resolved to a type\n\tScriptObjectMirror cannot be resolved to a type\n\tScriptObjectMirror cannot be resolved to a type\n\tScriptObjectMirror cannot be resolved to a type\n\tScriptObjectMirror cannot be resolved to a type\n\tScriptObjectMirror cannot be resolved to a type\n\tScriptObjectMirror cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.lang.js.JSVerticleFactory$JSVerticle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/lang/js/JSVerticleFactory$JSVerticle;
    MethodParameters:
              Name  Flags
      this$0        final
      verticleName  

  private boolean functionExists(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.lang.js.JSVerticleFactory$JSVerticle this
         0: .line 94
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tScriptObjectMirror cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.lang.js.JSVerticleFactory$JSVerticle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/lang/js/JSVerticleFactory$JSVerticle;
    MethodParameters:
              Name  Flags
      functionName  

  public void start(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.js.JSVerticleFactory$JSVerticle this
         0: .line 109
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tScriptObjectMirror cannot be resolved to a type\n\tScriptObjectMirror cannot be resolved to a type\n\tScriptObjectMirror cannot be resolved to a type\n\tScriptObjectMirror cannot be resolved to a type\n\tScriptObjectMirror cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.lang.js.JSVerticleFactory$JSVerticle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/lang/js/JSVerticleFactory$JSVerticle;
    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.js.JSVerticleFactory$JSVerticle this
         0: .line 124
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tScriptObjectMirror cannot be resolved to a type\n\tScriptObjectMirror cannot be resolved to a type\n\tScriptObjectMirror cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.lang.js.JSVerticleFactory$JSVerticle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/lang/js/JSVerticleFactory$JSVerticle;
    Exceptions:
      throws java.lang.Exception
    Signature: (Lio/vertx/core/Future<Ljava/lang/Void;>;)V
    MethodParameters:
            Name  Flags
      stopFuture  
}
SourceFile: "JSVerticleFactory.java"
NestHost: io.vertx.lang.js.JSVerticleFactory
InnerClasses:
  public JSVerticle = io.vertx.lang.js.JSVerticleFactory$JSVerticle of io.vertx.lang.js.JSVerticleFactory