com.inxar.syntacs.automaton.pushdown
Class LRConstructor

java.lang.Object
  |
  +--com.inxar.syntacs.automaton.pushdown.LRConstructor
All Implemented Interfaces:
DPAConstructor
Direct Known Subclasses:
LR1Constructor

public abstract class LRConstructor
extends Object
implements DPAConstructor

Abstract implementation of LRConstructor which defines code common to different LR construction algorithms.


Method Summary
 IntSet getState(int id)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.inxar.syntacs.automaton.pushdown.DPAConstructor
construct
 

Method Detail

getState

public IntSet getState(int id)

toString

public String toString()
Overrides:
toString in class Object