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

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

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


Field Summary
 long elem
           
 StackLong.Cell prev
           
 
Constructor Summary
StackLong.Cell(StackLong.Cell prev, long 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 StackLong.Cell prev

elem

public long elem
Constructor Detail

StackLong.Cell

public StackLong.Cell(StackLong.Cell prev,
                      long elem)
Method Detail

depth

public int depth()