Parameter

Marks a single parameter in a function. Most likely to be a child of Parameters.

In function fun foo(bar: String, baz: Int, qux: Boolean) there would be 3 Parameter instances:

  • bar: String,

  • baz: Int,

  • qux: Boolean

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int