Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » how can i know if an IMethod is public
how can i know if an IMethod is public [message #163450] Wed, 09 June 2004 14:28 Go to next message
Marcos López is currently offline Marcos LópezFriend
Messages: 75
Registered: July 2009
Member
hi

i don't see any method which tells me whether an imethod is public or not.
How can i know it?

thanks
Re: how can i know if an IMethod is public [message #163484 is a reply to message #163450] Wed, 09 June 2004 14:44 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.NO.SPAM.us.ibm.com

Get its getFlags() method, and the use the appropriate method on the
Flags class to test if public.

--
Thanks, Rich Kulp

Previous Topic:Cheetah features and schedule
Next Topic:Where oh where is SWT???
Goto Forum:
  


Current Time: Sat Dec 21 15:13:49 GMT 2024

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

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

Back to the top