Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » DOM representation of var args?
DOM representation of var args? [message #205107] Fri, 27 May 2005 18:16 Go to next message
Eclipse UserFriend
Originally posted by: changed99.hotmail.com

Just wondering, but how are var arg parameters represented?

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.

edwin
Re: DOM representation of var args? [message #205115 is a reply to message #205107] Fri, 27 May 2005 18:40 Go to previous message
Eclipse UserFriend
Originally posted by: olivier_thomann.NOca.ibm.comSPAM

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
Previous Topic:External tool - running Ant
Next Topic:suppresswarning feature in M7
Goto Forum:
  


Current Time: Sat Oct 19 22:47:20 GMT 2024

Powered by FUDForum. Page generated in 0.03303 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top