| 4 | AbstractGraph::~AbstractGraph(){} |
| 5 | |
| 6 | void ALVex::visit(){ |
| 7 | if(visited) |
| 8 | return; |
| 9 | info->gVex->visit(true); |
| 10 | visited = true; |
| 11 | } |
| 12 | |
| 13 | void ALVex::access(const QString &hint){ |
| 14 | info->gVex->access(hint); |
no outgoing calls
no test coverage detected