Fraction

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

Handles binary nodes by producing FractionSyntax.

Author

Iaroslav Postovalov

Constructors

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