Uses of Class
org.objectweb.jac.aspects.tracing.Counter

Packages that use Counter
org.objectweb.jac.aspects.tracing Provides an aspect which allows the users to trace their programs 
 

Uses of Counter in org.objectweb.jac.aspects.tracing
 

Constructors in org.objectweb.jac.aspects.tracing with parameters of type Counter
OptimizedCountingWrapper(AspectComponent ac, Counter c, String field)
          Create the counter and parametrize it regarding the base program shape.
OptimizedCountingWrapper(AspectComponent ac, Counter c, int arg)
          Create the counter and parametrize it regarding the base program shape.
SimpleCountingWrapper(AspectComponent ac, Counter counter)
          Creates a new wrapper that uses the given counter.