wodka.ga.geno.lang
Class AbstractInterpreter

java.lang.Object
  extended bywodka.ga.geno.lang.AbstractInterpreter
All Implemented Interfaces:
Interpreter
Direct Known Subclasses:
AssemblerInterpreter, TurtleInterpreter

public abstract class AbstractInterpreter
extends java.lang.Object
implements Interpreter

Superclass for common functionality of all Interpreters.


Constructor Summary
AbstractInterpreter()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface wodka.ga.geno.lang.Interpreter
eval, evalNoRewise
 

Constructor Detail

AbstractInterpreter

public AbstractInterpreter()