Class VerilogSpecify


  • public final class VerilogSpecify
    extends VerilogNode
    VerilogSpecify represents the abstract syntax of the specify construct.
    • Constructor Detail

      • VerilogSpecify

        public VerilogSpecify​(VerilogNode parent)
        Creates a specify construct.
        Parameters:
        parent - the parent node.
      • VerilogSpecify

        public VerilogSpecify​(VerilogSpecify other,
                              VerilogNode parent)
        Creates a copy of the specify construct.
        Parameters:
        other - the specify construct to be copied.
        parent - the parent node.