Extend

class Extend(source: IntervalFunction, before: Int, after: Int) : IntervalFunction

Node that represents Intervals.extend.

Constructors

Link copied to clipboard
constructor(source: IntervalFunction, before: Int, after: Int)

Functions

Link copied to clipboard
open override fun toIntervalSource(field: String, analyzer: Analyzer): IntervalsSource
Link copied to clipboard
open override fun toString(): String