Package analyzer


package analyzer
  • Class
    Description
    The Analyzer interface is used to implement both global and exercise-specific analyzers.
    The main entrypoint to the Java analyzer from the command-line.
    The AnalyzerRoot is the initial entrypoint when analyzing a solution.
    The Comment class models a single comment in the analysis output.
    The type of comment.
     
     
     
    This interface is used to collect analyzer output in the form of comments, tags and an optional summary.
    This represents the solution to an exercise.