com.moesol.generator.printer
Class CniNameTypePrinter

java.lang.Object
  extended by com.moesol.generator.printer.TypePrinter
      extended by com.moesol.generator.printer.JniTypePrinter
          extended by com.moesol.generator.printer.CniNameTypePrinter

public class CniNameTypePrinter
extends JniTypePrinter

Print types out in a manner suitable for interfacing with Cni, including return types and parameters.


Constructor Summary
protected CniNameTypePrinter()
           
 
Method Summary
static JniTypePrinter getInstance()
           
protected  void objectCxxType(Writer out, Class type)
           
 
Methods inherited from class com.moesol.generator.printer.JniTypePrinter
arrayCxxType, primitiveCxxType, print
 
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

CniNameTypePrinter

protected CniNameTypePrinter()
Method Detail

getInstance

public static JniTypePrinter getInstance()

objectCxxType

protected void objectCxxType(Writer out,
                             Class type)
                      throws IOException
Overrides:
objectCxxType in class JniTypePrinter
Throws:
IOException


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