de.projectory.koivima.operators
Class Evaluate

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

public class Evaluate
extends Operator

Takes a code block from the stack and evaluate it. Stack: ... => ...


Field Summary
 
Fields inherited from class de.projectory.koivima.core.Element
context
 
Constructor Summary
Evaluate()
           
 
Method Summary
 void execute()
          Evaluates a code block from the stack.
 
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

Evaluate

public Evaluate()
Method Detail

execute

public void execute()
Evaluates a code block from the stack. Stack ... block => ... result

Specified by:
execute in class Element