Uses of Interface
dev.cel.expr.Decl.FunctionDeclOrBuilder
-
Packages that use Decl.FunctionDeclOrBuilder Package Description dev.cel.expr -
-
Uses of Decl.FunctionDeclOrBuilder in dev.cel.expr
Classes in dev.cel.expr that implement Decl.FunctionDeclOrBuilder Modifier and Type Class Description static class
Decl.FunctionDecl
Function declaration specifies one or more overloads which indicate the function's parameter types and return type.static class
Decl.FunctionDecl.Builder
Function declaration specifies one or more overloads which indicate the function's parameter types and return type.Fields in dev.cel.expr with type parameters of type Decl.FunctionDeclOrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<Decl.FunctionDecl,Decl.FunctionDecl.Builder,Decl.FunctionDeclOrBuilder>
Decl.Builder. functionBuilder_
Methods in dev.cel.expr that return Decl.FunctionDeclOrBuilder Modifier and Type Method Description Decl.FunctionDeclOrBuilder
Decl.Builder. getFunctionOrBuilder()
Function declaration.Decl.FunctionDeclOrBuilder
Decl. getFunctionOrBuilder()
Function declaration.Decl.FunctionDeclOrBuilder
DeclOrBuilder. getFunctionOrBuilder()
Function declaration.Methods in dev.cel.expr that return types with arguments of type Decl.FunctionDeclOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<Decl.FunctionDecl,Decl.FunctionDecl.Builder,Decl.FunctionDeclOrBuilder>
Decl.Builder. getFunctionFieldBuilder()
Function declaration.
-