Uses of Interface
dev.cel.expr.Expr.CallOrBuilder
-
Packages that use Expr.CallOrBuilder Package Description dev.cel.expr -
-
Uses of Expr.CallOrBuilder in dev.cel.expr
Classes in dev.cel.expr that implement Expr.CallOrBuilder Modifier and Type Class Description static classExpr.CallA call expression, including calls to predefined functions and operators.static classExpr.Call.BuilderA call expression, including calls to predefined functions and operators.Fields in dev.cel.expr with type parameters of type Expr.CallOrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<Expr.Call,Expr.Call.Builder,Expr.CallOrBuilder>Expr.Builder. callExprBuilder_Methods in dev.cel.expr that return Expr.CallOrBuilder Modifier and Type Method Description Expr.CallOrBuilderExpr.Builder. getCallExprOrBuilder()A call expression, including calls to predefined functions and operators.Expr.CallOrBuilderExpr. getCallExprOrBuilder()A call expression, including calls to predefined functions and operators.Expr.CallOrBuilderExprOrBuilder. getCallExprOrBuilder()A call expression, including calls to predefined functions and operators.Methods in dev.cel.expr that return types with arguments of type Expr.CallOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<Expr.Call,Expr.Call.Builder,Expr.CallOrBuilder>Expr.Builder. getCallExprFieldBuilder()A call expression, including calls to predefined functions and operators.
-