Class VariableAccessorGenerator.PointerOp

java.lang.Object
jnr.ffi.provider.jffi.VariableAccessorGenerator.PointerOp
Enclosing class:
VariableAccessorGenerator

private static final class VariableAccessorGenerator.PointerOp extends Object
  • Field Details

    • getMethodName

      private final String getMethodName
    • putMethodName

      private final String putMethodName
    • nativeIntClass

      final Class nativeIntClass
  • Constructor Details

    • PointerOp

      private PointerOp(String name, Class nativeIntClass)
  • Method Details