Util

dotty.tools.scripting.Util$
object Util

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Util.type

Members list

Value members

Concrete methods

def deleteFile(target: File): Unit
def detectMainClassAndMethod(outDir: Path, classpathEntries: Seq[Path], srcFile: String): Either[Throwable, (String, Method)]