Class FilterVisitor

  • All Implemented Interfaces:
    ScimFilterVisitor<FilterNode>, org.antlr.v4.runtime.tree.ParseTreeVisitor<FilterNode>

    public class FilterVisitor
    extends ScimFilterBaseVisitor<FilterNode>
    author 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.
    This visitor will then build its own tree consisting of FilterNodes that will hold all necessary informations about the filter expression