| 27 | } |
| 28 | |
| 29 | type ArraySelector struct { |
| 30 | Identifier string |
| 31 | Index int |
| 32 | Next SelectorNode |
| 33 | } |
| 34 | |
| 35 | func NewPathAST(selectorNode SelectorNode) *PathAST { |
| 36 | return &PathAST{ |
nothing calls this directly
no outgoing calls
no test coverage detected