Unary

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

A node containing a unary operation.

Constructors

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

Properties

Link copied to clipboard
val operation: String

the identifier of operation.

Link copied to clipboard
val value: MST

the argument of this operation.

Sources

Link copied to clipboard