1: package org.mvel; 2: 3: public interface PreProcessor { 4: public char[] parse(char[] input); 5: 6: public String parse(String input); 7: }