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