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 !!
....