|
||||||||||
| 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.result.Result
orc.runtime.nodes.result.PrintResult
public class PrintResult
A special node that prints its output. Equivalent to
P >x> println(x)
| Constructor Summary | |
|---|---|
PrintResult()
|
|
| Method Summary | |
|---|---|
void |
emit(Value v)
|
| Methods inherited from class orc.runtime.nodes.result.Result |
|---|
process |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PrintResult()
| Method Detail |
|---|
public void emit(Value v)
emit in class Result
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||