Packages

o

scala.tools.nsc.fsc

CompileClient

object CompileClient extends StandardCompileClient

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CompileClient
  2. StandardCompileClient
  3. CompileOutputCommon
  4. HasCompileSocket
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  6. def compileOnServer(sock: Socket, args: Seq[String]): Boolean
    Definition Classes
    HasCompileSocket
  7. lazy val compileSocket: CompileSocket
  8. def echo(msg: String): Unit
    Definition Classes
    CompileOutputCommon
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. val errorMarkers: Set[String]
    Definition Classes
    HasCompileSocket
  12. def fatal(msg: String): Nothing
    Definition Classes
    CompileOutputCommon
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  15. def info(msg: String): Unit
    Definition Classes
    CompileOutputCommon
  16. def isErrorMessage(msg: String): Boolean
    Definition Classes
    HasCompileSocket
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def main(args: Array[String]): Unit
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  22. def process(args: Array[String]): Boolean
    Definition Classes
    StandardCompileClient
  23. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. var verbose: Boolean
  26. val versionMsg: String
    Definition Classes
    StandardCompileClient
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. def warn(msg: String): Unit
    Definition Classes
    CompileOutputCommon

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from StandardCompileClient

Inherited from CompileOutputCommon

Inherited from HasCompileSocket

Inherited from AnyRef

Inherited from Any

Ungrouped