Uses of Interface
jnr.ffi.provider.jffi.ReflectionVariableAccessorGenerator.PointerOp
-
Packages that use ReflectionVariableAccessorGenerator.PointerOp Package Description jnr.ffi.provider.jffi -
-
Uses of ReflectionVariableAccessorGenerator.PointerOp in jnr.ffi.provider.jffi
Classes in jnr.ffi.provider.jffi that implement ReflectionVariableAccessorGenerator.PointerOp Modifier and Type Class 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
Fields in jnr.ffi.provider.jffi declared as ReflectionVariableAccessorGenerator.PointerOp Modifier and Type Field Description (package private) static ReflectionVariableAccessorGenerator.PointerOp<java.lang.Number>
ReflectionVariableAccessorGenerator.DoublePointerOp. INSTANCE
(package private) static ReflectionVariableAccessorGenerator.PointerOp<java.lang.Number>
ReflectionVariableAccessorGenerator.FloatPointerOp. 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.Int8PointerOp. INSTANCE
private ReflectionVariableAccessorGenerator.PointerOp<java.lang.Number>
ReflectionVariableAccessorGenerator.NumberVariable. pointerOp
Methods in jnr.ffi.provider.jffi that return ReflectionVariableAccessorGenerator.PointerOp Modifier and Type Method Description private static ReflectionVariableAccessorGenerator.PointerOp<java.lang.Number>
ReflectionVariableAccessorGenerator. getPointerOp(NativeType nativeType)
Constructors in jnr.ffi.provider.jffi with parameters of type ReflectionVariableAccessorGenerator.PointerOp Constructor 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)
-