Package dev.cel.runtime
Interface Interpreter
-
@ThreadSafe @Internal public interface InterpreterInterface to a CEL interpreter.CEL Library Internals. Do Not Use.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InterpretablecreateInterpretable(dev.cel.common.CelAbstractSyntaxTree ast)Creates an interpretable for the given expression.
-
-
-
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.
-
-