Uses of Class
dev.cel.expr.Decl
-
Packages that use Decl Package Description dev.cel.expr -
-
Uses of Decl in dev.cel.expr
Fields in dev.cel.expr declared as Decl Modifier and Type Field Description private static Decl
Decl. DEFAULT_INSTANCE
Fields in dev.cel.expr with type parameters of type Decl Modifier and Type Field Description private static com.google.protobuf.Parser<Decl>
Decl. PARSER
Methods in dev.cel.expr that return Decl Modifier and Type Method Description Decl
Decl.Builder. build()
Decl
Decl.Builder. buildPartial()
static Decl
Decl. getDefaultInstance()
Decl
Decl.Builder. getDefaultInstanceForType()
Decl
Decl. getDefaultInstanceForType()
static Decl
Decl. parseDelimitedFrom(java.io.InputStream input)
static Decl
Decl. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Decl
Decl. parseFrom(byte[] data)
static Decl
Decl. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Decl
Decl. parseFrom(com.google.protobuf.ByteString data)
static Decl
Decl. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Decl
Decl. parseFrom(com.google.protobuf.CodedInputStream input)
static Decl
Decl. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Decl
Decl. parseFrom(java.io.InputStream input)
static Decl
Decl. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Decl
Decl. parseFrom(java.nio.ByteBuffer data)
static Decl
Decl. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in dev.cel.expr that return types with arguments of type Decl Modifier and Type Method Description com.google.protobuf.Parser<Decl>
Decl. getParserForType()
static com.google.protobuf.Parser<Decl>
Decl. parser()
Methods in dev.cel.expr with parameters of type Decl Modifier and Type Method Description private void
Decl.Builder. buildPartial0(Decl result)
private void
Decl.Builder. buildPartialOneofs(Decl result)
Decl.Builder
Decl.Builder. mergeFrom(Decl other)
static Decl.Builder
Decl. newBuilder(Decl prototype)
-