Package dev.cel.checker
Interface CelChecker
-
- All Known Subinterfaces:
CelCompiler
- All Known Implementing Classes:
CelCheckerLegacyImpl,CelCompilerImpl
@Immutable public interface CelCheckerPublic interface for type-checking parsed CEL expressions.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CelValidationResultcheck(CelAbstractSyntaxTree ast)Check the inputastfor type-agreement and return aCelValidationResult.
-
-
-
Method Detail
-
check
CelValidationResult check(CelAbstractSyntaxTree ast)
Check the inputastfor type-agreement and return aCelValidationResult.Check validates the type-agreement of the parsed
CelAbstractSyntaxTree.
-
-