Class ThreadStackFactoryImpl11
- java.lang.Object
-
- org.aspectj.runtime.internal.cflowstack.ThreadStackFactoryImpl11
-
- All Implemented Interfaces:
ThreadStackFactory
public class ThreadStackFactoryImpl11 extends Object implements ThreadStackFactory
-
-
Constructor Summary
Constructors Constructor Description ThreadStackFactoryImpl11()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ThreadCountergetNewThreadCounter()ThreadStackgetNewThreadStack()
-
-
-
Method Detail
-
getNewThreadStack
public ThreadStack getNewThreadStack()
- Specified by:
getNewThreadStackin interfaceThreadStackFactory
-
getNewThreadCounter
public ThreadCounter getNewThreadCounter()
- Specified by:
getNewThreadCounterin interfaceThreadStackFactory
-
-