replpp.scripting
package replpp.scripting
Members list
Concise view
Type members
Classlikes
object ScriptRunner
Attributes
- Graph
- 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
- Graph
- Supertypes
- class Driverclass Objecttrait Matchableclass Any
object ScriptingDriver
Attributes
- Companion:
- class
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- ScriptingDriver.type
Attributes
- Graph
- Supertypes
- trait Producttrait Equalsclass RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass Any