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