org.aspectbench.runtime.internal
Class CflowStackGlobal.CflowStackRef

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

public static class CflowStackGlobal.CflowStackRef
extends java.lang.Object
implements CflowStackInterface.Ref


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

Field Detail

singleThreadedStack

public StackRef.Cell singleThreadedStack
Constructor Detail

CflowStackGlobal.CflowStackRef

public CflowStackGlobal.CflowStackRef()
Method Detail

getThreadStack

public StackRef getThreadStack()
Specified by:
getThreadStack in interface CflowStackInterface.Ref