Interface CelChecker

    • Method Detail

      • check

        CelValidationResult check​(dev.cel.common.CelAbstractSyntaxTree ast)
        Check the input ast for type-agreement and return a CelValidationResult.

        Check validates the type-agreement of the parsed CelAbstractSyntaxTree.

      • getTypeProvider

        dev.cel.common.types.CelTypeProvider getTypeProvider()
        Returns the underlying type provider.