Uses of Interface
dev.cel.common.ast.Expression.Ident
-
Packages that use Expression.Ident Package Description dev.cel.common.ast -
-
Uses of Expression.Ident in dev.cel.common.ast
Classes in dev.cel.common.ast that implement Expression.Ident Modifier and Type Class Description static classCelExpr.CelIdentAn identifier expression.Methods in dev.cel.common.ast that return Expression.Ident Modifier and Type Method Description Expression.IdentExpression. ident()Gets the underlying identifier expression.
-