Uses of Class
dev.cel.common.ast.CelExpr.CelCreateList
-
Packages that use CelExpr.CelCreateList Package Description dev.cel.common.ast dev.cel.parser -
-
Uses of CelExpr.CelCreateList in dev.cel.common.ast
Methods in dev.cel.common.ast that return CelExpr.CelCreateList Modifier and Type Method Description CelExpr.CelCreateListCelExpr.CelCreateList.Builder. build()CelExpr.CelCreateListCelExpr.Builder. createList()Gets the underlying createList expression.CelExpr.CelCreateListCelExpr. createList()Gets the underlying createList expression.abstract CelExpr.CelCreateListCelExpr.ExprKind. createList()CelExpr.CelCreateListCelExpr. createListOrDefault()Gets the underlying createList expression or a default instance of one if expression is notCelExpr.ExprKind.Kind.CREATE_LIST.Methods in dev.cel.common.ast with parameters of type CelExpr.CelCreateList Modifier and Type Method Description CelExpr.BuilderCelExpr.Builder. setCreateList(CelExpr.CelCreateList createList)protected voidCelExprVisitor. visit(CelExpr expr, CelExpr.CelCreateList createList)Visit aCelCreateListexpression. -
Uses of CelExpr.CelCreateList in dev.cel.parser
Methods in dev.cel.parser with parameters of type CelExpr.CelCreateList Modifier and Type Method Description protected voidCelUnparserVisitor. visit(CelExpr expr, CelExpr.CelCreateList createList)
-