All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scala.tools.nsc.InterpreterCommand.scala Maven / Gradle / Ivy

There is a newer version: 2.10.2_1
Show newest version
package scala.tools.nsc

import interpreter._

/** A compatibility stub.
 */
@deprecated("Use a class in the scala.tools.nsc.interpreter package.", "2.9.0")
class InterpreterCommand(arguments: List[String], error: String => Unit) extends CommandLine(arguments, error) { }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy