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.IdentDeclDecl.IdentDecl. DEFAULT_INSTANCEFields 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. PARSERMethods in dev.cel.expr that return Decl.IdentDecl Modifier and Type Method Description Decl.IdentDeclDecl.IdentDecl.Builder. build()Decl.IdentDeclDecl.IdentDecl.Builder. buildPartial()static Decl.IdentDeclDecl.IdentDecl. getDefaultInstance()Decl.IdentDeclDecl.IdentDecl.Builder. getDefaultInstanceForType()Decl.IdentDeclDecl.IdentDecl. getDefaultInstanceForType()Decl.IdentDeclDecl.Builder. getIdent()Identifier declaration.Decl.IdentDeclDecl. getIdent()Identifier declaration.Decl.IdentDeclDeclOrBuilder. getIdent()Identifier declaration.static Decl.IdentDeclDecl.IdentDecl. parseDelimitedFrom(java.io.InputStream input)static Decl.IdentDeclDecl.IdentDecl. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Decl.IdentDeclDecl.IdentDecl. parseFrom(byte[] data)static Decl.IdentDeclDecl.IdentDecl. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Decl.IdentDeclDecl.IdentDecl. parseFrom(com.google.protobuf.ByteString data)static Decl.IdentDeclDecl.IdentDecl. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Decl.IdentDeclDecl.IdentDecl. parseFrom(com.google.protobuf.CodedInputStream input)static Decl.IdentDeclDecl.IdentDecl. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Decl.IdentDeclDecl.IdentDecl. parseFrom(java.io.InputStream input)static Decl.IdentDeclDecl.IdentDecl. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Decl.IdentDeclDecl.IdentDecl. parseFrom(java.nio.ByteBuffer data)static Decl.IdentDeclDecl.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 voidDecl.IdentDecl.Builder. buildPartial0(Decl.IdentDecl result)Decl.IdentDecl.BuilderDecl.IdentDecl.Builder. mergeFrom(Decl.IdentDecl other)Decl.BuilderDecl.Builder. mergeIdent(Decl.IdentDecl value)Identifier declaration.static Decl.IdentDecl.BuilderDecl.IdentDecl. newBuilder(Decl.IdentDecl prototype)Decl.BuilderDecl.Builder. setIdent(Decl.IdentDecl value)Identifier declaration.
-