public class AlgorithmStep.TextToken
extends java.lang.Object
AlgorithmStep
.
type
.Modifier and Type | Field and Description |
---|---|
LaTeXFormula |
formula
the formula of the token or
null if the token does not consists of a formula |
java.lang.String |
string
the text of the token or
null if the token does not consists of a string |
AlgorithmStep.TextTokenType |
type
the type of the token
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public final AlgorithmStep.TextTokenType type
public final java.lang.String string
null
if the token does not consists of a stringpublic final LaTeXFormula formula
null
if the token does not consists of a formula