1 | <?php |
||
11 | class SolariumVisitor extends GenericVisitor |
||
12 | { |
||
13 | /** |
||
14 | * {@inheritDoc} |
||
15 | */ |
||
16 | public function supports($target, $mode) |
||
20 | |||
21 | /** |
||
22 | * @inheritDoc |
||
23 | */ |
||
24 | protected function getExecutorTraits() |
||
31 | |||
32 | /** |
||
33 | * {@inheritDoc} |
||
34 | */ |
||
35 | public function visitModel(AST\Model $element, &$handle = null, $eldnah = null) |
||
41 | |||
42 | /** |
||
43 | * {@inheritDoc} |
||
44 | */ |
||
45 | public function visitAccess(AST\Bag\Context $element, &$handle = null, $eldnah = null) |
||
49 | |||
50 | /** |
||
51 | * {@inheritDoc} |
||
52 | */ |
||
53 | public function visitScalar(AST\Bag\Scalar $element, &$handle = null, $eldnah = null) |
||
59 | |||
60 | /** |
||
61 | * {@inheritDoc} |
||
62 | */ |
||
63 | public function visitParameter(Model\Parameter $element, &$handle = null, $eldnah = null) |
||
70 | |||
71 | /** |
||
72 | * Define the built-in operators. |
||
73 | */ |
||
74 | protected function defineBuiltInOperators() |
||
87 | } |
||
88 |