|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.base.parser.ConstantMuskipParser
public class ConstantMuskipParser
This class provides a skip value with a variable length of order 0. The actual length is a multiple of math units (mu).
| Field Summary | |
|---|---|
protected static long |
serialVersionUID
The constant serialVersionUID contains the id for serialization. |
| Constructor Summary | |
|---|---|
ConstantMuskipParser()
|
|
| Method Summary | |
|---|---|
Muskip |
parse(Context context,
TokenSource source,
Typesetter typesetter)
Creates a new object and fills it from a token stream. |
| 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 ConstantMuskipParser()
| Method Detail |
|---|
public Muskip parse(Context context,
TokenSource source,
Typesetter typesetter)
throws HelpingException,
TypesetterException
parse in interface Parser<Muskip>context - the processor contextsource - the source for new tokenstypesetter - the typesetter
HelpingException - in case of an error
TypesetterException - in case of an error in the typesetter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||