com.svincent.smalljava.rhino
Class Label

java.lang.Object
  |
  +--com.svincent.smalljava.rhino.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
clone, equals, finalize, 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)



This is documentation for Moksa Prolog, which can be found at http://www.svincent.com/moksa/

Copyright © 1999 Shawn P. Vincent.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.