NichtHaskell/Source/abstractSyntaxTree/Modifier/IModifier.java

8 lines
140 B
Java
Raw Normal View History

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