org.aspectbench.runtime.internal
Class CflowStackGlobal.CflowStackFloat

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

public static class CflowStackGlobal.CflowStackFloat
extends Object
implements CflowStackInterface.Float


Field Summary
private  StackFloat cached_stack
           
private  Thread cached_thread
           
private  int change_count
           
 StackFloat.Cell singleThreadedStack
           
private  Hashtable stacks
           
 
Constructor Summary
CflowStackGlobal.CflowStackFloat()
           
 
Method Summary
 StackFloat getThreadStack()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cached_stack

private StackFloat cached_stack

cached_thread

private Thread cached_thread

stacks

private Hashtable stacks

change_count

private int change_count

singleThreadedStack

public StackFloat.Cell singleThreadedStack
Constructor Detail

CflowStackGlobal.CflowStackFloat

public CflowStackGlobal.CflowStackFloat()
Method Detail

getThreadStack

public StackFloat getThreadStack()
Specified by:
getThreadStack in interface CflowStackInterface.Float