de.projectory.koivima.operators
Class PrintLine

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

public class PrintLine
extends Operator

Prints the content of the last stack element onto the screen and performs a line break. Stack: ... a => ...


Field Summary
 
Fields inherited from class de.projectory.koivima.core.Element
context
 
Constructor Summary
PrintLine()
           
 
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

PrintLine

public PrintLine()
Method Detail

execute

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

Specified by:
execute in class Element