Uses of Interface
dev.cel.expr.ParsedExprOrBuilder
-
Packages that use ParsedExprOrBuilder Package Description com.github.xds.type.v3 dev.cel.expr -
-
Uses of ParsedExprOrBuilder in com.github.xds.type.v3
Fields in com.github.xds.type.v3 with type parameters of type ParsedExprOrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<ParsedExpr,ParsedExpr.Builder,ParsedExprOrBuilder>
CelExpression.Builder. celExprParsedBuilder_
Methods in com.github.xds.type.v3 that return ParsedExprOrBuilder Modifier and Type Method Description ParsedExprOrBuilder
CelExpression.Builder. getCelExprParsedOrBuilder()
Parsed expression in abstract syntax tree (AST) form.ParsedExprOrBuilder
CelExpression. getCelExprParsedOrBuilder()
Parsed expression in abstract syntax tree (AST) form.ParsedExprOrBuilder
CelExpressionOrBuilder. getCelExprParsedOrBuilder()
Parsed expression in abstract syntax tree (AST) form.Methods in com.github.xds.type.v3 that return types with arguments of type ParsedExprOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<ParsedExpr,ParsedExpr.Builder,ParsedExprOrBuilder>
CelExpression.Builder. getCelExprParsedFieldBuilder()
Parsed expression in abstract syntax tree (AST) form. -
Uses of ParsedExprOrBuilder in dev.cel.expr
Classes in dev.cel.expr that implement ParsedExprOrBuilder Modifier and Type Class Description class
ParsedExpr
An expression together with source information as returned by the parser.static class
ParsedExpr.Builder
An expression together with source information as returned by the parser.
-