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