Top Fields Constructors Methods
com.sun.org.apache.xalan.internal.xsltc.compiler.util

pack-priv final Class SlotAllocator

extends Object
Class Inheritance
Imports
com.sun.org.apache.bcel.internal.generic.LocalVariableGen, .Type

Author
Jacek Ambroziak

Field Summary

Modifier and TypeField and Description
private int
private int
private int
private int[]

Constructor Summary

AccessConstructor and Description
pack-priv

Method Summary

Modifier and TypeMethod and Description
public int
public void
public void
Inherited from java.lang.Object:
cloneequalsfinalizegetClasshashCodenotifynotifyAlltoStringwaitwaitwait

Field Detail

_firstAvailableSlotback to summary
private int _firstAvailableSlot
_freeback to summary
private int _free
_sizeback to summary
private int _size
_slotsTakenback to summary
private int[] _slotsTaken

Constructor Detail

SlotAllocatorback to summary
pack-priv SlotAllocator()

Method Detail

allocateSlotback to summary
public int allocateSlot(Type type)
initializeback to summary
public void initialize(LocalVariableGen[] vars)
releaseSlotback to summary
public void releaseSlot(LocalVariableGen lvg)