rasmus.interpreter.strings
Class TextFile

java.lang.Object
  extended by rasmus.interpreter.strings.TextFile
All Implemented Interfaces:
UnitFactory

public class TextFile
extends java.lang.Object
implements UnitFactory


Constructor Summary
TextFile()
           
 
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

TextFile

public TextFile()
Method Detail

newInstance

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