com.agog.mathdisplay.parse / MTMathList

MTMathList

class MTMathList : Any

Constructors

<init> MTMathList(vararg alist: MTMathAtom)
MTMathList(alist: MutableList<MTMathAtom>)

Properties

atoms var atoms: <ERROR CLASS>

Functions

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