public class SQLLexer extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
StringView |
bareWord() |
char |
character() |
boolean |
eof() |
boolean |
isCharacter(char ch) |
boolean |
isWhitespace() |
Number |
longLiteral() |
Number |
numberLiteral() |
StringView |
stringLiteral() |
public SQLLexer(int pos,
String data)
throws SQLException
SQLExceptionpublic char character()
public Number longLiteral()
public Number numberLiteral()
public StringView stringLiteral() throws SQLException
SQLExceptionpublic boolean eof()
public boolean isCharacter(char ch)
public StringView bareWord() throws SQLException
SQLExceptionpublic boolean isWhitespace()
Copyright © 2020. All rights reserved.