|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HandleNextCharacterResult | |
|---|---|
| org.dbmaintain.script.parser.impl | |
| org.dbmaintain.script.parser.parsingstate | |
| org.dbmaintain.script.parser.parsingstate.impl | |
| Uses of HandleNextCharacterResult in org.dbmaintain.script.parser.impl |
|---|
| Methods in org.dbmaintain.script.parser.impl with parameters of type HandleNextCharacterResult | |
|---|---|
protected void |
StatementBuilder.appendToStatementWithoutCommentsAndWhitespace(Character currentChar,
HandleNextCharacterResult handleNextCharacterResult)
|
| Uses of HandleNextCharacterResult in org.dbmaintain.script.parser.parsingstate |
|---|
| Methods in org.dbmaintain.script.parser.parsingstate that return HandleNextCharacterResult | |
|---|---|
HandleNextCharacterResult |
ParsingState.getNextParsingState(Character previousChar,
Character currentChar,
Character nextChar,
StatementBuilder statementBuilder)
Calculates the next parsing state from the given characters and the statement being built |
| Uses of HandleNextCharacterResult in org.dbmaintain.script.parser.parsingstate.impl |
|---|
| Methods in org.dbmaintain.script.parser.parsingstate.impl that return HandleNextCharacterResult | |
|---|---|
HandleNextCharacterResult |
InSingleQuotesParsingState.getNextParsingState(Character previousChar,
Character currentChar,
Character nextChar,
StatementBuilder statementBuilder)
Determines whether the end of the literal is reached. |
HandleNextCharacterResult |
InLineCommentParsingState.getNextParsingState(Character previousChar,
Character currentChar,
Character nextChar,
StatementBuilder statementBuilder)
Determines whether the end of the line comment is reached. |
HandleNextCharacterResult |
InDoubleQuotesParsingState.getNextParsingState(Character previousChar,
Character currentChar,
Character nextChar,
StatementBuilder statementBuilder)
Determines whether the end of the literal is reached. |
HandleNextCharacterResult |
InCurlyBraceBlockCommentParsingState.getNextParsingState(Character previousChar,
Character currentChar,
Character nextChar,
StatementBuilder statementBuilder)
Determines whether the end of the block comment is reached. |
HandleNextCharacterResult |
InBlockCommentParsingState.getNextParsingState(Character previousChar,
Character currentChar,
Character nextChar,
StatementBuilder statementBuilder)
Determines whether the end of the block comment is reached. |
HandleNextCharacterResult |
EscapingParsingState.getNextParsingState(Character previousChar,
Character currentChar,
Character nextChar,
StatementBuilder statementBuilder)
|
HandleNextCharacterResult |
BaseNormalParsingState.getNextParsingState(Character previousChar,
Character currentChar,
Character nextChar,
StatementBuilder statementBuilder)
Determines the next state. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||