Uses of Interface
de.captaingoldfish.scim.sdk.server.filter.antlr.ScimFilterVisitor
-
Packages that use ScimFilterVisitor Package Description de.captaingoldfish.scim.sdk.server.filter.antlr -
-
Uses of ScimFilterVisitor in de.captaingoldfish.scim.sdk.server.filter.antlr
Classes in de.captaingoldfish.scim.sdk.server.filter.antlr that implement ScimFilterVisitor Modifier and Type Class Description classFilterVisitorauthor Pascal Knueppel
created at: 16.10.2019 - 12:09
The FilterVisitor iterates through the parsed SCIM-filter-tree and calls the here overridden methods for the specific nodes that have been visited.classScimFilterBaseVisitor<T>This class provides an empty implementation ofScimFilterVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods.
-