|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.tools.javah.Gen
com.sun.tools.javah.JNI
public class JNI
Header file generator for JNI.
| Field Summary |
|---|
| Fields inherited from class com.sun.tools.javah.Gen |
|---|
classes, force, lineSep, outDir, outFile, root |
| Constructor Summary | |
|---|---|
JNI(RootDoc root)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getIncludes()
Override this method to provide a list of #include statements required by the native interface. |
protected java.lang.String |
jniType(Type t)
|
void |
write(java.io.OutputStream o,
ClassDoc clazz)
Override this abstract method, generating content for the named class into the outputstream. |
| Methods inherited from class com.sun.tools.javah.Gen |
|---|
baseFileName, cppGuardBegin, cppGuardEnd, defineForStatic, getAllFields, getFileName, getFileSuffix, guardBegin, guardEnd, run, setClasses, setForce, setOutDir, setOutFile, wrapWriter, writeFileTop |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JNI(RootDoc root)
| Method Detail |
|---|
public java.lang.String getIncludes()
Gen
getIncludes in class Gen
public void write(java.io.OutputStream o,
ClassDoc clazz)
throws java.lang.ClassNotFoundException
Gen
write in class Genjava.lang.ClassNotFoundExceptionprotected final java.lang.String jniType(Type t)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||