public class SqlLexer extends Object
Date: 2018-01-02
| Constructor and Description |
|---|
SqlLexer(String sql) |
SqlLexer(String sql,
TT[] words) |
| Modifier and Type | Method and Description |
|---|---|
Token |
firstKeyword() |
List<Token> |
getCascadeTokens() |
List<String> |
getRoots() |
String |
getSql() |
List<Token> |
getTokens() |
int |
indexOf(TT tt) |
int |
indexOf(TT tt,
int fromIndex) |
int |
lastIndexOf(TT tt) |
int |
lastIndexOf(TT tt,
int fromIndex) |
int |
topIndexOf(TT tt) |
int |
topIndexOf(TT tt,
int fromIndex) |
int |
topLastIndexOf(TT tt) |
int |
topLastIndexOf(TT tt,
int fromIndex) |
SqlLexer |
trim() |
public SqlLexer(String sql)
public int indexOf(TT tt)
public int indexOf(TT tt, int fromIndex)
public int lastIndexOf(TT tt)
public int lastIndexOf(TT tt, int fromIndex)
public int topIndexOf(TT tt)
public int topIndexOf(TT tt, int fromIndex)
public int topLastIndexOf(TT tt)
public int topLastIndexOf(TT tt, int fromIndex)
public SqlLexer trim()
public Token firstKeyword()
public String getSql()
Copyright © 2084–2018 dukeware.com. All rights reserved.