Uses of Interface
com.google.api.expr.v1alpha1.Decl.FunctionDeclOrBuilder
-
Packages that use Decl.FunctionDeclOrBuilder Package Description com.google.api.expr.v1alpha1 -
-
Uses of Decl.FunctionDeclOrBuilder in com.google.api.expr.v1alpha1
Classes in com.google.api.expr.v1alpha1 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 com.google.api.expr.v1alpha1 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 com.google.api.expr.v1alpha1 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 com.google.api.expr.v1alpha1 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.
-