Uses of Interface
org.fusesource.hawtjni.generator.model.JNIField
-
Packages that use JNIField Package Description org.fusesource.hawtjni.generator org.fusesource.hawtjni.generator.model -
-
Uses of JNIField in org.fusesource.hawtjni.generator
Methods in org.fusesource.hawtjni.generator with parameters of type JNIField Modifier and Type Method Description voidCleanupConstants. generate(JNIField field)voidConstantsGenerator. generate(JNIField field)voidSizeofGenerator. generate(JNIField field)Method parameters in org.fusesource.hawtjni.generator with type arguments of type JNIField Modifier and Type Method Description voidCleanupConstants. generate(List<JNIField> fields)voidConstantsGenerator. generate(List<JNIField> fields)voidSizeofGenerator. generate(List<JNIField> fields) -
Uses of JNIField in org.fusesource.hawtjni.generator.model
Classes in org.fusesource.hawtjni.generator.model that implement JNIField Modifier and Type Class Description classReflectFieldMethods in org.fusesource.hawtjni.generator.model that return types with arguments of type JNIField Modifier and Type Method Description List<JNIField>JNIClass. getDeclaredFields()List<JNIField>ReflectClass. getDeclaredFields()
-