Uses of Class
orc.runtime.values.GroupCell

Packages that use GroupCell
orc.runtime Runtime for Orc interpreter. 
orc.runtime.regions Regions are used to track when some (sub-)computation terminates. 
orc.runtime.values   
 

Uses of GroupCell in orc.runtime
 

Fields in orc.runtime declared as GroupCell
protected  GroupCell Token.group
           
 

Methods in orc.runtime that return GroupCell
 GroupCell Token.getGroup()
           
 

Methods in orc.runtime with parameters of type GroupCell
 Token Token.setGroup(GroupCell group)
           
 

Constructors in orc.runtime with parameters of type GroupCell
Token(Node node, Env<Future> env, Token caller, GroupCell group, Region region, Value result, OrcEngine engine)
           
 

Uses of GroupCell in orc.runtime.regions
 

Constructors in orc.runtime.regions with parameters of type GroupCell
GroupRegion(Region parent, GroupCell cell)
           
 

Uses of GroupCell in orc.runtime.values
 

Methods in orc.runtime.values that return GroupCell
 GroupCell GroupCell.createCell()
          Groups are organized into a tree.