class LocalVariableAllocator
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private int |
nextIndex |
| Constructor and Description |
|---|
LocalVariableAllocator(java.lang.Class... parameterTypes) |
LocalVariableAllocator(int nextIndex) |
LocalVariableAllocator(SigType[] parameterTypes) |
| Modifier and Type | Method and Description |
|---|---|
(package private) LocalVariable |
allocate(java.lang.Class type) |
(package private) int |
getSpaceUsed() |
LocalVariableAllocator(SigType[] parameterTypes)
LocalVariableAllocator(java.lang.Class... parameterTypes)
LocalVariableAllocator(int nextIndex)
LocalVariable allocate(java.lang.Class type)
int getSpaceUsed()