public interface ParsingState
| Modifier and Type | Method and Description |
|---|---|
ParsingState |
handleNextChar(char previousChar,
char currentChar,
char nextChar,
StatementBuilder statementBuilder)
Handles the next character in the script.
|
ParsingState handleNextChar(char previousChar, char currentChar, char nextChar, StatementBuilder statementBuilder)
previousChar - The previous char, 0 if nonecurrentChar - The current charnextChar - The next char, 0 if nonestatementBuilder - The statement builder, not nullCopyright © 2016. All Rights Reserved.