rasmus.interpreter.strings
Class Concat

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

public class Concat
extends java.lang.Object
implements UnitFactory


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

Concat

public Concat()
Method Detail

newInstance

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