Packages

c

scala.tools.nsc

StandardCompileClient

class StandardCompileClient extends HasCompileSocket with CompileOutputCommon

The client part of the fsc offline compiler. Instead of compiling things itself, it send requests to a CompileServer.

Source
CompileClient.scala
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StandardCompileClient
  2. CompileOutputCommon
  3. HasCompileSocket
  4. AnyRef
  5. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new StandardCompileClient()

Value Members

  1. def compileOnServer(sock: Socket, args: Seq[String]): Boolean
    Definition Classes
    HasCompileSocket
  2. lazy val compileSocket: CompileSocket
  3. def echo(msg: String): Unit
    Definition Classes
    CompileOutputCommon
  4. val errorMarkers: Set[String]
    Definition Classes
    HasCompileSocket
  5. def fatal(msg: String): Nothing
    Definition Classes
    CompileOutputCommon
  6. def info(msg: String): Unit
    Definition Classes
    CompileOutputCommon
  7. def isErrorMessage(msg: String): Boolean
    Definition Classes
    HasCompileSocket
  8. def process(args: Array[String]): Boolean
  9. var verbose: Boolean
  10. val versionMsg: String
  11. def warn(msg: String): Unit
    Definition Classes
    CompileOutputCommon