de.projectory.koivima.operators
Class PrintHello

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

public class PrintHello
extends Operator

An operator that prints Hello World to the screen. Stack: ... => ...


Field Summary
 
Fields inherited from class de.projectory.koivima.core.Element
context
 
Constructor Summary
PrintHello()
           
 
Method Summary
 void execute()
          Prints Hello World on 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

PrintHello

public PrintHello()
Method Detail

execute

public void execute()
Prints Hello World on the Screen.

Specified by:
execute in class Element