Uses of Interface
dev.cel.common.ast.Expression.Call
-
Packages that use Expression.Call Package Description dev.cel.common.ast -
-
Uses of Expression.Call in dev.cel.common.ast
Classes in dev.cel.common.ast that implement Expression.Call Modifier and Type Class Description static classCelExpr.CelCallA call expression.Methods in dev.cel.common.ast that return Expression.Call Modifier and Type Method Description <E extends Expression>
Expression.Call<E>Expression. call()Gets the underlying call expression.
-