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
latefinal

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
resolveLibraryAt(Uri uri) → Future<ResolvedLibraryResult>
resolveUnitAt(Uri uri) → Future<ResolvedUnitResult>
resolveUnitOrLibraryAt(Uri uri) → Future<AnalysisResult>
toString() → String
A string representation of this object.
inherited

Operators

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

Static Methods

getPath(dynamic inputUri) → String