Interface ReflectionVariableAccessorGenerator.PointerOp<T>

All Known Implementing Classes:
ReflectionVariableAccessorGenerator.DoublePointerOp, ReflectionVariableAccessorGenerator.FloatPointerOp, ReflectionVariableAccessorGenerator.Int16PointerOp, ReflectionVariableAccessorGenerator.Int32PointerOp, ReflectionVariableAccessorGenerator.Int64PointerOp, ReflectionVariableAccessorGenerator.Int8PointerOp
Enclosing class:
ReflectionVariableAccessorGenerator

private static interface ReflectionVariableAccessorGenerator.PointerOp<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    get(Pointer memory)
     
    void
    put(Pointer memory, T value)
     
  • Method Details