Package com.adamcornett.cminus.analysis

This package contains the code analyzer

See:
          Description

Class Summary
Analyzer Analyzes an Abstract Syntax Tree generated by the CMinusParser for any errors.
TypeError  
 

Annotation Types Summary
NodeTest This annotation is for methods of the Analyzer that are to be run on a node.
 

Package com.adamcornett.cminus.analysis Description

This package contains the code analyzer