org.aspectbench.runtime.internal
Class CFlowCounter.Counter

java.lang.Object
  extended by org.aspectbench.runtime.internal.CFlowCounter.Counter
Enclosing class:
CFlowCounter

private static class CFlowCounter.Counter
extends Object


Field Summary
private  int c
           
 
Constructor Summary
CFlowCounter.Counter()
           
 
Method Summary
 int count()
           
 void dec()
           
 void inc()
           
 boolean isZero()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

c

private int c
Constructor Detail

CFlowCounter.Counter

public CFlowCounter.Counter()
Method Detail

inc

public void inc()

dec

public void dec()

isZero

public boolean isZero()

count

public int count()