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 classDecl.FunctionDeclFunction declaration specifies one or more overloads which indicate the function's parameter types and return type.static classDecl.FunctionDecl.BuilderFunction 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.FunctionDeclOrBuilderDecl.Builder. getFunctionOrBuilder()Function declaration.Decl.FunctionDeclOrBuilderDecl. getFunctionOrBuilder()Function declaration.Decl.FunctionDeclOrBuilderDeclOrBuilder. 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.
-