Precedence

object Precedence

Properties

ADDITIVE
Link copied to clipboard
const val ADDITIVE: Int = 11
ASSIGNMENT
Link copied to clipboard
const val ASSIGNMENT: Int = 1
COMPARISON
Link copied to clipboard
const val COMPARISON: Int = 6
CONJUNCTION
Link copied to clipboard
const val CONJUNCTION: Int = 4
DISJUNCTION
Link copied to clipboard
const val DISJUNCTION: Int = 3
ELVIS
Link copied to clipboard
const val ELVIS: Int = 8
EQUALITY
Link copied to clipboard
const val EQUALITY: Int = 5
INFIX
Link copied to clipboard
const val INFIX: Int = 9
MULTIPLICATIVE
Link copied to clipboard
const val MULTIPLICATIVE: Int = 12
NAMED_CHECKS
Link copied to clipboard
const val NAMED_CHECKS: Int = 7
POSTFIX
Link copied to clipboard
const val POSTFIX: Int = 15
PREFIX
Link copied to clipboard
const val PREFIX: Int = 14
RANGE
Link copied to clipboard
const val RANGE: Int = 10
SPREAD_OPERATOR
Link copied to clipboard
const val SPREAD_OPERATOR: Int = 2
TYPE_RHS
Link copied to clipboard
const val TYPE_RHS: Int = 13