QualifyIfPresent qualifies the object if the qualifier is declared or defined on the object. The 'presenceOnly' flag indicates that the value is not necessary, just a boolean status as to whether the qualifier is present.
(vars Activation, obj any, presenceOnly bool)
| 83 | // The 'presenceOnly' flag indicates that the value is not necessary, just a boolean status as |
| 84 | // to whether the qualifier is present. |
| 85 | QualifyIfPresent(vars Activation, obj any, presenceOnly bool) (any, bool, error) |
| 86 | } |
| 87 | |
| 88 | // ConstantQualifier interface embeds the Qualifier interface and provides an option to inspect the |
no outgoing calls