Class ThreadCounterImpl11
- java.lang.Object
-
- org.aspectj.runtime.internal.cflowstack.ThreadCounterImpl11
-
- All Implemented Interfaces:
ThreadCounter
public class ThreadCounterImpl11 extends Object implements ThreadCounter
-
-
Constructor Summary
Constructors Constructor Description ThreadCounterImpl11()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddec()voidinc()booleanisNotZero()voidremoveThreadCounter()
-
-
-
Method Detail
-
inc
public void inc()
- Specified by:
incin interfaceThreadCounter
-
dec
public void dec()
- Specified by:
decin interfaceThreadCounter
-
isNotZero
public boolean isNotZero()
- Specified by:
isNotZeroin interfaceThreadCounter
-
removeThreadCounter
public void removeThreadCounter()
- Specified by:
removeThreadCounterin interfaceThreadCounter
-
-