Skip to main content

Module pattern_detector

Module pattern_detector 

Source
Expand description

Design pattern detection.

Detects common design patterns in code: Singleton, Factory, Repository, Decorator, Observer, Strategy patterns.

Structsยง

PatternDetector
Detects common design patterns in code.
PatternInstance
A detected pattern instance.