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

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

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

Fields in org.aspectbench.runtime.internal declared as StackRef.Cell
 StackRef.Cell CflowStackGlobal.CflowStackRef.singleThreadedStack
           
 

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

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

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