|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecttcra.math.MathTypeParser
tcra.math.MathStringParser
public class MathStringParser
MathStringParser is used to parse a StringBuilder for one single list.
| Constructor Summary | |
|---|---|
MathStringParser(MathTypeParser subParser)
Constructor specifying the parser to use to parse the elements of the string. |
|
| Method Summary | |
|---|---|
MathString<MathType> |
parse(java.lang.StringBuilder input)
Destructively parses the StringBuilder provided for a single list of elements. |
| Methods inherited from class tcra.math.MathTypeParser |
|---|
eatWhitespace, nextToken |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MathStringParser(MathTypeParser subParser)
subParser - MathTypeParser used to parse the elements of
the string.| Method Detail |
|---|
public MathString<MathType> parse(java.lang.StringBuilder input)
throws MathFormatException
parse in class MathTypeParserinput - StringBuilder to be parsed.
null otherwise.
MathFormatException - If some error in the input is
encountered.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||