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 DeclDecl. DEFAULT_INSTANCEFields in dev.cel.expr with type parameters of type Decl Modifier and Type Field Description private static com.google.protobuf.Parser<Decl>Decl. PARSERMethods in dev.cel.expr that return Decl Modifier and Type Method Description DeclDecl.Builder. build()DeclDecl.Builder. buildPartial()static DeclDecl. getDefaultInstance()DeclDecl.Builder. getDefaultInstanceForType()DeclDecl. getDefaultInstanceForType()static DeclDecl. parseDelimitedFrom(java.io.InputStream input)static DeclDecl. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeclDecl. parseFrom(byte[] data)static DeclDecl. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeclDecl. parseFrom(com.google.protobuf.ByteString data)static DeclDecl. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeclDecl. parseFrom(com.google.protobuf.CodedInputStream input)static DeclDecl. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeclDecl. parseFrom(java.io.InputStream input)static DeclDecl. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeclDecl. parseFrom(java.nio.ByteBuffer data)static DeclDecl. 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 voidDecl.Builder. buildPartial0(Decl result)private voidDecl.Builder. buildPartialOneofs(Decl result)Decl.BuilderDecl.Builder. mergeFrom(Decl other)static Decl.BuilderDecl. newBuilder(Decl prototype)
-