CodeAnalyzer class

Constructors

CodeAnalyzer(Uri uri)

Properties

contexts ↔ AnalysisContextCollection
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
path String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uri Uri
final

Methods

getClassFromFile(String className, Uri? fileUri) → ClassDeclaration?
getSubclassesFromFile(String superclassName, Uri fileUri) List<ClassDeclaration?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resolveUnitAt(Uri? uri) Future<ResolvedUnitResult?>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

getPath(dynamic inputUri) String