TypeParam

dotty.tools.dotc.util.Signatures.TypeParam
case class TypeParam(tpe: String, doc: Option[String]) extends Param

Represent a type parameter.

Value parameters

doc

The documentation of this parameter

tpe

The type of the parameter

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Param
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def show: String

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product