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 class
Expr.Call
A call expression, including calls to predefined functions and operators.static class
Expr.Call.Builder
A 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.CallOrBuilder
Expr.Builder. getCallExprOrBuilder()
A call expression, including calls to predefined functions and operators.Expr.CallOrBuilder
Expr. getCallExprOrBuilder()
A call expression, including calls to predefined functions and operators.Expr.CallOrBuilder
ExprOrBuilder. 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.
-