de.projectory.koivima.operators
Class JumpOnNotCondition

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

public class JumpOnNotCondition
extends Operator

Performs a relative jump if a condition is == 0. Stack: ... condition offset => ...


Field Summary
 
Fields inherited from class de.projectory.koivima.core.Element
context
 
Constructor Summary
JumpOnNotCondition()
           
 
Method Summary
 void execute()
          Takes to elements from the stack and perfoms a relative jump.
 
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

JumpOnNotCondition

public JumpOnNotCondition()
Method Detail

execute

public void execute()
Takes to elements from the stack and perfoms a relative jump.

Specified by:
execute in class Element