constructor-attributes (定数)
public constant constructor-attributes:AdjectiveMask ={make-adjective-mask BindingAdjective.public, BindingAdjective.package, BindingAdjective.hidden, BindingAdjective.library, BindingAdjective.protected, BindingAdjective.private, BindingAdjective.inline, BindingAdjective.deprecated, BindingAdjective.implicit, BindingAdjective.primitive }
パッケージ: CURL.LANGUAGE.COMPILER

constructorfactory 宣言内で使用可能な形容属性セットを表します。

説明

constructor または factory キーワードと名前の間で使用可能なすべての形容属性を含みます。

constructorfactory 宣言の構文解析で pop-definition-attributes と共に使用します。