Scans given scopes and produces declarations to be transformed into Dependency
ies
Anything
Object
scanner
Basic
Identifiable
Object
Anything
no subtypes hierarchy
Inherited Attributes |
Attributes inherited from: Object hash , string |
Methods | |
dependencies | shared FunctionOrValueDeclaration[] dependencies({Scope*} inclusions, {Scope*} exclusions = []) Scans included Only declarations annotated with [[dependency]] and they container classes are taken in consideration Parameters:
|
subtypeDependencies | shared ClassDeclaration[] subtypeDependencies(ClassOrInterfaceDeclaration declaration, {Scope*} inclusions, {Scope*} exclusions = []) Scans included Only subtype of given [[declaration]] concrete classes and their member concrete classes are taken in consideration, class musn't have any type parameters to be used by [[Depin]] [[dependency]] annotation is ignored in this case. Parameters:
|
Inherited Methods |
Methods inherited from: Object equals |