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

Packages that use StackLong.Cell
org.aspectbench.runtime.internal   
org.aspectbench.runtime.internal.cflowinternal   
 

Uses of StackLong.Cell in org.aspectbench.runtime.internal
 

Fields in org.aspectbench.runtime.internal declared as StackLong.Cell
 StackLong.Cell CflowStackGlobal.CflowStackLong.singleThreadedStack
           
 

Uses of StackLong.Cell in org.aspectbench.runtime.internal.cflowinternal
 

Fields in org.aspectbench.runtime.internal.cflowinternal declared as StackLong.Cell
 StackLong.Cell StackLong.Cell.prev
           
 StackLong.Cell StackLong.top
           
 

Constructors in org.aspectbench.runtime.internal.cflowinternal with parameters of type StackLong.Cell
StackLong.Cell(StackLong.Cell prev, long elem)