()
| 148 | public static Node find(int nid) { return START.find(nid); } |
| 149 | |
| 150 | private Node ctrl() { return _scope.ctrl(); } |
| 151 | private Node ctrl(Node n) { return _scope.ctrl(n); } |
| 152 | |
| 153 | public StopNode parse() { return parse(false); } |
no outgoing calls
no test coverage detected