NichtHaskell/Source/abstractSyntaxTree/Modifier/IModifier.java

12 lines
253 B
Java
Raw Normal View History

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
}