Package | Description |
---|---|
org.fusesource.hawtjni.generator | |
org.fusesource.hawtjni.generator.model |
Modifier and Type | Method and Description |
---|---|
void |
LockGenerator.generate(JNIMethod method) |
void |
CleanupNatives.generate(JNIMethod method) |
void |
NativesGenerator.generate(JNIMethod method) |
Modifier and Type | Method and Description |
---|---|
void |
LockGenerator.generate(List<JNIMethod> methods) |
void |
CleanupNatives.generate(List<JNIMethod> methods) |
void |
NativesGenerator.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> |
JNIClass.getDeclaredMethods() |
List<JNIMethod> |
ReflectClass.getDeclaredMethods() |
List<JNIMethod> |
JNIClass.getNativeMethods() |
List<JNIMethod> |
ReflectClass.getNativeMethods() |
Copyright © 2009–2017 FuseSource, Corp.. All rights reserved.