Constant

data class Constant(field: Expansion.ConstantField, source: String) : Expansion

Model for a single constant in the current context

Constructors

Link copied to clipboard
fun Constant(field: Expansion.ConstantField, source: String)

Properties

Link copied to clipboard
val field: Expansion.ConstantField

Type of constant to be inserted

Link copied to clipboard
open override val source: String

Original value that was parsed and replaced