()
| 98 | // NodeArgs is an interface for nodes which have child arguments |
| 99 | NodeArgs interface { |
| 100 | ChildrenArgs() []Node |
| 101 | } |
| 102 | |
| 103 | // NegateableNode A negateable node requires a special type of String() function due to |
no outgoing calls
no test coverage detected