PHPParser_Parser::yyn166 PHP Method

yyn166() protected method

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