MaybeAttribute creates an attribute that refers to either a field selection or a namespaced variable name. Only expressions which have not been type-checked may generate oneof attributes.
(id int64, name string)
| 47 | // |
| 48 | // Only expressions which have not been type-checked may generate oneof attributes. |
| 49 | MaybeAttribute(id int64, name string) Attribute |
| 50 | |
| 51 | // RelativeAttribute creates an attribute whose value is a qualification of a dynamic |
| 52 | // computation rather than a static variable reference. |
no outgoing calls