Uses of Class
jnr.ffi.provider.SigType
Packages that use SigType
-
Uses of SigType in jnr.ffi.provider
Subclasses of SigType in jnr.ffi.providerModifier and TypeClassDescriptionclassclassclassclass -
Uses of SigType in jnr.ffi.provider.jffi
Fields in jnr.ffi.provider.jffi declared as SigTypeModifier and TypeFieldDescriptionprivate final SigTypeDefaultInvokerFactory.VariadicInvoker.resultTypeMethods in jnr.ffi.provider.jffi with parameters of type SigTypeModifier and TypeMethodDescription(package private) static intAsmUtil.calculateLocalVariableSpace(SigType type) Calculates the size of a local variable(package private) static intAsmUtil.calculateLocalVariableSpace(SigType... types) Calculates the size of a list of types in the local variable area.(package private) static com.kenai.jffi.CallContextInvokerUtil.getCallContext(SigType resultType, int fixedParamCount, SigType[] parameterTypes, int paramTypesLength, CallingConvention convention, boolean requiresErrno) (package private) static com.kenai.jffi.CallContextInvokerUtil.getCallContext(SigType resultType, int fixedParamCount, SigType[] parameterTypes, CallingConvention convention, boolean requiresErrno) (package private) static com.kenai.jffi.CallContextInvokerUtil.getCallContext(SigType resultType, SigType[] parameterTypes, CallingConvention convention, boolean requiresErrno) (package private) static booleanFastIntMethodGenerator.isFastIntType(com.kenai.jffi.Platform platform, SigType type) private static booleanFastLongMethodGenerator.isFastLongType(com.kenai.jffi.Platform platform, SigType type) private static booleanFastNumericMethodGenerator.isNumericType(com.kenai.jffi.Platform platform, SigType type) private static booleanX86MethodGenerator.isSupportedType(SigType type) (package private) static intConstructors in jnr.ffi.provider.jffi with parameters of type SigTypeModifierConstructorDescription(package private)LocalVariableAllocator(SigType[] parameterTypes) (package private)VariadicInvoker(Runtime runtime, DefaultInvokerFactory.FunctionInvoker functionInvoker, SignatureTypeMapper typeMapper, ParameterType[] fixedParameterTypes, long functionAddress, SigType resultType, boolean requiresErrno, CallingConvention callingConvention)