ClassLikeSupport

dotty.tools.scaladoc.tasty.ClassLikeSupport

Attributes

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

Members list

Type members

Classlikes

case class MemberInfo(paramLists: List[ParameterList], res: TypeRepr, contextBounds: Map[String, Signature])

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
MemberInfo.type

Value members

Concrete methods

def mkClass(classDef: <none>)(dri: DRI, name: String, signatureOnly: Boolean, modifiers: Seq[Modifier]): Member
def mkMember(symbol: <none>, kind: Kind, signature: Signature)(modifiers: Seq[Modifier], origin: Origin, inheritedFrom: Option[InheritedFrom], graph: HierarchyGraph, deprecated: Option[Annotation], experimental: Option[Annotation]): Member
def mkParameter(argument: <none>, prefix: <none> => String, isExtendedSymbol: Boolean, isGrouped: Boolean, memberInfo: Map[String, <none>]): TermParameter
def mkTypeArgument(argument: <none>, memberInfo: Map[String, <none>], contextBounds: Map[String, Signature]): TypeParameter
def parseClasslike(classDef: <none>, signatureOnly: Boolean): Member
def parseEnum(classDef: <none>, signatureOnly: Boolean): Member
def parseMethod(c: <none>, methodSymbol: <none>, paramPrefix: <none> => String, specificKind: Def => Kind): Member
def parseObject(classDef: <none>, signatureOnly: Boolean): Member
def parseTypeDef(typeDef: <none>): Member
def parseValDef(c: <none>, valDef: <none>): Member
def unwrapMemberInfo(c: <none>, symbol: <none>): MemberInfo

Extensions

Extensions

extension (c: ClassDef)(c: <none>)

Extracts members while taking Dotty logic for patching the stdlib into account.

Extracts members while taking Dotty logic for patching the stdlib into account.

Attributes

def getParameterModifier(parameter: <none>): String