StatementDependency

data class StatementDependency(val unit: AbstractUnit, val priority: Int)

Constructors

Link copied to clipboard
constructor(unit: AbstractUnit, priority: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val priority: Int
Link copied to clipboard

Functions

Link copied to clipboard
fun isBefore(other: StatementDependency?): Boolean