Package dev.cel.common.internal
Interface EnvVisitor
-
@Internal public interface EnvVisitorSimple API for visiting the declarations of a CEL environmentCEL Library Internals. Do Not Use.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidvisitDecl(java.lang.String name, java.util.List<dev.cel.expr.Decl> decls)Visit the declarationnameand associated types, identifiers, and functions associated with that name.voidvisitMacro(CelMacro macro)Visit the CEL macro.
-
-
-
Method Detail
-
visitDecl
void visitDecl(java.lang.String name, java.util.List<dev.cel.expr.Decl> decls)Visit the declarationnameand associated types, identifiers, and functions associated with that name.
-
visitMacro
void visitMacro(CelMacro macro)
Visit the CEL macro.
-
-