|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Group | |
---|---|
orc.runtime | Runtime for Orc interpreter. |
orc.runtime.values | Representations for Orc types which don't have direct analogues in the host language (Java). |
Uses of Group in orc.runtime |
---|
Subclasses of Group in orc.runtime | |
---|---|
class |
IsolatedGroup
A token in an isolated group is protected from forced termination. |
Methods in orc.runtime that return Group | |
---|---|
Group |
Token.getGroup()
|
Group |
IsolatedGroup.getParent()
|
Methods in orc.runtime with parameters of type Group | |
---|---|
void |
Group.add(Group child)
Add a subgroup. |
Token |
Token.fork(Group group,
Region region)
Fork a token with a specified group and region. |
void |
Group.remove(Group child)
Remove a subgroup. |
Token |
Token.setGroup(Group group)
|
Constructors in orc.runtime with parameters of type Group | |
---|---|
IsolatedGroup(Group parent)
|
Uses of Group in orc.runtime.values |
---|
Subclasses of Group in orc.runtime.values | |
---|---|
class |
GroupCell
A value container that is also a group. |
Constructors in orc.runtime.values with parameters of type Group | |
---|---|
GroupCell(Group parent,
TokenTracer.PullTrace pullTrace)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |