com.svincent.smalljava.rhino
Class LabelTable

java.lang.Object
  |
  +--com.svincent.smalljava.rhino.LabelTable
Direct Known Subclasses:
ClassFileWriter

public class LabelTable
extends java.lang.Object


Field Summary
protected  Label[] itsLabelTable
           
protected  int itsLabelTableTop
           
 
Constructor Summary
LabelTable()
           
 
Method Summary
 int acquireLabel()
           
 int markLabel(int theLabel, int pc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

itsLabelTable

protected Label[] itsLabelTable

itsLabelTableTop

protected int itsLabelTableTop
Constructor Detail

LabelTable

public LabelTable()
Method Detail

acquireLabel

public int acquireLabel()

markLabel

public int markLabel(int theLabel,
                     int pc)



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.