PHPParser_Parser::yyn132 PHP Method

yyn132() protected method

protected yyn132 ( $line, $docComment )
    protected function yyn132($line, $docComment)
    {
        $this->yyval = new PHPParser_Node_Expr_Variable($this->yyastk[$this->yysp - (4 - 3)], $line, $docComment);
    }
PHPParser_Parser