Uses of Class
dev.cel.expr.Decl.FunctionDecl.Overload
-
Packages that use Decl.FunctionDecl.Overload Package Description dev.cel.common dev.cel.expr -
-
Uses of Decl.FunctionDecl.Overload in dev.cel.common
Methods in dev.cel.common that return Decl.FunctionDecl.Overload Modifier and Type Method Description static Decl.FunctionDecl.Overload
CelOverloadDecl. celOverloadToOverload(CelOverloadDecl overload)
Converts aCelOverloadDecl
to a protobuf equivalent formDecl.FunctionDecl.Overload
Methods in dev.cel.common with parameters of type Decl.FunctionDecl.Overload Modifier and Type Method Description static CelOverloadDecl
CelOverloadDecl. overloadToCelOverload(Decl.FunctionDecl.Overload overload)
-
Uses of Decl.FunctionDecl.Overload in dev.cel.expr
Methods in dev.cel.expr that return Decl.FunctionDecl.Overload Modifier and Type Method Description Decl.FunctionDecl.Overload
Decl.FunctionDecl.Overload.Builder. build()
Decl.FunctionDecl.Overload
Decl.FunctionDecl.Overload.Builder. buildPartial()
static Decl.FunctionDecl.Overload
Decl.FunctionDecl.Overload. getDefaultInstance()
Decl.FunctionDecl.Overload
Decl.FunctionDecl.Overload.Builder. getDefaultInstanceForType()
Decl.FunctionDecl.Overload
Decl.FunctionDecl.Overload. getDefaultInstanceForType()
Decl.FunctionDecl.Overload
Decl.FunctionDecl.Builder. getOverloads(int index)
Required.Decl.FunctionDecl.Overload
Decl.FunctionDecl. getOverloads(int index)
Required.Decl.FunctionDecl.Overload
Decl.FunctionDeclOrBuilder. getOverloads(int index)
Required.static Decl.FunctionDecl.Overload
Decl.FunctionDecl.Overload. parseDelimitedFrom(java.io.InputStream input)
static Decl.FunctionDecl.Overload
Decl.FunctionDecl.Overload. parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry)
static Decl.FunctionDecl.Overload
Decl.FunctionDecl.Overload. parseFrom(byte[] data)
static Decl.FunctionDecl.Overload
Decl.FunctionDecl.Overload. parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
static Decl.FunctionDecl.Overload
Decl.FunctionDecl.Overload. parseFrom(ByteString data)
static Decl.FunctionDecl.Overload
Decl.FunctionDecl.Overload. parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
static Decl.FunctionDecl.Overload
Decl.FunctionDecl.Overload. parseFrom(CodedInputStream input)
static Decl.FunctionDecl.Overload
Decl.FunctionDecl.Overload. parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
static Decl.FunctionDecl.Overload
Decl.FunctionDecl.Overload. parseFrom(java.io.InputStream input)
static Decl.FunctionDecl.Overload
Decl.FunctionDecl.Overload. parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry)
static Decl.FunctionDecl.Overload
Decl.FunctionDecl.Overload. parseFrom(java.nio.ByteBuffer data)
static Decl.FunctionDecl.Overload
Decl.FunctionDecl.Overload. parseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Methods in dev.cel.expr that return types with arguments of type Decl.FunctionDecl.Overload Modifier and Type Method Description java.util.List<Decl.FunctionDecl.Overload>
Decl.FunctionDecl.Builder. getOverloadsList()
Required.java.util.List<Decl.FunctionDecl.Overload>
Decl.FunctionDecl. getOverloadsList()
Required.java.util.List<Decl.FunctionDecl.Overload>
Decl.FunctionDeclOrBuilder. getOverloadsList()
Required.Parser<Decl.FunctionDecl.Overload>
Decl.FunctionDecl.Overload. getParserForType()
static Parser<Decl.FunctionDecl.Overload>
Decl.FunctionDecl.Overload. parser()
Methods in dev.cel.expr with parameters of type Decl.FunctionDecl.Overload Modifier and Type Method Description Decl.FunctionDecl.Builder
Decl.FunctionDecl.Builder. addOverloads(int index, Decl.FunctionDecl.Overload value)
Required.Decl.FunctionDecl.Builder
Decl.FunctionDecl.Builder. addOverloads(Decl.FunctionDecl.Overload value)
Required.Decl.FunctionDecl.Overload.Builder
Decl.FunctionDecl.Overload.Builder. mergeFrom(Decl.FunctionDecl.Overload other)
static Decl.FunctionDecl.Overload.Builder
Decl.FunctionDecl.Overload. newBuilder(Decl.FunctionDecl.Overload prototype)
Decl.FunctionDecl.Builder
Decl.FunctionDecl.Builder. setOverloads(int index, Decl.FunctionDecl.Overload value)
Required.Method parameters in dev.cel.expr with type arguments of type Decl.FunctionDecl.Overload Modifier and Type Method Description Decl.FunctionDecl.Builder
Decl.FunctionDecl.Builder. addAllOverloads(java.lang.Iterable<? extends Decl.FunctionDecl.Overload> values)
Required.
-