PHPParser_Parser::yyn379 PHP Method

yyn379() protected method

protected yyn379 ( $line, $docComment )
    protected function yyn379($line, $docComment)
    {
        $this->yyastk[$this->yysp - (2 - 1)][] = $this->yyastk[$this->yysp - (2 - 2)];
        $this->yyval = $this->yyastk[$this->yysp - (2 - 1)];
    }
PHPParser_Parser