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
Fields in org.fusesource.hawtjni.generator with type parameters of type JNIField Modifier and Type Field Description private java.util.HashMap<JNIClass,java.util.ArrayList<JNIField>>
StructsGenerator. structFields
Methods in org.fusesource.hawtjni.generator that return types with arguments of type JNIField Modifier and Type Method Description private java.util.ArrayList<JNIField>
NativesGenerator. getConstantFields(JNIClass clazz)
private java.util.ArrayList<JNIField>
StructsGenerator. getStructFields(JNIClass clazz)
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)
(package private) java.lang.String
CleanupConstants. getFieldValue(JNIField field)
(package private) boolean
StructsGenerator. ignoreField(JNIField field)
Method parameters in org.fusesource.hawtjni.generator with type arguments of type JNIField Modifier and Type Method Description void
CleanupConstants. generate(java.util.List<JNIField> fields)
void
ConstantsGenerator. generate(java.util.List<JNIField> fields)
void
SizeofGenerator. generate(java.util.List<JNIField> fields)
(package private) static void
JNIGenerator. sortFields(java.util.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 java.util.List<JNIField>
JNIClass. getDeclaredFields()
java.util.List<JNIField>
ReflectClass. getDeclaredFields()
-