PHPParser_Parser::yyn14 PHP Method

yyn14() protected method

protected yyn14 ( $line, $docComment )
    protected function yyn14($line, $docComment)
    {
        $this->yyval = new PHPParser_Node_Stmt_Const($this->yyastk[$this->yysp - (3 - 2)], $line, $docComment);
    }
PHPParser_Parser