Class VerilogCode

    • Constructor Detail

      • VerilogCode

        public VerilogCode()
        Creates a source code node.
      • VerilogCode

        public VerilogCode​(VerilogCode other)
        Creates a copy of the source code node.
        Parameters:
        other - the source code entity to be copied.
    • Method Detail

      • getFileName

        public java.lang.String getFileName()
        Returns the name of the source code file.
        Returns:
        the file name.
      • setFileName

        public void setFileName​(java.lang.String fileName)
        Sets the name of the source code file.
        Parameters:
        fileName - the file name.