OperationSyntax

sealed class OperationSyntax : MathSyntax

Node containing a certain operation.

Author

Iaroslav Postovalov

Properties

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

Sources

Link copied to clipboard