Uses of Interface
dev.cel.parser.CelMacroExpander
-
Packages that use CelMacroExpander Package Description dev.cel.parser -
-
Uses of CelMacroExpander in dev.cel.parser
Methods in dev.cel.parser that return CelMacroExpander Modifier and Type Method Description abstract CelMacroExpanderCelMacro. getExpander()Returns the expander for this macro.Methods in dev.cel.parser with parameters of type CelMacroExpander Modifier and Type Method Description static CelMacroCelMacro. newGlobalMacro(java.lang.String function, int argCount, CelMacroExpander expander)Creates a new global macro that accepts a fixed number of arguments.static CelMacroCelMacro. newGlobalVarArgMacro(java.lang.String function, CelMacroExpander expander)Creates a new global macro that accepts a variable number of arguments.static CelMacroCelMacro. newReceiverMacro(java.lang.String function, int argCount, CelMacroExpander expander)Creates a new receiver-style macro that accepts a fixed number of arguments.static CelMacroCelMacro. newReceiverVarArgMacro(java.lang.String function, CelMacroExpander expander)Creates a new receiver-style macro that accepts a variable number of arguments.
-