|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectataspectj.reflect.JoinPointFactory
public class JoinPointFactory
Factory to be used to access to the reflective enviroment.
Constructor Summary | |
---|---|
JoinPointFactory()
|
Method Summary | |
---|---|
static org.aspectj.lang.JoinPoint |
getJoinPoint(org.aspectj.lang.JoinPoint jp)
It returns the appropiate reflective object. |
static org.aspectj.lang.JoinPoint.StaticPart |
getJoinPointStaticPart(org.aspectj.lang.JoinPoint jp)
It returns the appropiate reflective object for the static part. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JoinPointFactory()
Method Detail |
---|
public static org.aspectj.lang.JoinPoint getJoinPoint(org.aspectj.lang.JoinPoint jp)
jp
- the current AspectJ join point (usually thisJoinPoint)
public static org.aspectj.lang.JoinPoint.StaticPart getJoinPointStaticPart(org.aspectj.lang.JoinPoint jp)
jp
- the current AspectJ join point (usually thisJoinPoint)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |