rasmus.interpreter.strings
Class StringsModule

java.lang.Object
  extended by rasmus.interpreter.ext.ModuleFactory
      extended by rasmus.interpreter.strings.StringsModule
All Implemented Interfaces:
VariableFactory, UnitFactory

public class StringsModule
extends ModuleFactory


Constructor Summary
StringsModule()
           
 
Method Summary
 UnitInstancePart newInstance(NameSpace namespace)
           
 
Methods inherited from class rasmus.interpreter.ext.ModuleFactory
asVariable, newInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringsModule

public StringsModule()
Method Detail

newInstance

public UnitInstancePart newInstance(NameSpace namespace)
Specified by:
newInstance in class ModuleFactory