dotty.tools.scaladoc.tasty
package dotty.tools.scaladoc.tasty
Members list
Packages
Type members
Classlikes
trait BasicSupport
Attributes
- Supertypes
- Known subtypes
-
class TastyParser
- Self type
object JavadocAnchorCreator
Attributes
- Supertypes
- Self type
-
JavadocAnchorCreator.type
object NameNormalizer
Attributes
- Supertypes
- Self type
-
NameNormalizer.type
object Scaladoc2AnchorCreator
Attributes
- Supertypes
- Self type
object ScaladocSupport
Attributes
- Supertypes
- Self type
-
ScaladocSupport.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
object ScaladocTastyInspector
Attributes
- Companion
- class
- Supertypes
- Self type
class SymOpsWithLinkCache
Attributes
- Supertypes
- Known subtypes
-
object SymOpsWithLinkCacheobject SymOpsWithLinkCache
object SyntheticsSupport
Attributes
- Supertypes
- Self type
-
SyntheticsSupport.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 Serializabletrait Producttrait Equalstrait InkuireSupporttrait Resourcestrait Writertrait Locationstrait PackageSupporttrait ClassLikeSupporttrait TypesSupporttrait BasicSupportclass Objecttrait Matchableclass AnyShow all
trait TypesSupport
Attributes
- Supertypes
- Known subtypes
-
class TastyParser
- Self type
In this article