Uses of Interface
org.mvel2.PreProcessor
-
Packages that use PreProcessor Package Description org.mvel2 -
-
Uses of PreProcessor in org.mvel2
Classes in org.mvel2 that implement PreProcessor Modifier and Type Class Description class
MacroProcessor
A simple, fast, macro processor.Methods in org.mvel2 with parameters of type PreProcessor Modifier and Type Method Description static java.lang.String
MVEL. preprocess(char[] input, PreProcessor[] preprocessors)
static java.lang.String
MVEL. preprocess(java.lang.String input, PreProcessor[] preprocessors)
-