PExpReference

data class PExpReference(val ref: String) : PExpression

An expression that is a reference to something.

Constructors

Link copied to clipboard
constructor(ref: String)

Types

Link copied to clipboard

Properties

Link copied to clipboard
val ref: String

The name of the reference