Class EmptyNode

  • All Implemented Interfaces:
    cz.jirutka.rsql.parser.ast.Node

    public class EmptyNode
    extends cz.jirutka.rsql.parser.ast.AbstractNode
    An RSQL node that does not actually do anything except for handle visitation. Allows parsing into non-null constructs when there is an empty RSQL string seen by the FilterParser
    Author:
    Phillip Verheyden (phillipuniverse)
    • Constructor Detail

      • EmptyNode

        public EmptyNode()
    • Method Detail

      • accept

        public <R,​A> R accept​(cz.jirutka.rsql.parser.ast.RSQLVisitor<R,​A> visitor,
                                    A param)