org.aspectbench.runtime.internal
Class CflowStackGlobal.CflowStackRef

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

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


Field Summary
private  StackRef cached_stack
           
private  Thread cached_thread
           
private  int change_count
           
 StackRef.Cell singleThreadedStack
           
private  Hashtable stacks
           
 
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

cached_stack

private StackRef cached_stack

cached_thread

private Thread cached_thread

stacks

private Hashtable stacks

change_count

private int change_count

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