Uses of Class
dev.cel.expr.ParsedExpr.Builder
-
Packages that use ParsedExpr.Builder Package Description com.github.xds.type.v3 dev.cel.expr -
-
Uses of ParsedExpr.Builder in com.github.xds.type.v3
Fields in com.github.xds.type.v3 with type parameters of type ParsedExpr.Builder 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 ParsedExpr.Builder Modifier and Type Method Description ParsedExpr.BuilderCelExpression.Builder. getCelExprParsedBuilder()Parsed expression in abstract syntax tree (AST) form.Methods in com.github.xds.type.v3 that return types with arguments of type ParsedExpr.Builder 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.Methods in com.github.xds.type.v3 with parameters of type ParsedExpr.Builder Modifier and Type Method Description CelExpression.BuilderCelExpression.Builder. setCelExprParsed(ParsedExpr.Builder builderForValue)Parsed expression in abstract syntax tree (AST) form. -
Uses of ParsedExpr.Builder in dev.cel.expr
Methods in dev.cel.expr that return ParsedExpr.Builder Modifier and Type Method Description ParsedExpr.BuilderParsedExpr.Builder. clear()ParsedExpr.BuilderParsedExpr.Builder. clearExpr()The parsed expression.ParsedExpr.BuilderParsedExpr.Builder. clearSourceInfo()The source info derived from input that generated the parsed `expr`.ParsedExpr.BuilderParsedExpr.Builder. mergeExpr(Expr value)The parsed expression.ParsedExpr.BuilderParsedExpr.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)ParsedExpr.BuilderParsedExpr.Builder. mergeFrom(com.google.protobuf.Message other)ParsedExpr.BuilderParsedExpr.Builder. mergeFrom(ParsedExpr other)ParsedExpr.BuilderParsedExpr.Builder. mergeSourceInfo(SourceInfo value)The source info derived from input that generated the parsed `expr`.static ParsedExpr.BuilderParsedExpr. newBuilder()static ParsedExpr.BuilderParsedExpr. newBuilder(ParsedExpr prototype)ParsedExpr.BuilderParsedExpr. newBuilderForType()protected ParsedExpr.BuilderParsedExpr. newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)ParsedExpr.BuilderParsedExpr.Builder. setExpr(Expr value)The parsed expression.ParsedExpr.BuilderParsedExpr.Builder. setExpr(Expr.Builder builderForValue)The parsed expression.ParsedExpr.BuilderParsedExpr.Builder. setSourceInfo(SourceInfo value)The source info derived from input that generated the parsed `expr`.ParsedExpr.BuilderParsedExpr.Builder. setSourceInfo(SourceInfo.Builder builderForValue)The source info derived from input that generated the parsed `expr`.ParsedExpr.BuilderParsedExpr. toBuilder()
-