Uses of Class
dev.cel.runtime.UnknownContext
-
Packages that use UnknownContext Package Description dev.cel.runtime -
-
Uses of UnknownContext in dev.cel.runtime
Methods in dev.cel.runtime that return UnknownContext Modifier and Type Method Description static UnknownContextUnknownContext. create(CelVariableResolver resolver, java.util.Collection<CelAttributePattern> attributes)Creates an unknown context from a liststatic UnknownContextUnknownContext. create(GlobalResolver resolver)Creates a trivial unknown context from a GlobalResolver.UnknownContextUnknownContext. withResolvedAttributes(java.util.Map<CelAttribute,java.lang.Object> resolvedAttributes)Creates a new unknown context that is a copy of the current context with the provided additional attribute values.Methods in dev.cel.runtime with parameters of type UnknownContext Modifier and Type Method Description java.lang.ObjectCelRuntime.Program. advanceEvaluation(UnknownContext context)Advance evaluation based on the current unknown context.
-