global-procedure-attributes
(定数)
public constant global-procedure-attributes:
AdjectiveMask
={make-adjective-mask BindingAdjective.public, BindingAdjective.package, BindingAdjective.hidden, BindingAdjective.inline, BindingAdjective.deprecated, BindingAdjective.export }
パッケージ:
CURL.LANGUAGE.COMPILER
グローバル プロシージャ宣言で使用可能な形容属性のセットを表します。
説明
define-proc
キーワードと
グローバル プロシージャ定義
内のプロシージャ名の間で使用可能なすべての形容属性を含みます。
グローバル
define-proc
ステートメントの構文解析で
pop-definition-attributes
と共に使用します。