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