PHPParser_Parser::yyn106 PHP Method

yyn106() protected method

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