PExpValueInt

data class PExpValueInt(val value: Int) : PExpValue

An expression value that is an integer value

Constructors

Link copied to clipboard
constructor(value: Int)

Types

Link copied to clipboard

Properties

Link copied to clipboard
val value: Int