Abstract Value Members
-
abstract
def
code: String
-
abstract
def
show(): Unit
Concrete Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
def
args: Array[String]
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
compilationUnits(global: Global)(sourceCodes: String*): List[nsc.Global.CompilationUnit]
-
def
compile(args: String*): Boolean
-
def
compileString(global: Global)(sourceCode: String): Boolean
-
def
debugSettings: String
-
def
delayedInit(body: ⇒ Unit): Unit
-
-
-
-
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
val
executionStart: Long
-
def
extraSettings: String
-
def
filteredInfos: Seq[Info]
-
def
finalize(): Unit
-
def
formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
def
isDebug: Boolean
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
log(msg: ⇒ Any): Unit
-
def
main(args: Array[String]): Unit
-
final
def
ne(arg0: AnyRef): Boolean
-
def
newCompiler(settings: Settings): Global
-
def
newCompiler(args: String*): Global
-
def
newSettings(args: List[String]): Settings
-
def
newSources(sourceCodes: String*): collection.immutable.List[BatchSourceFile]
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
reporter(settings: Settings): StoreReporter
-
def
settings: Settings
-
lazy val
storeReporter: StoreReporter
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
testOutput: Directory
-
def
testPath: File
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
withRun[T](global: Global)(f: (Run) ⇒ T): T
-
Inherited from App
Inherited from DelayedInit
Inherited from Any