Uses of Class
dev.cel.expr.Decl.FunctionDecl
Packages that use Decl.FunctionDecl
-
Uses of Decl.FunctionDecl in dev.cel.expr
Methods in dev.cel.expr that return Decl.FunctionDeclModifier and TypeMethodDescriptionDecl.FunctionDecl.Builder.build()Decl.FunctionDecl.Builder.buildPartial()static Decl.FunctionDeclDecl.FunctionDecl.getDefaultInstance()Decl.FunctionDecl.Builder.getDefaultInstanceForType()Decl.FunctionDecl.getDefaultInstanceForType()Decl.Builder.getFunction()Function declaration.Decl.getFunction()Function declaration.DeclOrBuilder.getFunction()Function declaration.static Decl.FunctionDeclDecl.FunctionDecl.parseDelimitedFrom(InputStream input) static Decl.FunctionDeclDecl.FunctionDecl.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Decl.FunctionDeclDecl.FunctionDecl.parseFrom(byte[] data) static Decl.FunctionDeclDecl.FunctionDecl.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Decl.FunctionDeclDecl.FunctionDecl.parseFrom(com.google.protobuf.ByteString data) static Decl.FunctionDeclDecl.FunctionDecl.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Decl.FunctionDeclDecl.FunctionDecl.parseFrom(com.google.protobuf.CodedInputStream input) static Decl.FunctionDeclDecl.FunctionDecl.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Decl.FunctionDeclDecl.FunctionDecl.parseFrom(InputStream input) static Decl.FunctionDeclDecl.FunctionDecl.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Decl.FunctionDeclDecl.FunctionDecl.parseFrom(ByteBuffer data) static Decl.FunctionDeclDecl.FunctionDecl.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in dev.cel.expr that return types with arguments of type Decl.FunctionDeclModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Decl.FunctionDecl> Decl.FunctionDecl.getParserForType()static com.google.protobuf.Parser<Decl.FunctionDecl> Decl.FunctionDecl.parser()Methods in dev.cel.expr with parameters of type Decl.FunctionDeclModifier and TypeMethodDescriptionDecl.FunctionDecl.Builder.mergeFrom(Decl.FunctionDecl other) Decl.Builder.mergeFunction(Decl.FunctionDecl value) Function declaration.static Decl.FunctionDecl.BuilderDecl.FunctionDecl.newBuilder(Decl.FunctionDecl prototype) Decl.Builder.setFunction(Decl.FunctionDecl value) Function declaration.