|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectCodeGen.Gen
CodeGen.GenLocal
public class GenLocal
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 |
---|
public GenLocal(java.lang.String klass) throws java.lang.ClassNotFoundException
java.lang.ClassNotFoundException
Method Detail |
---|
protected void gen(java.io.OutputStreamWriter ostr) throws java.io.IOException, java.lang.NoSuchMethodException
gen
in class Gen
java.io.IOException
java.lang.NoSuchMethodException
protected java.lang.String genConstructors() throws java.io.IOException
genConstructors
in class Gen
java.io.IOException
protected java.lang.String genWrappers() throws java.io.IOException, java.lang.NoSuchMethodException
genWrappers
in class Gen
java.io.IOException
java.lang.NoSuchMethodException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |