[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.jdt] Re: DOM representation of var args?

Edwin Chan a écrit :
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.
--
Olivier