All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class javaParse.DfaCalculator

java.lang.Object
   |
   +----javaParse.DfaCalculator

public class DfaCalculator
extends Object
class that calculates the states in a dfa from a GrammarInfo.


Constructor Index

 o DfaCalculator(GrammarInfo)

Method Index

 o getStates()
 o makeDfa()
creates all the state for the Dfa
 o printStates()
prints out all the states in the Dfa

Constructors

 o DfaCalculator
 public DfaCalculator(GrammarInfo info)
Parameters:
info - a non-null GrammarInfo

Methods

 o makeDfa
 public void makeDfa()
creates all the state for the Dfa

 o getStates
 public Vector getStates()
Returns:
a vector of all the states
 o printStates
 public void printStates()
prints out all the states in the Dfa


All Packages  Class Hierarchy  This Package  Previous  Next  Index