org.scalajs.jsenv.nodejs

AbstractNodeJSEnv

abstract class AbstractNodeJSEnv extends ExternalJSEnv with ComJSEnv

Linear Supertypes
ComJSEnv, ExternalJSEnv, AsyncJSEnv, JSEnv, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AbstractNodeJSEnv
  2. ComJSEnv
  3. ExternalJSEnv
  4. AsyncJSEnv
  5. JSEnv
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AbstractNodeJSEnv()

Type Members

  1. class AbstractExtRunner extends JSInitFiles

    Attributes
    protected
    Definition Classes
    ExternalJSEnv
  2. trait AbstractNodeRunner extends AbstractExtRunner with JSInitFiles

    Attributes
    protected
  3. class AsyncExtRunner extends AbstractExtRunner with AsyncJSRunner

    Attributes
    protected
    Definition Classes
    ExternalJSEnv
  4. class ExtRunner extends AbstractExtRunner with JSRunner

    Attributes
    protected
    Definition Classes
    ExternalJSEnv
  5. trait NodeComJSRunner extends ComJSRunner with JSInitFiles

    Attributes
    protected

Abstract Value Members

  1. abstract def asyncRunner(files: Seq[VirtualJSFile]): AsyncJSRunner

    Definition Classes
    AsyncJSEnv
  2. abstract def comRunner(files: Seq[VirtualJSFile]): ComJSRunner

    Definition Classes
    ComJSEnv
  3. abstract def executable: String

    Attributes
    protected
    Definition Classes
    ExternalJSEnv
  4. abstract def jsRunner(files: Seq[VirtualJSFile]): JSRunner

    Definition Classes
    JSEnv
  5. abstract def vmName: String

    Attributes
    protected
    Definition Classes
    ExternalJSEnv

Concrete Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val acceptTimeout: Int

    Retry-timeout to wait for the JS VM to connect

    Retry-timeout to wait for the JS VM to connect

    Attributes
    protected
  7. def args: Seq[String]

    Attributes
    protected
    Definition Classes
    ExternalJSEnv
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def customInitFiles(): Seq[VirtualJSFile]

    Attributes
    protected
    Definition Classes
    ExternalJSEnv
  11. def env: Map[String, String]

    Attributes
    protected
    Definition Classes
    ExternalJSEnv
  12. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  16. lazy val hasSourceMapSupport: Boolean

    True, if the installed node executable supports source mapping.

    True, if the installed node executable supports source mapping.

    Do npm install source-map-support if you need source maps.

  17. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  19. def name: String

    Definition Classes
    ExternalJSEnv → JSEnv
  20. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  24. def toString(): String

    Definition Classes
    AnyRef → Any
  25. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. def wantSourceMap: Boolean

    Attributes
    protected

Inherited from ComJSEnv

Inherited from ExternalJSEnv

Inherited from AsyncJSEnv

Inherited from JSEnv

Inherited from AnyRef

Inherited from Any

Ungrouped