dotty.tools.runner.CommonRunner
This is a copy implementation from scala/scala scala.tools.nsc.CommonRunner trait
Attributes
-
Graph
-
-
Supertypes
-
trait Matchable
class Any
-
Known subtypes
-
Members list
Run a given object, specified by name, using a specified classpath and argument list.
Run a given object, specified by name, using a specified classpath and argument list.
Attributes
Catches any non-fatal exception thrown by run (in the case of InvocationTargetException, unwrapping it) and returns it in an Option.
Catches any non-fatal exception thrown by run (in the case of InvocationTargetException, unwrapping it) and returns it in an Option.
Attributes