Package dev.cel.checker
Class CelProtoExprVisitor
- java.lang.Object
-
- dev.cel.checker.ExprVisitor
-
- dev.cel.checker.CelProtoExprVisitor
-
public abstract class CelProtoExprVisitor extends ExprVisitor
CEL expression visitor implementation based on thecom.google.api.expr.Exprproto.Note: Prefer using
dev.cel.common.ast.CelExprVisitorif protobuf support is not needed.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class dev.cel.checker.ExprVisitor
ExprVisitor.ComprehensionArg
-
-
Constructor Summary
Constructors Constructor Description CelProtoExprVisitor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvisit(CelAbstractSyntaxTree ast)Visit theastvalue, routing to overloads based on the kind of expression.
-
-
-
Method Detail
-
visit
public void visit(CelAbstractSyntaxTree ast)
Visit theastvalue, routing to overloads based on the kind of expression.
-
-