void
backup(int amount)
Deprecated.
Backs up the input stream by amount steps.
char
BeginToken()
Deprecated.
Returns the next character that marks the beginning of the next token.
void
Done()
Deprecated.
The lexer calls this function to indicate that it is done with the stream and hence implementations can free any resources held by this class.
int
getBeginColumn()
Deprecated.
Returns the column number of the first character for current token (being matched after the last call to BeginTOken).
int
getBeginLine()
Deprecated.
Returns the line number of the first character for current token (being matched after the last call to BeginTOken).
int
getColumn()
Deprecated.
int
getEndColumn()
Deprecated.
Returns the column number of the last character for current token (being matched after the last call to BeginTOken).
int
getEndLine()
Deprecated.
Returns the line number of the last character for current token (being matched after the last call to BeginTOken).
String
GetImage()
Deprecated.
Returns a string made up of characters from the marked token beginning to the current buffer position.
int
getLine()
Deprecated.
char[]
GetSuffix(int len)
Deprecated.
Returns an array of characters that make up the suffix of length 'len' for the currently matched token.
char
readChar()
Deprecated.
Returns the next character from the selected input.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4