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 TypeClassDescriptionclass
class
class
class
-
Uses of SigType in jnr.ffi.provider.jffi
Fields in jnr.ffi.provider.jffi declared as SigTypeModifier and TypeFieldDescriptionprivate final SigType
DefaultInvokerFactory.VariadicInvoker.resultType
Methods in jnr.ffi.provider.jffi with parameters of type SigTypeModifier and TypeMethodDescription(package private) static int
AsmUtil.calculateLocalVariableSpace
(SigType type) Calculates the size of a local variable(package private) static int
AsmUtil.calculateLocalVariableSpace
(SigType... types) Calculates the size of a list of types in the local variable area.(package private) static com.kenai.jffi.CallContext
InvokerUtil.getCallContext
(SigType resultType, int fixedParamCount, SigType[] parameterTypes, int paramTypesLength, CallingConvention convention, boolean requiresErrno) (package private) static com.kenai.jffi.CallContext
InvokerUtil.getCallContext
(SigType resultType, int fixedParamCount, SigType[] parameterTypes, CallingConvention convention, boolean requiresErrno) (package private) static com.kenai.jffi.CallContext
InvokerUtil.getCallContext
(SigType resultType, SigType[] parameterTypes, CallingConvention convention, boolean requiresErrno) (package private) static boolean
FastIntMethodGenerator.isFastIntType
(com.kenai.jffi.Platform platform, SigType type) private static boolean
FastLongMethodGenerator.isFastLongType
(com.kenai.jffi.Platform platform, SigType type) private static boolean
FastNumericMethodGenerator.isNumericType
(com.kenai.jffi.Platform platform, SigType type) private static boolean
X86MethodGenerator.isSupportedType
(SigType type) (package private) static int
Constructors 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)