aboutsummaryrefslogtreecommitdiffstats
path: root/tests/other-systems/util/TraceCalls.java
blob: 9ecfc241702fcd8cc5f1ef59922c0912bce99e0c (plain)
1
2
3
aspect TraceCalls extends Trace {
    pointcut targets(): Pcds.withinMe() && (call(* *(..)) || call(new(..)));
}