PExpValueString

data class PExpValueString(val value: PString) : PExpValue

An expression value that is a simple string.

Constructors

Link copied to clipboard
constructor(value: PString)

Types

Link copied to clipboard

Properties

Link copied to clipboard

The actual PString value of this expression.