CondLexer

CondLexer

Lexical analyzer for SELECT statement.

Constructor

new CondLexer()

Source:

Methods

isFinishedWord(insideQuotedString) → {Boolean}

Source:
Parameters:
Name Type Description
insideQuotedString Boolean
Returns:
Type
Boolean

isStartOrEndOfString(insideQuotedString) → {Boolean}

Source:
Parameters:
Name Type Description
insideQuotedString Boolean
Returns:
Type
Boolean

readBindVariable() → {Object}

Source:
Returns:
Type
Object

readGroupSymbol() → {Object}

Source:
Returns:
Type
Object

readMathOperator() → {Object}

Source:
Returns:
Type
Object

readNextToken() → {Object}

Description:
  • Determine the next token

Source:
Returns:
Type
Object

readOperator() → {Object}

Source:
Returns:
Type
Object

readString() → {Object}

Source:
Returns:
Type
Object

readWord() → {Object}

Source:
Returns:
Type
Object