KthElement

sealed interface KthElement : KthToken

Common interface for KthOperator, KthFunction and KthConstant.

Inheritors

Properties

Link copied to clipboard
abstract val key: String

The key of the token. Used to parse the token in an expression.