Class GrammarAnalyzer

java.lang.Object
cruise.umple.parser.analysis.GrammarAnalyzer

public class GrammarAnalyzer
extends java.lang.Object
The grammar analayzer deals with first analyzing the root token of the grammar files, and constructing the rule graph for the grammar then it has a execute function which will use the rule graph in the parsing of the umple file.