|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecttcra.MathTypeParser
tcra.MathStringParser
public class MathStringParser
MathStringParser is used to parse a StringBuilder for one single list.
| Constructor Summary | |
|---|---|
MathStringParser(MathTypeParser parser)
Constructor specifying the MathTypeParser used 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.MathTypeParser |
|---|
eatWhitespace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MathStringParser(MathTypeParser parser)
parser - MathTypeParser used to parse the elements
making up 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 the StringBuilder provided
does not match the pattern
required by the parser.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||