001package gudusoft.gsqlparser; 002 003public interface ITokenListHandle { 004 public boolean processTokenList(TSourceTokenList tokenList); 005}