| @@ 220-226 (lines=7) @@ | ||
| 217 | break; |
|
| 218 | } |
|
| 219 | } |
|
| 220 | if ($i < $this->context->countNonLeafStates) { |
|
| 221 | $this->context->debug(\sprintf('%8.8s', $this->context->symbol($j)->name)); |
|
| 222 | for ($i = 0; $i < $this->context->countClasses; $i++) { |
|
| 223 | $this->context->debug(Utils::printAction($this->context->classAction[$i][$j])); |
|
| 224 | } |
|
| 225 | $this->context->debug("\n"); |
|
| 226 | } |
|
| 227 | } |
|
| 228 | ||
| 229 | $this->context->debug("\nNonterminal GOTO table:\n"); |
|
| @@ 241-247 (lines=7) @@ | ||
| 238 | break; |
|
| 239 | } |
|
| 240 | } |
|
| 241 | if ($i < $this->context->countNonLeafStates) { |
|
| 242 | $this->context->debug(\sprintf('%8.8s', $symbol->name)); |
|
| 243 | for ($i = 0; $i < $this->context->countNonLeafStates; $i++) { |
|
| 244 | $this->context->debug(Utils::printAction($this->context->nonTermGoto[$i][$this->nb($symbol)])); |
|
| 245 | } |
|
| 246 | $this->context->debug("\n"); |
|
| 247 | } |
|
| 248 | } |
|
| 249 | ||
| 250 | $this->context->debug("\nNonterminal GOTO table:\n"); |
|