Uses of Class
dev.cel.parser.CelMacro
-
Packages that use CelMacro Package Description dev.cel.compiler dev.cel.parser -
-
Uses of CelMacro in dev.cel.compiler
Methods in dev.cel.compiler with parameters of type CelMacro Modifier and Type Method Description CelCompilerBuilderCelCompilerBuilder. addMacros(CelMacro... macros)Registers the given macros, replacing any previous macros with the same key.CelCompilerBuilderCelCompilerImpl.Builder. addMacros(CelMacro... macros)Method parameters in dev.cel.compiler with type arguments of type CelMacro Modifier and Type Method Description CelCompilerBuilderCelCompilerBuilder. addMacros(java.lang.Iterable<CelMacro> macros)Registers the given macros, replacing any previous macros with the same key.CelCompilerBuilderCelCompilerImpl.Builder. addMacros(java.lang.Iterable<CelMacro> macros) -
Uses of CelMacro in dev.cel.parser
Methods in dev.cel.parser that return CelMacro Modifier and Type Method Description CelMacroCelStandardMacro. getDefinition()Returns the new-styleCelMacrodefinition.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.Methods in dev.cel.parser with parameters of type CelMacro Modifier and Type Method Description CelParserBuilderCelParserBuilder. addMacros(CelMacro... macros)Registers the given macros, replacing any previous macros with the same key.CelParserBuilderCelParserImpl.Builder. addMacros(CelMacro... macros)intCelMacro. compareTo(CelMacro other)Method parameters in dev.cel.parser with type arguments of type CelMacro Modifier and Type Method Description CelParserBuilderCelParserBuilder. addMacros(java.lang.Iterable<CelMacro> macros)Registers the given macros, replacing any previous macros with the same key.CelParserBuilderCelParserImpl.Builder. addMacros(java.lang.Iterable<CelMacro> macros)
-