Uses of Class
dev.cel.common.ast.CelExpr.CelIdent
-
Packages that use CelExpr.CelIdent Package Description dev.cel.common.ast -
-
Uses of CelExpr.CelIdent in dev.cel.common.ast
Methods in dev.cel.common.ast that return CelExpr.CelIdent Modifier and Type Method Description abstract CelExpr.CelIdentCelExpr.CelIdent.Builder. build()CelExpr.CelIdentCelExpr.Builder. ident()Gets the underlying identifier expression.abstract CelExpr.CelIdentCelExpr.ExprKind. ident()CelExpr.CelIdentCelExpr. ident()Gets the underlying identifier expression.CelExpr.CelIdentCelExpr. identOrDefault()Gets the underlying identifier expression or a default instance of one if expression is notCelExpr.ExprKind.Kind.IDENT.Methods in dev.cel.common.ast with parameters of type CelExpr.CelIdent Modifier and Type Method Description CelExpr.BuilderCelExpr.Builder. setIdent(CelExpr.CelIdent ident)
-