org.mozilla.javascript
Class LabelTable

java.lang.Object
  |
  +--org.mozilla.javascript.LabelTable
Direct Known Subclasses:
ClassFileWriter, Interpreter

public class LabelTable
extends java.lang.Object


Constructor Summary
LabelTable()
           
 
Method Summary
 int acquireLabel()
           
 int markLabel(int theLabel, int pc)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LabelTable

public LabelTable()
Method Detail

acquireLabel

public int acquireLabel()

markLabel

public int markLabel(int theLabel,
                     int pc)