dotty.tools.runner

Type members

Classlikes

This is a copy implementation from scala/scala scala.tools.nsc.CommonRunner trait

This is a copy implementation from scala/scala scala.tools.nsc.CommonRunner trait

object ObjectRunner extends CommonRunner

An object that runs another object specified by name.

An object that runs another object specified by name.

Authors:

Lex Spoon

final class RichClassLoader(self: ClassLoader) extends AnyVal
Companion:
object
Companion:
class

A wrapper around java.lang.ClassLoader to lower the annoyance of java reflection.

A wrapper around java.lang.ClassLoader to lower the annoyance of java reflection.

Companion:
object

Methods for obtaining various classloaders. appLoader: the application classloader. (Also called the java system classloader.) extLoader: the extension classloader. bootLoader: the boot classloader. contextLoader: the context classloader.

Methods for obtaining various classloaders. appLoader: the application classloader. (Also called the java system classloader.) extLoader: the extension classloader. bootLoader: the boot classloader. contextLoader: the context classloader.

Companion:
class