public class OracleLexer extends Lexer
| 限定符和类型 | 字段和说明 |
|---|---|
static Keywords |
DEFAULT_ORACLE_KEYWORDS |
| 构造器和说明 |
|---|
OracleLexer(char[] input,
int inputLength,
boolean skipComment) |
OracleLexer(String input) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
scanComment() |
void |
scanNumber() |
void |
scanVariable() |
bp, current, decimalValue, getKeywods, hexString, info, integerValue, isAllowComment, isDigit, mark, nextToken, nextVarIndex, numberString, pos, reset, reset, scanHexaDecimal, scanIdentifier, setAllowComment, stringVal, tokenpublic static final Keywords DEFAULT_ORACLE_KEYWORDS
public OracleLexer(char[] input,
int inputLength,
boolean skipComment)
public OracleLexer(String input)
public void scanVariable()
scanVariable 在类中 Lexerpublic void scanComment()
scanComment 在类中 Lexerpublic void scanNumber()
scanNumber 在类中 LexerCopyright © 2012 Alibaba Group. All Rights Reserved.