Uses of Class
dev.cel.common.CelProtoAbstractSyntaxTree
-
Packages that use CelProtoAbstractSyntaxTree Package Description dev.cel.common -
-
Uses of CelProtoAbstractSyntaxTree in dev.cel.common
Methods in dev.cel.common that return CelProtoAbstractSyntaxTree Modifier and Type Method Description static CelProtoAbstractSyntaxTree
CelProtoAbstractSyntaxTree. fromCelAst(CelAbstractSyntaxTree ast)
Constructs CelProtoAbstractSyntaxTree fromCelAbstractSyntaxTree
.static CelProtoAbstractSyntaxTree
CelProtoAbstractSyntaxTree. fromCheckedExpr(CheckedExpr checkedExpr)
Construct an abstract syntax tree from acom.google.api.expr.CheckedExpr
.static CelProtoAbstractSyntaxTree
CelProtoAbstractSyntaxTree. fromParsedExpr(ParsedExpr parsedExpr)
Construct an abstract syntax tree from acom.google.api.expr.ParsedExpr
.
-