From abb6c717277fb7eb8635d94c32ecab5dee4dd903 Mon Sep 17 00:00:00 2001 From: Felix Mulder Date: Thu, 2 Feb 2017 13:39:36 +0100 Subject: Initial gh-pages commit --- api/dotty/tools/dotc/index.html | 6017 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 6017 insertions(+) create mode 100644 api/dotty/tools/dotc/index.html (limited to 'api/dotty/tools/dotc/index.html') diff --git a/api/dotty/tools/dotc/index.html b/api/dotty/tools/dotc/index.html new file mode 100644 index 000000000..66ad7b63d --- /dev/null +++ b/api/dotty/tools/dotc/index.html @@ -0,0 +1,6017 @@ + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+ + + + +
+
+ + + + + package + + + dotty.tools.dotc + +
+ + + +

Members

+ +
+ +
+
+ + + + + + + + package + + + + dotty.tools.dotc.ast + + + + + + + + +
+ +
+ +
+
+ +
+
+ + + + + + + + package + + + + dotty.tools.dotc.backend + + + + + + + + +
+ +
+ +
+
+ +
+
+ + + + + + + + package + + + + dotty.tools.dotc.config + + + + + + + + +
+ +
+ +
+
+ +
+
+ + + + + + + + package + + + + dotty.tools.dotc.core + + + + + + + + +
+ +
+ +
+
+ +
+
+ + + + + + + + package + + + + dotty.tools.dotc.parsing + + + + + + + + +
+ +
+ +
+
+ +
+
+ + + + + + + + package + + + + dotty.tools.dotc.printing + + + + + + + + +
+ +
+ +
+
+ +
+
+ + + + + + + + package + + + + dotty.tools.dotc.repl + + + + + + + + +
+ +
+ +
+
+ +
+
+ + + + + + + + package + + + + dotty.tools.dotc.reporting + + + + + + + + +
+ +
+ +
+
+ +
+
+ + + + + + + + package + + + + dotty.tools.dotc.rewrite + + + + + + + + +
+ +
+ +
+
+ +
+
+ + + + + + + + package + + + + dotty.tools.dotc.sbt + + + + + + + + +
+ +
+ +
+
+ +
+
+ + + + + + + + package + + + + dotty.tools.dotc.transform + + + + + + + + +
+ +
+ +
+
+ +
+
+ + + + + + + + package + + + + dotty.tools.dotc.typer + + + + + + + + +
+ +
+ +
+
+ +
+
+ + + + + + + + package + + + + dotty.tools.dotc.util + + + + + + + + +
+ +
+ +
+
+ +
+
+ + + + + final + + + object + + + + Bench + + + + + + + + +
+ +
+

A main class for running compiler benchmarks. Can instantiate a given +number of compilers and run each (sequentially) a given number of times +on the sam...

+ +
+
+ +
+
+ + + + + + + + class + + + + CompilationUnit + + + + + + + + +
+ +
+ +
+
+ +
+
+ + + + + + + + class + + + + Compiler + + + + + + + + +
+ +
+

The central class of the dotc compiler. The job of a compiler is to create +runs, which process given phases in a given rootContext.

+ +
+
+ +
+
+ + + + + abstract + + + class + + + + Driver + + + + + + + + +
+ +
+

Run the Dotty compiler.

+

Extending this class lets you customize many aspect of the compilation +process, but in most cases you only need to call [[process] +[Main]

+ +
+
+ +
+
+ + + + + final + + + object + + + + FromTasty + + + + + + + + +
+ +
+

Compiler for TASTY files. +Usage:

+

scala dotty.tools.dotc.FromTasty (option | classname)*

+

Options are as for dotc. +Classnames are fully qualified names of t... +

+

+ +
+
+ +
+
+ + + + + final + + + object + + + + Main + + + + + + + + +
+ +
+

Main class of the dotc batch compiler.

+ +
+
+ +
+
+ + + + + + + + class + + + + Resident + + + + + + + + +
+ +
+

A compiler which stays resident between runs. This is more of a PoC than +something that's expected to be used often

+

Usage:

+
+

scala dotty.tools.dotc.Residen...

+
+

+

+

+

+

+ +
+
+ +
+
+ + + + + + + + class + + + + Run + + + + + + + + +
+ +
+

A compiler run. Exports various methods to compile source files

+ +
+
+ +
+
+
+
+ + + + + + + + + + + + -- cgit v1.2.3