PhpParser\Parser\Php7::reduceRule311 PHP Method

reduceRule311() protected method

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