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