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 class
ReflectType
Methods in org.fusesource.hawtjni.generator.model that return JNIType Modifier and Type Method Description JNIType
JNIType. getComponentType()
JNIType
ReflectType. getComponentType()
JNIType
JNIMethod. getReturnType32()
JNIType
ReflectMethod. getReturnType32()
JNIType
JNIMethod. getReturnType64()
JNIType
ReflectMethod. getReturnType64()
JNIType
JNIField. getType()
JNIType
ReflectField. getType()
JNIType
JNIParameter. getType32()
JNIType
ReflectParameter. getType32()
JNIType
JNIField. getType64()
JNIType
JNIParameter. getType64()
JNIType
ReflectField. getType64()
JNIType
ReflectParameter. 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()
-