PArgNamed

data class PArgNamed(val name: String, val expr: PExpression) : PArgument

A named argument, that is, an argument that has a name and an associated expression, e.g. @something(foo = "bar").

Constructors

Link copied to clipboard
constructor(name: String, expr: PExpression)

Types

Link copied to clipboard

Properties

Link copied to clipboard

Expression for this argument.

Link copied to clipboard

Name given to this argument