de.projectory.koivima.operators
Class Jump

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

public class Jump
extends Operator

Performs a relative jump. Moves the code pointer for a positions. Stack: ... a => ...


Field Summary
 
Fields inherited from class de.projectory.koivima.core.Element
context
 
Constructor Summary
Jump()
           
 
Method Summary
 void execute()
          Moves the code pointer.
 
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

Jump

public Jump()
Method Detail

execute

public void execute()
Moves the code pointer.

Specified by:
execute in class Element