PHPParser_Parser::yyn21 PHP Method

yyn21() protected method

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