Package dev.cel.common.ast
Class CelMutableExprConverter
- java.lang.Object
-
- dev.cel.common.ast.CelMutableExprConverter
-
public final class CelMutableExprConverter extends java.lang.ObjectConverts a mutable Expression TreeCelMutableExprinto the CEL native representation of Expression treeCelExprand vice versa.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CelMutableExprfromCelExpr(dev.cel.common.ast.CelExpr celExpr)static dev.cel.common.ast.CelExprfromMutableExpr(CelMutableExpr mutableExpr)
-
-
-
Method Detail
-
fromCelExpr
public static CelMutableExpr fromCelExpr(dev.cel.common.ast.CelExpr celExpr)
-
fromMutableExpr
public static dev.cel.common.ast.CelExpr fromMutableExpr(CelMutableExpr mutableExpr)
-
-