fluffy
Class Aspect

java.lang.Object
  extended by fluffy.Aspect

public class Aspect
extends java.lang.Object


Constructor Summary
Aspect()
           
 
Method Summary
static void afterReturning_method_call()
           
static void afterThrowing_method_execution(java.lang.Throwable t)
           
static java.lang.Object aroundFun(AroundClosure c)
           
static void before_method_call()
           
static void ignoreMe()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Aspect

public Aspect()
Method Detail

ignoreMe

public static void ignoreMe()

before_method_call

public static void before_method_call()

afterReturning_method_call

public static void afterReturning_method_call()

afterThrowing_method_execution

public static void afterThrowing_method_execution(java.lang.Throwable t)

aroundFun

public static java.lang.Object aroundFun(AroundClosure c)