dotty.tools.dotc.decompiler

Members list

Concise view

Type members

Classlikes

Phase that prints the trees in all loaded compilation units.

Phase that prints the trees in all loaded compilation units.

Attributes

Authors:

Nicolas Stucki

Graph
Supertypes
class Phase
class Object
trait Matchable
class Any
class IDEDecompilerDriver(val settings: List[String]) extends Driver

Decompiler to be used with IDEs

Decompiler to be used with IDEs

Attributes

Graph
Supertypes
class Driver
class Object
trait Matchable
class Any
object Main extends Driver

Main class of the dotc -decompiler decompiler.

Main class of the dotc -decompiler decompiler.

Attributes

Authors:

Nicolas Stucki

Graph
Supertypes
class Driver
class Object
trait Matchable
class Any
Self type
Main.type

Partial TASTYDecompiler that doesn't execute the backendPhases allowing to control decompiler output by manually running it on the CompilationUnits

Partial TASTYDecompiler that doesn't execute the backendPhases allowing to control decompiler output by manually running it on the CompilationUnits

Attributes

Graph
Supertypes
class Compiler
class Object
trait Matchable
class Any

Compiler from tasty to user readable high text representation of the compiled scala code.

Compiler from tasty to user readable high text representation of the compiled scala code.

Attributes

Authors:

Nicolas Stucki

Graph
Supertypes
class Compiler
class Object
trait Matchable
class Any
Known subtypes