private static final class ReflectionVariableAccessorGenerator.PointerVariable extends ReflectionVariableAccessorGenerator.AbstractVariable<Pointer>
memory
Modifier | Constructor and Description |
---|---|
private |
PointerVariable(Pointer memory) |
Modifier and Type | Method and Description |
---|---|
Pointer |
get()
Gets the current value of the global variable
|
void |
set(Pointer value)
Sets the global variable to a value
|