Uses of Interface
dev.cel.common.internal.EnvVisitable
-
Packages that use EnvVisitable Package Description dev.cel.checker dev.cel.compiler -
-
Uses of EnvVisitable in dev.cel.checker
Classes in dev.cel.checker that implement EnvVisitable Modifier and Type Class Description class
CelCheckerLegacyImpl
CelChecker
implementation which uses the original CEL-Java APIs to provide a simple, consistent interface for type-checking. -
Uses of EnvVisitable in dev.cel.compiler
Classes in dev.cel.compiler that implement EnvVisitable Modifier and Type Class Description class
CelCompilerImpl
CelCompiler implementation which uses either the legacy or modernized CEL-Java stack to offer a stream-lined expression parse/type-check experience, via a singlecompile
method.
-