Skip to main content



      Home
Home » Language IDEs » AspectJ » How to get all argument values?
How to get all argument values? [message #62715] Tue, 14 March 2006 20:18 Go to next message
Eclipse UserFriend
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] Tue, 14 March 2006 20:31 Go to previous message
Eclipse UserFriend
Got it. Should be JointPoint.getArgs();
Re: How to get all argument values? [message #592546 is a reply to message #62715] Tue, 14 March 2006 20:31 Go to previous message
Eclipse UserFriend
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: Wed May 07 15:01:36 EDT 2025

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

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

Back to the top