Uses of Interface
dev.cel.common.ast.Expression.List
- 
Packages that use Expression.List Package Description dev.cel.common.ast 
- 
- 
Uses of Expression.List in dev.cel.common.astClasses in dev.cel.common.ast that implement Expression.List Modifier and Type Class Description static classCelExpr.CelListA list creation expression.Methods in dev.cel.common.ast that return Expression.List Modifier and Type Method Description <E extends Expression>
 Expression.List<E>Expression. list()Gets the underlying identifier expression.
 
-