\SuperClosure\AnalyzerVisitor

Classes

ClosureLocatorVisitor This is a visitor that extends the nikic/php-parser library and looks for a closure node and its location.
MagicConstantVisitor This is a visitor that resolves magic constants (e.g., __FILE__) to their intended values within a closure's AST.
ThisDetectorVisitor Detects if the closure's AST contains a $this variable.