getImportsWithPrefix abstract method
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);
Return a list containing all of the imports that share the given prefix
,
or an empty array if there are no such imports.
List<ImportElement> getImportsWithPrefix(PrefixElement prefix);