package abstractSyntaxTree.Modifier; public interface IModifier { //TODO: Maybe we can just use an enum for the Modifier // if there is no typeCheck and no CodeGen // not type or type check // visit method for code generation }