org.aspectbench.runtime.internal
Class CflowStackGlobal.CflowStackLong

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

public static class CflowStackGlobal.CflowStackLong
extends java.lang.Object
implements CflowStackInterface.Long


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

Field Detail

singleThreadedStack

public StackLong.Cell singleThreadedStack
Constructor Detail

CflowStackGlobal.CflowStackLong

public CflowStackGlobal.CflowStackLong()
Method Detail

getThreadStack

public StackLong getThreadStack()
Specified by:
getThreadStack in interface CflowStackInterface.Long