constructor ====================== .. js:function:: SourceFile.constructor(file_name) ソース ^^^^^^ .. code-block:: js constructor(file_name) { this.comment = null; this.fileName = file_name; this.classes = []; this.functions = []; }