Uses of Class
gudusoft.gsqlparser.ETokenType

Packages that use ETokenType
gudusoft.gsqlparser   
gudusoft.gsqlparser.pp.utils   
 

Uses of ETokenType in gudusoft.gsqlparser
 

Fields in gudusoft.gsqlparser declared as ETokenType
 ETokenType TSourceToken.tokentype
           
 

Methods in gudusoft.gsqlparser that return ETokenType
static ETokenType ETokenType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ETokenType[] ETokenType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in gudusoft.gsqlparser with parameters of type ETokenType
static boolean TSourceToken.isnonsolidtoken(ETokenType tokentype)
          Token except ttwhitespace,ttreturn,ttsimplecomment,ttbracketedcomment is solid token.
 

Uses of ETokenType in gudusoft.gsqlparser.pp.utils
 

Methods in gudusoft.gsqlparser.pp.utils with parameters of type ETokenType
static int SourceTokenSearcher.indexOf(TSourceTokenList list, int startPos, int endPos, ETokenType type)
          search the source token in the source token list from the top