ParameterRange

data class ParameterRange(from: Int, to: Int?, source: String) : Expansion

Model for a parameter range

Constructors

Link copied to clipboard
fun ParameterRange(from: Int, to: Int?, source: String)

Properties

Link copied to clipboard
val from: Int

Index of the first included parameter.

Link copied to clipboard
open override val source: String

Original value that was parsed and replaced

Link copied to clipboard
val to: Int?

Index of the last included parameter. If null, this means all parameters after the start should be included