| java.lang.Object net.sourceforge.chaperon.build.FollowSetCollection
FollowSetCollection | public class FollowSetCollection (Code) | | This class creates a collection of FOLLOW sets.
author: Stephan Michels version: CVS $Id: FollowSetCollection.java,v 1.5 2003/12/09 19:55:53 benedikta Exp $ |
FollowSetCollection | public FollowSetCollection(Grammar grammar, FirstSetCollection firstsets)(Code) | | Create a collection of FOLLOW sets.
Parameters: grammar - Grammar. |
FollowSetCollection | public FollowSetCollection(Grammar grammar, FirstSetCollection firstsets, Log log)(Code) | | Create a collection of FOLLOW sets
Parameters: grammar - Grammar Parameters: log - Log, whch should be used. |
getFollowSet | public SymbolSet getFollowSet(Symbol symbol)(Code) | | Returns the FOLLOW set for a symbol.
Parameters: symbol - Symbol. Set of symbols. |
toString | public String toString()(Code) | | Return a string representation of the FOLLOW sets.
String representation of the FOLLOW sets. |
|
|