Uses of Class
org.dbmaintain.script.parser.impl.HandleNextCharacterResult

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
 

Fields in org.dbmaintain.script.parser.parsingstate.impl declared as HandleNextCharacterResult
protected  HandleNextCharacterResult InSingleQuotesParsingState.backToNormalResult
           
protected  HandleNextCharacterResult InLineCommentParsingState.backToNormalResult
           
protected  HandleNextCharacterResult InDoubleQuotesParsingState.backToNormalResult
           
protected  HandleNextCharacterResult InCurlyBraceBlockCommentParsingState.backToNormalResult
          The normal parsing state, that should be returned when the comment end is reached.
protected  HandleNextCharacterResult InBlockCommentParsingState.backToNormalResult
          The normal parsing state, that should be returned when the comment end is reached.
protected  HandleNextCharacterResult EscapingParsingState.backToNormalResult
          The normal parsing state, that should be returned immediately (only one character is escaped).
protected  HandleNextCharacterResult BaseNormalParsingState.endOfStatementResult
           
protected  HandleNextCharacterResult InCurlyBraceBlockCommentParsingState.stayInBlockCommentResult
           
protected  HandleNextCharacterResult InBlockCommentParsingState.stayInBlockCommentResult
           
protected  HandleNextCharacterResult InDoubleQuotesParsingState.stayInDoubleQuotesStateResult
           
protected  HandleNextCharacterResult InLineCommentParsingState.stayInLineCommentResult
           
protected  HandleNextCharacterResult BaseNormalParsingState.stayInNormalExecutableResult
           
protected  HandleNextCharacterResult BaseNormalParsingState.stayInNormalNotExecutableResult
           
protected  HandleNextCharacterResult InSingleQuotesParsingState.stayInSingleQuotesStateResult
           
protected  HandleNextCharacterResult BaseNormalParsingState.toCurlyBraceBlockCommentResult
           
protected  HandleNextCharacterResult BaseNormalParsingState.toEscapingParsingStateResult
           
protected  HandleNextCharacterResult BaseNormalParsingState.toInBlockCommentResult
           
protected  HandleNextCharacterResult BaseNormalParsingState.toInDoubleQuotesStateResult
           
protected  HandleNextCharacterResult BaseNormalParsingState.toInLineCommentResult
           
protected  HandleNextCharacterResult BaseNormalParsingState.toInPlSqlBlockStateResult
           
protected  HandleNextCharacterResult BaseNormalParsingState.toInSingleQuotesStateResult
           
 

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.
 



Copyright © 2011. All Rights Reserved.