CodeAnalyzer class
Constructors
- CodeAnalyzer(Uri uri)
Properties
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