Uses of Interface
org.fusesource.hawtjni.generator.model.JNIParameter
Packages that use JNIParameter
-
Uses of JNIParameter in org.fusesource.hawtjni.generator
Methods in org.fusesource.hawtjni.generator with parameters of type JNIParameterModifier and TypeMethodDescription(package private) boolean
NativesGenerator.generateGetParameter
(JNIMethod method, JNIParameter param, boolean critical, int indent) (package private) void
NativesGenerator.generateSetParameter
(JNIParameter param, boolean critical) (package private) boolean
NativesGenerator.isCritical
(JNIParameter param) Method parameters in org.fusesource.hawtjni.generator with type arguments of type JNIParameterModifier and TypeMethodDescription(package private) void
NativesGenerator.generate_objc_msgSend_stret
(JNIMethod method, List<JNIParameter> params, String func) (package private) void
NativesGenerator.generateCallback
(JNIMethod method, String function, List<JNIParameter> params, JNIType returnType) (package private) void
NativesGenerator.generateDynamicFunctionCall
(JNIMethod method, List<JNIParameter> params, JNIType returnType, JNIType returnType64, boolean needsReturn) (package private) void
NativesGenerator.generateFunctionBody
(JNIMethod method, String function, String function64, List<JNIParameter> params, JNIType returnType, JNIType returnType64) (package private) void
NativesGenerator.generateFunctionCall
(JNIMethod method, List<JNIParameter> params, JNIType returnType, JNIType returnType64, boolean needsReturn) (package private) void
NativesGenerator.generateFunctionCallRightSide
(JNIMethod method, List<JNIParameter> params, int paramStart) (package private) void
NativesGenerator.generateFunctionPrototype
(JNIMethod method, String function, List<JNIParameter> params, JNIType returnType, JNIType returnType64, boolean singleLine) (package private) boolean
NativesGenerator.generateGetters
(JNIMethod method, List<JNIParameter> params) (package private) boolean
NativesGenerator.generateLocalVars
(JNIMethod method, List<JNIParameter> params, JNIType returnType, JNIType returnType64) (package private) void
NativesGenerator.generateMemmove
(JNIMethod method, String function, String function64, List<JNIParameter> params) (package private) void
NativesGenerator.generateSetters
(JNIMethod method, List<JNIParameter> params) -
Uses of JNIParameter in org.fusesource.hawtjni.generator.model
Classes in org.fusesource.hawtjni.generator.model that implement JNIParameterFields in org.fusesource.hawtjni.generator.model with type parameters of type JNIParameterMethods in org.fusesource.hawtjni.generator.model that return types with arguments of type JNIParameter