| Package | Description |
|---|---|
| org.fusesource.hawtjni.generator | |
| org.fusesource.hawtjni.generator.model |
| Modifier and Type | Method and Description |
|---|---|
void |
NativesGenerator.generate(JNIMethod method) |
void |
LockGenerator.generate(JNIMethod method) |
void |
CleanupNatives.generate(JNIMethod method) |
| Modifier and Type | Method and Description |
|---|---|
void |
NativesGenerator.generate(java.util.List<JNIMethod> methods) |
void |
LockGenerator.generate(java.util.List<JNIMethod> methods) |
void |
CleanupNatives.generate(java.util.List<JNIMethod> methods) |
static void |
JNIGenerator.sortMethods(java.util.List<JNIMethod> methods) |
| Modifier and Type | Class and Description |
|---|---|
class |
ReflectMethod |
| Modifier and Type | Method and Description |
|---|---|
JNIMethod |
ReflectParameter.getMethod() |
JNIMethod |
JNIParameter.getMethod() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<JNIMethod> |
ReflectClass.getDeclaredMethods() |
java.util.List<JNIMethod> |
JNIClass.getDeclaredMethods() |
java.util.List<JNIMethod> |
ReflectClass.getNativeMethods() |
java.util.List<JNIMethod> |
JNIClass.getNativeMethods() |
Copyright © 2009-2015 FuseSource, Corp.. All Rights Reserved.