pass_attr

Whether the object is passed to a procedure pointer component.

声明

语法

pass_attr = NotMethod | Pass | NoPass

Values

Value

Meaning

NotMethod

the symbol is not a procedure pointer component, so the question does not apply.

Pass

the object is passed as an argument, pass.

NoPass

the object is not passed, nopass.

返回值

None. An enumeration value is not evaluated.

描述

For a Pass component, the self_argument of the Variable names which dummy argument the object is passed as; with no name it is the first.

也可以看看

Variable, StructMethodDeclaration, Struct