class DocFrontEnd
extends FrontEnd

DocFrontEnd uses the Dotty FrontEnd without discarding the AnyVal interfaces for Boolean, Int, Char, Long, Byte etc.

It currently still throws away Java sources by overriding discardAfterTyper.

Constructors

DocFrontEnd ( )

Members

protected override def discardAfterTyper ( unit: CompilationUnit ) ( implicit ctx: Context ) : Boolean