A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://www.scala-lang.org/api/2.11.12/scala-compiler/scala/tools/nsc/package.html below:

nsc - Scala Compiler 2.11.12

  • trait CommonRunner extends AnyRef
  • trait CompilationUnits extends AnyRef
  • class CompileSocket extends CompileOutputCommon

    This class manages sockets for the fsc offline compiler.

  • class CompilerCommand extends AnyRef

    A class representing command line info for scalac

  • class ConsoleWriter extends Writer

    A Writer that writes onto the Scala Console.

    A Writer that writes onto the Scala Console.

    Version

    1.0

  • abstract class Driver extends AnyRef
  • trait EvalLoop extends AnyRef
  • type FatalError = reflect.internal.FatalError
  • class GenericRunnerCommand extends CompilerCommand

    A command for ScriptRunner

  • class GenericRunnerSettings extends Settings
  • class Global extends SymbolTable with CompilationUnits with Plugins with PhaseAssembly with Trees with Printers with DocComments with Positions with Reporting with Parsing
  • abstract class GlobalSymbolLoaders extends SymbolLoaders

    Symbol loaders implementation that wires dependencies using Global.

  • trait HasCompileSocket extends AnyRef
  • class MainClass extends Driver with EvalLoop

    The main class for NSC, a compiler for the programming language Scala.

  • type MissingRequirementError = reflect.internal.MissingRequirementError
  • type Mode = reflect.internal.Mode
  • class NewLinePrintWriter extends PrintWriter
  • class OfflineCompilerCommand extends CompilerCommand

    A compiler command for the offline compiler.

  • trait Parsing extends AnyRef

    Similar to Reporting: gather global functionality specific to parsing.

  • type Phase = reflect.internal.Phase
  • trait PhaseAssembly extends AnyRef

    Converts an unordered morass of components into an order that satisfies their mutual constraints.

    Converts an unordered morass of components into an order that satisfies their mutual constraints.

    See also

    SIP 00002. You have read SIP 00002?

  • trait Reporting extends reflect.internal.Reporting

    Provides delegates to the reporter doing the actual work.

    Provides delegates to the reporter doing the actual work. PerRunReporting implements per-Run stateful info tracking and reporting

    TODO: make reporting configurable

  • class ScriptRunner extends HasCompileSocket

    An object that runs Scala code in script files.

    An object that runs Scala code in script files.

    For example, here is a complete Scala script on Unix:

    #!/bin/sh
    exec scala "$0" "$@"
    !#
    Console.println("Hello, world!")
    args.toList foreach Console.println

    And here is a batch file example on Windows XP:

    ::#!
    @echo off
    call scala %0 %*
    goto :eof
    ::!#
    Console.println("Hello, world!")
    args.toList foreach Console.println
    Version

    1.0, 15/05/2006

    To do

    It would be better if error output went to stderr instead of stdout...

  • class Settings extends MutableSettings

    A compatibility stub.

  • class StandardCompileClient extends HasCompileSocket with CompileOutputCommon

    The client part of the fsc offline compiler.

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

  • class StandardCompileServer extends SocketServer

    The server part of the fsc offline compiler.

    The server part of the fsc offline compiler. It awaits compilation commands and executes them. It caches a compiler instance so that it can respond more quickly.

    Version

    1.0

  • abstract class SubComponent extends AnyRef

    An nsc sub-component.

  • type Variance = reflect.internal.Variance

  • RetroSearch is an open source project built by @garambo | Open a GitHub Issue

    Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

    HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4