Package jnr.ffi.provider.jffi
Class ReflectionVariableAccessorGenerator.Int32PointerOp
- java.lang.Object
-
- jnr.ffi.provider.jffi.ReflectionVariableAccessorGenerator.Int32PointerOp
-
- All Implemented Interfaces:
ReflectionVariableAccessorGenerator.PointerOp<java.lang.Number>
- Enclosing class:
- ReflectionVariableAccessorGenerator
private static final class ReflectionVariableAccessorGenerator.Int32PointerOp extends java.lang.Object implements ReflectionVariableAccessorGenerator.PointerOp<java.lang.Number>
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static ReflectionVariableAccessorGenerator.PointerOp<java.lang.Number>
INSTANCE
-
Constructor Summary
Constructors Modifier Constructor Description private
Int32PointerOp()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Number
get(Pointer memory)
void
put(Pointer memory, java.lang.Number value)
-
-
-
Field Detail
-
INSTANCE
static final ReflectionVariableAccessorGenerator.PointerOp<java.lang.Number> INSTANCE
-
-
Method Detail
-
get
public java.lang.Number get(Pointer memory)
- Specified by:
get
in interfaceReflectionVariableAccessorGenerator.PointerOp<java.lang.Number>
-
put
public void put(Pointer memory, java.lang.Number value)
- Specified by:
put
in interfaceReflectionVariableAccessorGenerator.PointerOp<java.lang.Number>
-
-