Uses of Class
dev.cel.common.ast.CelExpr.CelCall
-
Packages that use CelExpr.CelCall Package Description dev.cel.common.ast -
-
Uses of CelExpr.CelCall in dev.cel.common.ast
Methods in dev.cel.common.ast that return CelExpr.CelCall Modifier and Type Method Description CelExpr.CelCallCelExpr.CelCall.Builder. build()CelExpr.CelCallCelExpr.Builder. call()Gets the underlying call expression.CelExpr.CelCallCelExpr. call()Gets the underlying call expression.abstract CelExpr.CelCallCelExpr.ExprKind. call()CelExpr.CelCallCelExpr. callOrDefault()Gets the underlying call expression or a default instance of one if expression is notCelExpr.ExprKind.Kind.CALL.Methods in dev.cel.common.ast with parameters of type CelExpr.CelCall Modifier and Type Method Description CelExpr.BuilderCelExpr.Builder. setCall(CelExpr.CelCall call)
-