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.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.
-