ReceiverParameter

constructor()(source)
constructor(type: Type, name: Name)(source)
constructor(annotations: NodeList<AnnotationExpr>, type: Type, name: Name)(source)


constructor(type: Type, name: String)(source)

Creates a new ReceiverParameter.

Parameters

type

type of the parameter

name

name of the parameter


constructor(tokenRange: TokenRange, annotations: NodeList<AnnotationExpr>, type: Type, name: Name)(source)

This constructor is used by the parser and is considered private.