|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.egothor.parser.plain.Plain
public class Plain
The Plain object is an extension of Tokenizer. It is a simple tokenizer of plain text streams.
Simple
Constructor Summary | |
---|---|
Plain(CharStream reader)
Construct a Plain object using the given Reader. |
Method Summary | |
---|---|
Token |
next()
Return the next Token. |
void |
reset(CharStream reader)
Reset the parser using the given Reader. |
void |
reset(Simple parser)
Description of the Method |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Plain(CharStream reader)
Simple
parser.
reader
- the ReaderMethod Detail |
---|
public void reset(CharStream reader)
reader
- the input stream used by the parserpublic void reset(Simple parser)
parser
- Description of the Parameterpublic Token next()
next
in interface Sequence<Token>
Simple.next()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |