Package jnr.ffi.provider.jffi
Class ReflectionVariableAccessorGenerator.PointerVariable
- java.lang.Object
-
- jnr.ffi.provider.jffi.ReflectionVariableAccessorGenerator.AbstractVariable<Pointer>
-
- jnr.ffi.provider.jffi.ReflectionVariableAccessorGenerator.PointerVariable
-
- Enclosing class:
- ReflectionVariableAccessorGenerator
private static final class ReflectionVariableAccessorGenerator.PointerVariable extends ReflectionVariableAccessorGenerator.AbstractVariable<Pointer>
-
-
Field Summary
-
Fields inherited from class jnr.ffi.provider.jffi.ReflectionVariableAccessorGenerator.AbstractVariable
memory
-
-
Constructor Summary
Constructors Modifier Constructor Description private
PointerVariable(Pointer memory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Pointer
get()
Gets the current value of the global variablevoid
set(Pointer value)
Sets the global variable to a value
-