[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[aspectj-users] help regarding thisJoinPoint
|
- From: pss <sankpiusham@xxxxxxxxx>
- Date: Fri, 17 Feb 2012 12:45:24 +0530
- Delivered-to: aspectj-users@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=4QznEm/yl1j7CyaRyHtNG+LlrUqopbYis8KvQ7GIYD4=; b=RruYNxtqzOMv2wVmCIGQfLn8YHHH4Aicq7RRPiJTlCEQxDxC7AyCUBUa48jvn1Wonk LdjJUFioa0O+q2goQa4n+iBTVBqsxckG5+qVfzlQqA/V1GFlMhthwDAEByGbpIALTw8L Q+5Be5AW2tsIadE+vRvohtchTRtMwT+ELwB/k=
thisJoinPoint.toString() returns a value like this:
void pack.class.fun(String, String)
I want to extract only the 'class.fun' part of it. How can I do it?
Thank you