SourceInfo extension

Per-file information used by the parser.

on
  • LibraryReader

Properties

classesForParser Iterable<ClassElement>
no setter
importUris Iterable<String>
no setter

Methods

allClassesForType(DartType desiredType, [dynamic allowSubtypes = true]) Iterable<ClassElement>
classForType(DartType t) → ClassElement?
Look up the class info object, ignoring the nullability of t
subclassesOf(DartType supertype) Iterable<ClassElement>