figures
aspect FactoryTracing

java.lang.Object
  |
  +--figures.SimpleTracing
        |
        +--figures.FactoryTracing
Known Advisees:
Line, Point

aspect FactoryTracing
extends SimpleTracing
issingleton()
dominates SimpleTracing


Pointcut Summary
(package private)   tracePoints()
           
 
Advice Summary
after()
           Affects: Line, Point
before()
           Affects: Line, Point
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Pointcut Detail

tracePoints

tracePoints()
Advice Detail

before #1

before()
Affects:
incrXY(int,int) in Point.
incrXY(int,int) in Line.

after #1

after()
Affects:
incrXY(int,int) in Point.
incrXY(int,int) in Line.