org.aspectbench.runtime.internal
Class CflowStackGlobal.CflowStackInt

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

public static class CflowStackGlobal.CflowStackInt
extends java.lang.Object
implements CflowStackInterface.Int


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

Field Detail

singleThreadedStack

public StackInt.Cell singleThreadedStack
Constructor Detail

CflowStackGlobal.CflowStackInt

public CflowStackGlobal.CflowStackInt()
Method Detail

getThreadStack

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