GetPosition returns node positions
()
| 41 | |
| 42 | // GetPosition returns node positions |
| 43 | func (n *ClassMethod) GetPosition() *position.Position { |
| 44 | return n.Position |
| 45 | } |
| 46 | |
| 47 | func (n *ClassMethod) GetFreeFloating() *freefloating.Collection { |
| 48 | return &n.FreeFloating |
nothing calls this directly
no outgoing calls
no test coverage detected