abstract public class SQLAST { public abstract void accept(SQLASTvisitor visitor); }