dotty.tools.scaladoc.tasty

Members list

Type members

Classlikes

trait BasicSupport

Attributes

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

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

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

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

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

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
object SymOps

Attributes

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

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
case class TastyParser(qctx: Quotes, inspector: ScaladocTastyInspector)(isSkipped: qctx.reflect.Symbol => Boolean)(using ctx: DocContext) extends BasicSupport, TypesSupport, ClassLikeSupport, PackageSupport, InkuireSupport

Parses a single Tasty compilation unit.

Parses a single Tasty compilation unit.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait InkuireSupport
trait Resources
trait Writer
trait Locations
trait PackageSupport
trait ClassLikeSupport
trait TypesSupport
trait BasicSupport
class Object
trait Matchable
class Any
Show all
trait TypesSupport

Attributes

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

Value members

Concrete methods

transparent inline def reflect(using q: Quotes): q.reflect.type

Shorthand for quotes.reflect

Shorthand for quotes.reflect

Attributes