Class WizardsAndWarriorsAnalyzer
java.lang.Object
analyzer.exercises.wizardsandwarriors.WizardsAndWarriorsAnalyzer
- All Implemented Interfaces:
Analyzer
The
WizardsAndWarriorsAnalyzer
is the analyzer implementation for the wizards-and-warriors
practice exercise.
It has a subclass WizardsAndWarriorsClassAnalyzer that extends the VoidVisitorAdapter
and uses the visitor pattern to traverse each compilation unit.- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
analyze
(Solution solution, OutputCollector output) Analyze the given solution and append analysis results to the given output..
-
Constructor Details
-
WizardsAndWarriorsAnalyzer
public WizardsAndWarriorsAnalyzer()
-
-
Method Details
-
analyze
Description copied from interface:Analyzer
Analyze the given solution and append analysis results to the given output.. Theanalyze
method of each analyzer is invoked once for the whole submitted solution.
-