Uses of Interface
org.fusesource.hawtjni.generator.model.JNIParameter
-
Packages that use JNIParameter Package Description org.fusesource.hawtjni.generator.model -
-
Uses of JNIParameter in org.fusesource.hawtjni.generator.model
Classes in org.fusesource.hawtjni.generator.model that implement JNIParameter Modifier and Type Class Description class
ReflectParameter
Methods in org.fusesource.hawtjni.generator.model that return types with arguments of type JNIParameter Modifier and Type Method Description List<JNIParameter>
JNIMethod. getParameters()
List<JNIParameter>
ReflectMethod. getParameters()
-