PrettyPrintIntegers

Special printing for numeric types that are printed in form of '-'? DIGIT+.

Author

Iaroslav Postovalov

Constructors

Link copied to clipboard
constructor(types: Set<KClass<out Number>>)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun render(renderer: FeaturedMathRenderer, node: MST): MathSyntax?

Renders MST to MathSyntax in the context of owning renderer.

Properties

Link copied to clipboard
val types: Set<KClass<out Number>>

The suitable types.