de.projectory.koivima.operators
Class LessThan

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

public class LessThan
extends Operator

Compares to integer values. Stack: ... a b => ...c c = 1 if a < b else 0


Field Summary
 
Fields inherited from class de.projectory.koivima.core.Element
context
 
Constructor Summary
LessThan()
           
 
Method Summary
 void execute()
          Compares to integers.
 
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

LessThan

public LessThan()
Method Detail

execute

public void execute()
Compares to integers.

Specified by:
execute in class Element