Uses of Enum
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
Subclasses with type arguments of type MethodFlag in org.fusesource.hawtjni.runtimeMethods in org.fusesource.hawtjni.runtime that return MethodFlagModifier and TypeMethodDescriptionstatic MethodFlagReturns 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.