CodeAnalyzer class Null safety

Constructors

CodeAnalyzer(Uri uri)

Properties

contexts AnalysisContextCollection
read / write
hashCode int
The hash code for this object.
read-onlyinherited
path String
read-only
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
uri Uri
latefinal

Methods

getClassFromFile(String className, Uri fileUri) ClassDeclaration?
getSubclassesFromFile(String superclassName, Uri fileUri) List<ClassDeclaration>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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