OperatorUse

data class OperatorUse(val tokenId: Int, val definition: OperatorDefinition, val role: OperatorRole)

Resolved interpretation of one operator token.

Constructors

Link copied to clipboard
constructor(tokenId: Int, definition: OperatorDefinition, role: OperatorRole)

Properties

Link copied to clipboard

definition selected from the active operator table

Link copied to clipboard

prefix, infix, or postfix role used at this occurrence

Link copied to clipboard

absolute ID of the operator token