class in Unity.ProjectAuditor.Editor.Core
/
Inherits from:Unity.ProjectAuditor.Editor.Core.ModuleAnalyzer
Abstract base class for an Analyzer to be invoked by CodeModule
Property | Description |
---|---|
opCodes | A collection of Mono.Cecil OpCodes which are used by this analyzer. |
Method | Description |
---|---|
Analyze | Implement this method to detect Issues in a code instruction, and construct a ReportItemBuilder object with basic information about a ReportItem object to describe the issue. |
Method | Description |
---|---|
Initialize | Initializes the Analyzer |