Class SchemaVisitorDelegate


  • public class SchemaVisitorDelegate
    extends SchemaVisitor
    Instance of SchemaVisitor that delegates to another instance. This is provided as a base class, allowing selective overrides of normal visitor handling.
    Author:
    Dennis M. Sosnoski
    • Field Detail

      • m_delegate

        private final SchemaVisitor m_delegate
        Delegate visitor.
    • Constructor Detail

      • SchemaVisitorDelegate

        public SchemaVisitorDelegate​(SchemaVisitor delegate)
        Constructor.
        Parameters:
        delegate -