com.agog.mathdisplay.parse / MTMathListBuilder

MTMathListBuilder

class MTMathListBuilder : Any

Constructors

<init> MTMathListBuilder(str: String)

Functions

build fun build(): MTMathList?
copyError fun copyError(dst: MTParseError): Unit
errorActive fun errorActive(): Boolean

Companion Object Functions

buildFromString fun buildFromString(str: String): MTMathList?
fun buildFromString(str: String, error: MTParseError): MTMathList?
toLatexString fun toLatexString(ml: MTMathList): String