public final class MySQLLexer extends Lexer
| Constructor and Description |
|---|
MySQLLexer(String input) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
isCommentBegin() |
protected boolean |
isHintBegin() |
protected boolean |
isVariableBegin() |
getCurrentChar, isSupportNChars, nextTokenpublic MySQLLexer(String input)
protected boolean isHintBegin()
isHintBegin in class Lexerprotected boolean isCommentBegin()
isCommentBegin in class Lexerprotected boolean isVariableBegin()
isVariableBegin in class LexerCopyright © 2018. All rights reserved.