UnarySyntax

sealed class UnarySyntax : OperationSyntax

Unary node, which has only one child.

Author

Iaroslav Postovalov

Properties

Link copied to clipboard
abstract val operand: MathSyntax

The operand of this node.

Link copied to clipboard
abstract val operation: String

The operation token.

Link copied to clipboard
var parent: MathSyntax? = null

The parent node of this syntax node.

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Sources

Link copied to clipboard