Uses of Interface
dev.cel.expr.DeclOrBuilder
Packages that use DeclOrBuilder
Package
Description
-
Uses of DeclOrBuilder in cel.dev.expr.conformance
Methods in cel.dev.expr.conformance that return DeclOrBuilderModifier and TypeMethodDescriptionEnvironment.Builder.getDeclarationsOrBuilder(int index) List of declarations to be configured in the CEL environment.Environment.getDeclarationsOrBuilder(int index) List of declarations to be configured in the CEL environment.EnvironmentOrBuilder.getDeclarationsOrBuilder(int index) List of declarations to be configured in the CEL environment.LibrarySubset.Builder.getExcludeFunctionsOrBuilder(int index) Specifies the set of functions to exclude from the subset.LibrarySubset.getExcludeFunctionsOrBuilder(int index) Specifies the set of functions to exclude from the subset.LibrarySubsetOrBuilder.getExcludeFunctionsOrBuilder(int index) Specifies the set of functions to exclude from the subset.LibrarySubset.Builder.getIncludeFunctionsOrBuilder(int index) Specifies a set of functions to include in the subset.LibrarySubset.getIncludeFunctionsOrBuilder(int index) Specifies a set of functions to include in the subset.LibrarySubsetOrBuilder.getIncludeFunctionsOrBuilder(int index) Specifies a set of functions to include in the subset.Methods in cel.dev.expr.conformance that return types with arguments of type DeclOrBuilderModifier and TypeMethodDescriptionList<? extends DeclOrBuilder>Environment.Builder.getDeclarationsOrBuilderList()List of declarations to be configured in the CEL environment.List<? extends DeclOrBuilder>Environment.getDeclarationsOrBuilderList()List of declarations to be configured in the CEL environment.List<? extends DeclOrBuilder>EnvironmentOrBuilder.getDeclarationsOrBuilderList()List of declarations to be configured in the CEL environment.List<? extends DeclOrBuilder>LibrarySubset.Builder.getExcludeFunctionsOrBuilderList()Specifies the set of functions to exclude from the subset.List<? extends DeclOrBuilder>LibrarySubset.getExcludeFunctionsOrBuilderList()Specifies the set of functions to exclude from the subset.List<? extends DeclOrBuilder>LibrarySubsetOrBuilder.getExcludeFunctionsOrBuilderList()Specifies the set of functions to exclude from the subset.List<? extends DeclOrBuilder>LibrarySubset.Builder.getIncludeFunctionsOrBuilderList()Specifies a set of functions to include in the subset.List<? extends DeclOrBuilder>LibrarySubset.getIncludeFunctionsOrBuilderList()Specifies a set of functions to include in the subset.List<? extends DeclOrBuilder>LibrarySubsetOrBuilder.getIncludeFunctionsOrBuilderList()Specifies a set of functions to include in the subset. -
Uses of DeclOrBuilder in dev.cel.expr
Classes in dev.cel.expr that implement DeclOrBuilderModifier and TypeClassDescriptionfinal classRepresents a declaration of a named value or function.static final classRepresents a declaration of a named value or function. -
Uses of DeclOrBuilder in dev.cel.expr.conformance
Methods in dev.cel.expr.conformance that return DeclOrBuilderModifier and TypeMethodDescriptionCheckRequest.Builder.getTypeEnvOrBuilder(int index) Declarations of types for external variables and functions.CheckRequest.getTypeEnvOrBuilder(int index) Declarations of types for external variables and functions.CheckRequestOrBuilder.getTypeEnvOrBuilder(int index) Declarations of types for external variables and functions.Methods in dev.cel.expr.conformance that return types with arguments of type DeclOrBuilderModifier and TypeMethodDescriptionList<? extends DeclOrBuilder>CheckRequest.Builder.getTypeEnvOrBuilderList()Declarations of types for external variables and functions.List<? extends DeclOrBuilder>CheckRequest.getTypeEnvOrBuilderList()Declarations of types for external variables and functions.List<? extends DeclOrBuilder>CheckRequestOrBuilder.getTypeEnvOrBuilderList()Declarations of types for external variables and functions. -
Uses of DeclOrBuilder in dev.cel.expr.conformance.test
Methods in dev.cel.expr.conformance.test that return DeclOrBuilderModifier and TypeMethodDescriptionSimpleTest.Builder.getTypeEnvOrBuilder(int index) The type environment to use for the check phase.SimpleTest.getTypeEnvOrBuilder(int index) The type environment to use for the check phase.SimpleTestOrBuilder.getTypeEnvOrBuilder(int index) The type environment to use for the check phase.Methods in dev.cel.expr.conformance.test that return types with arguments of type DeclOrBuilderModifier and TypeMethodDescriptionList<? extends DeclOrBuilder>SimpleTest.Builder.getTypeEnvOrBuilderList()The type environment to use for the check phase.List<? extends DeclOrBuilder>SimpleTest.getTypeEnvOrBuilderList()The type environment to use for the check phase.List<? extends DeclOrBuilder>SimpleTestOrBuilder.getTypeEnvOrBuilderList()The type environment to use for the check phase.