getImportsWithPrefix abstract method

List<ImportElement> getImportsWithPrefix(
  1. PrefixElement prefix
)

Return a list containing all of the imports that share the given prefix, or an empty array if there are no such imports.

Implementation

List<ImportElement> getImportsWithPrefix(PrefixElement prefix);