package ql.ast; /** * Interface to check for validity: * Type checker, assignment validity (i.e. ID not taken), etc. */ public interface ValidityInterface { }