Uses of Interface
org.fusesource.hawtjni.generator.model.JNIMethod
-
Packages that use JNIMethod Package Description org.fusesource.hawtjni.generator org.fusesource.hawtjni.generator.model -
-
Uses of JNIMethod in org.fusesource.hawtjni.generator
Methods in org.fusesource.hawtjni.generator with parameters of type JNIMethod Modifier and Type Method Description void
CleanupNatives. generate(JNIMethod method)
void
LockGenerator. generate(JNIMethod method)
void
NativesGenerator. generate(JNIMethod method)
Method parameters in org.fusesource.hawtjni.generator with type arguments of type JNIMethod Modifier and Type Method Description void
CleanupNatives. generate(List<JNIMethod> methods)
void
LockGenerator. generate(List<JNIMethod> methods)
void
NativesGenerator. generate(List<JNIMethod> methods)
static void
JNIGenerator. sortMethods(List<JNIMethod> methods)
-
Uses of JNIMethod in org.fusesource.hawtjni.generator.model
Classes in org.fusesource.hawtjni.generator.model that implement JNIMethod Modifier and Type Class Description class
ReflectMethod
Methods in org.fusesource.hawtjni.generator.model that return JNIMethod Modifier and Type Method Description JNIMethod
JNIParameter. getMethod()
JNIMethod
ReflectParameter. getMethod()
Methods in org.fusesource.hawtjni.generator.model that return types with arguments of type JNIMethod Modifier and Type Method Description List<JNIMethod>
JNIClass. getDeclaredMethods()
List<JNIMethod>
ReflectClass. getDeclaredMethods()
List<JNIMethod>
JNIClass. getNativeMethods()
List<JNIMethod>
ReflectClass. getNativeMethods()
-