net.sf.retrotranslator.runtime.format
Class GeneralConversion.StringConversion

java.lang.Object
  extended by net.sf.retrotranslator.runtime.format.Conversion
      extended by net.sf.retrotranslator.runtime.format.GeneralConversion
          extended by net.sf.retrotranslator.runtime.format.GeneralConversion.StringConversion
Enclosing class:
GeneralConversion

public static class GeneralConversion.StringConversion
extends GeneralConversion


Nested Class Summary
 
Nested classes/interfaces inherited from class net.sf.retrotranslator.runtime.format.GeneralConversion
GeneralConversion.BooleanConversion, GeneralConversion.HashConversion, GeneralConversion.StringConversion
 
Constructor Summary
GeneralConversion.StringConversion()
           
 
Method Summary
 void format(FormatContext context)
           
 
Methods inherited from class net.sf.retrotranslator.runtime.format.GeneralConversion
printf
 
Methods inherited from class net.sf.retrotranslator.runtime.format.Conversion
getInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeneralConversion.StringConversion

public GeneralConversion.StringConversion()
Method Detail

format

public void format(FormatContext context)
Specified by:
format in class Conversion