public class OracleLexer extends Lexer
Lexer.CommentHandler
Modifier and Type | Field and Description |
---|---|
static Keywords |
DEFAULT_ORACLE_KEYWORDS |
Constructor and Description |
---|
OracleLexer(char[] input,
int inputLength,
boolean skipComment) |
OracleLexer(String input) |
Modifier and Type | Method and Description |
---|---|
void |
scanComment() |
void |
scanNumber() |
void |
scanVariable() |
addSymbol, arraycopy, bp, charAt, current, decimalValue, getCommentCount, 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, scanIdentifier, scanSharp, setAllowComment, setCommentHandler, setKeepComments, skipToEOF, stringVal, subString, token
public static final Keywords DEFAULT_ORACLE_KEYWORDS
public OracleLexer(char[] input, int inputLength, boolean skipComment)
public OracleLexer(String input)
public void scanVariable()
scanVariable
in class Lexer
public void scanComment()
scanComment
in class Lexer
public void scanNumber()
scanNumber
in class Lexer
Copyright © 2013–2017 Alibaba Group. All rights reserved.