|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CountParser
This interface describes a parser for integers and non-negative numbers.
| Method Summary | |
|---|---|
long |
parseInteger(Context context,
TokenSource source,
Typesetter typesetter)
Parse an integer. |
long |
parseNumber(Context context,
TokenSource source,
Typesetter typesetter)
Parse a non-negative number. |
| Method Detail |
|---|
long parseNumber(Context context,
TokenSource source,
Typesetter typesetter)
throws HelpingException,
TypesetterException
context - the interpreter contextsource - the source for new tokenstypesetter - the typesetter
HelpingException - in case of an error
TypesetterException - in case of an error in the typesetter
long parseInteger(Context context,
TokenSource source,
Typesetter typesetter)
throws HelpingException,
TypesetterException
context - the interpreter 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 | |||||||||