package jetbrains.mps.closures.test; /*Generated by MPS */ public interface Processor { int process(String instr) throws ProcessingException; }