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) booleanNativesGenerator.generateGetParameter(JNIMethod method, JNIParameter param, boolean critical, int indent) (package private) voidNativesGenerator.generateSetParameter(JNIParameter param, boolean critical) (package private) booleanNativesGenerator.isCritical(JNIParameter param) Method parameters in org.fusesource.hawtjni.generator with type arguments of type JNIParameterModifier and TypeMethodDescription(package private) voidNativesGenerator.generate_objc_msgSend_stret(JNIMethod method, List<JNIParameter> params, String func) (package private) voidNativesGenerator.generateCallback(JNIMethod method, String function, List<JNIParameter> params, JNIType returnType) (package private) voidNativesGenerator.generateDynamicFunctionCall(JNIMethod method, List<JNIParameter> params, JNIType returnType, JNIType returnType64, boolean needsReturn) (package private) voidNativesGenerator.generateFunctionBody(JNIMethod method, String function, String function64, List<JNIParameter> params, JNIType returnType, JNIType returnType64) (package private) voidNativesGenerator.generateFunctionCall(JNIMethod method, List<JNIParameter> params, JNIType returnType, JNIType returnType64, boolean needsReturn) (package private) voidNativesGenerator.generateFunctionCallRightSide(JNIMethod method, List<JNIParameter> params, int paramStart) (package private) voidNativesGenerator.generateFunctionPrototype(JNIMethod method, String function, List<JNIParameter> params, JNIType returnType, JNIType returnType64, boolean singleLine) (package private) booleanNativesGenerator.generateGetters(JNIMethod method, List<JNIParameter> params) (package private) booleanNativesGenerator.generateLocalVars(JNIMethod method, List<JNIParameter> params, JNIType returnType, JNIType returnType64) (package private) voidNativesGenerator.generateMemmove(JNIMethod method, String function, String function64, List<JNIParameter> params) (package private) voidNativesGenerator.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