Uses of Interface
org.fusesource.hawtjni.generator.model.JNIType
-
Packages that use JNIType Package Description org.fusesource.hawtjni.generator org.fusesource.hawtjni.generator.model -
-
Uses of JNIType in org.fusesource.hawtjni.generator
Methods in org.fusesource.hawtjni.generator with parameters of type JNIType Modifier and Type Method Description (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. generateFunctionCallLeftSide(JNIMethod method, JNIType returnType, JNIType returnType64, boolean needsReturn)(package private) voidNativesGenerator. generateFunctionPrototype(JNIMethod method, java.lang.String function, java.util.List<JNIParameter> params, JNIType returnType, JNIType returnType64, boolean singleLine)(package private) booleanNativesGenerator. generateLocalVars(JNIMethod method, java.util.List<JNIParameter> params, JNIType returnType, JNIType returnType64)(package private) voidNativesGenerator. generateReturn(JNIMethod method, JNIType returnType, boolean needsReturn)(package private) booleanNativesGenerator. isSystemClass(JNIType type)Method parameters in org.fusesource.hawtjni.generator with type arguments of type JNIType Modifier and Type Method Description (package private) static java.lang.StringJNIGenerator. getFunctionName(JNIMethod method, java.util.List<JNIType> paramTypes) -
Uses of JNIType in org.fusesource.hawtjni.generator.model
Classes in org.fusesource.hawtjni.generator.model that implement JNIType Modifier and Type Class Description classReflectTypeFields in org.fusesource.hawtjni.generator.model with type parameters of type JNIType Modifier and Type Field Description private java.util.List<JNIType>ReflectMethod. paramTypes32private java.util.List<JNIType>ReflectMethod. paramTypes64Methods in org.fusesource.hawtjni.generator.model that return JNIType Modifier and Type Method Description JNITypeJNIType. getComponentType()JNITypeReflectType. getComponentType()JNITypeJNIMethod. getReturnType32()JNITypeReflectMethod. getReturnType32()JNITypeJNIMethod. getReturnType64()JNITypeReflectMethod. getReturnType64()JNITypeJNIField. getType()JNITypeReflectField. getType()JNITypeJNIParameter. getType32()JNITypeReflectParameter. getType32()JNITypeJNIField. getType64()JNITypeJNIParameter. getType64()JNITypeReflectField. getType64()JNITypeReflectParameter. getType64()Methods in org.fusesource.hawtjni.generator.model that return types with arguments of type JNIType Modifier and Type Method Description java.util.List<JNIType>JNIMethod. getParameterTypes()java.util.List<JNIType>ReflectMethod. getParameterTypes()java.util.List<JNIType>JNIMethod. getParameterTypes64()java.util.List<JNIType>ReflectMethod. getParameterTypes64()
-