Class ThreadStackImpl11
- java.lang.Object
-
- org.aspectj.runtime.internal.cflowstack.ThreadStackImpl11
-
- All Implemented Interfaces:
ThreadStack
public class ThreadStackImpl11 extends Object implements ThreadStack
-
-
Constructor Summary
Constructors Constructor Description ThreadStackImpl11()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StackgetThreadStack()voidremoveThreadStack()
-
-
-
Method Detail
-
getThreadStack
public Stack getThreadStack()
- Specified by:
getThreadStackin interfaceThreadStack
-
removeThreadStack
public void removeThreadStack()
- Specified by:
removeThreadStackin interfaceThreadStack
-
-