Analyzer constructor
Analyzer(
- Parser root
Constructs an analyzer on the parser graph starting at root
.
Implementation
Analyzer(this.root);
Constructs an analyzer on the parser graph starting at root
.
Analyzer(this.root);