Uses of Class
org.fusesource.hawtjni.runtime.ArgFlag
-
Packages that use ArgFlag Package Description org.fusesource.hawtjni.generator org.fusesource.hawtjni.generator.model org.fusesource.hawtjni.runtime -
-
Uses of ArgFlag in org.fusesource.hawtjni.generator
Methods in org.fusesource.hawtjni.generator with parameters of type ArgFlag Modifier and Type Method Description (package private) booleanNativesGenerator. isStruct(ArgFlag[] flags) -
Uses of ArgFlag in org.fusesource.hawtjni.generator.model
Fields in org.fusesource.hawtjni.generator.model with type parameters of type ArgFlag Modifier and Type Field Description private java.util.HashSet<ArgFlag>ReflectParameter. flagsMethods in org.fusesource.hawtjni.generator.model that return ArgFlag Modifier and Type Method Description ArgFlag[][]JNIMethod. getCallbackFlags()ArgFlag[][]ReflectMethod. getCallbackFlags()Methods in org.fusesource.hawtjni.generator.model with parameters of type ArgFlag Modifier and Type Method Description booleanJNIParameter. getFlag(ArgFlag flag)booleanReflectParameter. getFlag(ArgFlag flag) -
Uses of ArgFlag in org.fusesource.hawtjni.runtime
Methods in org.fusesource.hawtjni.runtime that return ArgFlag Modifier and Type Method Description ArgFlag[]flags()static ArgFlagArgFlag. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ArgFlag[]ArgFlag. values()Returns an array containing the constants of this enum type, in the order they are declared.
-