DependencyVisitor class
Constructors
Properties
- classNameRegex → RegExp
-
Regex for class name
final
- extendsRegex → RegExp
-
Regex for
extends
,implements
&with
final - hashCode → int
-
The hash code for this object.
no setterinherited
- implementsRegex → RegExp
-
final
- packageImportRegex → RegExp
-
final
- relativeImportRegex → RegExp
-
Regex for parsing import statements
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- withRegex → RegExp
-
final
Methods
-
convertImportStatementsToAbsolutePaths(
String contents, {String directory = 'lib'}) → List< String> -
getDependenciesPath(
String filePath) → Set< String> - Method which returns back the dependant's paths of a class file
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
reset(
) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited