Parameter

data class Parameter(index: Int, field: Expansion.ParameterField?, source: String) : Expansion

Model for a single parameter

Constructors

Link copied to clipboard
fun Parameter(index: Int, field: Expansion.ParameterField?, source: String)

Properties

Link copied to clipboard
val field: Expansion.ParameterField?

Attribute of the parameter to access, if possible.

Link copied to clipboard
val index: Int

Index of the parameter

Link copied to clipboard
open override val source: String

Original value that was parsed and replaced