rasmus.interpreter.ext
Class EvalSource

java.lang.Object
  extended by rasmus.interpreter.ext.EvalSource
All Implemented Interfaces:
UnitFactory

public class EvalSource
extends java.lang.Object
implements UnitFactory


Constructor Summary
EvalSource()
           
 
Method Summary
 UnitInstancePart newInstance(Parameters parameters)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EvalSource

public EvalSource()
Method Detail

newInstance

public UnitInstancePart newInstance(Parameters parameters)
Specified by:
newInstance in interface UnitFactory