Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Test and Performance Tools Platform (TPTP) » How to filter methods by modifiers
How to filter methods by modifiers [message #100311] Wed, 06 June 2007 07:37 Go to next message
Eclipse UserFriend
Originally posted by: ackel.sohu.com

Hi

I am creating custom profilers with Probekit. I need to filter out the
methods by their modifiers. In particular, I need to trace the *public*
methods only. I know how to filter methods by names, but I do not konw how
to filter them by modifiers.

Any suggestion is appreciated.

Hao Zhong
Re: How to filter methods by modifiers [message #100580 is a reply to message #100311] Thu, 07 June 2007 14:26 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: navid.mehregani.gmail.com

Try getting the method signature through a data item, determine whether
its public or not and proceed from there.

Navid Mehregani
Re: How to filter methods by modifiers [message #100665 is a reply to message #100311] Fri, 08 June 2007 18:45 Go to previous message
Eclipse UserFriend
Originally posted by: navid.mehregani.gmail.com

BTW, I'd be really interested in any custom profiler you create with
Probekit. If possible, please keep me posted: navid.mehregani@gmail.com

Navid
Previous Topic:TPTP Code Generation Problems
Next Topic:simpleDateFormat
Goto Forum:
  


Current Time: Tue Apr 23 17:44:02 GMT 2024

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

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

Back to the top