MethodParam

dotty.tools.dotc.util.Signatures.MethodParam
case class MethodParam(name: String, tpe: String, doc: Option[String] = ..., isImplicit: Boolean = ..., isReordered: Boolean = ...) extends Param

Represent a method's parameter.

Value parameters

doc

The documentation of this parameter

isImplicit

Is this parameter implicit?

isReordered

Is the parameter reordered in its parameter list?

name

The name of the 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

An iterator over the names of all the elements of this product.

An iterator over the names of all the elements of this product.

Attributes

Inherited from:
Product

An iterator over all the elements of this product.

An iterator over all the elements of this product.

Attributes

Returns

in the default implementation, an Iterator[Any]

Inherited from:
Product