dotty.tools.dotc.decompiler
package dotty.tools.dotc.decompiler
Members list
Type members
Classlikes
class DecompilationPrinter extends Phase
class IDEDecompilerDriver(val settings: List[String]) extends Driver
class PartialTASTYDecompiler extends TASTYDecompiler
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
- Supertypes
-
class TASTYDecompilerclass TASTYCompilerclass Compilerclass Objecttrait Matchableclass AnyShow all
class TASTYDecompiler extends TASTYCompiler
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
- Supertypes
- Known subtypes
-
class PartialTASTYDecompiler
In this article