Class VerilogTreeWalker

    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • VerilogTreeWalker

        public VerilogTreeWalker​(VerilogNode root,
                                 VerilogNodeVisitor visitor)
        Creates a Verilog tree walker.
        Parameters:
        root - the root of the Verilog tree to be traversed.
        visitor - the user-defined visitor of Verilog tree nodes.