Class RegexTree

    • Method Detail

      • accept

        public abstract void accept​(RegexVisitor visitor)
        This method should only be called by RegexBaseVisitor (or other implementations of the RegexVisitor interface). Do not call this method to invoke a visitor, use visitor.visit(tree) instead.