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.

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StandardCompileClient
  2. CompileOutputCommon
  3. HasCompileSocket
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new StandardCompileClient()

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( ... ) @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: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. val errorMarkers: Set[String]
    Definition Classes
    HasCompileSocket
  12. def fatal(msg: String): Nothing
    Definition Classes
    CompileOutputCommon
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def info(msg: String): Unit
    Definition Classes
    CompileOutputCommon
  17. def isErrorMessage(msg: String): Boolean
    Definition Classes
    HasCompileSocket
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. def process(args: Array[String]): Boolean
  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
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  30. def warn(msg: String): Unit
    Definition Classes
    CompileOutputCommon

Inherited from CompileOutputCommon

Inherited from HasCompileSocket

Inherited from AnyRef

Inherited from Any

Ungrouped