dotty.tools.scaladoc.tasty

Members list

Concise view

Type members

Classlikes

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
Self type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
Self type
trait InkuireSupport(using x$1: DocContext) extends Resources

Attributes

Graph
Supertypes
trait Resources
trait Writer
trait Locations
class Object
trait Matchable
class Any
Known subtypes
Self type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
Self type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
case class ScaladocTastyInspector()(using ctx: DocContext) extends DocTastyInspector

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.

Attributes

Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
object SymOps

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
SymOps.type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
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.

Attributes

Graph
Supertypes
trait Product
trait Equals
trait Resources
trait Writer
trait Locations
class Object
trait Matchable
class Any

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
Self type

Value members

Concrete methods

transparent inline def reflect(using inline q: Quotes): reflectModule

Shorthand for quotes.reflect

Shorthand for quotes.reflect

Attributes