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. structFieldsMethods 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 voidCleanupConstants. generate(JNIField field)voidConstantsGenerator. generate(JNIField field)voidSizeofGenerator. generate(JNIField field)(package private) java.lang.StringCleanupConstants. getFieldValue(JNIField field)(package private) booleanStructsGenerator. ignoreField(JNIField field)Method parameters in org.fusesource.hawtjni.generator with type arguments of type JNIField Modifier and Type Method Description voidCleanupConstants. generate(java.util.List<JNIField> fields)voidConstantsGenerator. generate(java.util.List<JNIField> fields)voidSizeofGenerator. generate(java.util.List<JNIField> fields)(package private) static voidJNIGenerator. 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 classReflectFieldMethods 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()
-