public class OdpsLexer extends Lexer
Lexer.CommentHandler| 限定符和类型 | 字段和说明 |
|---|---|
static Keywords |
DEFAULT_ODPS_KEYWORDS |
| 构造器和说明 |
|---|
OdpsLexer(String input) |
OdpsLexer(String input,
boolean skipComment,
boolean keepComments) |
OdpsLexer(String input,
Lexer.CommentHandler commentHandler) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
scanComment() |
void |
scanIdentifier() |
void |
scanNumber() |
void |
scanVariable() |
addSymbol, arraycopy, bp, charAt, current, decimalValue, getCommentHandler, getDbType, getKeywods, getLine, hasComment, hexString, info, integerValue, isAllowComment, isDigit, isEndOfComment, isEOF, isKeepComments, mark, nextToken, nextTokenComma, nextTokenLParen, nextTokenValue, nextVarIndex, numberString, pos, readAndResetComments, reset, reset, scanHexaDecimal, scanSharp, setAllowComment, setCommentHandler, setKeepComments, skipToEOF, stringVal, subString, tokenpublic static final Keywords DEFAULT_ODPS_KEYWORDS
public OdpsLexer(String input)
public OdpsLexer(String input, boolean skipComment, boolean keepComments)
public OdpsLexer(String input, Lexer.CommentHandler commentHandler)
public void scanComment()
scanComment 在类中 Lexerpublic void scanIdentifier()
scanIdentifier 在类中 Lexerpublic void scanNumber()
scanNumber 在类中 Lexerpublic void scanVariable()
scanVariable 在类中 LexerCopyright © 2013–2016 Alibaba Group. All rights reserved.