Interface CelChecker

    • Method Detail

      • check

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

        Check validates the type-agreement of the parsed CelAbstractSyntaxTree.