|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.base.parser.MathClassParser
public class MathClassParser
This class provides the parser for math classes.
| Field Summary | |
|---|---|
protected static long |
serialVersionUID
The constant serialVersionUID contains the id for serialization. |
| Constructor Summary | |
|---|---|
MathClassParser()
Creates a new object. |
|
| Method Summary | |
|---|---|
MathClass |
parse(Context context,
TokenSource source,
Typesetter typesetter)
Parse a math class. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final long serialVersionUID
| Constructor Detail |
|---|
public MathClassParser()
| Method Detail |
|---|
public MathClass parse(Context context,
TokenSource source,
Typesetter typesetter)
throws HelpingException,
TypesetterException
open 22 `[ 1 `(
parse in interface Parser<MathClass>context - the interpreter contextsource - the token source to read fromtypesetter - the typesetter
HelpingException - in case of an error
TypesetterException - in case of an error in the typesetterParser.parse(
org.extex.interpreter.context.Context,
org.extex.interpreter.TokenSource, org.extex.typesetter.Typesetter)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||