Uses of Interface
org.fusesource.hawtjni.generator.model.JNIType
-
Packages that use JNIType Package Description org.fusesource.hawtjni.generator.model -
-
Uses of JNIType in org.fusesource.hawtjni.generator.model
Classes in org.fusesource.hawtjni.generator.model that implement JNIType Modifier and Type Class Description classReflectTypeMethods in org.fusesource.hawtjni.generator.model that return JNIType Modifier and Type Method Description JNITypeJNIType. getComponentType()JNITypeReflectType. getComponentType()JNITypeJNIMethod. getReturnType32()JNITypeReflectMethod. getReturnType32()JNITypeJNIMethod. getReturnType64()JNITypeReflectMethod. getReturnType64()JNITypeJNIField. getType()JNITypeReflectField. getType()JNITypeJNIParameter. getType32()JNITypeReflectParameter. getType32()JNITypeJNIField. getType64()JNITypeJNIParameter. getType64()JNITypeReflectField. getType64()JNITypeReflectParameter. getType64()Methods in org.fusesource.hawtjni.generator.model that return types with arguments of type JNIType Modifier and Type Method Description List<JNIType>JNIMethod. getParameterTypes()List<JNIType>ReflectMethod. getParameterTypes()List<JNIType>JNIMethod. getParameterTypes64()List<JNIType>ReflectMethod. getParameterTypes64()
-