Uses of Interface
org.fusesource.hawtjni.generator.model.JNIType
Packages that use JNIType
-
Uses of JNIType in org.fusesource.hawtjni.generator
Methods in org.fusesource.hawtjni.generator with parameters of type JNITypeModifier and TypeMethodDescription(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.generateFunctionCallLeftSide
(JNIMethod method, JNIType returnType, JNIType returnType64, boolean needsReturn) (package private) void
NativesGenerator.generateFunctionPrototype
(JNIMethod method, String function, List<JNIParameter> params, JNIType returnType, JNIType returnType64, boolean singleLine) (package private) boolean
NativesGenerator.generateLocalVars
(JNIMethod method, List<JNIParameter> params, JNIType returnType, JNIType returnType64) (package private) void
NativesGenerator.generateReturn
(JNIMethod method, JNIType returnType, boolean needsReturn) (package private) boolean
NativesGenerator.isSystemClass
(JNIType type) Method parameters in org.fusesource.hawtjni.generator with type arguments of type JNITypeModifier and TypeMethodDescription(package private) static String
JNIGenerator.getFunctionName
(JNIMethod method, List<JNIType> paramTypes) -
Uses of JNIType in org.fusesource.hawtjni.generator.model
Classes in org.fusesource.hawtjni.generator.model that implement JNITypeFields in org.fusesource.hawtjni.generator.model with type parameters of type JNITypeMethods in org.fusesource.hawtjni.generator.model that return JNITypeModifier and TypeMethodDescriptionJNIType.getComponentType()
ReflectType.getComponentType()
JNIMethod.getReturnType32()
ReflectMethod.getReturnType32()
JNIMethod.getReturnType64()
ReflectMethod.getReturnType64()
JNIField.getType()
ReflectField.getType()
JNIParameter.getType32()
ReflectParameter.getType32()
JNIField.getType64()
JNIParameter.getType64()
ReflectField.getType64()
ReflectParameter.getType64()
Methods in org.fusesource.hawtjni.generator.model that return types with arguments of type JNITypeModifier and TypeMethodDescriptionJNIMethod.getParameterTypes()
ReflectMethod.getParameterTypes()
JNIMethod.getParameterTypes64()
ReflectMethod.getParameterTypes64()