public interface Lexer
| Modifier and Type | Method and Description |
|---|---|
char |
getCurrentCharacter()
Do not get the next character character.
|
char |
getNextCharacter()
Get one character.
|
int |
getNormalSymbol()
Standard tokens.
|
void |
ungetChar(char c)
Reverse one character.
|
char getNextCharacter()
char getCurrentCharacter()
void ungetChar(char c)
c - is the character to ungetint getNormalSymbol()
Copyright © 2017. All rights reserved.