replpp.scripting
package replpp.scripting
Members list
Type members
Classlikes
object ScriptRunner
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ScriptRunner.type
class ScriptingDriver(compilerArgs: Array[String], scriptFile: File, scriptArgs: Array[String]) extends Driver
Similar to dotty.tools.scripting.ScriptingDriver, but simpler and faster. Main difference: we don't (need to) recursive look for main method entrypoints in the entire classpath, because we have a fixed class and method name that ScriptRunner uses when it embeds the script and predef code.
Similar to dotty.tools.scripting.ScriptingDriver, but simpler and faster. Main difference: we don't (need to) recursive look for main method entrypoints in the entire classpath, because we have a fixed class and method name that ScriptRunner uses when it embeds the script and predef code.
Attributes
- Companion
- object
- Supertypes
-
class Driverclass Objecttrait Matchableclass Any
object ScriptingDriver
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ScriptingDriver.type
case class ScriptingException(msg: String) extends RuntimeException
Attributes
- Supertypes
-
trait Producttrait Equalsclass RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
In this article