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