Uses of Class
org.fusesource.hawtjni.runtime.MethodFlag
-
Packages that use MethodFlag Package Description org.fusesource.hawtjni.generator.model org.fusesource.hawtjni.runtime -
-
Uses of MethodFlag in org.fusesource.hawtjni.generator.model
Fields in org.fusesource.hawtjni.generator.model with type parameters of type MethodFlag Modifier and Type Field Description private java.util.HashSet<MethodFlag>ReflectMethod. flagsMethods in org.fusesource.hawtjni.generator.model with parameters of type MethodFlag Modifier and Type Method Description booleanJNIMethod. getFlag(MethodFlag flag)booleanReflectMethod. getFlag(MethodFlag flag) -
Uses of MethodFlag in org.fusesource.hawtjni.runtime
Methods in org.fusesource.hawtjni.runtime that return MethodFlag Modifier and Type Method Description MethodFlag[]flags()static MethodFlagMethodFlag. 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.
-