package name.panitz.parser;

public interface IntOp 
         extends BinFunction<Integer,Integer,Integer>{}