hello
Class AspectHelper

java.lang.Object
  extended byhello.AspectHelper

public class AspectHelper
extends java.lang.Object

__AJDECLID:11:__

Since:
09.11.2004

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

AspectHelper

public AspectHelper()
Method Detail

printJoinPoint

public static void printJoinPoint(org.aspectj.lang.JoinPoint point)
__AJDECLID:12:__


printStaticJoinPoint

public static void printStaticJoinPoint(org.aspectj.lang.JoinPoint.StaticPart point)
__AJDECLID:13:__


printSignature

public static void printSignature(org.aspectj.lang.JoinPoint point)
__AJDECLID:14:__ Print the signature of a JoinPoint.

Parameters:
point -
Since:
09.11.2004

printSignature

public static void printSignature(org.aspectj.lang.Signature sig)
__AJDECLID:15:__


printModifiers

public static void printModifiers(int m)
__AJDECLID:16:__


printSourceLocation

public static void printSourceLocation(org.aspectj.lang.JoinPoint point)
__AJDECLID:17:__ Print the source loacation of a JoinPoint.

Parameters:
point -
Since:
09.11.2004

printSourceLocation

public static void printSourceLocation(org.aspectj.lang.reflect.SourceLocation loc)
__AJDECLID:18:__