orc.runtime.nodes.result
Class PrintResult

java.lang.Object
  extended by orc.runtime.nodes.Node
      extended by orc.runtime.nodes.result.Result
          extended by orc.runtime.nodes.result.PrintResult
All Implemented Interfaces:
java.io.Serializable

public class PrintResult
extends Result

A special node that prints its output. Equivalent to

    P >x> println(x)
 

Author:
wcook, dkitchin
See Also:
Serialized Form

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

PrintResult

public PrintResult()
Method Detail

emit

public void emit(Value v)
Specified by:
emit in class Result