()
| 78 | } |
| 79 | |
| 80 | func (expr *term) GetPositionToken() *Token { |
| 81 | return expr.factor1.GetPositionToken() |
| 82 | } |
| 83 | |
| 84 | func (expr *power) GetPositionToken() *Token { |
| 85 | return expr.power1.GetPositionToken() |
nothing calls this directly
no test coverage detected