PArgBare

data class PArgBare(val expr: PExpression) : PArgument

A simple argument that only contains an expression

Constructors

Link copied to clipboard
constructor(expr: PExpression)

Types

Link copied to clipboard

Properties

Link copied to clipboard

Expression for this argument.