Uses of Class
dev.cel.parser.CelStandardMacro
-
Packages that use CelStandardMacro Package Description dev.cel.bundle dev.cel.compiler dev.cel.parser -
-
Uses of CelStandardMacro in dev.cel.bundle
Methods in dev.cel.bundle with parameters of type CelStandardMacro Modifier and Type Method Description CelBuilderCelBuilder. setStandardMacros(CelStandardMacro... macros)Set theCelStandardMacrovalues for use with this instance.Method parameters in dev.cel.bundle with type arguments of type CelStandardMacro Modifier and Type Method Description CelBuilderCelBuilder. setStandardMacros(java.lang.Iterable<CelStandardMacro> macros)Set theCelStandardMacrovalues for use with this instance. -
Uses of CelStandardMacro in dev.cel.compiler
Methods in dev.cel.compiler with parameters of type CelStandardMacro Modifier and Type Method Description CelCompilerBuilderCelCompilerBuilder. setStandardMacros(CelStandardMacro... macros)Sets the macro set for the parser, replacing the macros from any prior call.CelCompilerBuilderCelCompilerImpl.Builder. setStandardMacros(CelStandardMacro... macros)Method parameters in dev.cel.compiler with type arguments of type CelStandardMacro Modifier and Type Method Description CelCompilerBuilderCelCompilerBuilder. setStandardMacros(java.lang.Iterable<CelStandardMacro> macros)Sets the macro set for the parser, replacing the macros from any prior call.CelCompilerBuilderCelCompilerImpl.Builder. setStandardMacros(java.lang.Iterable<CelStandardMacro> macros) -
Uses of CelStandardMacro in dev.cel.parser
Fields in dev.cel.parser with type parameters of type CelStandardMacro Modifier and Type Field Description static com.google.common.collect.ImmutableSet<CelStandardMacro>CelStandardMacro. STANDARD_MACROSSet of all standard macros supported by the CEL spec.Methods in dev.cel.parser that return CelStandardMacro Modifier and Type Method Description static CelStandardMacroCelStandardMacro. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CelStandardMacro[]CelStandardMacro. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.cel.parser with parameters of type CelStandardMacro Modifier and Type Method Description CelParserBuilderCelParserBuilder. setStandardMacros(CelStandardMacro... macros)Sets the macro set defined as part of CEL standard library for the parser, replacing the macros from any prior call.CelParserBuilderCelParserImpl.Builder. setStandardMacros(CelStandardMacro... macros)Method parameters in dev.cel.parser with type arguments of type CelStandardMacro Modifier and Type Method Description CelParserBuilderCelParserBuilder. setStandardMacros(java.lang.Iterable<CelStandardMacro> macros)Sets the macro set defined as part of CEL standard library for the parser, replacing the macros from any prior call.CelParserBuilderCelParserImpl.Builder. setStandardMacros(java.lang.Iterable<CelStandardMacro> macros)
-