org.mozilla.javascript
Class Label

java.lang.Object
  |
  +--org.mozilla.javascript.Label

public class Label
extends java.lang.Object


Constructor Summary
Label()
           
 
Method Summary
 void addFixup(int fixupSite)
           
 void fixGotos(byte[] theCodeBuffer)
           
 short getPC()
           
 void setPC(short thePC)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Label

public Label()
Method Detail

getPC

public short getPC()

fixGotos

public void fixGotos(byte[] theCodeBuffer)

setPC

public void setPC(short thePC)

addFixup

public void addFixup(int fixupSite)