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 Representations for Orc types which don't have direct analogues in the host language (Java). 
 

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.fork(GroupCell group, Region region)
          Fork a token with a specified group and region.
 Token Token.setGroup(GroupCell group)
           
 

Constructors in orc.runtime with parameters of type GroupCell
Token(Node node, Env<java.lang.Object> env, GroupCell group, Region region, OrcEngine engine, TokenTracer tracer)
           
Token(Node node, Env<java.lang.Object> env, Token.Continuation continuation, GroupCell group, Region region, java.lang.Object result, OrcEngine engine, TokenTracer tracer)
          Copy constructor
 

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
 

Fields in orc.runtime.values declared as GroupCell
static GroupCell GroupCell.ROOT
           
 

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