CodeGen
Class GenLocal

java.lang.Object
  extended by CodeGen.Gen
      extended by CodeGen.GenLocal

public class GenLocal
extends Gen

Code generator for the local wrapper


Field Summary
 
Fields inherited from class CodeGen.Gen
cinfo, constr, isCTLI, isForwardDecl, methods, modifiers, name, pkg, prfx, supername
 
Constructor Summary
GenLocal(java.lang.String klass)
           
 
Method Summary
protected  void gen(java.io.OutputStreamWriter ostr)
           
protected  java.lang.String genConstructors()
           
protected  java.lang.String genWrappers()
           
 
Methods inherited from class CodeGen.Gen
__putRefCount, arrayConversion, classNamer, classNameToDotJavaFile, convertArray, convertArray, genAccept, genArgList, generate, genHead, genValue, getFQCN, getImports, getImports, isCC, linkErr, newMethod, newMethod, newObj, newObj, prettyPrint, writeTo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenLocal

public GenLocal(java.lang.String klass)
         throws java.lang.ClassNotFoundException
Throws:
java.lang.ClassNotFoundException
Method Detail

gen

protected void gen(java.io.OutputStreamWriter ostr)
            throws java.io.IOException,
                   java.lang.NoSuchMethodException
Overrides:
gen in class Gen
Throws:
java.io.IOException
java.lang.NoSuchMethodException

genConstructors

protected java.lang.String genConstructors()
                                    throws java.io.IOException
Overrides:
genConstructors in class Gen
Throws:
java.io.IOException

genWrappers

protected java.lang.String genWrappers()
                                throws java.io.IOException,
                                       java.lang.NoSuchMethodException
Overrides:
genWrappers in class Gen
Throws:
java.io.IOException
java.lang.NoSuchMethodException