Boa abstract AST visitor. The visit() methods first call preVisit() for the node. If preVisit() returns true , then each of that node's children are visited and then postVisit() is called. By default, all preVisit()
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected