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