|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JNIMethod | |
---|---|
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 | |
---|---|
void |
NativesGenerator.generate(JNIMethod method)
|
void |
LockGenerator.generate(JNIMethod method)
|
void |
CleanupNatives.generate(JNIMethod method)
|
Method parameters in org.fusesource.hawtjni.generator with type arguments of type JNIMethod | |
---|---|
void |
NativesGenerator.generate(List<JNIMethod> methods)
|
void |
LockGenerator.generate(List<JNIMethod> methods)
|
void |
CleanupNatives.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 | |
---|---|
class |
ReflectMethod
|
Methods in org.fusesource.hawtjni.generator.model that return JNIMethod | |
---|---|
JNIMethod |
ReflectParameter.getMethod()
|
JNIMethod |
JNIParameter.getMethod()
|
Methods in org.fusesource.hawtjni.generator.model that return types with arguments of type JNIMethod | |
---|---|
List<JNIMethod> |
JNIClass.getDeclaredMethods()
|
List<JNIMethod> |
ReflectClass.getDeclaredMethods()
|
List<JNIMethod> |
JNIClass.getNativeMethods()
|
List<JNIMethod> |
ReflectClass.getNativeMethods()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |