|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorc.runtime.nodes.Node
orc.runtime.nodes.Unisolate
public class Unisolate
Leave an isolated region (protected from external termination).
See also Isolate.
| Field Summary | |
|---|---|
Node |
body
|
| Constructor Summary | |
|---|---|
Unisolate(Node body)
|
|
| Method Summary | |
|---|---|
void |
process(Token t)
The process method is the fundamental operation in the execution engine. |
| Methods inherited from class orc.runtime.nodes.Node |
|---|
isTerminal, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public Node body
| Constructor Detail |
|---|
public Unisolate(Node body)
| Method Detail |
|---|
public void process(Token t)
Node
process in class Nodet - input token being processed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||