public class TCustomLexer extends Object
Modifier and Type | Field and Description |
---|---|
static int |
bconst |
String |
defaultDelimiterStr |
char |
delimiterchar |
String |
dolqstart |
static int |
keyword_type_column |
static int |
keyword_type_identifier |
static int |
keyword_type_keyword |
static int |
keyword_type_reserved |
String |
tmpDelimiter |
static int |
xconst |
BufferedReader |
yyinput |
Constructor and Description |
---|
TCustomLexer() |
Modifier and Type | Method and Description |
---|---|
boolean |
canBeColumnName(int tokencode) |
int |
getkeywordvalue(String keyword) |
String |
getStringByCode(int tokenCode) |
int |
iskeyword(String str) |
public BufferedReader yyinput
public String dolqstart
public static int keyword_type_reserved
public static int keyword_type_keyword
public static int keyword_type_identifier
public static int keyword_type_column
public char delimiterchar
public String defaultDelimiterStr
public String tmpDelimiter
public static final int bconst
public static final int xconst
Copyright © 2019. All rights reserved.