Uses of Enum Class
org.fusesource.hawtjni.runtime.MethodFlag
Packages that use MethodFlag
-
Uses of MethodFlag in org.fusesource.hawtjni.generator.model
Fields in org.fusesource.hawtjni.generator.model with type parameters of type MethodFlagMethods in org.fusesource.hawtjni.generator.model with parameters of type MethodFlagModifier and TypeMethodDescriptionbooleanJNIMethod.getFlag(MethodFlag flag) booleanReflectMethod.getFlag(MethodFlag flag) -
Uses of MethodFlag in org.fusesource.hawtjni.runtime
Methods in org.fusesource.hawtjni.runtime that return MethodFlagModifier and TypeMethodDescriptionstatic MethodFlagReturns the enum constant of this class with the specified name.static MethodFlag[]MethodFlag.values()Returns an array containing the constants of this enum class, in the order they are declared.