Package jnr.ffi.provider.jffi
Class LocalVariableAllocator
- java.lang.Object
-
- jnr.ffi.provider.jffi.LocalVariableAllocator
-
class LocalVariableAllocator extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private intnextIndex
-
Constructor Summary
Constructors Constructor Description LocalVariableAllocator(int nextIndex)LocalVariableAllocator(java.lang.Class... parameterTypes)LocalVariableAllocator(SigType[] parameterTypes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) LocalVariableallocate(java.lang.Class type)(package private) intgetSpaceUsed()
-
-
-
Constructor Detail
-
LocalVariableAllocator
LocalVariableAllocator(SigType[] parameterTypes)
-
LocalVariableAllocator
LocalVariableAllocator(java.lang.Class... parameterTypes)
-
LocalVariableAllocator
LocalVariableAllocator(int nextIndex)
-
-
Method Detail
-
allocate
LocalVariable allocate(java.lang.Class type)
-
getSpaceUsed
int getSpaceUsed()
-
-