Names.(constructor)
Names
クラスの新しいインスタンスを作成します。
署名:
constructor(reservedWordsList: string, opt_variablePrefix?: string);
パラメータ
パラメータ | 型 | 説明 |
---|---|---|
reservedWordsList | 文字列 | 言語の名前として使用できない単語をカンマで区切った文字列(例: 'new,if,this,...')。 |
opt_variablePrefix | 文字列 | (省略可)一部の言語には「$」が必要ですすべての変数名の前に名前空間を付けます(プロシージャ名は使用できません)。 |