Uses of Class
org.fusesource.hawtjni.runtime.MethodFlag

Packages that use MethodFlag
org.fusesource.hawtjni.generator.model   
org.fusesource.hawtjni.runtime   
 

Uses of MethodFlag in org.fusesource.hawtjni.generator.model
 

Methods in org.fusesource.hawtjni.generator.model with parameters of type MethodFlag
 boolean JNIMethod.getFlag(MethodFlag flag)
           
 boolean ReflectMethod.getFlag(MethodFlag flag)
           
 

Uses of MethodFlag in org.fusesource.hawtjni.runtime
 

Methods in org.fusesource.hawtjni.runtime that return MethodFlag
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.
 



Copyright © 2009-2011 FuseSource, Corp.. All Rights Reserved.