org.aspectbench.runtime.internal
Class CflowStackGlobal.CflowStackInt

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

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


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

cached_stack

private StackInt cached_stack

cached_thread

private Thread cached_thread

stacks

private Hashtable stacks

change_count

private int change_count

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