ID where the qualifier appears within an expression.
()
| 67 | type Qualifier interface { |
| 68 | // ID where the qualifier appears within an expression. |
| 69 | ID() int64 |
| 70 | |
| 71 | // IsOptional specifies whether the qualifier is optional. |
| 72 | // Instead of a direct qualification, an optional qualifier will be resolved via QualifyIfPresent |
no outgoing calls