package abstractSyntaxTree.Modifier; public interface IModifier { // not type or type check // visit method for code generation }