Uses of Class
dev.cel.expr.ParsedExpr.Builder
Packages that use ParsedExpr.Builder
-
Uses of ParsedExpr.Builder in com.github.xds.type.v3
Fields in com.github.xds.type.v3 with type parameters of type ParsedExpr.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder<ParsedExpr, ParsedExpr.Builder, ParsedExprOrBuilder> CelExpression.Builder.celExprParsedBuilder_Methods in com.github.xds.type.v3 that return ParsedExpr.BuilderModifier and TypeMethodDescriptionCelExpression.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.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder<ParsedExpr, ParsedExpr.Builder, ParsedExprOrBuilder> CelExpression.Builder.internalGetCelExprParsedFieldBuilder()Parsed expression in abstract syntax tree (AST) form.Methods in com.github.xds.type.v3 with parameters of type ParsedExpr.BuilderModifier and TypeMethodDescriptionCelExpression.Builder.setCelExprParsed(ParsedExpr.Builder builderForValue) Parsed expression in abstract syntax tree (AST) form. -
Uses of ParsedExpr.Builder in dev.cel.expr
Subclasses with type arguments of type ParsedExpr.Builder in dev.cel.exprModifier and TypeClassDescriptionstatic final classAn expression together with source information as returned by the parser.Methods in dev.cel.expr that return ParsedExpr.BuilderModifier and TypeMethodDescriptionParsedExpr.Builder.clear()ParsedExpr.Builder.clearExpr()The parsed expression.ParsedExpr.Builder.clearSourceInfo()The source info derived from input that generated the parsed `expr`.The parsed expression.ParsedExpr.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ParsedExpr.Builder.mergeFrom(com.google.protobuf.Message other) ParsedExpr.Builder.mergeFrom(ParsedExpr other) ParsedExpr.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.newBuilderForType()protected ParsedExpr.BuilderParsedExpr.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) The parsed expression.ParsedExpr.Builder.setExpr(Expr.Builder builderForValue) The parsed expression.ParsedExpr.Builder.setSourceInfo(SourceInfo value) The source info derived from input that generated the parsed `expr`.ParsedExpr.Builder.setSourceInfo(SourceInfo.Builder builderForValue) The source info derived from input that generated the parsed `expr`.ParsedExpr.toBuilder()