Class ReplacingVisitor<T extends Visitable>

    • Method Detail

      • visit

        public boolean visit​(String elementName,
                             int index,
                             Visitable value)
        Description copied from class: DefaultVisitor
        Subclasses can override this method to provide a default action for all visit methods.
        Specified by:
        visit in interface Visitor
        Overrides:
        visit in class DefaultVisitor
        Returns:
        whether to visit the children of this resource; returns the value of the visitChildren boolean by default