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 ParsedExprOrBuilderCelExpression.Builder. getCelExprParsedOrBuilder()Parsed expression in abstract syntax tree (AST) form.ParsedExprOrBuilderCelExpression. getCelExprParsedOrBuilder()Parsed expression in abstract syntax tree (AST) form.ParsedExprOrBuilderCelExpressionOrBuilder. 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 classParsedExprAn expression together with source information as returned by the parser.static classParsedExpr.BuilderAn expression together with source information as returned by the parser.
-