org.aspectbench.runtime.internal
Class CflowStackGlobal.CflowStackDouble

java.lang.Object
  extended byorg.aspectbench.runtime.internal.CflowStackGlobal.CflowStackDouble
All Implemented Interfaces:
CflowStackInterface.Double
Enclosing class:
CflowStackGlobal

public static class CflowStackGlobal.CflowStackDouble
extends java.lang.Object
implements CflowStackInterface.Double


Field Summary
 StackDouble.Cell singleThreadedStack
           
 
Constructor Summary
CflowStackGlobal.CflowStackDouble()
           
 
Method Summary
 StackDouble getThreadStack()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

singleThreadedStack

public StackDouble.Cell singleThreadedStack
Constructor Detail

CflowStackGlobal.CflowStackDouble

public CflowStackGlobal.CflowStackDouble()
Method Detail

getThreadStack

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