()
| 152 | private <N extends Node> N ctrl(N n) { return _scope.ctrl(n); } |
| 153 | |
| 154 | public StopNode parse() { return parse(false); } |
| 155 | public StopNode parse(boolean show) { |
| 156 | _xScopes.push(_scope); |
| 157 | // Enter a new scope for the initial control and arguments |