|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.xalan.xsltc.compiler.util.SlotAllocator
final class SlotAllocator
Field Summary | |
---|---|
private int |
_firstAvailableSlot
|
private int |
_free
|
private int |
_size
|
private int[] |
_slotsTaken
|
Constructor Summary | |
---|---|
SlotAllocator()
|
Method Summary | |
---|---|
int |
allocateSlot(Type type)
|
void |
initialize(LocalVariableGen[] vars)
|
void |
releaseSlot(LocalVariableGen lvg)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private int _firstAvailableSlot
private int _size
private int _free
private int[] _slotsTaken
Constructor Detail |
---|
SlotAllocator()
Method Detail |
---|
public void initialize(LocalVariableGen[] vars)
public int allocateSlot(Type type)
public void releaseSlot(LocalVariableGen lvg)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |