STRICT

Properties

Link copied to clipboard
expect val name: String
Link copied to clipboard
expect val ordinal: Int

Functions

Link copied to clipboard
fun accepts(operandPriority: Int, operatorPriority: Int): Boolean

Returns whether operandPriority satisfies this constraint for operatorPriority.

Link copied to clipboard
fun maximumOperandPriority(operatorPriority: Int): Int

Returns the largest operand priority accepted for operatorPriority.