public class SQLLexer extends Object
| Modifier and Type | Method and Description |
|---|---|
StringView |
bareWord() |
char |
character() |
boolean |
eof() |
int |
intLiteral() |
boolean |
isCharacter(char ch) |
boolean |
isWhitespace() |
Number |
numberLiteral() |
String |
stringLiteral() |
StringView |
stringView() |
public SQLLexer(int pos,
String data)
public char character()
public int intLiteral()
public Number numberLiteral()
public String stringLiteral() throws SQLException
SQLExceptionpublic StringView stringView() throws SQLException
SQLExceptionpublic boolean eof()
public boolean isCharacter(char ch)
public StringView bareWord() throws SQLException
SQLExceptionpublic boolean isWhitespace()
Copyright © 2021. All rights reserved.