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

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

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

Fields in org.aspectbench.runtime.internal declared as StackInt.Cell
 StackInt.Cell CflowStackGlobal.CflowStackInt.singleThreadedStack
           
 

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

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

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