Uses of Interface
org.mvel2.Macro
-
Packages that use Macro Package Description org.mvel2 -
-
Uses of Macro in org.mvel2
Methods in org.mvel2 that return types with arguments of type Macro Modifier and Type Method Description Map<String,Macro>MacroProcessor. getMacros()Method parameters in org.mvel2 with type arguments of type Macro Modifier and Type Method Description static StringMVEL. parseMacros(String input, Map<String,Macro> macros)voidMacroProcessor. setMacros(Map<String,Macro> macros)Constructor parameters in org.mvel2 with type arguments of type Macro Constructor Description MacroProcessor(Map<String,Macro> macros)
-