UnaryOperator

class UnaryOperator(operations: Collection<String>?) : Unary

Handles unary nodes by producing UnaryOperatorSyntax.

Author

Iaroslav Postovalov

Constructors

UnaryOperator
Link copied to clipboard
common
fun UnaryOperator(operations: Collection<String>?)

Types

Companion
Link copied to clipboard
common
object Companion

Functions

render
Link copied to clipboard
common
override fun render(renderer: FeaturedMathRenderer, node: MST): MathSyntax?
Renders MST to MathSyntax in the context of owning renderer.

Properties

operations
Link copied to clipboard
common
val operations: Collection<String>?
the allowed operations.

Sources

common source
Link copied to clipboard