RelativeAttribute creates an attribute whose value is a qualification of a dynamic computation rather than a static variable reference.
(id int64, operand Interpretable)
| 51 | // RelativeAttribute creates an attribute whose value is a qualification of a dynamic |
| 52 | // computation rather than a static variable reference. |
| 53 | RelativeAttribute(id int64, operand Interpretable) Attribute |
| 54 | |
| 55 | // NewQualifier creates a qualifier on the target object with a given value. |
| 56 | // |
no outgoing calls