Uses of Class
dev.cel.expr.Decl
Packages that use Decl
Package
Description
-
Uses of Decl in cel.dev.expr.conformance
Methods in cel.dev.expr.conformance that return DeclModifier and TypeMethodDescriptionEnvironment.Builder.getDeclarations(int index) List of declarations to be configured in the CEL environment.Environment.getDeclarations(int index) List of declarations to be configured in the CEL environment.EnvironmentOrBuilder.getDeclarations(int index) List of declarations to be configured in the CEL environment.LibrarySubset.Builder.getExcludeFunctions(int index) Specifies the set of functions to exclude from the subset.LibrarySubset.getExcludeFunctions(int index) Specifies the set of functions to exclude from the subset.LibrarySubsetOrBuilder.getExcludeFunctions(int index) Specifies the set of functions to exclude from the subset.LibrarySubset.Builder.getIncludeFunctions(int index) Specifies a set of functions to include in the subset.LibrarySubset.getIncludeFunctions(int index) Specifies a set of functions to include in the subset.LibrarySubsetOrBuilder.getIncludeFunctions(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 DeclModifier and TypeMethodDescriptionEnvironment.Builder.getDeclarationsList()List of declarations to be configured in the CEL environment.Environment.getDeclarationsList()List of declarations to be configured in the CEL environment.EnvironmentOrBuilder.getDeclarationsList()List of declarations to be configured in the CEL environment.LibrarySubset.Builder.getExcludeFunctionsList()Specifies the set of functions to exclude from the subset.LibrarySubset.getExcludeFunctionsList()Specifies the set of functions to exclude from the subset.LibrarySubsetOrBuilder.getExcludeFunctionsList()Specifies the set of functions to exclude from the subset.LibrarySubset.Builder.getIncludeFunctionsList()Specifies a set of functions to include in the subset.LibrarySubset.getIncludeFunctionsList()Specifies a set of functions to include in the subset.LibrarySubsetOrBuilder.getIncludeFunctionsList()Specifies a set of functions to include in the subset.Methods in cel.dev.expr.conformance with parameters of type DeclModifier and TypeMethodDescriptionEnvironment.Builder.addDeclarations(int index, Decl value) List of declarations to be configured in the CEL environment.Environment.Builder.addDeclarations(Decl value) List of declarations to be configured in the CEL environment.LibrarySubset.Builder.addExcludeFunctions(int index, Decl value) Specifies the set of functions to exclude from the subset.LibrarySubset.Builder.addExcludeFunctions(Decl value) Specifies the set of functions to exclude from the subset.LibrarySubset.Builder.addIncludeFunctions(int index, Decl value) Specifies a set of functions to include in the subset.LibrarySubset.Builder.addIncludeFunctions(Decl value) Specifies a set of functions to include in the subset.Environment.Builder.setDeclarations(int index, Decl value) List of declarations to be configured in the CEL environment.LibrarySubset.Builder.setExcludeFunctions(int index, Decl value) Specifies the set of functions to exclude from the subset.LibrarySubset.Builder.setIncludeFunctions(int index, Decl value) Specifies a set of functions to include in the subset.Method parameters in cel.dev.expr.conformance with type arguments of type DeclModifier and TypeMethodDescriptionEnvironment.Builder.addAllDeclarations(Iterable<? extends Decl> values) List of declarations to be configured in the CEL environment.LibrarySubset.Builder.addAllExcludeFunctions(Iterable<? extends Decl> values) Specifies the set of functions to exclude from the subset.LibrarySubset.Builder.addAllIncludeFunctions(Iterable<? extends Decl> values) Specifies a set of functions to include in the subset. -
Uses of Decl in dev.cel.expr
Methods in dev.cel.expr that return DeclModifier and TypeMethodDescriptionDecl.Builder.build()Decl.Builder.buildPartial()static DeclDecl.getDefaultInstance()Decl.Builder.getDefaultInstanceForType()Decl.getDefaultInstanceForType()static DeclDecl.parseDelimitedFrom(InputStream input) static DeclDecl.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DeclDecl.parseFrom(byte[] data) static DeclDecl.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DeclDecl.parseFrom(com.google.protobuf.ByteString data) static DeclDecl.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DeclDecl.parseFrom(com.google.protobuf.CodedInputStream input) static DeclDecl.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DeclDecl.parseFrom(InputStream input) static DeclDecl.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DeclDecl.parseFrom(ByteBuffer data) static DeclDecl.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in dev.cel.expr that return types with arguments of type DeclModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Decl>Decl.getParserForType()static com.google.protobuf.Parser<Decl>Decl.parser()Methods in dev.cel.expr with parameters of type Decl -
Uses of Decl in dev.cel.expr.conformance
Methods in dev.cel.expr.conformance that return DeclModifier and TypeMethodDescriptionCheckRequest.Builder.getTypeEnv(int index) Declarations of types for external variables and functions.CheckRequest.getTypeEnv(int index) Declarations of types for external variables and functions.CheckRequestOrBuilder.getTypeEnv(int index) Declarations of types for external variables and functions.Methods in dev.cel.expr.conformance that return types with arguments of type DeclModifier and TypeMethodDescriptionCheckRequest.Builder.getTypeEnvList()Declarations of types for external variables and functions.CheckRequest.getTypeEnvList()Declarations of types for external variables and functions.CheckRequestOrBuilder.getTypeEnvList()Declarations of types for external variables and functions.Methods in dev.cel.expr.conformance with parameters of type DeclModifier and TypeMethodDescriptionCheckRequest.Builder.addTypeEnv(int index, Decl value) Declarations of types for external variables and functions.CheckRequest.Builder.addTypeEnv(Decl value) Declarations of types for external variables and functions.CheckRequest.Builder.setTypeEnv(int index, Decl value) Declarations of types for external variables and functions.Method parameters in dev.cel.expr.conformance with type arguments of type DeclModifier and TypeMethodDescriptionCheckRequest.Builder.addAllTypeEnv(Iterable<? extends Decl> values) Declarations of types for external variables and functions. -
Uses of Decl in dev.cel.expr.conformance.test
Methods in dev.cel.expr.conformance.test that return DeclModifier and TypeMethodDescriptionSimpleTest.Builder.getTypeEnv(int index) The type environment to use for the check phase.SimpleTest.getTypeEnv(int index) The type environment to use for the check phase.SimpleTestOrBuilder.getTypeEnv(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 DeclModifier and TypeMethodDescriptionSimpleTest.Builder.getTypeEnvList()The type environment to use for the check phase.SimpleTest.getTypeEnvList()The type environment to use for the check phase.SimpleTestOrBuilder.getTypeEnvList()The type environment to use for the check phase.Methods in dev.cel.expr.conformance.test with parameters of type DeclModifier and TypeMethodDescriptionSimpleTest.Builder.addTypeEnv(int index, Decl value) The type environment to use for the check phase.SimpleTest.Builder.addTypeEnv(Decl value) The type environment to use for the check phase.SimpleTest.Builder.setTypeEnv(int index, Decl value) The type environment to use for the check phase.Method parameters in dev.cel.expr.conformance.test with type arguments of type DeclModifier and TypeMethodDescriptionSimpleTest.Builder.addAllTypeEnv(Iterable<? extends Decl> values) The type environment to use for the check phase.