|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthello.AspectHelper
__AJDECLID:11:__
Constructor Summary | |
AspectHelper()
|
Method Summary | |
static void |
printJoinPoint(org.aspectj.lang.JoinPoint point)
__AJDECLID:12:__ |
static void |
printModifiers(int m)
__AJDECLID:16:__ |
static void |
printSignature(org.aspectj.lang.JoinPoint point)
__AJDECLID:14:__ Print the signature of a JoinPoint. |
static void |
printSignature(org.aspectj.lang.Signature sig)
__AJDECLID:15:__ |
static void |
printSourceLocation(org.aspectj.lang.JoinPoint point)
__AJDECLID:17:__ Print the source loacation of a JoinPoint. |
static void |
printSourceLocation(org.aspectj.lang.reflect.SourceLocation loc)
__AJDECLID:18:__ |
static void |
printStaticJoinPoint(org.aspectj.lang.JoinPoint.StaticPart point)
__AJDECLID:13:__ |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AspectHelper()
Method Detail |
public static void printJoinPoint(org.aspectj.lang.JoinPoint point)
public static void printStaticJoinPoint(org.aspectj.lang.JoinPoint.StaticPart point)
public static void printSignature(org.aspectj.lang.JoinPoint point)
point
- public static void printSignature(org.aspectj.lang.Signature sig)
public static void printModifiers(int m)
public static void printSourceLocation(org.aspectj.lang.JoinPoint point)
point
- public static void printSourceLocation(org.aspectj.lang.reflect.SourceLocation loc)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |