dotty.tools.scaladoc.tasty
package dotty.tools.scaladoc.tasty
Type members
Classlikes
case
Responsible for collectively inspecting all the Tasty files we're interested in.
Responsible for collectively inspecting all the Tasty files we're interested in.
Delegates most of the work to TastyParser dotty.tools.scaladoc.tasty.TastyParser.
case
class TastyParser(qctx: Quotes, inspector: ScaladocTastyInspector)(isSkipped: Symbol => Boolean)(using ctx: DocContext) extends BasicSupport with TypesSupport with ClassLikeSupport with PackageSupport with InkuireSupport
Parses a single Tasty compilation unit.
Parses a single Tasty compilation unit.