Uses of Class
org.fusesource.hawtjni.runtime.ClassFlag
-
Packages that use ClassFlag Package Description org.fusesource.hawtjni.generator.model org.fusesource.hawtjni.runtime -
-
Uses of ClassFlag in org.fusesource.hawtjni.generator.model
Fields in org.fusesource.hawtjni.generator.model with type parameters of type ClassFlag Modifier and Type Field Description private java.util.HashSet<ClassFlag>ReflectClass. flagsMethods in org.fusesource.hawtjni.generator.model with parameters of type ClassFlag Modifier and Type Method Description booleanJNIClass. getFlag(ClassFlag flag)booleanReflectClass. getFlag(ClassFlag flag) -
Uses of ClassFlag in org.fusesource.hawtjni.runtime
Methods in org.fusesource.hawtjni.runtime that return ClassFlag Modifier and Type Method Description ClassFlag[]flags()static ClassFlagClassFlag. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ClassFlag[]ClassFlag. values()Returns an array containing the constants of this enum type, in the order they are declared.
-