Uses of Class
edu.cmu.cs.crystal.IAnalysisReporter.SEVERITY

Packages that use IAnalysisReporter.SEVERITY
edu.cmu.cs.crystal The core package for Crystal; start here for making your own Crystal analysis. 
edu.cmu.cs.crystal.internal An internal package for Crystal to interact with Eclipse and start running the analyses. 
 

Uses of IAnalysisReporter.SEVERITY in edu.cmu.cs.crystal
 

Methods in edu.cmu.cs.crystal that return IAnalysisReporter.SEVERITY
static IAnalysisReporter.SEVERITY IAnalysisReporter.SEVERITY.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IAnalysisReporter.SEVERITY[] IAnalysisReporter.SEVERITY.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in edu.cmu.cs.crystal with parameters of type IAnalysisReporter.SEVERITY
 void IAnalysisReporter.reportUserProblem(String problemDescription, ASTNode node, String analysisName, IAnalysisReporter.SEVERITY severity)
          Indicate that the running of this analysis on this compilation unit has created a problem.
 

Uses of IAnalysisReporter.SEVERITY in edu.cmu.cs.crystal.internal
 

Methods in edu.cmu.cs.crystal.internal with parameters of type IAnalysisReporter.SEVERITY
 void StandardAnalysisReporter.reportUserProblem(String problemDescription, ASTNode node, String analysisName, IAnalysisReporter.SEVERITY severity)