Skip to main content

alphaWorks  >  Forums  >  Hyperj  >  developerWorks

extract signatures of a public methods    Point your RSS reader here for a feed of the latest messages in this thread


     

 
 

My developerWorks
 Welcome, Guest
Sign in or register
Permlink Replies: 0 - Pages: 1 Threads: [ Previous | Next ]
Mcheick
extract signatures of a public methods
Posted: Jan 06, 2005 08:40:31 PM
Click to report abuse...   Click to reply to this thread Reply
Hi,
I have one question about HyperJ. How can I get the name of method (print the name of the method or function) when I am making some composition or any other task? I do not know if HyperJ offers this service. Let us take an example :
class x {
public void m1() ...

subjectClass a {
// I need to print the signature of m1 here !!
....

Thank you

Point your RSS reader here for a feed of the latest messages in all forums