Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » AspectJ » How to get all argument values?
How to get all argument values? [message #62715] Wed, 15 March 2006 01:18 Go to next message
Sunfire is currently offline SunfireFriend
Messages: 71
Registered: July 2009
Member
Hi,

How can I get the values of all arguments when a method is called?
Basically I would like to monitor all method calls in an execution and I
cannot expect the types, and how many arguments will be passed. As a
result, I cannot explicitly specify what arguments interest me (actually I
am interested in all of them) in the args designator. Any advice would be
much appreciated!

SunnyDay
Re: How to get all argument values? [message #62741 is a reply to message #62715] Wed, 15 March 2006 01:31 Go to previous message
Sunfire is currently offline SunfireFriend
Messages: 71
Registered: July 2009
Member
Got it. Should be JointPoint.getArgs();
Re: How to get all argument values? [message #592546 is a reply to message #62715] Wed, 15 March 2006 01:31 Go to previous message
Sunfire is currently offline SunfireFriend
Messages: 71
Registered: July 2009
Member
Got it. Should be JointPoint.getArgs();
Previous Topic:How to get all argument values?
Next Topic:Cannot get the inserted element for Collection field
Goto Forum:
  


Current Time: Fri Apr 26 23:15:13 GMT 2024

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

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

Back to the top