figures
aspect SimpleTracing

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

abstract aspect SimpleTracing
extends java.lang.Object
issingleton()
dominated by IncrXYTracing, FactoryTracing


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

abstract 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.