Analyzer constructor

Analyzer(
  1. Parser root
)

Constructs an analyzer on the parser graph starting at root.

Implementation

Analyzer(this.root);