Uses of Class
gudusoft.gsqlparser.ETokenStatus

Packages that use ETokenStatus
gudusoft.gsqlparser   
 

Uses of ETokenStatus in gudusoft.gsqlparser
 

Fields in gudusoft.gsqlparser declared as ETokenStatus
 ETokenStatus TSourceToken.tokenstatus
           
 

Methods in gudusoft.gsqlparser that return ETokenStatus
static ETokenStatus ETokenStatus.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ETokenStatus[] ETokenStatus.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 ETokenStatus
 void TSourceTokenList.setTokenStatus(ETokenStatus ps, int pstart, int pend)