| [news.eclipse.tools.jdt] Re: DOM representation of var args? |
I was looking around and I don't see any way to find out whether a parameter declaration uses var args or just uses a normal array type.You can look at the SingleVariableDeclaration node. It has a isVarargs() method.