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