Uses of Interface
org.fusesource.hawtjni.generator.model.JNIParameter
-
Packages that use JNIParameter Package Description org.fusesource.hawtjni.generator org.fusesource.hawtjni.generator.model -
-
Uses of JNIParameter in org.fusesource.hawtjni.generator
Methods in org.fusesource.hawtjni.generator with parameters of type JNIParameter Modifier and Type Method Description (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 JNIParameter Modifier and Type Method Description (package private) voidNativesGenerator. generate_objc_msgSend_stret(JNIMethod method, java.util.List<JNIParameter> params, java.lang.String func)(package private) voidNativesGenerator. generateCallback(JNIMethod method, java.lang.String function, java.util.List<JNIParameter> params, JNIType returnType)(package private) voidNativesGenerator. generateDynamicFunctionCall(JNIMethod method, java.util.List<JNIParameter> params, JNIType returnType, JNIType returnType64, boolean needsReturn)(package private) voidNativesGenerator. generateFunctionBody(JNIMethod method, java.lang.String function, java.lang.String function64, java.util.List<JNIParameter> params, JNIType returnType, JNIType returnType64)(package private) voidNativesGenerator. generateFunctionCall(JNIMethod method, java.util.List<JNIParameter> params, JNIType returnType, JNIType returnType64, boolean needsReturn)(package private) voidNativesGenerator. generateFunctionCallRightSide(JNIMethod method, java.util.List<JNIParameter> params, int paramStart)(package private) voidNativesGenerator. generateFunctionPrototype(JNIMethod method, java.lang.String function, java.util.List<JNIParameter> params, JNIType returnType, JNIType returnType64, boolean singleLine)(package private) booleanNativesGenerator. generateGetters(JNIMethod method, java.util.List<JNIParameter> params)(package private) booleanNativesGenerator. generateLocalVars(JNIMethod method, java.util.List<JNIParameter> params, JNIType returnType, JNIType returnType64)(package private) voidNativesGenerator. generateMemmove(JNIMethod method, java.lang.String function, java.lang.String function64, java.util.List<JNIParameter> params)(package private) voidNativesGenerator. generateSetters(JNIMethod method, java.util.List<JNIParameter> params) -
Uses of JNIParameter in org.fusesource.hawtjni.generator.model
Classes in org.fusesource.hawtjni.generator.model that implement JNIParameter Modifier and Type Class Description classReflectParameterFields in org.fusesource.hawtjni.generator.model with type parameters of type JNIParameter Modifier and Type Field Description private java.util.List<JNIParameter>ReflectMethod. parametersMethods in org.fusesource.hawtjni.generator.model that return types with arguments of type JNIParameter Modifier and Type Method Description java.util.List<JNIParameter>JNIMethod. getParameters()java.util.List<JNIParameter>ReflectMethod. getParameters()
-