PHPParser_Parser::yyn0 PHP Method

yyn0() protected method

protected yyn0 ( )
    protected function yyn0()
    {
        $this->yyval = $this->yyastk[$this->yysp];
    }
PHPParser_Parser