PHPParser_Parser::yyn100 PHP Method

yyn100() protected method

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