| 1 | <?php |
||
| 11 | class Scalar |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * @param Node\Scalar $scalar |
||
| 15 | * @throws RuntimeException |
||
| 16 | * @return AbstractScalarCompiler |
||
| 17 | */ |
||
| 18 | protected function factory(Node\Scalar $scalar) |
||
| 27 | |||
| 28 | /** |
||
| 29 | * @param Node\Scalar $scalar |
||
| 30 | * @param Context $context |
||
| 31 | */ |
||
| 32 | public function __construct(Node\Scalar $scalar, Context $context) |
||
| 51 | } |
||
| 52 |