Uses of Interface
dev.cel.expr.CheckedExprOrBuilder
Packages that use CheckedExprOrBuilder
-
Uses of CheckedExprOrBuilder in com.github.xds.type.v3
Fields in com.github.xds.type.v3 with type parameters of type CheckedExprOrBuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder<CheckedExpr, CheckedExpr.Builder, CheckedExprOrBuilder> CelExpression.Builder.celExprCheckedBuilder_Methods in com.github.xds.type.v3 that return CheckedExprOrBuilderModifier and TypeMethodDescriptionCelExpression.Builder.getCelExprCheckedOrBuilder()Parsed expression in abstract syntax tree (AST) form that has been successfully type checked.CelExpression.getCelExprCheckedOrBuilder()Parsed expression in abstract syntax tree (AST) form that has been successfully type checked.CelExpressionOrBuilder.getCelExprCheckedOrBuilder()Parsed expression in abstract syntax tree (AST) form that has been successfully type checked.Methods in com.github.xds.type.v3 that return types with arguments of type CheckedExprOrBuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder<CheckedExpr, CheckedExpr.Builder, CheckedExprOrBuilder> CelExpression.Builder.getCelExprCheckedFieldBuilder()Parsed expression in abstract syntax tree (AST) form that has been successfully type checked. -
Uses of CheckedExprOrBuilder in dev.cel.expr
Classes in dev.cel.expr that implement CheckedExprOrBuilderModifier and TypeClassDescriptionfinal classA CEL expression which has been successfully type checked.static final classA CEL expression which has been successfully type checked.