PHPParser_Parser::yyn77 PHP Метод

yyn77() защищенный Метод

protected yyn77 ( $line, $docComment )
    protected function yyn77($line, $docComment)
    {
        $this->yyval = new PHPParser_Node_Stmt_Class($this->yyastk[$this->yysp - (5 - 2)], array('type' => $this->yyastk[$this->yysp - (5 - 1)], 'stmts' => $this->yyastk[$this->yysp - (5 - 4)]), $line, $docComment);
    }
PHPParser_Parser