Package | Description |
---|---|
org.fusesource.hawtjni.generator | |
org.fusesource.hawtjni.generator.model | |
org.fusesource.hawtjni.runtime |
Modifier and Type | Method and Description |
---|---|
(package private) boolean |
NativesGenerator.isStruct(ArgFlag[] flags) |
Modifier and Type | Field and Description |
---|---|
private java.util.HashSet<ArgFlag> |
ReflectParameter.flags |
Modifier and Type | Method and Description |
---|---|
ArgFlag[][] |
JNIMethod.getCallbackFlags() |
ArgFlag[][] |
ReflectMethod.getCallbackFlags() |
Modifier and Type | Method and Description |
---|---|
boolean |
JNIParameter.getFlag(ArgFlag flag) |
boolean |
ReflectParameter.getFlag(ArgFlag flag) |
Modifier and Type | Method and Description |
---|---|
static ArgFlag |
ArgFlag.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ArgFlag[] |
ArgFlag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|