org.aspectbench.runtime.internal.cflowinternal
Class StackDouble.Cell

java.lang.Object
  extended byorg.aspectbench.runtime.internal.cflowinternal.StackDouble.Cell
Enclosing class:
StackDouble

public static class StackDouble.Cell
extends java.lang.Object


Field Summary
 double elem
           
 StackDouble.Cell prev
           
 
Constructor Summary
StackDouble.Cell(StackDouble.Cell prev, double elem)
           
 
Method Summary
 int depth()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

prev

public StackDouble.Cell prev

elem

public double elem
Constructor Detail

StackDouble.Cell

public StackDouble.Cell(StackDouble.Cell prev,
                        double elem)
Method Detail

depth

public int depth()