PHPSA\Compiler\Event\ScalarBeforeCompile::__construct PHP Method

__construct() public method

public __construct ( NodeAbstract $scalar, Context $context )
$scalar PhpParser\NodeAbstract
$context PHPSA\Context
    public function __construct(\PhpParser\NodeAbstract $scalar, Context $context)
    {
        parent::__construct();
        $this->context = $context;
        $this->scalar = $scalar;
    }