| 1 | <?php |
||
| 10 | class NativeVisitor extends GenericVisitor |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * {@inheritDoc} |
||
| 14 | */ |
||
| 15 | public function visitAccess(AST\Bag\Context $element, &$handle = null, $eldnah = null) |
||
| 27 | |||
| 28 | /** |
||
| 29 | * {@inheritDoc} |
||
| 30 | */ |
||
| 31 | public function visitParameter(Model\Parameter $element, &$handle = null, $eldnah = null) |
||
| 35 | |||
| 36 | /** |
||
| 37 | * {@inheritDoc} |
||
| 38 | */ |
||
| 39 | public function visitArray(AST\Bag\RulerArray $element, &$handle = null, $eldnah = null) |
||
| 43 | } |
||
| 44 |