| Package | Description |
|---|---|
| com.ibatis.sqlmap.client.lexer |
| Modifier and Type | Field and Description |
|---|---|
TT |
Token.type |
| Modifier and Type | Method and Description |
|---|---|
static TT |
TT.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TT[] |
TT.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
Tokens.indexOf(List<Token> tokens,
TT tt) |
static int |
Tokens.indexOf(List<Token> tokens,
TT tt,
int fromIndex) |
int |
SqlLexer.indexOf(TT tt) |
int |
SqlLexer.indexOf(TT tt,
int fromIndex) |
static int |
Tokens.lastIndexOf(List<Token> tokens,
TT tt) |
static int |
Tokens.lastIndexOf(List<Token> tokens,
TT tt,
int fromIndex) |
int |
SqlLexer.lastIndexOf(TT tt) |
int |
SqlLexer.lastIndexOf(TT tt,
int fromIndex) |
int |
SqlLexer.topIndexOf(TT tt) |
int |
SqlLexer.topIndexOf(TT tt,
int fromIndex) |
int |
SqlLexer.topLastIndexOf(TT tt) |
int |
SqlLexer.topLastIndexOf(TT tt,
int fromIndex) |
| Constructor and Description |
|---|
SqlLexer(String sql,
TT[] words) |
Token(TT type,
int offset) |
Token(TT type,
int offset,
String text) |
Copyright © 2084–2018 dukeware.com. All rights reserved.