PHPParser_Parser::yyn315 PHP Method

yyn315() protected method

protected yyn315 ( $line, $docComment )
    protected function yyn315($line, $docComment)
    {
        $this->yyval = new PHPParser_Node_Scalar_String(PHPParser_Node_Scalar_String::parseDocString($this->yyastk[$this->yysp - (3 - 1)], $this->yyastk[$this->yysp - (3 - 2)]), $line, $docComment);
    }
PHPParser_Parser