Uses of Class
dev.cel.common.ast.CelExpr.ExprKind.Kind
-
Packages that use CelExpr.ExprKind.Kind Package Description dev.cel.common.ast dev.cel.common.navigation -
-
Uses of CelExpr.ExprKind.Kind in dev.cel.common.ast
Methods in dev.cel.common.ast that return CelExpr.ExprKind.Kind Modifier and Type Method Description abstract CelExpr.ExprKind.KindCelExpr.ExprKind. getKind()static CelExpr.ExprKind.KindCelExpr.ExprKind.Kind. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CelExpr.ExprKind.Kind[]CelExpr.ExprKind.Kind. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CelExpr.ExprKind.Kind in dev.cel.common.navigation
Methods in dev.cel.common.navigation that return CelExpr.ExprKind.Kind Modifier and Type Method Description CelExpr.ExprKind.KindCelNavigableExpr. getKind()Returns the underlying kind of theCelExpr.
-