End position
()
| 70 | Pos() token.Pos // Start position |
| 71 | End() token.Pos // End position |
| 72 | String() string // String representation |
| 73 | HasBindings() bool // Does pattern bind variables? |
| 74 | GetBindings() []Binding // Extract all bindings (recursive for nested) |
| 75 | } |
no outgoing calls
no test coverage detected