Interface Interpreter


  • @ThreadSafe
    @Internal
    public interface Interpreter
    Interface to a CEL interpreter.

    CEL Library Internals. Do Not Use.

    • Method Detail

      • createInterpretable

        Interpretable createInterpretable​(dev.cel.common.CelAbstractSyntaxTree ast)
        Creates an interpretable for the given expression.

        This method may run pre-processing and partial evaluation of the expression it gets passed.