Uses of Class
dev.cel.common.ast.CelExpr.CelList
-
Packages that use CelExpr.CelList Package Description dev.cel.common.ast dev.cel.parser -
-
Uses of CelExpr.CelList in dev.cel.common.ast
Methods in dev.cel.common.ast that return CelExpr.CelList Modifier and Type Method Description CelExpr.CelListCelExpr.CelList.Builder. build()CelExpr.CelListCelExpr.Builder. list()Gets the underlying list expression.abstract CelExpr.CelListCelExpr.ExprKind. list()CelExpr.CelListCelExpr. list()Gets the underlying identifier expression.CelExpr.CelListCelExpr. listOrDefault()Gets the underlying list expression or a default instance of one if expression is notCelExpr.ExprKind.Kind.LIST.Methods in dev.cel.common.ast with parameters of type CelExpr.CelList Modifier and Type Method Description CelExpr.BuilderCelExpr.Builder. setList(CelExpr.CelList list)protected voidCelExprVisitor. visit(CelExpr expr, CelExpr.CelList list)Visit aCelListexpression. -
Uses of CelExpr.CelList in dev.cel.parser
Methods in dev.cel.parser with parameters of type CelExpr.CelList Modifier and Type Method Description protected voidCelUnparserVisitor. visit(CelExpr expr, CelExpr.CelList list)
-