public class io.vertx.lang.js.JSVerticleFactory implements io.vertx.core.spi.VerticleFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.lang.js.JSVerticleFactory
  super_class: java.lang.Object
{
  public static final java.lang.String DISABLE_NODEJS_PROCESS_ENV_PROP_NAME;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "vertx.disableNodeJSProcessENV"

  private static final boolean ADD_NODEJS_PROCESS_ENV;
    descriptor: Z
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final java.lang.String JVM_NPM;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "vertx-js/util/jvm-npm.js"

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

  private javax.script.ScriptEngine engine;
    descriptor: Ljavax/script/ScriptEngine;
    flags: (0x0002) ACC_PRIVATE

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

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.lang.js.JSVerticleFactory 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 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/lang/js/JSVerticleFactory;

  public void init(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.lang.js.JSVerticleFactory this
         0: .line 58
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.lang.js.JSVerticleFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/lang/js/JSVerticleFactory;
    MethodParameters:
       Name  Flags
      vertx  

  public java.lang.String prefix();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.lang.js.JSVerticleFactory this
         0: .line 63
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.lang.js.JSVerticleFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/lang/js/JSVerticleFactory;

  public boolean blockingCreate();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.lang.js.JSVerticleFactory this
         0: .line 68
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.lang.js.JSVerticleFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/lang/js/JSVerticleFactory;

  public io.vertx.core.Verticle createVerticle(java.lang.String, java.lang.ClassLoader);
    descriptor: (Ljava/lang/String;Ljava/lang/ClassLoader;)Lio/vertx/core/Verticle;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.lang.js.JSVerticleFactory this
         0: .line 73
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.lang.js.JSVerticleFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/lang/js/JSVerticleFactory;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
              Name  Flags
      verticleName  
      classLoader   

  private synchronized void init();
    descriptor: ()V
    flags: (0x0022) ACC_PRIVATE, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.lang.js.JSVerticleFactory this
         0: .line 157
            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"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.lang.js.JSVerticleFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/lang/js/JSVerticleFactory;
}
SourceFile: "JSVerticleFactory.java"
NestMembers:
  io.vertx.lang.js.JSVerticleFactory$JSVerticle
InnerClasses:
  public JSVerticle = io.vertx.lang.js.JSVerticleFactory$JSVerticle of io.vertx.lang.js.JSVerticleFactory