Uses of Interface
org.fusesource.hawtjni.generator.model.JNIMethod
Packages that use JNIMethod
-
Uses of JNIMethod in org.fusesource.hawtjni.generator
Methods in org.fusesource.hawtjni.generator with parameters of type JNIMethodModifier and TypeMethodDescriptionvoidvoidvoid(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) private voidNativesGenerator.generateConstantsInitializer(JNIMethod method) (package private) voidNativesGenerator.generateDynamicFunctionCall(JNIMethod method, List<JNIParameter> params, JNIType returnType, JNIType returnType64, boolean needsReturn) (package private) voidNativesGenerator.generateEnterExitMacro(JNIMethod method, String function, String function64, boolean enter) (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.generateFunctionCallLeftSide(JNIMethod method, 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.generateGetParameter(JNIMethod method, JNIParameter param, boolean critical, int indent) (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.generateReturn(JNIMethod method, JNIType returnType, boolean needsReturn) (package private) voidNativesGenerator.generateSetters(JNIMethod method, List<JNIParameter> params) (package private) String[]CleanupClass.getArgNames(JNIMethod method) (package private) static StringJNIGenerator.getFunctionName(JNIMethod method) (package private) static StringJNIGenerator.getFunctionName(JNIMethod method, List<JNIType> paramTypes) (package private) static String[]NativesGenerator.getNativeNameParts(JNIMethod method) (package private) String(package private) StringMethod parameters in org.fusesource.hawtjni.generator with type arguments of type JNIMethodModifier and TypeMethodDescriptionvoidvoidvoid(package private) voidStatsGenerator.generateFunctionEnum(List<JNIMethod> methods) static voidJNIGenerator.sortMethods(List<JNIMethod> methods) -
Uses of JNIMethod in org.fusesource.hawtjni.generator.model
Classes in org.fusesource.hawtjni.generator.model that implement JNIMethodMethods in org.fusesource.hawtjni.generator.model that return JNIMethodMethods in org.fusesource.hawtjni.generator.model that return types with arguments of type JNIMethodModifier and TypeMethodDescriptionJNIClass.getDeclaredMethods()ReflectClass.getDeclaredMethods()JNIClass.getNativeMethods()ReflectClass.getNativeMethods()