Uses of Class
dev.cel.expr.Decl.FunctionDecl
-
Packages that use Decl.FunctionDecl Package Description dev.cel.expr -
-
Uses of Decl.FunctionDecl in dev.cel.expr
Fields in dev.cel.expr declared as Decl.FunctionDecl Modifier and Type Field Description private static Decl.FunctionDecl
Decl.FunctionDecl. DEFAULT_INSTANCE
Fields in dev.cel.expr with type parameters of type Decl.FunctionDecl Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<Decl.FunctionDecl,Decl.FunctionDecl.Builder,Decl.FunctionDeclOrBuilder>
Decl.Builder. functionBuilder_
private static com.google.protobuf.Parser<Decl.FunctionDecl>
Decl.FunctionDecl. PARSER
Methods in dev.cel.expr that return Decl.FunctionDecl Modifier and Type Method Description Decl.FunctionDecl
Decl.FunctionDecl.Builder. build()
Decl.FunctionDecl
Decl.FunctionDecl.Builder. buildPartial()
static Decl.FunctionDecl
Decl.FunctionDecl. getDefaultInstance()
Decl.FunctionDecl
Decl.FunctionDecl.Builder. getDefaultInstanceForType()
Decl.FunctionDecl
Decl.FunctionDecl. getDefaultInstanceForType()
Decl.FunctionDecl
Decl.Builder. getFunction()
Function declaration.Decl.FunctionDecl
Decl. getFunction()
Function declaration.Decl.FunctionDecl
DeclOrBuilder. getFunction()
Function declaration.static Decl.FunctionDecl
Decl.FunctionDecl. parseDelimitedFrom(java.io.InputStream input)
static Decl.FunctionDecl
Decl.FunctionDecl. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Decl.FunctionDecl
Decl.FunctionDecl. parseFrom(byte[] data)
static Decl.FunctionDecl
Decl.FunctionDecl. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Decl.FunctionDecl
Decl.FunctionDecl. parseFrom(com.google.protobuf.ByteString data)
static Decl.FunctionDecl
Decl.FunctionDecl. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Decl.FunctionDecl
Decl.FunctionDecl. parseFrom(com.google.protobuf.CodedInputStream input)
static Decl.FunctionDecl
Decl.FunctionDecl. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Decl.FunctionDecl
Decl.FunctionDecl. parseFrom(java.io.InputStream input)
static Decl.FunctionDecl
Decl.FunctionDecl. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Decl.FunctionDecl
Decl.FunctionDecl. parseFrom(java.nio.ByteBuffer data)
static Decl.FunctionDecl
Decl.FunctionDecl. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in dev.cel.expr that return types with arguments of type Decl.FunctionDecl Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<Decl.FunctionDecl,Decl.FunctionDecl.Builder,Decl.FunctionDeclOrBuilder>
Decl.Builder. getFunctionFieldBuilder()
Function declaration.com.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.FunctionDecl Modifier and Type Method Description private void
Decl.FunctionDecl.Builder. buildPartial0(Decl.FunctionDecl result)
private void
Decl.FunctionDecl.Builder. buildPartialRepeatedFields(Decl.FunctionDecl result)
Decl.FunctionDecl.Builder
Decl.FunctionDecl.Builder. mergeFrom(Decl.FunctionDecl other)
Decl.Builder
Decl.Builder. mergeFunction(Decl.FunctionDecl value)
Function declaration.static Decl.FunctionDecl.Builder
Decl.FunctionDecl. newBuilder(Decl.FunctionDecl prototype)
Decl.Builder
Decl.Builder. setFunction(Decl.FunctionDecl value)
Function declaration.
-