public class MySqlLexer extends Lexer
Lexer.CommentHandler
限定符和类型 | 字段和说明 |
---|---|
static Keywords |
DEFAULT_MYSQL_KEYWORDS |
构造器和说明 |
---|
MySqlLexer(char[] input,
int inputLength,
boolean skipComment) |
MySqlLexer(String input) |
限定符和类型 | 方法和说明 |
---|---|
void |
scanComment() |
void |
scanIdentifier() |
void |
scanNumber() |
void |
scanSharp() |
void |
scanVariable() |
addSymbol, arraycopy, bp, charAt, current, decimalValue, getCommentHandler, getKeywods, hexString, info, integerValue, isAllowComment, isDigit, isEndOfComment, isEOF, isHasComment, mark, nextToken, nextTokenComma, nextTokenLParen, nextTokenValue, nextVarIndex, numberString, pos, reset, reset, scanHexaDecimal, setAllowComment, setCommentHandler, skipToEOF, stringVal, subString, token
public static final Keywords DEFAULT_MYSQL_KEYWORDS
public MySqlLexer(char[] input, int inputLength, boolean skipComment)
public MySqlLexer(String input)
public void scanVariable()
scanVariable
在类中 Lexer
public void scanIdentifier()
scanIdentifier
在类中 Lexer
public void scanComment()
scanComment
在类中 Lexer
public void scanNumber()
scanNumber
在类中 Lexer
Copyright © 2013-2015 Alibaba Group. All Rights Reserved.