rasmus.interpreter.strings
Class StringsModule

java.lang.Object
  extended by rasmus.interpreter.RModuleFactory
      extended by rasmus.interpreter.strings.StringsModule
All Implemented Interfaces:
RUnitFactory, RVariableFactory

public class StringsModule
extends RModuleFactory


Constructor Summary
StringsModule()
           
 
Method Summary
 RUnitInstancePart newInstance(RNameSpace namespace)
           
 
Methods inherited from class rasmus.interpreter.RModuleFactory
asVariable, newInstance
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringsModule

public StringsModule()
Method Detail

newInstance

public RUnitInstancePart newInstance(RNameSpace namespace)
Specified by:
newInstance in class RModuleFactory