| 1 | <?php |
||
| 8 | class DeclarativeSyntax implements ConverterGrid |
||
| 9 | { |
||
| 10 | public function convertToGrid($syntax) |
||
| 14 | |||
| 15 | public function convertToMatrix($syntax) |
||
| 19 | |||
| 20 | public function convertToSyntax(NodeGrid $map) |
||
| 24 | |||
| 25 | public function convertToSyntaxWithPath(NodeGrid $grid, NodePath $path) |
||
| 29 | |||
| 30 | public function findAndCreateNode($syntax, $charToFind) |
||
| 34 | |||
| 35 | public function findAndCreateNodes($syntax, $charToFind) |
||
| 39 | |||
| 40 | public function generateNodePath($matrix) |
||
| 44 | } |
||
| 45 |