| 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(List<JNIMethod> methods) |
void |
LockGenerator.generate(List<JNIMethod> methods) |
void |
CleanupNatives.generate(List<JNIMethod> methods) |
static void |
JNIGenerator.sortMethods(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 |
|---|---|
List<JNIMethod> |
ReflectClass.getDeclaredMethods() |
List<JNIMethod> |
JNIClass.getDeclaredMethods() |
List<JNIMethod> |
ReflectClass.getNativeMethods() |
List<JNIMethod> |
JNIClass.getNativeMethods() |
Copyright © 2009–2017 FuseSource, Corp.. All rights reserved.