gudusoft.gsqlparser
Class TCustomLexer
java.lang.Object
gudusoft.gsqlparser.TCustomLexer
public class TCustomLexer
- extends java.lang.Object
Base lexer of all databases.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
yyinput
public java.io.BufferedReader yyinput
keyword_type_reserved
public static int keyword_type_reserved
keyword_type_keyword
public static int keyword_type_keyword
keyword_type_identifier
public static int keyword_type_identifier
keyword_type_column
public static int keyword_type_column
delimiterchar
public char delimiterchar
bconst
public static final int bconst
- See Also:
- Constant Field Values
xconst
public static final int xconst
- See Also:
- Constant Field Values
TCustomLexer
public TCustomLexer()
iskeyword
public int iskeyword(java.lang.String str)
canBeColumnName
public boolean canBeColumnName(int tokencode)
getkeywordvalue
public int getkeywordvalue(java.lang.String keyword)