Uses of Interface
cel.parser.internal.CELVisitor
-
Packages that use CELVisitor Package Description cel.parser.internal -
-
Uses of CELVisitor in cel.parser.internal
Classes in cel.parser.internal that implement CELVisitor Modifier and Type Class Description classCELBaseVisitor<T>This class provides an empty implementation ofCELVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods.
-