org.aspectj.runtime.internal
Class CFlowCounter

java.lang.Object
  extended by org.aspectj.runtime.internal.CFlowCounter

public class CFlowCounter
extends java.lang.Object


Constructor Summary
CFlowCounter()
           
 
Method Summary
 void dec()
           
static java.lang.String getThreadStackFactoryClassName()
           
 void inc()
           
 boolean isValid()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CFlowCounter

public CFlowCounter()
Method Detail

inc

public void inc()

dec

public void dec()

isValid

public boolean isValid()

getThreadStackFactoryClassName

public static java.lang.String getThreadStackFactoryClassName()