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 int
nextIndex
-
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) LocalVariable
allocate(java.lang.Class type)
(package private) int
getSpaceUsed()
-
-
-
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()
-
-