Uses of Class
dev.cel.expr.Decl.Builder
Packages that use Decl.Builder
Package
Description
-
Uses of Decl.Builder in cel.dev.expr.conformance
Methods in cel.dev.expr.conformance that return Decl.BuilderModifier and TypeMethodDescriptionEnvironment.Builder.addDeclarationsBuilder()List of declarations to be configured in the CEL environment.Environment.Builder.addDeclarationsBuilder(int index) List of declarations to be configured in the CEL environment.LibrarySubset.Builder.addExcludeFunctionsBuilder()Specifies the set of functions to exclude from the subset.LibrarySubset.Builder.addExcludeFunctionsBuilder(int index) Specifies the set of functions to exclude from the subset.LibrarySubset.Builder.addIncludeFunctionsBuilder()Specifies a set of functions to include in the subset.LibrarySubset.Builder.addIncludeFunctionsBuilder(int index) Specifies a set of functions to include in the subset.Environment.Builder.getDeclarationsBuilder(int index) List of declarations to be configured in the CEL environment.LibrarySubset.Builder.getExcludeFunctionsBuilder(int index) Specifies the set of functions to exclude from the subset.LibrarySubset.Builder.getIncludeFunctionsBuilder(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 Decl.BuilderModifier and TypeMethodDescriptionEnvironment.Builder.getDeclarationsBuilderList()List of declarations to be configured in the CEL environment.LibrarySubset.Builder.getExcludeFunctionsBuilderList()Specifies the set of functions to exclude from the subset.LibrarySubset.Builder.getIncludeFunctionsBuilderList()Specifies a set of functions to include in the subset.Methods in cel.dev.expr.conformance with parameters of type Decl.BuilderModifier and TypeMethodDescriptionEnvironment.Builder.addDeclarations(int index, Decl.Builder builderForValue) List of declarations to be configured in the CEL environment.Environment.Builder.addDeclarations(Decl.Builder builderForValue) List of declarations to be configured in the CEL environment.LibrarySubset.Builder.addExcludeFunctions(int index, Decl.Builder builderForValue) Specifies the set of functions to exclude from the subset.LibrarySubset.Builder.addExcludeFunctions(Decl.Builder builderForValue) Specifies the set of functions to exclude from the subset.LibrarySubset.Builder.addIncludeFunctions(int index, Decl.Builder builderForValue) Specifies a set of functions to include in the subset.LibrarySubset.Builder.addIncludeFunctions(Decl.Builder builderForValue) Specifies a set of functions to include in the subset.Environment.Builder.setDeclarations(int index, Decl.Builder builderForValue) List of declarations to be configured in the CEL environment.LibrarySubset.Builder.setExcludeFunctions(int index, Decl.Builder builderForValue) Specifies the set of functions to exclude from the subset.LibrarySubset.Builder.setIncludeFunctions(int index, Decl.Builder builderForValue) Specifies a set of functions to include in the subset. -
Uses of Decl.Builder in dev.cel.expr
Methods in dev.cel.expr that return Decl.BuilderModifier and TypeMethodDescriptionDecl.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Decl.Builder.clear()Decl.Builder.clearDeclKind()Decl.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Decl.Builder.clearFunction()Function declaration.Decl.Builder.clearIdent()Identifier declaration.Decl.Builder.clearName()The fully qualified name of the declaration.Decl.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Decl.Builder.clone()Decl.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Decl.Builder.mergeFrom(com.google.protobuf.Message other) Decl.Builder.mergeFunction(Decl.FunctionDecl value) Function declaration.Decl.Builder.mergeIdent(Decl.IdentDecl value) Identifier declaration.final Decl.BuilderDecl.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Decl.BuilderDecl.newBuilder()static Decl.BuilderDecl.newBuilder(Decl prototype) Decl.newBuilderForType()protected Decl.BuilderDecl.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Decl.Builder.setFunction(Decl.FunctionDecl value) Function declaration.Decl.Builder.setFunction(Decl.FunctionDecl.Builder builderForValue) Function declaration.Decl.Builder.setIdent(Decl.IdentDecl value) Identifier declaration.Decl.Builder.setIdent(Decl.IdentDecl.Builder builderForValue) Identifier declaration.The fully qualified name of the declaration.Decl.Builder.setNameBytes(com.google.protobuf.ByteString value) The fully qualified name of the declaration.Decl.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final Decl.BuilderDecl.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Decl.toBuilder() -
Uses of Decl.Builder in dev.cel.expr.conformance
Methods in dev.cel.expr.conformance that return Decl.BuilderModifier and TypeMethodDescriptionCheckRequest.Builder.addTypeEnvBuilder()Declarations of types for external variables and functions.CheckRequest.Builder.addTypeEnvBuilder(int index) Declarations of types for external variables and functions.CheckRequest.Builder.getTypeEnvBuilder(int index) Declarations of types for external variables and functions.Methods in dev.cel.expr.conformance that return types with arguments of type Decl.BuilderModifier and TypeMethodDescriptionCheckRequest.Builder.getTypeEnvBuilderList()Declarations of types for external variables and functions.Methods in dev.cel.expr.conformance with parameters of type Decl.BuilderModifier and TypeMethodDescriptionCheckRequest.Builder.addTypeEnv(int index, Decl.Builder builderForValue) Declarations of types for external variables and functions.CheckRequest.Builder.addTypeEnv(Decl.Builder builderForValue) Declarations of types for external variables and functions.CheckRequest.Builder.setTypeEnv(int index, Decl.Builder builderForValue) Declarations of types for external variables and functions. -
Uses of Decl.Builder in dev.cel.expr.conformance.test
Methods in dev.cel.expr.conformance.test that return Decl.BuilderModifier and TypeMethodDescriptionSimpleTest.Builder.addTypeEnvBuilder()The type environment to use for the check phase.SimpleTest.Builder.addTypeEnvBuilder(int index) The type environment to use for the check phase.SimpleTest.Builder.getTypeEnvBuilder(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 Decl.BuilderModifier and TypeMethodDescriptionSimpleTest.Builder.getTypeEnvBuilderList()The type environment to use for the check phase.Methods in dev.cel.expr.conformance.test with parameters of type Decl.BuilderModifier and TypeMethodDescriptionSimpleTest.Builder.addTypeEnv(int index, Decl.Builder builderForValue) The type environment to use for the check phase.SimpleTest.Builder.addTypeEnv(Decl.Builder builderForValue) The type environment to use for the check phase.SimpleTest.Builder.setTypeEnv(int index, Decl.Builder builderForValue) The type environment to use for the check phase.