class MTMathListBuilder : Any
| <init> |
MTMathListBuilder(str: String) |
| build |
fun build(): MTMathList?
|
| copyError |
fun copyError(dst: MTParseError): Unit |
| errorActive |
fun errorActive(): Boolean |
| buildFromString |
fun buildFromString(str: String): MTMathList?fun buildFromString(str: String, error: MTParseError): MTMathList?
|
| toLatexString |
fun toLatexString(ml: MTMathList): String |