PHPParser_Parser::yyn210 PHP Method

yyn210() protected method

protected yyn210 ( $line, $docComment )
    protected function yyn210($line, $docComment)
    {
        $this->yyval = new PHPParser_Node_Expr_LogicalAnd($this->yyastk[$this->yysp - (3 - 1)], $this->yyastk[$this->yysp - (3 - 3)], $line, $docComment);
    }
PHPParser_Parser