org.aspectbench.runtime.internal
Class CflowStackThreadLocal.Double

java.lang.Object
  extended byjava.lang.ThreadLocal
      extended byorg.aspectbench.runtime.internal.CflowStackThreadLocal.Double
All Implemented Interfaces:
CflowStackInterface.Double
Enclosing class:
CflowStackThreadLocal

public static class CflowStackThreadLocal.Double
extends java.lang.ThreadLocal
implements CflowStackInterface.Double


Constructor Summary
CflowStackThreadLocal.Double()
           
 
Method Summary
 StackDouble getThreadStack()
           
 java.lang.Object initialValue()
           
 
Methods inherited from class java.lang.ThreadLocal
get, set
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CflowStackThreadLocal.Double

public CflowStackThreadLocal.Double()
Method Detail

initialValue

public java.lang.Object initialValue()

getThreadStack

public StackDouble getThreadStack()
Specified by:
getThreadStack in interface CflowStackInterface.Double