Unary

data class Unary(operation: String, value: MST) : MST

A node containing an unary operation.

Constructors

Unary
Link copied to clipboard
common
fun Unary(operation: String, value: MST)

Properties

operation
Link copied to clipboard
common
val operation: String
the identifier of operation.
value
Link copied to clipboard
common
val value: MST
the argument of this operation.

Sources

common source
Link copied to clipboard