pass_attr

Whether the object is passed to a procedure pointer component.

Declaración

Sintaxis

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.

Valores devueltos

None. An enumeration value is not evaluated.

Descripción

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.

Ver también

Variable, StructMethodDeclaration, Struct