de.projectory.koivima.operators
Class Print

java.lang.Object
  extended by de.projectory.koivima.core.Element
      extended by de.projectory.koivima.core.Operator
          extended by de.projectory.koivima.operators.Print

public class Print
extends Operator

Prints the content of the last stack element onto the screen. Stack: ... a => ...


Field Summary
 
Fields inherited from class de.projectory.koivima.core.Element
context
 
Constructor Summary
Print()
           
 
Method Summary
 void execute()
          Prints last stack element onto the screen.
 
Methods inherited from class de.projectory.koivima.core.Operator
pop, popDataElement, popInteger, popString, push, toString
 
Methods inherited from class de.projectory.koivima.core.Element
getExecutionContext, setExecutionContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Print

public Print()
Method Detail

execute

public void execute()
Prints last stack element onto the screen.

Specified by:
execute in class Element