-
class
A JavaScriptToken is a token that is returned by a lexer that is lexing a javascript
source file.
class
A SQLToken is a token that is returned by a lexer that is lexing an SQL
source file.
Resumes scanning until the next regular expression is matched,
the end of input is encountered or an I/O-Error occurs.
JavaScriptLexer.getNextToken(boolean returnComments,
boolean returnWhiteSpace)
next Token method that allows you to control if whitespace and comments are
returned as tokens.
Resumes scanning until the next regular expression is matched, the end of
input is encountered or an I/O-Error occurs.
SQLLexer.getNextToken(boolean returnComments,
boolean returnWhiteSpace)
next Token method that allows you to control if whitespace and comments
are returned as tokens.