dotty.tools.languageserver.decompiler

Type members

Classlikes

case class TastyDecompileParams(textDocument: TextDocumentIdentifier)

The parameter for the tasty/decompile request.

The parameter for the tasty/decompile request.

case class TastyDecompileResult(tastyTree: String, scala: String, error: Int)

The response to a tasty/decompile request.

The response to a tasty/decompile request.

Companion
object
Companion
class
@JsonSegment("tasty")