Uses of Interface
jnr.ffi.provider.jffi.ReflectionVariableAccessorGenerator.PointerOp
Packages that use ReflectionVariableAccessorGenerator.PointerOp
-
Uses of ReflectionVariableAccessorGenerator.PointerOp in jnr.ffi.provider.jffi
Classes in jnr.ffi.provider.jffi that implement ReflectionVariableAccessorGenerator.PointerOpModifier and TypeClassDescriptionprivate static final class
private static final class
private static final class
private static final class
private static final class
private static final class
Fields in jnr.ffi.provider.jffi declared as ReflectionVariableAccessorGenerator.PointerOpModifier and TypeFieldDescription(package private) static final ReflectionVariableAccessorGenerator.PointerOp
<Number> ReflectionVariableAccessorGenerator.DoublePointerOp.INSTANCE
(package private) static final ReflectionVariableAccessorGenerator.PointerOp
<Number> ReflectionVariableAccessorGenerator.FloatPointerOp.INSTANCE
(package private) static final ReflectionVariableAccessorGenerator.PointerOp
<Number> ReflectionVariableAccessorGenerator.Int16PointerOp.INSTANCE
(package private) static final ReflectionVariableAccessorGenerator.PointerOp
<Number> ReflectionVariableAccessorGenerator.Int32PointerOp.INSTANCE
(package private) static final ReflectionVariableAccessorGenerator.PointerOp
<Number> ReflectionVariableAccessorGenerator.Int64PointerOp.INSTANCE
(package private) static final ReflectionVariableAccessorGenerator.PointerOp
<Number> ReflectionVariableAccessorGenerator.Int8PointerOp.INSTANCE
private final ReflectionVariableAccessorGenerator.PointerOp
<Number> ReflectionVariableAccessorGenerator.NumberVariable.pointerOp
Methods in jnr.ffi.provider.jffi that return ReflectionVariableAccessorGenerator.PointerOpModifier and TypeMethodDescriptionprivate static ReflectionVariableAccessorGenerator.PointerOp
<Number> ReflectionVariableAccessorGenerator.getPointerOp
(NativeType nativeType) Constructors in jnr.ffi.provider.jffi with parameters of type ReflectionVariableAccessorGenerator.PointerOpModifierConstructorDescriptionprivate
NumberVariable
(Pointer memory, ReflectionVariableAccessorGenerator.PointerOp<Number> pointerOp, DataConverter<Number, Number> dataConverter, DefaultInvokerFactory.ResultConverter<? extends Number, Number> resultConverter)