ArrayDimFetch node
| 9 | |
| 10 | // ArrayDimFetch node |
| 11 | type ArrayDimFetch struct { |
| 12 | FreeFloating freefloating.Collection |
| 13 | Position *position.Position |
| 14 | Variable node.Node |
| 15 | Dim node.Node |
| 16 | } |
| 17 | |
| 18 | // NewArrayDimFetch node constructor |
| 19 | func NewArrayDimFetch(Variable node.Node, Dim node.Node) *ArrayDimFetch { |
nothing calls this directly
no outgoing calls
no test coverage detected