Class LocalVariableAllocator

java.lang.Object
jnr.ffi.provider.jffi.LocalVariableAllocator

class LocalVariableAllocator extends Object
  • Field Details

    • nextIndex

      private int nextIndex
  • Constructor Details

    • LocalVariableAllocator

      LocalVariableAllocator(SigType[] parameterTypes)
    • LocalVariableAllocator

      LocalVariableAllocator(Class... parameterTypes)
    • LocalVariableAllocator

      LocalVariableAllocator(int nextIndex)
  • Method Details