org.aspectbench.runtime.internal
Class CflowStackThreadLocal.Int

java.lang.Object
  extended by java.lang.ThreadLocal
      extended by org.aspectbench.runtime.internal.CflowStackThreadLocal.Int
All Implemented Interfaces:
CflowStackInterface.Int
Enclosing class:
CflowStackThreadLocal

public static class CflowStackThreadLocal.Int
extends ThreadLocal
implements CflowStackInterface.Int


Field Summary
private  StackInt first_stack
           
private  Thread first_thread
           
 
Constructor Summary
CflowStackThreadLocal.Int()
           
 
Method Summary
 StackInt getThreadStack()
           
 Object initialValue()
           
 
Methods inherited from class java.lang.ThreadLocal
get, remove, set
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

first_thread

private Thread first_thread

first_stack

private StackInt first_stack
Constructor Detail

CflowStackThreadLocal.Int

public CflowStackThreadLocal.Int()
Method Detail

initialValue

public Object initialValue()
Overrides:
initialValue in class ThreadLocal

getThreadStack

public StackInt getThreadStack()
Specified by:
getThreadStack in interface CflowStackInterface.Int