class MTMathList : Any
<init> |
MTMathList(vararg alist: MTMathAtom) MTMathList(alist: MutableList<MTMathAtom>) |
atoms |
var atoms: <ERROR CLASS> |
addAtom |
fun addAtom(atom: MTMathAtom): Unit |
append |
fun append(list: MTMathList): Unit
|
copyDeep |
fun copyDeep(): MTMathList |
description |
fun description(): String |
finalized |
fun finalized(): MTMathList |
insertAtom |
fun insertAtom(atom: MTMathAtom, index: Int): Unit
|
toString |
fun toString(): String |