Constructor and Description |
---|
Plain(CharStream reader)
Construct a Plain object using the given Reader.
|
Modifier and Type | Method and Description |
---|---|
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
|
public Plain(CharStream reader)
Simple
parser.reader
- the Readerpublic 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()
Copyright © 2016 Egothor. All Rights Reserved.