Uses of Class
dev.cel.checker.Env.DeclGroup
-
Packages that use Env.DeclGroup Package Description dev.cel.checker -
-
Uses of Env.DeclGroup in dev.cel.checker
Methods in dev.cel.checker that return Env.DeclGroup Modifier and Type Method Description Env.DeclGroupEnv. getDeclGroup()Returns the top-most declaration scope.Env.DeclGroupEnv. getDeclGroup(int scopeDepth)Returns theDeclGroupat the givenscopeDepth, where depth of0represents root scope.Env.DeclGroupEnv.DeclGroup. immutableCopy()Create a copy of theDeclGroupwith immutable identifier and function maps.
-