com.moesol.generator.printer
Class TypePrinter

java.lang.Object
  extended by com.moesol.generator.printer.TypePrinter
Direct Known Subclasses:
JavaTypePrinter, JniMangledTypePrinter, JniSignatureTypePrinter, JniTypePrinter

public abstract class TypePrinter
extends Object


Constructor Summary
TypePrinter()
           
 
Method Summary
abstract  void print(Class type, Writer out)
           
 String toString(Class type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypePrinter

public TypePrinter()
Method Detail

print

public abstract void print(Class type,
                           Writer out)
                    throws IOException
Throws:
IOException

toString

public String toString(Class type)


Copyright © 2004 Moebius Solutions, Inc. All Rights Reserved.