Uses of Interface
dev.cel.common.ast.Expression.Select
-
Packages that use Expression.Select Package Description dev.cel.common.ast -
-
Uses of Expression.Select in dev.cel.common.ast
Classes in dev.cel.common.ast that implement Expression.Select Modifier and Type Class Description static classCelExpr.CelSelectA field selection expression.Methods in dev.cel.common.ast that return Expression.Select Modifier and Type Method Description <E extends Expression>
Expression.Select<E>Expression. select()Gets the underlying select expression.
-