|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IParserInput
An interface for parser input.
Field Summary | |
---|---|
static int |
EOF
The end of the file marker. |
Method Summary | |
---|---|
int |
consume()
Gets the next character from the input and moves the position forward 1. |
int |
getPosition()
Gets the position marker in the input. |
int |
peek()
Gets the next character from the input but maintains the position. |
void |
setPosition(int position)
Sets the position marker of the input to the given value. |
Field Detail |
---|
static final int EOF
Method Detail |
---|
int consume()
int peek()
int getPosition()
void setPosition(int position)
position
- The position to set.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |