封鎖 >名稱 >(建構函式)
Names.(constructor)
建構 Names
類別的新例項
Signature:
constructor(reservedWordsList: string, opt_variablePrefix?: string);
參數
參數 |
類型 |
說明 |
reservedWordsList |
字串 |
無法在語言中當做名稱使用的字詞字串 (以半形逗號分隔),例如「new,if,this,...」。 |
opt_variablePrefix |
字串 |
(選用) 部分語言需要「$」或命名空間,在所有變數名稱前面加上一個命名空間 (但不包括程序名稱)。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-10-14 (世界標準時間)。
[null,null,["上次更新時間:2024-10-14 (世界標準時間)。"],[[["The `Names` class manages the generation of unique names for variables and procedures within Blockly."],["A new `Names` instance is created using the constructor, requiring a list of reserved words in the target language."],["An optional prefix for variable names can be specified during construction for languages that require them."]]],[]]