PhpParser\Parser\Php7::reduceRule316 PHP Method

reduceRule316() protected method

protected reduceRule316 ( )
    protected function reduceRule316() {
         $this->semValue = new Expr\BinaryOp\BitwiseAnd($this->semStack[$this->stackPos-(3-1)], $this->semStack[$this->stackPos-(3-3)], $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
    }
Php7