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