com.moesol.generator.printer
Class JniSignatureTypePrinter

java.lang.Object
  extended by com.moesol.generator.printer.TypePrinter
      extended by com.moesol.generator.printer.JniSignatureTypePrinter

public class JniSignatureTypePrinter
extends TypePrinter


Constructor Summary
JniSignatureTypePrinter()
           
 
Method Summary
static JniSignatureTypePrinter getInstance()
           
 void print(Class aType, Writer out)
           
 
Methods inherited from class com.moesol.generator.printer.TypePrinter
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JniSignatureTypePrinter

public JniSignatureTypePrinter()
Method Detail

getInstance

public static JniSignatureTypePrinter getInstance()

print

public void print(Class aType,
                  Writer out)
           throws IOException
Specified by:
print in class TypePrinter
Throws:
IOException


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