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 classprivate static final classprivate static final classprivate static final classprivate static final classprivate static final classFields 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.INSTANCEprivate final ReflectionVariableAccessorGenerator.PointerOp<Number> ReflectionVariableAccessorGenerator.NumberVariable.pointerOpMethods 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.PointerOpModifierConstructorDescriptionprivateNumberVariable(Pointer memory, ReflectionVariableAccessorGenerator.PointerOp<Number> pointerOp, DataConverter<Number, Number> dataConverter, DefaultInvokerFactory.ResultConverter<? extends Number, Number> resultConverter)