String representation
()
| 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 | } |
| 76 |
no outgoing calls
no test coverage detected