object Main extends MainClass
The main class for NSC, a compiler for the programming language Scala.
- Source
- Main.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Main
- MainClass
- EvalLoop
- Driver
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- def doCompile(compiler: nsc.Global): Unit
-
def
loop(action: (String) ⇒ Unit): Unit
- Definition Classes
- EvalLoop
-
def
main(args: Array[String]): Unit
- Definition Classes
- Driver
- def newCompiler(): nsc.Global
-
def
process(args: Array[String]): Boolean
- Definition Classes
- Driver
-
def
processSettingsHook(): Boolean
True to continue compilation.
-
val
prompt: String
- Definition Classes
- Driver
-
var
reporter: Reporter
- Definition Classes
- Driver
-
def
resident(compiler: nsc.Global): Unit
- Definition Classes
- MainClass
The Scala compiler and reflection APIs.