Package | Description |
---|---|
jnr.ffi.provider.jffi |
Modifier and Type | Class and Description |
---|---|
private static class |
ReflectionVariableAccessorGenerator.DoublePointerOp |
private static class |
ReflectionVariableAccessorGenerator.FloatPointerOp |
private static class |
ReflectionVariableAccessorGenerator.Int16PointerOp |
private static class |
ReflectionVariableAccessorGenerator.Int32PointerOp |
private static class |
ReflectionVariableAccessorGenerator.Int64PointerOp |
private static class |
ReflectionVariableAccessorGenerator.Int8PointerOp |
Modifier and Type | Field and Description |
---|---|
(package private) static ReflectionVariableAccessorGenerator.PointerOp<java.lang.Number> |
ReflectionVariableAccessorGenerator.Int8PointerOp.INSTANCE |
(package private) static ReflectionVariableAccessorGenerator.PointerOp<java.lang.Number> |
ReflectionVariableAccessorGenerator.Int16PointerOp.INSTANCE |
(package private) static ReflectionVariableAccessorGenerator.PointerOp<java.lang.Number> |
ReflectionVariableAccessorGenerator.Int32PointerOp.INSTANCE |
(package private) static ReflectionVariableAccessorGenerator.PointerOp<java.lang.Number> |
ReflectionVariableAccessorGenerator.Int64PointerOp.INSTANCE |
(package private) static ReflectionVariableAccessorGenerator.PointerOp<java.lang.Number> |
ReflectionVariableAccessorGenerator.FloatPointerOp.INSTANCE |
(package private) static ReflectionVariableAccessorGenerator.PointerOp<java.lang.Number> |
ReflectionVariableAccessorGenerator.DoublePointerOp.INSTANCE |
private ReflectionVariableAccessorGenerator.PointerOp<java.lang.Number> |
ReflectionVariableAccessorGenerator.NumberVariable.pointerOp |
Modifier and Type | Method and Description |
---|---|
private static ReflectionVariableAccessorGenerator.PointerOp<java.lang.Number> |
ReflectionVariableAccessorGenerator.getPointerOp(NativeType nativeType) |
Constructor and Description |
---|
NumberVariable(Pointer memory,
ReflectionVariableAccessorGenerator.PointerOp<java.lang.Number> pointerOp,
DataConverter<java.lang.Number,java.lang.Number> dataConverter,
DefaultInvokerFactory.ResultConverter<? extends java.lang.Number,java.lang.Number> resultConverter) |