Interface CelUnparser


  • public interface CelUnparser
    Provides an unparsing utility that converts an AST back into a human-readable format.

    Input to the unparser is a CelAbstractSyntaxTree. The unparser does not do any checks to see if the AST is syntactically or semantically correct but does check enough to prevent its crash and might return errors in such cases.