public interface ICharacterScanner
Modifier and Type | Field and Description |
---|---|
static int |
EOF
The value returned when this scanner has read EOF.
|
Modifier and Type | Method and Description |
---|---|
int |
getColumn()
Returns the column of the character scanner.
|
char[][] |
getLegalLineDelimiters()
Provides rules access to the legal line delimiters.
|
int |
read()
Returns the next character or EOF if end of file has been reached
|
void |
unread()
Rewinds the scanner before the last read character.
|
static final int EOF
char[][] getLegalLineDelimiters()
int getColumn()
int read()
void unread()
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.