ScaladocTastyInspector

dotty.tools.scaladoc.tasty.ScaladocTastyInspector
See theScaladocTastyInspector companion object
case class ScaladocTastyInspector()(using ctx: DocContext) extends Inspector

Responsible for collectively inspecting all the Tasty files we're interested in.

Delegates most of the work to TastyParser dotty.tools.scaladoc.tasty.TastyParser.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Inspector
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def inspect(using Quotes)(tastys: List[Tasty[x$1.type]]): Unit

Inspect all TASTy files using Quotes reflect API.

Inspect all TASTy files using Quotes reflect API.

Note: Within this method quotes.reflect.SourceFile.current will not work, hence the explicit source paths.

Value parameters

tastys

List of Tasty containing .tastyfile path and AST

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product