Uses of Class
dev.cel.expr.Expr.CreateList
Packages that use Expr.CreateList
-
Uses of Expr.CreateList in dev.cel.expr
Methods in dev.cel.expr that return Expr.CreateListModifier and TypeMethodDescriptionExpr.CreateList.Builder.build()Expr.CreateList.Builder.buildPartial()static Expr.CreateListExpr.CreateList.getDefaultInstance()Expr.CreateList.Builder.getDefaultInstanceForType()Expr.CreateList.getDefaultInstanceForType()Expr.Builder.getListExpr()A list creation expression.Expr.getListExpr()A list creation expression.ExprOrBuilder.getListExpr()A list creation expression.static Expr.CreateListExpr.CreateList.parseDelimitedFrom(InputStream input) static Expr.CreateListExpr.CreateList.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Expr.CreateListExpr.CreateList.parseFrom(byte[] data) static Expr.CreateListExpr.CreateList.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Expr.CreateListExpr.CreateList.parseFrom(com.google.protobuf.ByteString data) static Expr.CreateListExpr.CreateList.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Expr.CreateListExpr.CreateList.parseFrom(com.google.protobuf.CodedInputStream input) static Expr.CreateListExpr.CreateList.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Expr.CreateListExpr.CreateList.parseFrom(InputStream input) static Expr.CreateListExpr.CreateList.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Expr.CreateListExpr.CreateList.parseFrom(ByteBuffer data) static Expr.CreateListExpr.CreateList.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in dev.cel.expr that return types with arguments of type Expr.CreateListModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Expr.CreateList> Expr.CreateList.getParserForType()static com.google.protobuf.Parser<Expr.CreateList> Expr.CreateList.parser()Methods in dev.cel.expr with parameters of type Expr.CreateListModifier and TypeMethodDescriptionExpr.CreateList.Builder.mergeFrom(Expr.CreateList other) Expr.Builder.mergeListExpr(Expr.CreateList value) A list creation expression.static Expr.CreateList.BuilderExpr.CreateList.newBuilder(Expr.CreateList prototype) Expr.Builder.setListExpr(Expr.CreateList value) A list creation expression.