Multiplication

class Multiplication(operations: Collection<String>?) : Binary

Handles binary nodes by producing MultiplicationSyntax.

Author

Iaroslav Postovalov

Constructors

Multiplication
Link copied to clipboard
common
fun Multiplication(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