package abstractSyntaxTree.Statement; public interface IStatement { // typeCheck method // get type // visit method for code generation }