interface VisitorControl {
    abort(): void;
}

Methods

Methods

  • terminate the traversal

    Returns void