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 void
CleanupConstants. generate(JNIField field)
void
ConstantsGenerator. generate(JNIField field)
void
SizeofGenerator. generate(JNIField field)
Method parameters in org.fusesource.hawtjni.generator with type arguments of type JNIField Modifier and Type Method Description void
CleanupConstants. generate(List<JNIField> fields)
void
ConstantsGenerator. generate(List<JNIField> fields)
void
SizeofGenerator. 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 class
ReflectField
Methods 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()
-